Files
web/packages/booking-flow/lib/components/PriceDetailsModal/PriceDetailsTable/Row/row.module.css
Anton Gunnarsson 83822fbc76 Merged in fix/sw-3581-incorrect-price-colors (pull request #3057)
feat(SW-3581): Set price colors to scandic red

* Set price colors to scandic red

* Remove comment


Approved-by: Bianca Widstam
Approved-by: Joakim Jäderberg
2025-11-03 13:14:57 +00:00

27 lines
405 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(--Scandic-Brand-Scandic-Red);
}
.price .strikeThroughRate {
text-decoration: line-through;
color: var(--Text-Secondary);
}
.bookingCodeCell {
justify-content: center;
width: 100%;
}