Merged in feat/BOOK-426-add-campaign-tag-select-hotel (pull request #3023)
Feat/BOOK-426 add campaign tag select hotel * feat(BOOK-426): introduce campaign tag on select hotel card * feat(BOOK-426): remove redundant tags * feat(BOOK-426): fix comments, change to typography * feat(BOOK-426): fix comments, update to cx Approved-by: Erik Tiekstra Approved-by: Matilda Landström
This commit is contained in:
@@ -16,6 +16,16 @@
|
||||
padding: var(--Spacing-x-quarter) 0;
|
||||
}
|
||||
|
||||
.redColor {
|
||||
color: var(--Text-Accent-Primary);
|
||||
}
|
||||
.defaultColor {
|
||||
color: var(--Text-Default);
|
||||
}
|
||||
.secondaryColor {
|
||||
color: var(--Text-Secondary);
|
||||
}
|
||||
|
||||
.price {
|
||||
display: flex;
|
||||
gap: var(--Spacing-x-half);
|
||||
|
||||
Reference in New Issue
Block a user