| | |
| | | .navigation { |
| | | height: 6.0rem; |
| | | height: 6rem; |
| | | width: 100%; |
| | | a, span { |
| | | a, |
| | | span { |
| | | display: inline; |
| | | font-size: 1.7rem; |
| | | font-family: $font-family; |
| | | font-weight: 600; |
| | | line-height: 6.0rem; |
| | | line-height: 6rem; |
| | | color: $fg-color; |
| | | } |
| | | a { |
| | | &:hover, |
| | | &:focus { |
| | | color: $link-color |
| | | color: $link-color; |
| | | } |
| | | } |
| | | .navigation-title { |
| | |
| | | list-style: none; |
| | | margin-bottom: 0; |
| | | margin-top: 0; |
| | | @media only screen and (max-width : 768px) { |
| | | @media only screen and (max-width: 768px) { |
| | | position: absolute; |
| | | top: 6.0rem; |
| | | top: 6rem; |
| | | right: 0; |
| | | z-index: 5; |
| | | visibility: hidden; |
| | |
| | | float: left; |
| | | margin: 0; |
| | | position: relative; |
| | | @media only screen and (max-width : 768px) { |
| | | @media only screen and (max-width: 768px) { |
| | | float: none !important; |
| | | text-align: center; |
| | | a, span { |
| | | line-height: 5.0rem; |
| | | a, |
| | | span { |
| | | line-height: 5rem; |
| | | } |
| | | } |
| | | a, span { |
| | | margin-left: 1.0rem; |
| | | margin-right: 1.0rem; |
| | | a, |
| | | span { |
| | | margin-left: 1rem; |
| | | margin-right: 1rem; |
| | | } |
| | | } |
| | | .separator { |
| | | @media only screen and (max-width : 768px) { |
| | | @media only screen and (max-width: 768px) { |
| | | display: none; |
| | | } |
| | | } |
| | | .menu-separator { |
| | | @media only screen and (max-width : 768px) { |
| | | @media only screen and (max-width: 768px) { |
| | | border-top: 2px solid $fg-color; |
| | | margin: 0 8.0rem; |
| | | margin: 0 8rem; |
| | | span { |
| | | display: none; |
| | | } |
| | |
| | | } |
| | | #menu-toggle { |
| | | display: none; |
| | | @media only screen and (max-width : 768px) { |
| | | @media only screen and (max-width: 768px) { |
| | | &:checked + label > i { |
| | | color: $alt-bg-color; |
| | | } |
| | |
| | | } |
| | | .menu-button { |
| | | display: none; |
| | | @media only screen and (max-width : 768px) { |
| | | @media only screen and (max-width: 768px) { |
| | | display: block; |
| | | margin: 1.8rem 0; |
| | | font-size: 2.4rem; |
| | |
| | | } |
| | | |
| | | i { |
| | | &:hover, &:focus { |
| | | &:hover, |
| | | &:focus { |
| | | color: $alt-fg-color; |
| | | } |
| | | } |