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
13 lines
235 B
CSS
13 lines
235 B
CSS
.priceCard {
|
|
padding: var(--Space-x15);
|
|
background-color: var(--Base-Surface-Secondary-light-Normal);
|
|
border-radius: var(--Corner-radius-md);
|
|
margin: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.noRooms {
|
|
display: flex;
|
|
gap: var(--Spacing-x1);
|
|
}
|