aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/components/_labels.sass
blob: 9607a97b87a2b2adc7497265dfcc9a611824761f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//--------//
// LABELS //
//--------//

.label
  display: inline-block
  font-size: 1em
  font-weight: inherit
  padding: 0.35em 0.4em
  border-radius: 2px
  border: 1px solid

  + .label
    margin-left: 0.5em

  &.label-default
    background-color: #fff
    color: $darkgrey
    border-color: rgba($grey, 0.5)

    &.disabled
      color: rgba($grey, 0.5)