@charset "utf-8"; @import "../initial"; .layout-header { position: relative; margin-bottom: 0; border: none; border-radius: 0; z-index: 1; .container { @extend .response-container; padding-top: 36px; } .header-banner { overflow: hidden; } .header-nav { padding: 1em 0; color: $theme-color-main; font-family: $main-font; width: max-content; padding: 5px 10px; float: right; & > * { display: inline-block; margin-top: 0; margin-bottom: 0; font-size: 0.75em; } a { text-decoration: none; color: $theme-white; margin: 0 4px; } @media (min-width: $screen-sm) { text-align: right; } } .navbar-header { padding: 0; margin: 0; .navbar-brand { height: 2.125em; margin: 0.5em 0; padding-top: 0; padding-bottom: 0; line-height: 2.125em; color: $theme-color-main; font-size: 1.4em; font-family: $main-font; @media (min-width: $screen-sm) { height: unset; margin: 1.5rem 0 0; padding-left: 0; line-height: 3.75em; font-size: 1.5em; } @media (max-width: 767px) { width: 80%; } .site-logo { width: auto; height: 100%; margin-right: 0.5em; float: left; } } } } .navbar-toggle { padding: 0.875em 0.625em; .icon-bar { background-color: $theme-white; } &.collapsed { .icon-bar-top { top: 0; -webkit-transform: rotate(0); transform: rotate(0); } .icon-bar-middle { opacity: 1; } .icon-bar-bottom { top: 0; -webkit-transform: rotate(0); transform: rotate(0); } } // icon bar animation .icon-bar { transition: .2s all; position: relative; } .icon-bar-top { top: 0.375em; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .icon-bar-middle { opacity: 0; } .icon-bar-bottom { top: -0.375em; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } }