Sha256: 0813ad532b7460cffdc933fbb8e1beae1941c8434462f8c8d982862fd45e47ad
Contents?: true
Size: 624 Bytes
Versions: 67
Compression:
Stored size: 624 Bytes
Contents
// Govspeak information callout // https://components.publishing.service.gov.uk/component-guide/govspeak/information_callout // // Support: // // - alphagov/whitehall: ✔︎ // - alphagov/govspeak: ✔︎ .govspeak, // Legacy class name that's still used in some content items - needs to be kept until `.govspeak` is removed from the content items. .gem-c-govspeak { .info-notice { border-left: 10px solid govuk-colour("mid-grey"); padding: 1em 0 1em 1em; margin: 2em 0; // Remove margin from the last element p:last-child, ul:last-child, ol:last-child { margin-bottom: 0; } } }
Version data entries
67 entries across 67 versions & 1 rubygems