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, 0 insertions, 8 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
deleted file mode 100644
index 4303d702a..000000000
--- a/openstack_dashboard/static/bootstrap/scss/bootstrap/mixins/_progress-bar.scss
+++ /dev/null
@@ -1,8 +0,0 @@
-// Progress bars
-
-@mixin progress-bar-variant($color) {
- background-color: $color;
- .progress-striped & {
- @include gradient-striped();
- }
-}