Sha256: f867e3dac238831553d47a52ffad5875b8b1c4178c01c621faceaa6949fae070

Contents?: true

Size: 531 Bytes

Versions: 4

Compression:

Stored size: 531 Bytes

Contents

@import "../../settings/all";
@import "../../tools/all";
@import "../../helpers/all";

@include govuk-exports("govuk/component/tag") {
  .govuk-tag {
    @include govuk-font($size: 16, $weight: bold, $line-height: 1.25);

    display: inline-block;
    padding: govuk-spacing(1) 8px 0;

    color: govuk-colour("white");
    background-color: govuk-colour("blue");
    letter-spacing: 1px;

    text-decoration: none;
    text-transform: uppercase;
  }

  .govuk-tag--inactive {
    background-color: govuk-colour("grey-1");
  }
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
govuk_publishing_components-9.5.1 node_modules/govuk-frontend/components/tag/_tag.scss
govuk_publishing_components-9.5.0 node_modules/govuk-frontend/components/tag/_tag.scss
govuk_publishing_components-9.4.0 node_modules/govuk-frontend/components/tag/_tag.scss
govuk_fe_assets-0.1.0.pre.alpha node_modules/govuk-frontend/components/tag/_tag.scss