refactor(login): unify title styling by replacing class with shared auth-title

This commit is contained in:
2026-07-02 15:50:26 -03:00
parent 3c98600193
commit 5365811a50
3 changed files with 9 additions and 9 deletions

View File

@@ -23,6 +23,14 @@
padding: 2rem 1.5rem;
}
:host ::ng-deep .auth-title {
margin: 0;
color: #666666;
font-size: 17px;
font-weight: 700;
text-transform: uppercase;
}
@media (min-width: 768px) {
.auth-layout {
padding: 3rem 0;