mirror of
https://github.com/logto-io/logto.git
synced 2025-03-10 22:22:45 -05:00
style(console): SignUpAndSignInChangePreview
(#2788)
This commit is contained in:
parent
db07e70740
commit
ecf542c6e9
2 changed files with 25 additions and 24 deletions
packages/console/src/pages/SignInExperience/components/SignUpAndSignInChangePreview
|
@ -6,6 +6,10 @@
|
||||||
|
|
||||||
.list {
|
.list {
|
||||||
padding-left: _.unit(6);
|
padding-left: _.unit(6);
|
||||||
|
|
||||||
|
li {
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.red {
|
.red {
|
||||||
|
|
|
@ -1,16 +1,12 @@
|
||||||
@use '@/scss/underscore' as _;
|
@use '@/scss/underscore' as _;
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
min-width: 552px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.description {
|
.description {
|
||||||
font: var(--font-body-medium);
|
font: var(--font-body-medium);
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
|
||||||
margin-top: _.unit(3);
|
margin-top: _.unit(3);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
font: var(--font-body-medium);
|
font: var(--font-body-medium);
|
||||||
|
@ -31,3 +27,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue