EV001/assets/stylesheets/template/layout/header.scss

139 lines
2.4 KiB
SCSS
Executable File

@charset "utf-8";
@import "../initial";
.header-banner{
float: right;
}
.left{
width:27%;
display: grid;
}
.layout-header {
position: relative;
margin-bottom: 0;
border: none;
border-radius: 0;
z-index: 88;
.container {
@extend .response-contentt;
}
.header-nav {
padding: 0.5em 1em;
color: $theme-color-main;
font-family: $main-font;
margin-bottom: 3em;
background-color: #313131;
padding-right: 19%;
& > * {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
font-size: 0.8em;
color: $theme-color-main;
}
a {
color: #fff;
text-decoration: none;
}
@media (min-width: $screen-sm) {
text-align: right;
}
}
.navbar-header {
.navbar-toggle {
padding: 0.875em 0.625em;
border-radius: 0.125em;
border-width: 0.125em;
border-color: lighten(#fff, 30%);
.icon-bar {
background-color: lighten(#fff, 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);
}
}
.navbar-brand {
height: 2.125em;
margin: 0.3em 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: 3.75em;
margin: 0.5rem 0 0;
padding-left: 0;
line-height: 3.75em;
font-size: 1.5em;
}
.site-logo {
margin-right: 0.5em;
float: left;
}
}
}
}
.textbox{
@media (max-width: 767px) {
padding-left: 5%;
}
}
.imagebox{
opacity: 0.7;
}
.background>.ad-overlay{
p{
margin: 0;
}
}