Sha256: ace43b4d72a7b6c49ae534792d75f455f401a2e9bffbc4ca534fbdd3cf2b5bd9
Contents?: true
Size: 600 Bytes
Versions: 18
Compression:
Stored size: 600 Bytes
Contents
// Govspeak footnotes callout // https://govuk-publishing-components.herokuapp.com/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("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
18 entries across 18 versions & 1 rubygems