| | |
| | | position: absolute; |
| | | left: 0px; |
| | | height: 100%; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | width: 120px; |
| | | .c-nav-menu-icon { |
| | | margin-left: 14px; |
| | | display: flex; |
| | | align-items: center; |
| | | width: 100%; |
| | | height: 100%; |
| | | padding-left: 16px; |
| | | box-sizing: border-box; |
| | | } |
| | | .c-nav-back-icon { |
| | | display: flex; |
| | | align-items: center; |
| | | width: 100%; |
| | | height: 100%; |
| | | padding-left: 4px; |
| | | box-sizing: border-box; |
| | | } |
| | | } |
| | | .c-nav-title-back { |
| | | font-size: 34px; |
| | | color: #000; |
| | | font-weight: 500; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | } |
| | | .c-nav-title { |
| | | display: flex; |
| | | align-items: center; |