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

11 lines
283 B
CSS

.link {
align-items: center;
border: 2px solid var(--Component-Button-Brand-Secondary-Border-Default);
border-radius: var(--Corner-radius-rounded);
color: var(--Text-Interactive-Default);
display: flex;
height: 48px;
justify-content: center;
text-decoration: none;
}