Files
web/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Modal/Button/button.module.css
2025-04-28 12:40:52 +00:00

15 lines
229 B
CSS

.button {
align-items: center;
background: none;
border: none;
cursor: pointer;
display: flex;
gap: var(--Space-x1);
padding: var(--Space-x1) 0;
width: 100%;
}
.text {
color: var(--Text-Interactive-Default);
}