feat(BOOK-522): align items in topmenu, header and booking widget * feat(BOOK-522): align items in topmenu, header and booking widget * Delete old css variable and use new * Fixed underline on icons Approved-by: Erik Tiekstra
8 lines
147 B
CSS
8 lines
147 B
CSS
.container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
gap: var(--Space-x15);
|
|
padding-bottom: var(--Spacing-x3);
|
|
}
|