Files
web/packages/design-system/lib/components/HotelCard/HotelPriceCard/hotelPriceCard.module.css
Erik Tiekstra 88644597df chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
2025-11-12 12:56:22 +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);
}