Update Two Factor input styling

This commit is contained in:
Jack Anderson 2024-11-22 13:21:04 +00:00
parent 81cae9169f
commit a7e68066bc

View file

@ -58,6 +58,10 @@ input {
-moz-appearance: none; -moz-appearance: none;
appearance: none; appearance: none;
} }
#auth_code {
text-align: center;
}
} }
@media all and (min-width: $breakpoint-medium) { @media all and (min-width: $breakpoint-medium) {
@ -71,10 +75,6 @@ input {
color: $shell-grey; color: $shell-grey;
} }
#auth_code {
text-align: center;
}
select { select {
padding: 0.6em 0 0.6em 0.6em; padding: 0.6em 0 0.6em 0.6em;
} }