Files
web/apps/scandic-web/components/Webviews/LoyaltyPage/loyaltyPage.module.css
Bianca Widstam 68c1b3dc50 Merged in chore/BOOK-708-replace-title-component (pull request #3414)
Chore/BOOK-708 replace title component

* chore(BOOK-708): replace title with typography

* chore(BOOK-708): replace title with typography

* chore(BOOK-708): remove Title from package.json


Approved-by: Linus Flood
Approved-by: Anton Gunnarsson
2026-01-12 07:54:59 +00:00

15 lines
180 B
CSS

.content {
display: grid;
padding: var(--Space-x2);
gap: var(--Space-x5);
}
.heading {
color: var(--Text-Heading);
}
.blocks {
display: grid;
gap: var(--Space-x5);
}