Sha256: dab80ba085b364a2dabbd35ff9655a03d0b8c515fcde8fc2f55d3624d432c7d5
Contents?: true
Size: 1.7 KB
Versions: 15
Compression:
Stored size: 1.7 KB
Contents
.gem-c-taxonomy-navigation { @include govuk-text-colour; @include core-16; border-top: 2px solid $govuk-blue; padding-top: $gutter-half; // FIXME: These styles can be removed once new // taxonomy template code is populated across all // application caches. h2 { margin-bottom: .5em; } .taxon-description { margin-bottom: .75em; } ul { // reset the default browser styles padding: 0; margin: 0; list-style: none; margin-bottom: 1.25em; li { // reset the default browser styles padding: 0; margin-bottom: .75em; } } // END FIXME } .gem-c-taxonomy-navigation__heading { @include bold-19; margin-bottom: $gutter-one-third; margin-top: 0; } .gem-c-taxonomy-navigation__taxon-description { margin-bottom: $gutter-one-third; margin-top: 0; } .gem-c-taxonomy-navigation__navigation { margin-bottom: $gutter; } .gem-c-taxonomy-navigation__list { list-style: none; margin: 0; margin-bottom: 1.25em; padding: 0; } .gem-c-taxonomy-navigation__item { list-style-type: none; margin-bottom: $gutter-one-third; padding: 0; } .gem-c-taxonomy-navigation__link { @extend %govuk-link; text-decoration: none; } .gem-c-taxonomy-navigation__toggle { @extend %govuk-link; display: none; .js-enabled & { display: block; } } .gem-c-taxonomy-navigation__toggle-more.js-hidden { .js-enabled & { display: none; } } .gem-c-taxonomy-navigation__section-heading { @include core-16; border-top: 1px solid $border-colour; margin-bottom: $gutter-half; margin-top: $gutter; padding-top: $gutter-half; } .gem-c-taxonomy-navigation__section-link { @extend %govuk-link; @include bold-19; text-decoration: none; }
Version data entries
15 entries across 15 versions & 1 rubygems