Port 6e7e8de3435c2a11715eecca97ddd92e1a2df3ea to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
13 lines
230 B
SCSS
13 lines
230 B
SCSS
.wrapper {
|
|
--list-item-gap: 16px;
|
|
--list-item-padding-block: 12px;
|
|
|
|
&:not(:last-child) {
|
|
border-bottom: 1px solid var(--color-border-primary);
|
|
}
|
|
|
|
&:has(input:disabled) {
|
|
color: var(--color-text-secondary);
|
|
}
|
|
}
|