vendor/assets/stylesheets/components/_subheader.scss in active_frontend-15.1.2 vs vendor/assets/stylesheets/components/_subheader.scss in active_frontend-15.1.3
- old
+ new
@@ -1,8 +1,9 @@
// Table of Contents
// ==================================================
// Subheader
+// Media Queries
// Subheader
// ==================================================
.subheader,
.subheader-buffer {
@@ -51,8 +52,20 @@
border-radius: border-radius(xl);
height: 5px;
margin-left: 17px;
position: absolute;
width: 5px;
+ }
+ }
+}
+
+// Media Queries
+// ==================================================
+@media only screen and (max-width: 767px) {
+ .subheader {
+ &.absolute,
+ &.fixed {
+ position: fixed;
+ top: 54px;
}
}
}