hensei-web/components/SelectGroup/index.scss

25 lines
471 B
SCSS

.SelectGroup {
.Label {
align-items: center;
color: var(--text-tertiary);
display: flex;
flex-direction: row;
flex-shrink: 0;
font-size: $font-small;
font-weight: $medium;
gap: $unit;
padding: $unit $unit-2x $unit-half;
&:first-child {
padding-top: $unit-2x;
}
.Separator {
background: var(--item-bg-hover);
border-radius: 1px;
display: block;
flex-grow: 1;
height: 2px;
}
}
}