Commit 6cbf2f40 authored by Jon Stevens's avatar Jon Stevens
Browse files

s/#fff/@white/

parent e49e49ff
Showing with 2 additions and 2 deletions
+2 -2
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
color: #fff; color: #fff;
text-align: center; text-align: center;
background: @grayDarker; background: @grayDarker;
border: 3px solid #fff; border: 3px solid @white;
.border-radius(23px); .border-radius(23px);
.opacity(50); .opacity(50);
.transition(all .2s linear); .transition(all .2s linear);
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
.progress .bar { .progress .bar {
width: 0%; width: 0%;
height: 18px; height: 18px;
color: #fff; color: @white;
font-size: 12px; font-size: 12px;
text-align: center; text-align: center;
text-shadow: 0 -1px 0 rgba(0,0,0,.25); text-shadow: 0 -1px 0 rgba(0,0,0,.25);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment