diff options
Diffstat (limited to 'assets/css/components/_footer.scss')
| -rw-r--r-- | assets/css/components/_footer.scss | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/assets/css/components/_footer.scss b/assets/css/components/_footer.scss index 9cc0d17..3705b79 100644 --- a/assets/css/components/_footer.scss +++ b/assets/css/components/_footer.scss | |||
| @@ -2,18 +2,19 @@ | |||
| 2 | @include store(( | 2 | @include store(( |
| 3 | --colors: ( | 3 | --colors: ( |
| 4 | --fg: prop(--colors --obj, $global: true), | 4 | --fg: prop(--colors --obj, $global: true), |
| 5 | --bg: prop(--colors --bg, $global: true), | ||
| 5 | --ground: prop(--colors --obj, $global: true), | 6 | --ground: prop(--colors --obj, $global: true), |
| 6 | ) | 7 | ) |
| 7 | )); | 8 | )); |
| 8 | 9 | ||
| 9 | @include component(namespace()) { | 10 | @include component(namespace()) { |
| 10 | position: relative; | 11 | position: relative; |
| 11 | min-height: prop(--dims --outer, $global: true); | 12 | min-height: prop(--dims --outer, $global: true); |
| 12 | margin-top: prop(--dims --outer, $global: true); | 13 | overflow: hidden; |
| 13 | overflow: hidden; | 14 | background-color: prop(--colors --bg); |
| 14 | color: prop(--colors --fg); | 15 | color: prop(--colors --fg); |
| 15 | font-family: $font-fam--mono; | 16 | font-family: $font-fam--mono; |
| 16 | line-height: 1.4; | 17 | line-height: 1.4; |
| 17 | 18 | ||
| 18 | &::after { | 19 | &::after { |
| 19 | content: str-repeat('░', 400); | 20 | content: str-repeat('░', 400); |
