mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 21:00:39 +08:00
Update Two Factor input styling
This commit is contained in:
parent
81cae9169f
commit
a7e68066bc
1 changed files with 4 additions and 4 deletions
|
@ -58,6 +58,10 @@ input {
|
|||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
#auth_code {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: $breakpoint-medium) {
|
||||
|
@ -71,10 +75,6 @@ input {
|
|||
color: $shell-grey;
|
||||
}
|
||||
|
||||
#auth_code {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
select {
|
||||
padding: 0.6em 0 0.6em 0.6em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue