diff options
| author | Joe Carstairs <118172583+jcarstairs-scottlogic@users.noreply.github.com> | 2024-01-19 09:16:42 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-19 09:16:42 +0000 |
| commit | 0cb6960f0c65c0d791ccdee2f5bc2e2b910cfb76 (patch) | |
| tree | 503e1129a999fe834d2a7b98a4e82bf07264f49f /scss/modules/footer.scss | |
| parent | 0b2fbe3f5b9e2fcf0da2b320af504d5cca759045 (diff) | |
Uses SCSS partials (#64)
Diffstat (limited to 'scss/modules/footer.scss')
| -rw-r--r-- | scss/modules/footer.scss | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/scss/modules/footer.scss b/scss/modules/footer.scss deleted file mode 100644 index 9210044..0000000 --- a/scss/modules/footer.scss +++ /dev/null @@ -1,28 +0,0 @@ -footer { - display: flex; - flex-direction: column; - gap: var(--spacing-block-sm); - align-items: center; -} - -.footer__rss-button__label { - /* Hides the label from non-screen-readers */ - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; -} - -.footer__rss-button__img { - display: block; -} - -.footer__back-to-top { - grid-column: calc(var(--grid-column-count) - 2) / calc(var(--grid-column-count) + 1); - margin: 0; -} |
