Skip to content

Commit

Permalink
fix(GroupIndent): fixed styles (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
NasgulNexus authored Apr 13, 2023
1 parent 67b4529 commit ca3e845
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/kit/components/GroupIndent/GroupIndent.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '../../styles/variables';
@import '../../styles/variables.scss';

.#{$ns}group-indent {
padding-top: 11px;
Expand Down
17 changes: 17 additions & 0 deletions src/lib/kit/components/Inputs/OneOf/OneOf.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,21 @@
&__toggler {
margin-bottom: 15px;
}

.#{$ns}group-indent {
all: unset;

& > .#{$ns}use-search {
padding-top: 11px;
padding-left: $normalOffset;
margin-top: -11px;
margin-bottom: 20px;
margin-left: 5px;
border-left: 1px solid var(--yc-color-line-generic-accent);

&:empty {
display: none;
}
}
}
}

0 comments on commit ca3e845

Please sign in to comment.