mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-16 12:49:59 +01:00
Apply styling to OTP attempt field
This commit is contained in:
parent
7f4d6cdc0f
commit
37d2b43023
1 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
%totp-input {
|
||||||
|
font-family: "Monaco", "Inconsolata", "Cascadia Code", "Consolas", monospace;
|
||||||
|
width: 86px;
|
||||||
|
}
|
||||||
|
|
||||||
.totp-setup {
|
.totp-setup {
|
||||||
&__card {
|
&__card {
|
||||||
background: var(--primary);
|
background: var(--primary);
|
||||||
|
@ -36,7 +41,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&__code-field {
|
&__code-field {
|
||||||
font-family: "Monaco", "Inconsolata", "Cascadia Code", "Consolas", monospace;
|
@extend %totp-input;
|
||||||
width: 86px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#user_otp_attempt {
|
||||||
|
@extend %totp-input;
|
||||||
|
}
|
Loading…
Reference in a new issue