You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 12345678910111213141516 |
- // LABELS
- // ------
-
- .label {
- padding: 1px 3px 2px;
- font-size: @baseFontSize * .75;
- font-weight: bold;
- color: @white;
- text-transform: uppercase;
- background-color: @grayLight;
- .border-radius(3px);
- }
- .label-important { background-color: @errorText; }
- .label-warning { background-color: @orange; }
- .label-success { background-color: @successText; }
- .label-info { background-color: @infoText; }
|