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:
parent
fa7847e147
commit
d732313940
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
}
|
||||
|
||||
.switch {
|
||||
margin-top: _.unit(4);
|
||||
margin-top: _.unit(6);
|
||||
}
|
||||
|
||||
.link,
|
||||
|
|
|
@ -28,6 +28,6 @@
|
|||
}
|
||||
|
||||
.switch {
|
||||
margin-top: _.unit(3);
|
||||
margin-top: _.unit(6);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue