Feat/book 425 optimize campaign rate card * feat(BOOK-425): design updates to RateCard * feat(BOOK-425): design updates to campaign BookingCodeChip * feat(BOOK-425): fixed breakfast message & booking code chips on select rate and enter detailss * feat(BOOK-425): fixed booking code chip on Booking Confirmation page * fixed draft comments * fixed more comments * feat(BOOK-425): removed fixed height from RateCard banner * fixed another variable comment * fixed more pr comments * fixed more pr comments * updated ratecard campaign standard rate title color * removed deconstructed props Approved-by: Bianca Widstam Approved-by: Erik Tiekstra
27 lines
399 B
CSS
27 lines
399 B
CSS
.row {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
color: var(--Text-Default);
|
|
}
|
|
|
|
.price {
|
|
text-align: end;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: var(--Space-x1);
|
|
}
|
|
|
|
.discounted {
|
|
color: var(--Text-Accent-Primary);
|
|
}
|
|
|
|
.price .strikeThroughRate {
|
|
text-decoration: line-through;
|
|
color: var(--Text-Secondary);
|
|
}
|
|
|
|
.bookingCodeCell {
|
|
justify-content: center;
|
|
width: 100%;
|
|
}
|