Files
web/apps/scandic-web/components/HotelReservation/MyStay/Receipt/Total/total.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

37 lines
736 B
CSS

.tertiary {
color: var(--Text-Tertiary);
}
.title {
color: var(--Text-Tertiary);
font-weight: var(--Body-Supporting-text-Font-weight-2);
font-size: var(--Body-Supporting-text-Size);
margin-right: var(--Space-x05);
}
.titleSubtext {
color: var(--Text-Tertiary);
font-size: var(--Body-Supporting-text-Size);
}
.totalContainer {
border: 1px solid var(--Border-Divider-Subtle);
border-radius: var(--Space-x1);
padding: var(--Space-x15) var(--Space-x2) var(--Space-x2) var(--Space-x2);
flex-direction: column;
align-items: stretch;
gap: var(--Space-x15);
display: flex;
}
.dl {
display: grid;
grid-template-columns: auto auto;
gap: var(--Space-x05);
padding: 8px 0;
}
.dl dd {
text-align: right;
}