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
16 lines
270 B
CSS
16 lines
270 B
CSS
.header {
|
|
position: relative;
|
|
z-index: 2;
|
|
left: 0;
|
|
right: 0;
|
|
margin: 0 auto;
|
|
padding-top: var(--Space-x6);
|
|
margin-top: var(--Space-x2);
|
|
text-align: center;
|
|
color: var(--Text-Inverted);
|
|
}
|
|
|
|
.myStayAt {
|
|
transform: rotate(-4deg) translate(0px, -10px);
|
|
}
|