Sha256: 7311157a238ee83ab8e0f36419161a50b9fee40e186899225b55e5f9d09868f8
Contents?: true
Size: 662 Bytes
Versions: 244
Compression:
Stored size: 662 Bytes
Contents
// Govspeak example callout // https://components.publishing.service.gov.uk/component-guide/govspeak/example // // 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 { .example { border-left: 10px solid govuk-colour("mid-grey", $legacy: "grey-3"); 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; } strong { display: block; } } }
Version data entries
244 entries across 244 versions & 1 rubygems