Sha256: ebcbce7eb1c6ab86bfbd13ee66eb39ee4a8df2e81fea0a7fffc2de5f47cdbc8e
Contents?: true
Size: 724 Bytes
Versions: 3
Compression:
Stored size: 724 Bytes
Contents
@import "govuk_publishing_components/individual_component_support"; @import "govuk/components/notification-banner/notification-banner"; .gem-c-success-alert__message { @include govuk-font(19, $weight: bold); } // stylelint-disable declaration-no-important @include govuk-media-query($media-type: print) { .gem-c-success-alert { break-inside: avoid; background-color: initial; border-color: $govuk-print-text-colour; * { color: $govuk-print-text-colour !important; } .govuk-notification-banner__header { border-bottom: 1pt solid $govuk-print-text-colour; } .govuk-notification-banner__title { padding: 2mm 0; } } } // stylelint-enable declaration-no-important
Version data entries
3 entries across 3 versions & 1 rubygems