2020-08-07 13:17:13 -07:00
|
|
|
.security-settings-panel {
|
2022-03-21 11:09:01 -07:00
|
|
|
.security-settings-panel__setup-otp {
|
|
|
|
margin-bottom: 5px;
|
2020-08-07 13:17:13 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.backup_codes {
|
2022-03-21 11:09:01 -07:00
|
|
|
display: inline-block;
|
2020-08-07 13:17:13 -07:00
|
|
|
background-color: var(--brand-color--faint);
|
2022-03-21 11:09:01 -07:00
|
|
|
padding: 10px;
|
|
|
|
border-radius: var(--border-radius-lg);
|
2020-08-07 13:17:13 -07:00
|
|
|
|
2022-03-21 11:09:01 -07:00
|
|
|
.backup_code:not(:last-child) {
|
|
|
|
margin-bottom: 5px;
|
2020-08-07 13:17:13 -07:00
|
|
|
}
|
|
|
|
}
|
2022-03-21 11:09:01 -07:00
|
|
|
}
|
|
|
|
// margin: 20px;
|
2020-08-07 13:17:13 -07:00
|
|
|
|
2022-03-21 11:09:01 -07:00
|
|
|
// h1.security-settings-panel__setup-otp {
|
|
|
|
// font-size: 20px;
|
|
|
|
// line-height: 1.25;
|
|
|
|
// color: var(--primary-text-color);
|
|
|
|
// font-weight: 600;
|
|
|
|
// }
|
2020-08-07 13:17:13 -07:00
|
|
|
|
2022-03-21 11:09:01 -07:00
|
|
|
// h2.security-settings-panel__setup-otp {
|
|
|
|
// display: block;
|
|
|
|
// font-size: 16px;
|
|
|
|
// line-height: 1.5;
|
|
|
|
// color: var(--primary-text-color--faint);
|
|
|
|
// font-weight: 400;
|
|
|
|
// }
|
2020-08-07 13:17:13 -07:00
|
|
|
|
2022-03-21 11:09:01 -07:00
|
|
|
// .security-warning {
|
|
|
|
// color: var(--primary-text-color);
|
|
|
|
// padding: 15px 20px;
|
|
|
|
// font-size: 14px;
|
|
|
|
// background-color: var(--warning-color--faint);
|
|
|
|
// margin: 20px auto;
|
|
|
|
// border-radius: 8px;
|
|
|
|
// }
|
2022-01-12 10:03:24 -08:00
|
|
|
|
2022-03-21 11:09:01 -07:00
|
|
|
// .security-settings-panel__setup-otp__buttons {
|
|
|
|
// margin: 20px;
|
|
|
|
// display: flex;
|
|
|
|
// justify-content: space-between;
|
2020-08-07 13:17:13 -07:00
|
|
|
|
2022-03-21 11:09:01 -07:00
|
|
|
// .button {
|
|
|
|
// min-width: 182px;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
|
|
|
|
// div.confirm-key {
|
|
|
|
// display: block;
|
|
|
|
// font-size: 16px;
|
|
|
|
// line-height: 1.5;
|
|
|
|
// color: var(--primary-text-color--faint);
|
|
|
|
// font-weight: 400;
|
|
|
|
// margin: 0 0 20px 20px;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
|
|
|
|
// form.otp-auth {
|
|
|
|
// .error-box {
|
|
|
|
// width: 100%;
|
|
|
|
// text-align: center;
|
|
|
|
// color: $error-red;
|
|
|
|
// }
|
|
|
|
// }
|