This commit is contained in:
Abhishek Kathuria 2022-07-30 16:09:58 +05:30
parent d28d1a693b
commit 079e3112ae
4 changed files with 36 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

@ -239,4 +239,23 @@
}
}
}
}
}
body {
&.rtl {
.booking-information {
.icon {
position: absolute;
top: -4px;
}
.bp-location-icon{
right: 60px;
}
.bp-slot-icon{
right: 140px;
}
}
}
}

View File

@ -5,7 +5,7 @@
padding-left: 32px;
margin-bottom: 20px;
position: relative;
.icon {
position: absolute;
left: 0;
@ -278,6 +278,19 @@ body {
left: 80px !important;
right: inherit !important;
}
.icon {
position: absolute;
top: -4px;
}
.bp-location-icon{
right: 60px;
}
.bp-slot-icon{
right: 140px;
}
}
}
}