Sha256: 86b077f90cec939999403c889c51c4c3ad906d461865d246d1aa199064e0f2ba

Contents?: true

Size: 518 Bytes

Versions: 12

Compression:

Stored size: 518 Bytes

Contents

// Labels (not the form kind)

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

  border-radius: 12px;
}

.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

12 entries across 12 versions & 2 rubygems

Version Path
just-the-docs-peter-0.1.3 _sass/labels.scss
just-the-docs-peter-0.1.2 _sass/labels.scss
just-the-docs-peter-0.1.1 _sass/labels.scss
just-the-docs-0.5.3 _sass/labels.scss
just-the-docs-0.5.2 _sass/labels.scss
just-the-docs-0.5.1 _sass/labels.scss
just-the-docs-0.5.0 _sass/labels.scss
just-the-docs-0.4.2 _sass/labels.scss
just-the-docs-0.4.1 _sass/labels.scss
just-the-docs-0.4.0 _sass/labels.scss
just-the-docs-0.4.0.rc5 _sass/labels.scss
just-the-docs-0.4.0.rc4 _sass/labels.scss