vendor/assets/stylesheets/components/_subheader.scss in active_frontend-14.1.26 vs vendor/assets/stylesheets/components/_subheader.scss in active_frontend-14.1.27
- old
+ new
@@ -2,17 +2,21 @@
// ==================================================
// Subheader
// Subheader
// ==================================================
-.subheader {
- background: color(white);
- border-bottom: 1px solid color(dark-haze);
+.subheader,
+.subheader-buffer {
+ border-bottom: 1px solid color(transparent);
box-sizing: border-box;
height: 49px;
line-height: 1;
- padding: 7px 0;
+ padding: 8px 0;
+}
+.subheader {
+ background: color(white);
+ border-bottom-color: color(dark-haze);
&.absolute,
&.fixed { z-index: 1030; }
&.absolute {
position: absolute;
@@ -24,10 +28,10 @@
right: 0;
top: 76px;
}
}
.subheader-switch {
- margin-top: 2px;
+ margin-top: 1px;
line-height: 30px;
}
.subheader-nav {
list-style: none;
margin-top: 9px;