diff --git a/src/routes/Switcher.svelte b/src/routes/Switcher.svelte index 873510a..4ea60d3 100644 --- a/src/routes/Switcher.svelte +++ b/src/routes/Switcher.svelte @@ -21,36 +21,55 @@ }); - + + + .icon { + position: absolute; + top: calc(50% -13px); + left: calc(50% -13px); + width: 24px; + height: 24px; + } + + .switcher:active { + box-shadow: 0px 0px var(--main-color); + transform: translate(4px, 4px); + } + \ No newline at end of file