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

11 lines
166 B
CSS

.row {
align-items: center;
display: flex;
justify-content: space-between;
padding-bottom: var(--Space-x1);
}
.textDefault {
color: var(--Text-Default);
}