Merge remote-tracking branch 'origin/develop' into account-endorsements

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2022-01-13 20:33:31 +01:00
568 changed files with 3354 additions and 2443 deletions

View File

@@ -1,6 +1,10 @@
.security-settings-panel {
margin: 20px;
.simple_form {
padding: 0 !important;
}
h1.security-settings-panel__setup-otp {
font-size: 20px;
line-height: 1.25;
@@ -26,7 +30,7 @@
}
.backup_codes {
margin: 20px;
margin: 10px 0;
font-weight: bold;
padding: 15px 20px;
font-size: 14px;
@@ -35,6 +39,9 @@
text-align: center;
position: relative;
min-height: 125px;
display: flex;
justify-content: center;
align-items: center;
.backup_code {
margin: 5px auto;
@@ -42,22 +49,30 @@
}
.security-settings-panel__setup-otp__buttons {
margin: 20px;
margin: 15px 0;
display: flex;
justify-content: space-between;
.button {
min-width: 182px;
flex: 1;
}
}
div.confirm-key {
&__qr-code {
margin: 20px 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
&__confirm-key {
display: block;
font-size: 16px;
font-size: 14px;
line-height: 1.5;
color: var(--primary-text-color--faint);
font-weight: 400;
margin: 0 0 20px 20px;
margin-top: 10px;
}
}