1
0
Fork 0
mirror of synced 2024-06-24 01:00:35 +12:00

Resized switch button

This commit is contained in:
Eldad Fux 2020-05-18 15:16:19 +03:00
parent b9d48282af
commit 04dff2f958
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -771,7 +771,7 @@ label.switch {
}
.switch, input[type=checkbox].switch, input[type=checkbox].button.switch {
width: 57px;
width: 52px;
height: 32px;
line-height: 32px;
border-radius: 21px;
@ -784,7 +784,7 @@ label.switch {
&.on, &:checked {
background-color: var(--config-color-success);
.func-padding-start(30px);
.func-padding-start(25px);
.func-padding-end(5px);
&:focus,