// 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; } } }