Files
web/apps/scandic-web/components/BookingCodeChip/bookingCodeChip.module.css
Joakim Jäderberg 180a100140 Merged in fix/SW-2964-hide-booking-code-switcher (pull request #2345)
fix: as a temporary fix hide booking code switcher and add a way to do a search without bookingcode

* fix: as a temporary fix hide booking code switcher and add a way to do a search without bookingcode


Approved-by: Linus Flood
2025-06-13 07:07:22 +00:00

22 lines
335 B
CSS

.bookingCodeChip {
display: flex;
gap: var(--Space-x05);
}
.unavailable {
text-decoration: line-through;
}
.center {
justify-content: center;
}
.removeButton {
color: currentColor;
background-color: transparent;
border-width: 0;
cursor: pointer;
padding: var(--Space-x05);
margin: calc(-1 * var(--Space-x05));
}