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

style(console): SignUpAndSignInChangePreview ()

This commit is contained in:
Xiao Yijun 2022-12-30 18:44:51 +08:00 committed by GitHub
parent db07e70740
commit ecf542c6e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 24 deletions
packages/console/src/pages/SignInExperience/components/SignUpAndSignInChangePreview
SignUpAndSignInDiffSection
index.module.scss

View file

@ -6,6 +6,10 @@
.list { .list {
padding-left: _.unit(6); padding-left: _.unit(6);
li {
word-break: break-word;
}
} }
.red { .red {

View file

@ -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 @@
} }
} }
} }
}