This commit is contained in:
2026-03-03 16:30:57 +07:00
parent a13304e40e
commit c253e1a370
7569 changed files with 1324841 additions and 0 deletions
@@ -0,0 +1,30 @@
/* Switchery */
.switchery {
width: 35px;
height: 21px;
border-radius: 11px;
>small {
width: 20px;
height: 20px;
}
}
.switchery-small {
width: 25px;
height: 13px;
>small {
width: 13px;
height: 13px;
}
}
.switchery-large {
width: 50px;
height: 28px;
border-radius: 14px;
>small {
width: 27px;
height: 27px;
}
}