Files
web/apps/scandic-web/components/Blocks/DynamicContent/HowItWorks/howItWorks.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

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);
}