refactor(login): unify title styling by replacing class with shared auth-title
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user