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/_button-group.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/_button-group.scss')
-rw-r--r-- | src/layouts/_button-group.scss | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/layouts/_button-group.scss b/src/layouts/_button-group.scss index cae7042..c51ae7e 100644 --- a/src/layouts/_button-group.scss +++ b/src/layouts/_button-group.scss | |||
@@ -10,11 +10,8 @@ | |||
10 | @include materialize-at-root(meta.module-variables('vars')); | 10 | @include materialize-at-root(meta.module-variables('vars')); |
11 | 11 | ||
12 | @include bem.layout('button-group') { | 12 | @include bem.layout('button-group') { |
13 | display: flex; | 13 | display: flex; |
14 | flex-wrap: wrap; | 14 | flex-wrap: wrap; |
15 | gap: props.get(vars.$spacing); | 15 | gap: props.get(vars.$spacing); |
16 | padding: 0; | ||
17 | margin: 0; | ||
18 | list-style: none; | ||
19 | } | 16 | } |
20 | } | 17 | } |