stremio-web/src/common/Checkbox/styles.less
2020-02-26 14:57:44 +02:00

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;
}
}