assets/stylesheets/patternfly/_progress-bars.scss in patternfly-sass-2.6.0 vs assets/stylesheets/patternfly/_progress-bars.scss in patternfly-sass-2.7.0
- old
+ new
@@ -13,11 +13,11 @@
from { background-position: 0 0; }
to { background-position: 40px 0; }
}
.progress {
- @include box-shadow(inset 0 0 1px rgba(0, 0, 0, 0.25));
+ @include box-shadow(inset 0 0 1px rgba(0,0,0,0.25));
&.progress-label-left,
&.progress-label-top-right {
overflow: visible;
position: relative;
}
@@ -108,10 +108,11 @@
font-size: ($font-size-base * 1.667); // 20px
font-weight: 300;
line-height: 1;
margin-right: 5px;
}
- .fa, .pficon {
+ .fa,
+ .pficon {
font-size: 14px;
margin-right: 3px;
}
.progress-description-left & {
left: 0;