essai ajout 2 logos dans header

This commit is contained in:
2021-03-25 18:43:48 +01:00
parent 2b94802e4c
commit 7ea7075d99
8 changed files with 150 additions and 10 deletions
@@ -11,16 +11,19 @@ $dropdown-color: #f6f6f6;
background-color: rgba(255,255,255,0.90);
box-shadow: 0 0.05rem 1rem rgba(0,0,0, 0.15);
// scroll based changes
&.scrolled {
height: $header-height - 2rem;
background-color: rgba(255,255,255,0.90) !important;
box-shadow: 0 0.05rem 1rem rgba(0,0,0, 0.15) !important;
#logo h3 {
color: $core-text !important;
font-size: 1.6rem !important;
}
#logo a, #navbar span {
color: $core-text !important;
}
@@ -39,6 +42,27 @@ $dropdown-color: #f6f6f6;
}
}
/*
// ajout ouidade marche pas
#header #logo h3 > a {
display: inline-block;
}
.toplogo {
max-width: 230px;
width: 100%;
transition: width 500ms ease;
}
.scrolled .toplogo {
width: 50%;
}
//
*/
// set heights for vertical centering
> .grid, #logo, #navbar {
height: 100%;
@@ -211,7 +235,7 @@ $dropdown-color: #f6f6f6;
@include breakpoint(desktop-only) {
display: none;
}
}
}
}
.panel-activation {