mirror of
https://github.com/penpot/penpot.git
synced 2026-09-14 07:59:36 +00:00
💄 Fix linter errors
This commit is contained in:
parent
c79f110177
commit
f905dfc699
@ -157,7 +157,9 @@ $switcher-transition-duration: 0.2s;
|
|||||||
background-color: var(--switcher-thumb-bg);
|
background-color: var(--switcher-thumb-bg);
|
||||||
box-shadow: var(--switcher-thumb-shadow);
|
box-shadow: var(--switcher-thumb-shadow);
|
||||||
transform: var(--switcher-thumb-transform);
|
transform: var(--switcher-thumb-transform);
|
||||||
transition: transform $switcher-transition-duration ease-in-out, background-color $switcher-transition-duration ease-in-out;
|
transition:
|
||||||
|
transform $switcher-transition-duration ease-in-out,
|
||||||
|
background-color $switcher-transition-duration ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.switcher-thumb-disabled {
|
.switcher-thumb-disabled {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user