Files
web/apps/scandic-web/components/HotelReservation/MyStay/Modal/ModalContent/Footer/footer.module.css
Simon Emanuelsson db289b80b1 feat: refactor NewDates, clean up legacy code
This reverts commit 0c7836fa59.
2025-05-03 21:45:45 +02:00

8 lines
163 B
CSS

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