diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/objects/_tabbar.scss | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/objects/_tabbar.scss b/src/objects/_tabbar.scss index 11a025f..aaa6f07 100644 --- a/src/objects/_tabbar.scss +++ b/src/objects/_tabbar.scss | |||
@@ -26,21 +26,8 @@ | |||
26 | @include bem.elem('tabs') { | 26 | @include bem.elem('tabs') { |
27 | display: flex; | 27 | display: flex; |
28 | block-size: 100%; | 28 | block-size: 100%; |
29 | margin-inline: calc(-.5 * props.get(vars.$spacing)); | ||
29 | overflow-inline: auto; | 30 | overflow-inline: auto; |
30 | |||
31 | &::before, | ||
32 | &::after { | ||
33 | display: block; | ||
34 | content: ''; | ||
35 | } | ||
36 | |||
37 | &::before { | ||
38 | margin-inline-start: calc(-.5 * props.get(vars.$spacing)); | ||
39 | } | ||
40 | |||
41 | &::after { | ||
42 | margin-inline-end: calc(-.5 * props.get(vars.$spacing)); | ||
43 | } | ||
44 | } | 31 | } |
45 | 32 | ||
46 | @include bem.modifier('quiet') { | 33 | @include bem.modifier('quiet') { |