vendor/assets/stylesheets/_loader.scss in active_frontend-11.1.0 vs vendor/assets/stylesheets/_loader.scss in active_frontend-12.0.0
- old
+ new
@@ -1,9 +1,10 @@
/* Table of Contents
==================================================
# Keyframes
-# Loader */
+# Loader
+# Colors */
/* # Keyframes
================================================== */
@-webkit-keyframes loader-spinner {
0% { @include transform(0); }
@@ -59,6 +60,11 @@
border-radius: 500px;
box-sizing: border-box;
height: 18px;
pointer-events: none;
width: 18px;
-}
+}
+
+/* # Colors
+================================================== */
+.loader-dark { background: $color-black; }
+.loader-light { background: $color-haze; }
\ No newline at end of file