2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

namespace progress bars and labels classes

This commit is contained in:
Mark Otto
2012-01-28 22:14:51 -08:00
parent 59d9983ebc
commit 487dbfdda4
5 changed files with 58 additions and 66 deletions
+4 -4
View File
@@ -9,8 +9,8 @@
text-transform: uppercase;
background-color: @grayLight;
.border-radius(3px);
&.important { background-color: @errorText; }
&.warning { background-color: @orange; }
&.success { background-color: @successText; }
&.info { background-color: @infoText; }
}
.label-important { background-color: @errorText; }
.label-warning { background-color: @orange; }
.label-success { background-color: @successText; }
.label-info { background-color: @infoText; }