mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-06 17:51:24 +00:00
19 lines
No EOL
421 B
Text
19 lines
No EOL
421 B
Text
// Copyright (C) 2017-2020 Smart code 203358507
|
|
|
|
@import (reference) '~@stremio/stremio-colors/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;
|
|
}
|
|
} |