use default label styling
This commit is contained in:
parent
8365306204
commit
9c33691557
1 changed files with 4 additions and 4 deletions
|
@ -174,10 +174,10 @@ div.subnav {
|
||||||
// MISC
|
// MISC
|
||||||
// -----------------------------------------------------
|
// -----------------------------------------------------
|
||||||
|
|
||||||
.label-important { background-color: #BD2C00; }
|
// .label-important { background-color: #BD2C00; }
|
||||||
.label-warning { background-color: #E3E84D; }
|
// .label-warning { background-color: #E3E84D; }
|
||||||
.label-success { background-color: #6CC644; }
|
// .label-success { background-color: #6CC644; }
|
||||||
.label-info { background-color: #4183C4; }
|
// .label-info { background-color: #4183C4; }
|
||||||
|
|
||||||
.hero-unit {
|
.hero-unit {
|
||||||
.box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
|
.box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
|
||||||
|
|
Loading…
Reference in a new issue