0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-10 22:22:45 -05:00

style(ui): add space to the passwordless switch (#2996)

This commit is contained in:
simeng-li 2023-01-19 15:37:30 +08:00 committed by GitHub
parent fa7847e147
commit d732313940
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
}
.switch {
margin-top: _.unit(4);
margin-top: _.unit(6);
}
.link,

View file

@ -28,6 +28,6 @@
}
.switch {
margin-top: _.unit(3);
margin-top: _.unit(6);
}
}