feat(store-layout): add dynamic background images to header and footer components

This commit is contained in:
2026-08-12 14:08:56 -03:00
parent cd0a6e9b5e
commit 0e5f6dceb0
11 changed files with 57 additions and 9 deletions

View File

@@ -53,6 +53,14 @@
}
}
::ng-deep .hero-title h1 {
margin: 0;
color: inherit;
font-size: inherit;
font-weight: 700;
line-height: inherit;
}
::ng-deep .hero-description,
.hero-description {
color: #666666;