Skip to content

Commit ca3e845

Browse files
authored
fix(GroupIndent): fixed styles (#26)
1 parent 67b4529 commit ca3e845

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

src/lib/kit/components/GroupIndent/GroupIndent.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../../styles/variables';
1+
@import '../../styles/variables.scss';
22

33
.#{$ns}group-indent {
44
padding-top: 11px;

src/lib/kit/components/Inputs/OneOf/OneOf.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,21 @@
1717
&__toggler {
1818
margin-bottom: 15px;
1919
}
20+
21+
.#{$ns}group-indent {
22+
all: unset;
23+
24+
& > .#{$ns}use-search {
25+
padding-top: 11px;
26+
padding-left: $normalOffset;
27+
margin-top: -11px;
28+
margin-bottom: 20px;
29+
margin-left: 5px;
30+
border-left: 1px solid var(--yc-color-line-generic-accent);
31+
32+
&:empty {
33+
display: none;
34+
}
35+
}
36+
}
2037
}

0 commit comments

Comments
 (0)