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/_button-group.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/_button-group.scss')
-rw-r--r-- | src/layouts/_button-group.scss | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/layouts/_button-group.scss b/src/layouts/_button-group.scss index c51ae7e..cae7042 100644 --- a/src/layouts/_button-group.scss +++ b/src/layouts/_button-group.scss | |||
@@ -10,8 +10,11 @@ | |||
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; | ||
16 | } | 19 | } |
17 | } | 20 | } |