vendor/assets/stylesheets/_loader.scss in active_frontend-10.2.4 vs vendor/assets/stylesheets/_loader.scss in active_frontend-10.2.5
- old
+ new
@@ -20,10 +20,13 @@
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
}
-.loader-backdrop { background: $color-transparent; }
+.loader-backdrop {
+ height: 5px;
+ background: $color-haze-light;
+}
.loader-bar { background: $color-primary; }
.loader-peg {
box-shadow: 0 0 10px $color-primary, 0 0 5px $color-primary;
display: block;
height: 100%;
\ No newline at end of file