Sha256: 5bc8d2c80f8004218a93a349fd230ff46ec7494a7b9d70e8f7d9d3ea9362ea51
Contents?: true
Size: 616 Bytes
Versions: 102
Compression:
Stored size: 616 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); ol { margin-top: 0; padding-top: 0; li p { margin: 10px 0; } } } }
Version data entries
102 entries across 102 versions & 1 rubygems