diff options
author | Volpeon <git@volpeon.ink> | 2024-12-05 08:45:00 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-12-05 08:45:00 +0100 |
commit | 6e1009c6c4c1cedfd2bfbb38eb9543e72a275461 (patch) | |
tree | b6f6d6a076d4f58529560b51c830a4ddf6bdcf2c /src/layouts/_card-list.scss | |
parent | Horizontal card improvements (diff) | |
download | iro-design-6e1009c6c4c1cedfd2bfbb38eb9543e72a275461.tar.gz iro-design-6e1009c6c4c1cedfd2bfbb38eb9543e72a275461.tar.bz2 iro-design-6e1009c6c4c1cedfd2bfbb38eb9543e72a275461.zip |
Style lists by default
Diffstat (limited to 'src/layouts/_card-list.scss')
-rw-r--r-- | src/layouts/_card-list.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/layouts/_card-list.scss b/src/layouts/_card-list.scss index 8ef40c5..f76d18b 100644 --- a/src/layouts/_card-list.scss +++ b/src/layouts/_card-list.scss | |||
@@ -14,6 +14,9 @@ | |||
14 | display: flex; | 14 | display: flex; |
15 | flex-direction: column; | 15 | flex-direction: column; |
16 | gap: props.get(vars.$row-gap); | 16 | gap: props.get(vars.$row-gap); |
17 | padding: 0; | ||
18 | margin: 0; | ||
19 | list-style: none; | ||
17 | 20 | ||
18 | @include bem.modifier('quiet') { | 21 | @include bem.modifier('quiet') { |
19 | row-gap: props.get(vars.$quiet--row-gap); | 22 | row-gap: props.get(vars.$quiet--row-gap); |