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/objects | |
| 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/objects')
| -rw-r--r-- | src/objects/_tabbar.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/objects/_tabbar.scss b/src/objects/_tabbar.scss index 131c832..860ab47 100644 --- a/src/objects/_tabbar.scss +++ b/src/objects/_tabbar.scss | |||
| @@ -27,8 +27,11 @@ | |||
| 27 | @include bem.elem('tabs') { | 27 | @include bem.elem('tabs') { |
| 28 | display: flex; | 28 | display: flex; |
| 29 | block-size: 100%; | 29 | block-size: 100%; |
| 30 | padding: 0; | ||
| 31 | margin-block: 0; | ||
| 30 | margin-inline: calc(-.5 * props.get(vars.$spacing)); | 32 | margin-inline: calc(-.5 * props.get(vars.$spacing)); |
| 31 | overflow-inline: auto; | 33 | overflow-inline: auto; |
| 34 | list-style: none; | ||
| 32 | } | 35 | } |
| 33 | 36 | ||
| 34 | @include bem.modifier('quiet') { | 37 | @include bem.modifier('quiet') { |
