vendor/assets/stylesheets/progress.scss in active_frontend-5.0.1 vs vendor/assets/stylesheets/progress.scss in active_frontend-6.0.0
- old
+ new
@@ -1,9 +1,14 @@
/* Table of Contents
==================================================
+# Import
# Progress */
+/* # Import
+================================================== */
+@import 'activefrontend';
+
/* # Progress
================================================== */
@-webkit-keyframes progressBarStripes {
from { background-position: 40px 0; }
to { background-position: 0 0; }
@@ -17,10 +22,10 @@
border-radius: 500px;
height: 25px;
overflow: hidden;
}
.progress .bar {
- background: rgba(0,153,255,1);
+ background: $primary-color;
box-sizing: border-box;
color: rgba(255,255,255,1);
float: left;
font-size: 13px;
height: 100%;
\ No newline at end of file