Sha256: 08ed8b662e17649ec533db811b2947cef186cc494aaf8a831aefc25a7da87717

Contents?: true

Size: 543 Bytes

Versions: 1

Compression:

Stored size: 543 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;
  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

1 entries across 1 versions & 1 rubygems

Version Path
just-the-docs-0.1.0 _sass/labels.scss