mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-31 03:28:49 +00:00
14 lines
No EOL
261 B
Text
14 lines
No EOL
261 B
Text
.checkbox-container {
|
|
&:global(.checked) {
|
|
.icon {
|
|
background-color: var(--color-primary);
|
|
}
|
|
}
|
|
|
|
.icon {
|
|
display: block;
|
|
width: 1rem;
|
|
height: 1rem;
|
|
fill: var(--color-surfacelighter);
|
|
}
|
|
} |