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
22 lines
335 B
CSS
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));
|
|
}
|