fix: SW-2642 Fixed corporate chq and voucher rates city search * fix: SW-2642 Fixed corporate chq and voucher rates city search * fix: SW-2642 Fixed no availability alert for all hotels * fix: SW-2642 Combined flags to suitable variable * fix: SW-2642 Fixed map view to show prices Approved-by: Arvid Norlin
13 lines
154 B
CSS
13 lines
154 B
CSS
.bookingCodeChip {
|
|
display: flex;
|
|
gap: var(--Space-x05);
|
|
}
|
|
|
|
.unavailable {
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.center {
|
|
justify-content: center;
|
|
}
|