Update bower dependencies.
This commit is contained in:
parent
818bdad5af
commit
2beab45f32
185 changed files with 21480 additions and 8110 deletions
|
@ -24,12 +24,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;
|
||||
@include box-shadow(inset 0 1px 2px rgba(0,0,0,.1));
|
||||
@include box-shadow(inset 0 1px 2px rgba(0, 0, 0, .1));
|
||||
}
|
||||
|
||||
// Bar of progress
|
||||
|
@ -42,7 +42,7 @@
|
|||
color: $progress-bar-color;
|
||||
text-align: center;
|
||||
background-color: $progress-bar-bg;
|
||||
@include box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));
|
||||
@include box-shadow(inset 0 -1px 0 rgba(0, 0, 0, .15));
|
||||
@include transition(width .6s ease);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue