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
7 lines
120 B
CSS
7 lines
120 B
CSS
.errorContainer {
|
|
margin: 0 auto;
|
|
padding: var(--Space-x15) 0;
|
|
width: 100%;
|
|
max-width: var(--max-width-page);
|
|
}
|