mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-27 12:56:31 +02:00
20 lines
347 B
CSS
20 lines
347 B
CSS
.root {
|
|
background: var(--theme-colors-surface);
|
|
}
|
|
|
|
.label {
|
|
&[data-active='true'] {
|
|
@mixin dark {
|
|
background-color: lighten(var(--theme-colors-surface), 10%);
|
|
}
|
|
|
|
@mixin light {
|
|
background-color: darken(var(--theme-colors-surface), 10%);
|
|
}
|
|
}
|
|
}
|
|
|
|
.indicator {
|
|
display: none;
|
|
}
|