Files
web/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/NotCancelled/notCancelled.module.css
2025-04-28 12:40:52 +00:00

10 lines
267 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;
justify-content: center;
text-decoration: none;
}