feat: SW-1422 Enabled booking code in booking widget
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
.bookingCodeLabel {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: var(--Spacing-x-half);
|
||||
}
|
||||
|
||||
.error {
|
||||
display: flex;
|
||||
gap: var(--Spacing-x-half);
|
||||
}
|
||||
|
||||
.errorIcon {
|
||||
min-width: 20px;
|
||||
}
|
||||
|
||||
.bookingCodeRemember {
|
||||
display: flex;
|
||||
gap: var(--Spacing-x1);
|
||||
|
||||
/* ToDo: Remove once remember checkbox design are ready */
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user