Apply styling to OTP attempt field
This commit is contained in:
parent
7f4d6cdc0f
commit
37d2b43023
|
@ -1,3 +1,8 @@
|
|||
%totp-input {
|
||||
font-family: "Monaco", "Inconsolata", "Cascadia Code", "Consolas", monospace;
|
||||
width: 86px;
|
||||
}
|
||||
|
||||
.totp-setup {
|
||||
&__card {
|
||||
background: var(--primary);
|
||||
|
@ -36,7 +41,10 @@
|
|||
}
|
||||
|
||||
&__code-field {
|
||||
font-family: "Monaco", "Inconsolata", "Cascadia Code", "Consolas", monospace;
|
||||
width: 86px;
|
||||
@extend %totp-input;
|
||||
}
|
||||
}
|
||||
|
||||
#user_otp_attempt {
|
||||
@extend %totp-input;
|
||||
}
|
Loading…
Reference in New Issue