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

16 lines
249 B
CSS

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