Files
web/apps/scandic-web/components/OpeningHours/openingHours.module.css
Matilda Landström 68c000aa0f Merged in feat/SW-1951 (pull request #1575)
Feat(SW-1951): Fix heading styling bug in hotel subpages

Approved-by: Erik Tiekstra
2025-03-20 12:50:24 +00:00

13 lines
147 B
CSS

.wrapper {
display: grid;
gap: var(--Spacing-x-half);
}
.caption {
color: var(--Text-Secondary);
}
.text {
color: var(--Text-Default);
}