fix: enforce padding and background styles for form control in recover password page
This commit is contained in:
@@ -18,9 +18,10 @@
|
|||||||
|
|
||||||
:host ::ng-deep .recover-password-code-page__inputs .form-control {
|
:host ::ng-deep .recover-password-code-page__inputs .form-control {
|
||||||
min-height: 52px;
|
min-height: 52px;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem !important;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
background-image: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host ::ng-deep .recover-password-code-page__resend-action {
|
:host ::ng-deep .recover-password-code-page__resend-action {
|
||||||
|
|||||||
Reference in New Issue
Block a user