mirror of
https://github.com/logto-io/logto.git
synced 2025-03-24 22:41:28 -05:00
style(ui): update create account link style (#1349)
update create account link style
This commit is contained in:
parent
9942c1261c
commit
f6c5094a52
4 changed files with 7 additions and 5 deletions
|
@ -56,11 +56,10 @@ body {
|
|||
@include mobile.fonts;
|
||||
@include mobile.layout;
|
||||
|
||||
|
||||
.content {
|
||||
flex: 1;
|
||||
align-self: stretch;
|
||||
padding: _.unit(6) _.unit(5);
|
||||
padding: _.unit(4) _.unit(5);
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
|
||||
<link rel="icon" href="./favicon.ico" />
|
||||
<title>Logto</title>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.wrapper {
|
||||
@include _.full-page;
|
||||
@include _.flex-column(normal ,normal);
|
||||
@include _.flex-column(normal, normal);
|
||||
@include _.full-width;
|
||||
|
||||
.terms {
|
||||
|
@ -40,6 +40,10 @@
|
|||
.divider {
|
||||
margin-bottom: _.unit(5);
|
||||
}
|
||||
|
||||
.createAccount {
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
}
|
||||
|
||||
:global(body.desktop) {
|
||||
|
|
|
@ -114,7 +114,6 @@ export const CreateAccountLink = ({
|
|||
<div className={styles.placeHolder} />
|
||||
<TextLink
|
||||
className={styles.createAccount}
|
||||
type="secondary"
|
||||
to={`/register/${primarySignInMethod}`}
|
||||
text="action.create_account"
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue