fix: enforce padding and background styles for form control in recover password page

This commit is contained in:
2026-08-05 11:09:30 -03:00
parent 12ca45bdd8
commit 8aea54959f

View File

@@ -18,9 +18,10 @@
:host ::ng-deep .recover-password-code-page__inputs .form-control {
min-height: 52px;
padding: 0.5rem;
padding: 0.5rem !important;
text-align: center;
font-size: 20px;
background-image: none !important;
}
:host ::ng-deep .recover-password-code-page__resend-action {