feat: SW-2398 UI updates booking codes * feat: SW-2398 UI updates booking codes * feat: SW-2398 Rate cards UI changes * feat: SW-2398 Optimized css with vars and chip code * feat: SW-2398 Optimized code as review comments * feat: SW-2398 Optimized code * feat: SW-2398 Optimized code and mobile UX * feat: SW-2398 Optimized code * feat: SW-2398 Fixed UI * feat: SW-2398 Updated animation Approved-by: Erik Tiekstra
13 lines
171 B
CSS
13 lines
171 B
CSS
.bookingCodeChip {
|
|
display: flex;
|
|
gap: var(--Space-x05);
|
|
}
|
|
|
|
.bookingCodeChip .unavailable {
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.center {
|
|
justify-content: center;
|
|
}
|