style: switch

This commit is contained in:
Lucas Larroche 2024-01-28 11:15:13 +07:00
parent 33ef3f5f4f
commit 1284b371b6
123 changed files with 123 additions and 4 deletions

View file

@ -1413,6 +1413,7 @@ main {
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
box-shadow: var(--pico-switch-thumb-box-shadow);
content: "";
transition: margin 0.1s ease-in-out;
}