|
@@ -11,16 +11,19 @@ $dropdown-color: #f6f6f6;
|
|
background-color: rgba(255,255,255,0.90);
|
|
background-color: rgba(255,255,255,0.90);
|
|
box-shadow: 0 0.05rem 1rem rgba(0,0,0, 0.15);
|
|
box-shadow: 0 0.05rem 1rem rgba(0,0,0, 0.15);
|
|
|
|
|
|
|
|
+
|
|
// scroll based changes
|
|
// scroll based changes
|
|
&.scrolled {
|
|
&.scrolled {
|
|
height: $header-height - 2rem;
|
|
height: $header-height - 2rem;
|
|
background-color: rgba(255,255,255,0.90) !important;
|
|
background-color: rgba(255,255,255,0.90) !important;
|
|
box-shadow: 0 0.05rem 1rem rgba(0,0,0, 0.15) !important;
|
|
box-shadow: 0 0.05rem 1rem rgba(0,0,0, 0.15) !important;
|
|
|
|
|
|
|
|
+
|
|
#logo h3 {
|
|
#logo h3 {
|
|
color: $core-text !important;
|
|
color: $core-text !important;
|
|
font-size: 1.6rem !important;
|
|
font-size: 1.6rem !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
#logo a, #navbar span {
|
|
#logo a, #navbar span {
|
|
color: $core-text !important;
|
|
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
|
|
// set heights for vertical centering
|
|
> .grid, #logo, #navbar {
|
|
> .grid, #logo, #navbar {
|
|
height: 100%;
|
|
height: 100%;
|
|
@@ -211,7 +235,7 @@ $dropdown-color: #f6f6f6;
|
|
@include breakpoint(desktop-only) {
|
|
@include breakpoint(desktop-only) {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.panel-activation {
|
|
.panel-activation {
|