move playground footer styles to global footer region

This commit is contained in:
Stacy Kvernmo 2023-06-21 11:31:33 -05:00
parent ebd4b2c572
commit 96eca9180a
3 changed files with 7 additions and 8 deletions

View File

@ -23,14 +23,6 @@
display: inherit;
overflow: inherit;
}
.site-footer {
--sl-type-margin-block: var(--sl-gutter--quarter);
p {
padding-top: var(--sl-gutter--minus);
}
}
}
.sl-r-banner--playground-grid {

View File

@ -0,0 +1,6 @@
.site-footer {
--sl-type-margin-block: var(--sl-gutter--quarter);
padding-bottom: var(--sl-gutter--half);
padding-top: var(--sl-gutter);
}

View File

@ -34,3 +34,4 @@
@use 'components/sass-syntax-switcher';
@use 'components/tables';
@use 'regions/banner';
@use 'regions/footer';