Commit 66f65355 authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #1212 from lookfirst/white

2.0-wip: s/#fff/@white/
parents e49e49ff 0b2dd16e
7 merge requests!14752.0 wip,!1403warningText and warningBackground docs fix,!13512.0 wip - relative font sizes,!1315[2.0-wip] Fix mustache glob when building,!1268[wip-2.0] IE 7/8 Typehead JS fix,!12362.0 wip - Fix for issue #1202,!1219Removed dotted outline on navbar dropdown menu
Showing with 3 additions and 3 deletions
+3 -3
...@@ -68,10 +68,10 @@ ...@@ -68,10 +68,10 @@
font-size: 60px; font-size: 60px;
font-weight: 100; font-weight: 100;
line-height: 30px; line-height: 30px;
color: #fff; color: @white;
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