mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-05 23:19:07 +00:00
Checkbox styles refactored
This commit is contained in:
parent
bdaeed2736
commit
7d2c5a4e10
1 changed files with 6 additions and 6 deletions
|
|
@ -3,6 +3,12 @@
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
|
&:global(.checked) {
|
||||||
|
.icon {
|
||||||
|
padding: 10%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
width: var(--icon-size);
|
width: var(--icon-size);
|
||||||
height: var(--icon-size);
|
height: var(--icon-size);
|
||||||
|
|
@ -19,10 +25,4 @@
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:global(.checked) {
|
|
||||||
.icon {
|
|
||||||
padding: 10%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue