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
|
@ -6,6 +6,10 @@
|
||||||
|
|
||||||
.list {
|
.list {
|
||||||
padding-left: _.unit(6);
|
padding-left: _.unit(6);
|
||||||
|
|
||||||
|
li {
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.red {
|
.red {
|
||||||
|
|
|
@ -1,33 +1,30 @@
|
||||||
@use '@/scss/underscore' as _;
|
@use '@/scss/underscore' as _;
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
min-width: 552px;
|
.description {
|
||||||
}
|
font: var(--font-body-medium);
|
||||||
|
}
|
||||||
|
|
||||||
.description {
|
.content {
|
||||||
font: var(--font-body-medium);
|
display: flex;
|
||||||
}
|
margin-top: _.unit(3);
|
||||||
|
|
||||||
.content {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
margin-top: _.unit(3);
|
|
||||||
border-radius: 8px;
|
|
||||||
font: var(--font-body-medium);
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: stretch;
|
|
||||||
column-gap: _.unit(3);
|
|
||||||
|
|
||||||
.section {
|
|
||||||
flex: 1;
|
|
||||||
background: var(--color-layer-2);
|
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: _.unit(5);
|
font: var(--font-body-medium);
|
||||||
color: var(--color-text);
|
justify-content: space-between;
|
||||||
|
align-items: stretch;
|
||||||
|
column-gap: _.unit(3);
|
||||||
|
|
||||||
.title {
|
.section {
|
||||||
font: var(--font-title-medium);
|
flex: 1;
|
||||||
margin: _.unit(1) 0;
|
background: var(--color-layer-2);
|
||||||
|
border-radius: 8px;
|
||||||
|
padding: _.unit(5);
|
||||||
|
color: var(--color-text);
|
||||||
|
|
||||||
|
.title {
|
||||||
|
font: var(--font-title-medium);
|
||||||
|
margin: _.unit(1) 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue