Skip to content

Commit edbd78b

Browse files
committed
feat: add 12px gap variant for dc__separated-flexbox
1 parent fe67340 commit edbd78b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/css/base.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5055,6 +5055,14 @@ details[open] {
50555055
top: -8px;
50565056
}
50575057
}
5058+
5059+
&-gap-12 {
5060+
gap: 24px;
5061+
5062+
&> :not(:first-child)::before {
5063+
top: -12px;
5064+
}
5065+
}
50585066
}
50595067
}
50605068

0 commit comments

Comments
 (0)