mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-19 06:18:22 +01:00
s/#fff/@white/
This commit is contained in:
parent
e49e49ff95
commit
6cbf2f4024
@ -71,7 +71,7 @@
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
background: @grayDarker;
|
||||
border: 3px solid #fff;
|
||||
border: 3px solid @white;
|
||||
.border-radius(23px);
|
||||
.opacity(50);
|
||||
.transition(all .2s linear);
|
||||
|
@ -46,7 +46,7 @@
|
||||
.progress .bar {
|
||||
width: 0%;
|
||||
height: 18px;
|
||||
color: #fff;
|
||||
color: @white;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
||||
|
Loading…
x
Reference in New Issue
Block a user