diff options
| author | Volpeon <git@volpeon.ink> | 2026-03-04 07:16:15 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2026-03-04 07:16:15 +0100 |
| commit | 60cf9380ce2c64da85f1598e4c0e3781cb0dc97e (patch) | |
| tree | 93233ac986289e71e694d03a92a1790d7b06122c /src/layouts/_card-list.scss | |
| parent | Fix card list card hover (diff) | |
| download | iro-design-60cf9380ce2c64da85f1598e4c0e3781cb0dc97e.tar.gz iro-design-60cf9380ce2c64da85f1598e4c0e3781cb0dc97e.tar.bz2 iro-design-60cf9380ce2c64da85f1598e4c0e3781cb0dc97e.zip | |
Diffstat (limited to 'src/layouts/_card-list.scss')
| -rw-r--r-- | src/layouts/_card-list.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/_card-list.scss b/src/layouts/_card-list.scss index cf58927..5babc64 100644 --- a/src/layouts/_card-list.scss +++ b/src/layouts/_card-list.scss | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | @include bem.modifier('merge') { | 20 | @include bem.modifier('merge') { |
| 21 | position: relative; | 21 | position: relative; |
| 22 | gap: 0; | 22 | gap: 0; |
| 23 | border-radius: props.get(vars.$rounding); | 23 | border-radius: props.get(card.$rounding); |
| 24 | 24 | ||
| 25 | @include bem.elem('card') { | 25 | @include bem.elem('card') { |
| 26 | border-color: props.get(card.$border-color) props.get(card.$border-color) props.get(vars.$border-color); | 26 | border-color: props.get(card.$border-color) props.get(card.$border-color) props.get(vars.$border-color); |
