Files
web/packages/design-system/lib/components/HotelCard/HotelPriceCard/hotelPriceCard.module.css
Erik Tiekstra 4de24e9f2a feat(BOOK-391): Added theme and logos for Bassin Seven
* chore: Updated border-radius variables after import change

Approved-by: Linus Flood
2026-01-22 07:03:25 +00:00

43 lines
720 B
CSS

.priceCard {
padding: var(--Space-x15);
background-color: var(--Base-Surface-Secondary-light-Normal);
border-radius: var(--Corner-Radius-md);
margin: 0;
width: 100%;
}
.divider {
margin: var(--Space-x05) 0;
}
.priceRow {
display: flex;
justify-content: space-between;
align-items: baseline;
padding: var(--Space-x025) 0;
}
.redColor {
color: var(--Scandic-Brand-Scandic-Red);
}
.defaultColor {
color: var(--Text-Default);
}
.secondaryColor {
color: var(--Text-Secondary);
}
.price {
display: flex;
gap: var(--Space-x05);
}
.voucherChqRate {
justify-content: start;
align-items: baseline;
}
.perNight {
font-weight: 400;
font-size: var(--typography-Caption-Regular-fontSize);
}