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
14 lines
237 B
CSS
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);
|
|
}
|