This commit is contained in:
Pranshu Tomar 2020-06-22 15:44:44 +05:30
parent 9029e513e9
commit 946c14eb90
5 changed files with 30 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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"
}

View File

@ -133,6 +133,19 @@
top: 16px;
left: 100%;
}
.cross-icon {
margin-left: -48px;
top: 20px;
}
}
&.has-error {
&.date {
&::after {
margin-top: 0px;
}
}
}
&.slots {

View File

@ -132,6 +132,19 @@
top: 14px;
right: 10px;
}
.cross-icon {
margin-left: -48px;
top: 20px;
}
}
&.has-error {
&.date {
&::after {
margin-top: 0px;
}
}
}
&.slots {