Sha256: 3804ed73a7bdd466359d6fccee8bff89212ffd1bef4ea94f9f06b34b020a9e0f

Contents?: true

Size: 572 Bytes

Versions: 11

Compression:

Stored size: 572 Bytes

Contents

//
// Labels (not the form kind)
//

.label,
.label-blue {
  display: inline-block;
  padding-top: 0.16em;
  padding-right: 0.42em;
  padding-bottom: 0.16em;
  padding-left: 0.42em;
  margin-right: $sp-1;
  margin-left: $sp-1;
  color: $white;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: $blue-100;
  @include fs-2;
}

.label-green {
  background-color: $green-200;
}

.label-purple {
  background-color: $purple-100;
}

.label-red {
  background-color: $red-200;
}

.label-yellow {
  color: $grey-dk-200;
  background-color: $yellow-200;
}

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
just-the-docs-0.2.8 _sass/labels.scss
just-the-docs-0.2.7 _sass/labels.scss
just-the-docs-0.2.6 _sass/labels.scss
just-the-docs-0.2.5 _sass/labels.scss
just-the-docs-0.2.4 _sass/labels.scss
just-the-docs-altair-0.2.3 _sass/labels.scss
just-the-docs-0.2.3 _sass/labels.scss
just-the-docs-0.2.2 _sass/labels.scss
just-the-docs-0.2.1 _sass/labels.scss
just-the-docs-0.2.0 _sass/labels.scss
just-the-docs-0.1.6 _sass/labels.scss