laravelEcomm/public/Dashboard/scss/common/light/components/plugin-overrides/_switchery.scss

31 lines
365 B
SCSS
Raw Normal View History

2024-07-12 07:06:02 +00:00
/* 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;
}
}