Merged in feat/book-522-align (pull request #3101)
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
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
gap: var(--Spacing-x-half);
|
||||
height: 60px;
|
||||
outline: none;
|
||||
padding: var(--Spacing-x-one-and-half) var(--Spacing-x2);
|
||||
padding: var(--Space-x15) var(--Spacing-x2);
|
||||
text-align: left;
|
||||
justify-content: space-between;
|
||||
}
|
||||
@@ -112,7 +112,7 @@
|
||||
.listBoxItem.showRadioButton:before {
|
||||
flex-shrink: 0;
|
||||
content: '';
|
||||
margin-right: var(--Spacing-x-one-and-half);
|
||||
margin-right: var(--Space-x15);
|
||||
background-color: white;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
|
||||
Reference in New Issue
Block a user