headerfixes
This commit is contained in:
parent
f91c2aea27
commit
33d156e516
@ -236,9 +236,11 @@ $doc_cyan: $color-alpha;
|
|||||||
|
|
||||||
// Header
|
// Header
|
||||||
$o-header-height: 90px;
|
$o-header-height: 90px;
|
||||||
|
$o-header-white: #ffffff;
|
||||||
|
|
||||||
|
// Navigation
|
||||||
$o-side-nav-width: 350px;
|
$o-side-nav-width: 350px;
|
||||||
$o-on-page-width: 25%;
|
$o-on-page-width: 25%;
|
||||||
$o-header-white: #ffffff;
|
|
||||||
|
|
||||||
// has_code_col pages
|
// has_code_col pages
|
||||||
$o-halfpage-width: 54%;
|
$o-halfpage-width: 54%;
|
||||||
|
@ -63,8 +63,10 @@ header.o_main_header{
|
|||||||
}
|
}
|
||||||
.o_search {
|
.o_search {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 90%;
|
width: 100%;
|
||||||
|
@include media-breakpoint-up(lg) {
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
|
}
|
||||||
.btn{
|
.btn{
|
||||||
@include o-position-absolute($top: 50%, $right: 1rem);
|
@include o-position-absolute($top: 50%, $right: 1rem);
|
||||||
@include transform (translateY(-50%)) ;
|
@include transform (translateY(-50%)) ;
|
||||||
@ -83,9 +85,6 @@ header.o_main_header{
|
|||||||
@include font-size($font-size-secondary);
|
@include font-size($font-size-secondary);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.o_languages {
|
|
||||||
width: 120px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user