| | |
| | | width: 100%; |
| | | display: flex; |
| | | justify-content: center; |
| | | position: relative; |
| | | position: fixed; |
| | | top: 0; |
| | | left: 0; |
| | | background-color: #fff; |
| | | .c-nav-icon { |
| | | 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: 20px; |
| | | box-sizing: border-box; |
| | | } |
| | | .c-nav-back-icon { |
| | | display: flex; |
| | | align-items: center; |
| | | width: 100%; |
| | | height: 100%; |
| | | padding-left: 20px; |
| | | box-sizing: border-box; |
| | | } |
| | | } |
| | | .c-nav-title { |