Files
web/apps/scandic-web/components/HotelReservation/MyStay/Modal/ModalContent/Footer/footer.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

8 lines
161 B
CSS

.footer {
border-top: 1px solid var(--Base-Border-Subtle);
display: flex;
justify-content: space-between;
padding-top: var(--Space-x3);
width: 100%;
}