Sha256: 6d90d704cdea75a62feaa3bcb94812fa0bf403e4d3c576377faf192adbc6a81c
Contents?: true
Size: 664 Bytes
Versions: 23
Compression:
Stored size: 664 Bytes
Contents
// Govspeak footnotes callout // https://components.publishing.service.gov.uk/component-guide/govspeak/footnotes // // Support: // // This appears to be built into kramdown, we're just applying styling to it. // https://kramdown.gettalong.org/syntax.html#footnotes // // - alphagov/whitehall: ✔︎ // - alphagov/govspeak: ✔︎ .gem-c-govspeak { .footnotes { border-top: 1px solid govuk-colour("mid-grey", $legacy: "grey-2"); margin-top: govuk-spacing(6); padding-top: govuk-spacing(2); a { overflow-wrap: break-word; } ol { margin-top: 0; padding-top: 0; li p { margin: 10px 0; } } } }
Version data entries
23 entries across 23 versions & 1 rubygems