mirror of
https://github.com/jeffvli/feishin.git
synced 2026-08-09 13:53:10 +02:00
Migrate to Mantine v8 and Design Changes (#961)
* mantine v8 migration * various design changes and improvements
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
.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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user