Merge pull request #6595 from akathuria289/issue_6558

Fixed issue #6558
This commit is contained in:
Jitendra Singh 2022-07-23 18:04:19 +05:30 committed by GitHub
commit 95e284e0d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -118,6 +118,17 @@
width: 100%;
float: left;
span {
position: relative;
.icon {
position: absolute;
right: 30px;
top: 10px !important;
}
}
.control-group:not(.quantity), .form-group:not(.quantity) {
width: 50%;
float: left;
@ -258,4 +269,15 @@
pointer-events: none;
}
}
}
}
body {
&.rtl {
.booking-information {
.cross-icon {
left: 80px !important;
right: inherit !important;
}
}
}
}