mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Resized switch button
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user