diff options
Diffstat (limited to 'assets/css/components')
-rw-r--r-- | assets/css/components/_card.scss | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/assets/css/components/_card.scss b/assets/css/components/_card.scss index 0a64f1f..c1d58db 100644 --- a/assets/css/components/_card.scss +++ b/assets/css/components/_card.scss | |||
@@ -1,14 +1,5 @@ | |||
1 | @include namespace('card') { | 1 | @include namespace('card') { |
2 | @include store(( | 2 | @include store(( |
3 | --dims: ( | ||
4 | --pad-x: 1.1em, | ||
5 | --pad-y: .8em, | ||
6 | --hover-offset: -.3rem, | ||
7 | --indicator: ( | ||
8 | --width: 1em, | ||
9 | --height: 4px, | ||
10 | ), | ||
11 | ), | ||
12 | --colors: ( | 3 | --colors: ( |
13 | --bg: prop(--colors --bg-lo, $global: true), | 4 | --bg: prop(--colors --bg-lo, $global: true), |
14 | --fg: prop(--colors --fg, $global: true), | 5 | --fg: prop(--colors --fg, $global: true), |
@@ -18,6 +9,15 @@ | |||
18 | --bg: prop(--colors --fg-lo, $global: true), | 9 | --bg: prop(--colors --fg-lo, $global: true), |
19 | --fg: prop(--colors --bg-hi, $global: true), | 10 | --fg: prop(--colors --bg-hi, $global: true), |
20 | ), | 11 | ), |
12 | ), | ||
13 | --dims: ( | ||
14 | --pad-x: 1.1em, | ||
15 | --pad-y: .8em, | ||
16 | --hover-offset: -.3rem, | ||
17 | --indicator: ( | ||
18 | --width: 1em, | ||
19 | --height: 4px, | ||
20 | ), | ||
21 | ) | 21 | ) |
22 | )); | 22 | )); |
23 | 23 | ||