Merge pull request #6595 from akathuria289/issue_6558
Fixed issue #6558
This commit is contained in:
commit
95e284e0d7
File diff suppressed because one or more lines are too long
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue