mirror of
https://github.com/papercss/papercss
synced 2026-03-14 22:45:51 +01:00
decrease nesting
This commit is contained in:
parent
5ba4c7de34
commit
863f3c87c4
1 changed files with 3 additions and 5 deletions
|
|
@ -284,11 +284,9 @@ select {
|
|||
transform: rotateX(30deg);
|
||||
}
|
||||
|
||||
input {
|
||||
&:checked + .paper-switch-tile-card {
|
||||
box-shadow: 2px -8px 4px -5px rgba(0, 0, 0, 0.2);
|
||||
transform: rotateX(210deg);
|
||||
}
|
||||
input:checked + .paper-switch-tile-card {
|
||||
box-shadow: 2px -8px 4px -5px rgba(0, 0, 0, 0.2);
|
||||
transform: rotateX(210deg);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue