aboutsummaryrefslogtreecommitdiff
path: root/less/labels.less
blob: c0f427750202b3993ebf98c7c6c7af6e16ea9249 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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; }