summaryrefslogtreecommitdiffstats
path: root/src/objects/_tabbar.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-11-23 16:34:45 +0100
committerVolpeon <git@volpeon.ink>2024-11-23 16:34:45 +0100
commit3b5e90a7a1cc906455fcb9c77cefae1d3793a9c7 (patch)
tree005b6362a0c741feb9daed32d3250826e57b6c0d /src/objects/_tabbar.scss
parentTest (diff)
downloadiro-design-3b5e90a7a1cc906455fcb9c77cefae1d3793a9c7.tar.gz
iro-design-3b5e90a7a1cc906455fcb9c77cefae1d3793a9c7.tar.bz2
iro-design-3b5e90a7a1cc906455fcb9c77cefae1d3793a9c7.zip
Test end
Diffstat (limited to 'src/objects/_tabbar.scss')
-rw-r--r--src/objects/_tabbar.scss15
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') {