Files
web/apps/scandic-web/components/Blocks/DynamicContent/HowItWorks/howItWorks.module.css
Erik Tiekstra 4de24e9f2a feat(BOOK-391): Added theme and logos for Bassin Seven
* chore: Updated border-radius variables after import change

Approved-by: Linus Flood
2026-01-22 07:03:25 +00:00

14 lines
237 B
CSS

.container {
align-items: center;
background-color: var(--UI-Grey-10);
border-radius: var(--Corner-Radius-xl);
display: flex;
height: 370px;
justify-content: center;
width: 100%;
}
.title {
color: var(--Text-Heading);
}