mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-01 21:44:39 +00:00
17 lines
No EOL
368 B
Text
17 lines
No EOL
368 B
Text
@import (reference) '~stremio-colors/dist/less/stremio-colors.less';
|
|
|
|
.checkbox-container {
|
|
&:global(.checked) {
|
|
.icon {
|
|
fill: @color-surface-light5;
|
|
background-color: @color-primaryvariant1;
|
|
}
|
|
}
|
|
|
|
.icon {
|
|
display: block;
|
|
width: 1rem;
|
|
height: 1rem;
|
|
fill: @color-surface-light5;
|
|
}
|
|
} |