vendor/assets/stylesheets/components/_subheader.scss in active_frontend-14.1.6 vs vendor/assets/stylesheets/components/_subheader.scss in active_frontend-14.1.7
- old
+ new
@@ -6,15 +6,15 @@
// ==================================================
.subheader {
background: color(white);
border-bottom: 1px solid color(dark-haze);
box-sizing: border-box;
- height: 54px;
+ height: 55px;
line-height: 1;
padding: 10px 0;
&.absolute,
- &.fixed { z-index: 1040; }
+ &.fixed { z-index: 1030; }
&.absolute {
position: absolute;
width: inherit;
}
&.fixed {