Files
web/apps/scandic-web/components/HotelReservation/MyStay/Receipt/Total/total.module.css
Niclas Edenvin efa7336ebd Merged in feat/sw-1602-preliminary-receipt (pull request #1595)
feat/sw-1602 preliminary receipt

* feat(sw-1602): create page for preliminary receipt

* Add link to my stay page


Approved-by: Pontus Dreij
2025-03-24 07:55:15 +00:00

38 lines
784 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(--Spacing-x-half);
}
.titleSubtext {
color: var(--Text-Tertiary);
font-size: var(--Body-Supporting-text-Size);
}
.totalContainer {
border: 1px solid var(--Border-Divider-Subtle);
border-radius: var(--Spacing-x1);
padding: var(--Spacing-x-one-and-half) var(--Spacing-x2) var(--Spacing-x2)
var(--Spacing-x2);
flex-direction: column;
align-items: stretch;
gap: var(--Spacing-x-one-and-half);
display: flex;
}
.dl {
display: grid;
grid-template-columns: auto auto;
gap: var(--Spacing-x-half);
padding: 8px 0;
}
.dl dd {
text-align: right;
}