209 lines
3.5 KiB
SCSS
209 lines
3.5 KiB
SCSS
@charset "utf-8";
|
|
|
|
@import "../initial";
|
|
|
|
.layout-header {
|
|
position: relative;
|
|
margin-bottom: 0;
|
|
border: none;
|
|
border-radius: 0;
|
|
z-index: 1;
|
|
background-color: #fff;
|
|
@media(min-width: 769px){
|
|
|
|
}
|
|
|
|
.container {
|
|
@extend .response-container;
|
|
}
|
|
.header-banner { overflow: hidden; }
|
|
.header-nav {
|
|
padding: 1em 0;
|
|
color: $theme-color-main;
|
|
font-family: $main-font;
|
|
text-transform:uppercase;
|
|
|
|
& > * {
|
|
display: inline-block;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
font-size: 0.8em;
|
|
color: $theme-color-main;
|
|
}
|
|
|
|
a {
|
|
color: $theme-color-main;
|
|
text-decoration: none;
|
|
padding: 15px;
|
|
border-style: solid;
|
|
border-width: thin;
|
|
text-align: center;
|
|
padding: 0 0.2em 0 0.2em;
|
|
&:hover{
|
|
background-color: #035FCE;
|
|
color: #ffffff;
|
|
}
|
|
}
|
|
|
|
@media (min-width: $screen-sm) {
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
.navbar-header {
|
|
z-index: 10;
|
|
padding: 0;
|
|
margin: 0;
|
|
.navbar-brand {
|
|
margin: 0.5em 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) {
|
|
margin:0;
|
|
padding: 0;
|
|
line-height: 3.75em;
|
|
font-size: 1.5em;
|
|
}
|
|
@media (max-width: 768px) {
|
|
padding: 0;
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
height: 3.5em;
|
|
padding: 0 0.5rem;
|
|
margin: 0;
|
|
}
|
|
|
|
.site-logo {
|
|
margin-right: 0.5em;
|
|
float: left;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.navbar-toggle {
|
|
padding: 0.875em 0.625em;
|
|
margin-top: 1em;
|
|
// border-radius: 0.125em;
|
|
// border-width: 0.125em;
|
|
// border-color: lighten($theme-color-main, 30%);
|
|
|
|
.icon-bar {
|
|
background-color: lighten($theme-color-main, 30%);
|
|
}
|
|
|
|
&.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);
|
|
}
|
|
}
|
|
.navFixed {
|
|
z-index: 10;
|
|
position: fixed;
|
|
left: 0;
|
|
top:2.5em;
|
|
background-color: #fff;
|
|
margin-top: 0;
|
|
min-width: 100%;
|
|
transition: opacity .5s ease-out;
|
|
}
|
|
@media (width: 768px) {
|
|
.navbar-toggle{
|
|
display: block!important;
|
|
}
|
|
|
|
}
|
|
.outdropdowns{
|
|
background-color: #fff;
|
|
.dropdowns{
|
|
position: static!important;
|
|
}
|
|
}
|
|
.header-nav{
|
|
padding:0 3em!important;
|
|
}
|
|
.nav-menu{
|
|
display:flex!important;
|
|
float: right;
|
|
li{
|
|
padding: 1em 0;
|
|
&:hover{
|
|
background-color: #C40516;
|
|
a{
|
|
color: #FFFFFF;
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
.nav{
|
|
font-family: "Industry_Demi", Sans-serif;
|
|
font-size: 11px;
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
padding: 1em 0;
|
|
&:hover{
|
|
background-color: #e4002b;
|
|
color: #fff;
|
|
}
|
|
}
|
|
.navone ::before{
|
|
content: '';
|
|
position: absolute;
|
|
background: url("/assets/account-icon.png") no-repeat;
|
|
width: 23px;
|
|
height: 23px;
|
|
left: -10px;
|
|
top: 10px;
|
|
display: inline-block;
|
|
left: 5px;
|
|
}
|
|
.header-buttom{
|
|
&:hover{
|
|
.headbutton{
|
|
background-color: #750016!important;
|
|
}
|
|
|
|
}
|
|
}
|