mirror of https://github.com/twbs/bootstrap.git
Fixes hound code style/standards
This commit is contained in:
parent
2a2231d55b
commit
ad84eeb6e9
|
@ -18,8 +18,8 @@
|
||||||
|
|
||||||
.progress-bar {
|
.progress-bar {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
color: $progress-bar-color;
|
color: $progress-bar-color;
|
||||||
background-color: $progress-bar-bg;
|
background-color: $progress-bar-bg;
|
||||||
|
|
Loading…
Reference in New Issue