mirror of
https://github.com/jeffvli/feishin.git
synced 2026-08-09 13:53:10 +02:00
c1330d92b2
* mantine v8 migration * various design changes and improvements
17 lines
359 B
CSS
17 lines
359 B
CSS
.thumb {
|
|
background: var(--theme-colors-foreground);
|
|
}
|
|
|
|
.track {
|
|
background-color: var(--theme-colors-surface);
|
|
border: 1px solid var(--theme-colors-border);
|
|
|
|
input:checked + & {
|
|
background-color: var(--theme-colors-primary-filled);
|
|
|
|
& > .thumb {
|
|
background: var(--theme-colors-primary-contrast);
|
|
}
|
|
}
|
|
}
|