Issue #3316 fixed
This commit is contained in:
parent
9029e513e9
commit
946c14eb90
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/css/default-booking.css": "/css/default-booking.css?id=ab5abfabd8e0f6df6466",
|
||||
"/css/velocity-booking.css": "/css/velocity-booking.css?id=fb0d5b9e37ed77d662d1"
|
||||
"/css/default-booking.css": "/css/default-booking.css?id=76de1f2b8e064c1e9043",
|
||||
"/css/velocity-booking.css": "/css/velocity-booking.css?id=847aebb5031ed219528e"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -133,6 +133,19 @@
|
|||
top: 16px;
|
||||
left: 100%;
|
||||
}
|
||||
|
||||
.cross-icon {
|
||||
margin-left: -48px;
|
||||
top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
&.has-error {
|
||||
&.date {
|
||||
&::after {
|
||||
margin-top: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.slots {
|
||||
|
|
|
|||
|
|
@ -132,6 +132,19 @@
|
|||
top: 14px;
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
.cross-icon {
|
||||
margin-left: -48px;
|
||||
top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
&.has-error {
|
||||
&.date {
|
||||
&::after {
|
||||
margin-top: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.slots {
|
||||
|
|
|
|||
Loading…
Reference in New Issue