mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-05 20:59:49 +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;
|
||||
display: inline-block;
|
||||
|
||||
&:global(.checked) {
|
||||
.icon {
|
||||
padding: 10%;
|
||||
}
|
||||
}
|
||||
|
||||
.icon {
|
||||
width: var(--icon-size);
|
||||
height: var(--icon-size);
|
||||
|
|
@ -19,10 +25,4 @@
|
|||
opacity: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
&:global(.checked) {
|
||||
.icon {
|
||||
padding: 10%;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue