Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'less/progress-bars.less')
-rw-r--r--less/progress-bars.less8
1 files changed, 5 insertions, 3 deletions
diff --git a/less/progress-bars.less b/less/progress-bars.less
index 8868a1feef..9443eb09bb 100644
--- a/less/progress-bars.less
+++ b/less/progress-bars.less
@@ -1,3 +1,5 @@
+/* stylelint-disable at-rule-no-vendor-prefix */
+
//
// Progress bars
// --------------------------------------------------
@@ -24,12 +26,12 @@
// Outer container
.progress {
- overflow: hidden;
height: @line-height-computed;
margin-bottom: @line-height-computed;
+ overflow: hidden;
background-color: @progress-bg;
border-radius: @progress-border-radius;
- .box-shadow(inset 0 1px 2px rgba(0,0,0,.1));
+ .box-shadow(inset 0 1px 2px rgba(0, 0, 0, .1));
}
// Bar of progress
@@ -42,7 +44,7 @@
color: @progress-bar-color;
text-align: center;
background-color: @progress-bar-bg;
- .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));
+ .box-shadow(inset 0 -1px 0 rgba(0, 0, 0, .15));
.transition(width .6s ease);
}