Sha256: d18b2e1afe136273e6600e58df994b56313aa4d7f00cdee4a751320248751b95
Contents?: true
Size: 1.74 KB
Versions: 25
Compression:
Stored size: 1.74 KB
Contents
{"version":3,"sources":["../../../src/govuk/core/_section-break.scss"],"names":[],"mappings":"AAAA;;EAEE;IACE,SAAS;IACT,SAAS;;IAET,iEAAiE;IACjE,kDAAkD;IAClD;MACE,SAAS;IACX;EACF;;EAEA;IACE,4BAA4B;EAC9B;;EAEA,OAAO;;EAEP;IACE,0CAA0C;IAC1C,6CAA6C;EAC/C;;EAEA;IACE,gCAAgC;EAClC;;EAEA;IACE,0CAA0C;IAC1C,6CAA6C;EAC/C;;EAEA;IACE,+BAA+B;EACjC;;EAEA;IACE,0CAA0C;IAC1C,6CAA6C;EAC/C;;EAEA;IACE,+BAA+B;EACjC;;EAEA,iBAAiB;;EAEjB;IACE,6CAA6C;EAC/C;;EAEA;IACE,qCAAqC;EACvC;AACF","file":"_section-break.scss","sourcesContent":["@include govuk-exports(\"govuk/core/section-break\") {\n\n %govuk-section-break {\n margin: 0;\n border: 0;\n\n // fix double-width section break and forced visible section break\n // when combined with styles from alphagov/elements\n @include _govuk-compatibility(govuk_elements) {\n height: 0;\n }\n }\n\n .govuk-section-break {\n @extend %govuk-section-break;\n }\n\n // Sizes\n\n %govuk-section-break--xl {\n @include govuk-responsive-margin(8, \"top\");\n @include govuk-responsive-margin(8, \"bottom\");\n }\n\n .govuk-section-break--xl {\n @extend %govuk-section-break--xl;\n }\n\n %govuk-section-break--l {\n @include govuk-responsive-margin(6, \"top\");\n @include govuk-responsive-margin(6, \"bottom\");\n }\n\n .govuk-section-break--l {\n @extend %govuk-section-break--l;\n }\n\n %govuk-section-break--m {\n @include govuk-responsive-margin(4, \"top\");\n @include govuk-responsive-margin(4, \"bottom\");\n }\n\n .govuk-section-break--m {\n @extend %govuk-section-break--m;\n }\n\n // Visible variant\n\n %govuk-section-break--visible {\n border-bottom: 1px solid $govuk-border-colour;\n }\n\n .govuk-section-break--visible {\n @extend %govuk-section-break--visible;\n }\n}\n"]}
Version data entries
25 entries across 25 versions & 1 rubygems