Sha256: 401ff52aa06541dcd71f6a298ba5abffe3b45fedefce78f5a3902560d93e5fc6
Contents?: true
Size: 891 Bytes
Versions: 178
Compression:
Stored size: 891 Bytes
Contents
// Govspeak warning callout // https://components.publishing.service.gov.uk/component-guide/govspeak/warning_callout // // Support: // // - alphagov/whitehall: ✔︎ // - alphagov/govspeak: ✔︎ .gem-c-govspeak { .help-notice { $icon-size: 34px; $line-height-mobile: 20px; $line-height-tablet: 25px; margin: 2em 0; // Add '!' icon background-image: image-url("govuk_publishing_components/icon-important.svg"); background-size: $icon-size $icon-size; background-repeat: no-repeat; min-height: $icon-size; padding-left: $icon-size; // Center the icon around the baseline padding-top: ($icon-size - $line-height-mobile) / 2; @include govuk-media-query($from: tablet) { padding-top: ($icon-size - $line-height-tablet) / 2; } p { @include govuk-font($size: 19, $weight: bold); margin-left: 1em; } } }
Version data entries
178 entries across 178 versions & 1 rubygems