diondiondion 9d751370d5 [Glitch] Allow adding an account to a collection directly from the profile page
Port 6e7e8de3435c2a11715eecca97ddd92e1a2df3ea to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-05-20 15:48:18 +02:00

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);
}
}