Add .big class to switches

This commit is contained in:
daudix
2024-09-02 01:57:46 +03:00
parent b6b2639373
commit ee33a73d22
2 changed files with 41 additions and 0 deletions

View File

@ -94,6 +94,17 @@ input[type="checkbox"] {
width: 2.5rem;
height: 1.5rem;
&.big {
vertical-align: -0.625rem;
width: 3rem;
height: 2rem;
&::before {
width: 1.5rem;
height: 1.5rem;
}
}
&::before {
-webkit-mask-image: none;
top: 0.25rem;