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:
@@ -1,5 +1,5 @@
|
||||
.rewardCard {
|
||||
padding-bottom: var(--Spacing-x-one-and-half);
|
||||
padding-bottom: var(--Space-x15);
|
||||
grid-column: 1/3;
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
}
|
||||
|
||||
.rewardInfo {
|
||||
padding-bottom: var(--Spacing-x-one-and-half);
|
||||
padding-bottom: var(--Space-x15);
|
||||
}
|
||||
|
||||
.rewardComparison {
|
||||
@@ -27,7 +27,7 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding-top: var(--Spacing-x-one-and-half);
|
||||
padding-top: var(--Space-x15);
|
||||
}
|
||||
|
||||
.details[open] .chevron {
|
||||
|
||||
Reference in New Issue
Block a user