summaryrefslogtreecommitdiff
path: root/openstack_dashboard/static/bootstrap/scss/bootstrap/mixins/_progress-bar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/static/bootstrap/scss/bootstrap/mixins/_progress-bar.scss')
-rw-r--r--openstack_dashboard/static/bootstrap/scss/bootstrap/mixins/_progress-bar.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/openstack_dashboard/static/bootstrap/scss/bootstrap/mixins/_progress-bar.scss b/openstack_dashboard/static/bootstrap/scss/bootstrap/mixins/_progress-bar.scss
new file mode 100644
index 000000000..4303d702a
--- /dev/null
+++ b/openstack_dashboard/static/bootstrap/scss/bootstrap/mixins/_progress-bar.scss
@@ -0,0 +1,8 @@
+// Progress bars
+
+@mixin progress-bar-variant($color) {
+ background-color: $color;
+ .progress-striped & {
+ @include gradient-striped();
+ }
+}