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
20 lines
263 B
CSS
20 lines
263 B
CSS
.details,
|
|
.payment {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.details {
|
|
gap: var(--Space-x15);
|
|
max-width: fit-content;
|
|
}
|
|
|
|
.payment {
|
|
gap: var(--Spacing-x-half);
|
|
}
|
|
|
|
.details button.btn {
|
|
align-self: flex-start;
|
|
margin-top: var(--Spacing-x-half);
|
|
}
|