diff options
author | Volpeon <git@volpeon.ink> | 2024-12-05 09:14:24 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-12-05 09:14:24 +0100 |
commit | a20c8d4895ad1c2949e0a9533042cc8018be3f0f (patch) | |
tree | 45a7118683e11a01c3fa9512c6e09cb34bbe6d4d /src/layouts/_card-list.scss | |
parent | Style lists by default (diff) | |
download | iro-design-a20c8d4895ad1c2949e0a9533042cc8018be3f0f.tar.gz iro-design-a20c8d4895ad1c2949e0a9533042cc8018be3f0f.tar.bz2 iro-design-a20c8d4895ad1c2949e0a9533042cc8018be3f0f.zip |
Revert "Style lists by default"
This reverts commit 6e1009c6c4c1cedfd2bfbb38eb9543e72a275461.
Diffstat (limited to 'src/layouts/_card-list.scss')
-rw-r--r-- | src/layouts/_card-list.scss | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/layouts/_card-list.scss b/src/layouts/_card-list.scss index f76d18b..8ef40c5 100644 --- a/src/layouts/_card-list.scss +++ b/src/layouts/_card-list.scss | |||
@@ -14,9 +14,6 @@ | |||
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; | ||
20 | 17 | ||
21 | @include bem.modifier('quiet') { | 18 | @include bem.modifier('quiet') { |
22 | row-gap: props.get(vars.$quiet--row-gap); | 19 | row-gap: props.get(vars.$quiet--row-gap); |