mirror of
https://github.com/logto-io/logto.git
synced 2025-01-27 21:39:16 -05:00
style(ui): fix secondary page spacing (#3406)
This commit is contained in:
parent
cc7f3fcdab
commit
14eb677a61
2 changed files with 5 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
width: 640px;
|
width: 640px;
|
||||||
min-height: 640px;
|
min-height: 640px;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: _.unit(12) _.unit(6);
|
padding: _.unit(6);
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
background: var(--color-bg-float);
|
background: var(--color-bg-float);
|
||||||
box-shadow: var(--color-shadow-2);
|
box-shadow: var(--color-shadow-2);
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(body.desktop) {
|
:global(body.desktop) {
|
||||||
|
.wrapper {
|
||||||
|
padding: _.unit(6) 0;
|
||||||
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
margin-bottom: _.unit(6);
|
margin-bottom: _.unit(6);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue