Welcome to mirror list, hosted at ThFree Co, Russian Federation.

labels.less « bootstrap « site « less « assets « doc « src - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d0d12dcf81c52eabe64bf9383d228773532a20e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// reset
.label {
  padding: .3em .6em;
}

// new types of labels
.label-brand {
  .label-variant(@label-brand-bg);
}

.label-dark {
  .label-variant(@label-dark-bg);
}

// labels inside of headings
h1, h2, h3, h4, h5, h6 {

  .label {
    font-family: @font-family-sans-serif;
  }
}