UNPKG

govuk-frontend

Version:

GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.

2 lines (1 loc) 1.76 kB
{"version":3,"sources":["../../../src/govuk/core/_section-break.scss"],"names":[],"mappings":"AAAA,6BAA6B;AAC7B,0BAA0B;AAC1B,2BAA2B;AAC3B,4BAA4B;;AAE5B;EACE;IACE,SAAS;IACT,SAAS;EACX;;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,wBAAwB;IACxB,oDAAoD;EACtD;;EAEA;IACE,qCAAqC;EACvC;AACF","file":"_section-break.scss","sourcesContent":["@import \"../settings/spacing\";\n@import \"../tools/exports\";\n@import \"../helpers/colour\";\n@import \"../helpers/spacing\";\n\n@include govuk-exports(\"govuk/core/section-break\") {\n %govuk-section-break {\n margin: 0;\n border: 0;\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;\n border-bottom-color: govuk-functional-colour(border);\n }\n\n .govuk-section-break--visible {\n @extend %govuk-section-break--visible;\n }\n}\n"]}