mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-01 08:00:47 +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;
|
-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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue