aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/view/stylesheet/sass/bootstrap/mixins/_progress-bar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'public/admin/view/stylesheet/sass/bootstrap/mixins/_progress-bar.scss')
-rw-r--r--public/admin/view/stylesheet/sass/bootstrap/mixins/_progress-bar.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/public/admin/view/stylesheet/sass/bootstrap/mixins/_progress-bar.scss b/public/admin/view/stylesheet/sass/bootstrap/mixins/_progress-bar.scss
new file mode 100644
index 0000000..90a62af
--- /dev/null
+++ b/public/admin/view/stylesheet/sass/bootstrap/mixins/_progress-bar.scss
@@ -0,0 +1,10 @@
+// Progress bars
+
+@mixin progress-bar-variant($color) {
+ background-color: $color;
+
+ // Deprecated parent class requirement as of v3.2.0
+ .progress-striped & {
+ @include gradient-striped;
+ }
+}