Files
web/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Cancellations/cancellations.module.css
2025-04-28 12:40:52 +00:00

17 lines
242 B
CSS

.row {
align-items: center;
display: flex;
justify-content: space-between;
}
.label {
align-items: center;
display: flex;
gap: var(--Space-x1);
}
.row .textDefault {
color: var(--Text-Default);
text-transform: capitalize;
}