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