mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -05:00
style(experience): increase padding for binding backup code page (#4744)
This commit is contained in:
parent
c93c96d59c
commit
c1d7df329a
2 changed files with 10 additions and 10 deletions
|
@ -4,7 +4,7 @@
|
|||
@include _.flex-column(center);
|
||||
align-items: stretch;
|
||||
gap: _.unit(4);
|
||||
margin-bottom: _.unit(4);
|
||||
padding-bottom: _.unit(6);
|
||||
}
|
||||
|
||||
.backupCodes {
|
||||
|
|
|
@ -61,7 +61,6 @@ const BackupCodeBinding = () => {
|
|||
<div className={styles.hint}>
|
||||
<DynamicT forKey="mfa.backup_code_hint" />
|
||||
</div>
|
||||
</div>
|
||||
<Button
|
||||
title="action.continue"
|
||||
onClick={() => {
|
||||
|
@ -71,6 +70,7 @@ const BackupCodeBinding = () => {
|
|||
});
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</SecondaryPageLayout>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue