Fixed issue
This commit is contained in:
parent
cdbf345285
commit
5a44016ef9
File diff suppressed because one or more lines are too long
|
|
@ -273,9 +273,11 @@
|
|||
|
||||
body {
|
||||
&.rtl {
|
||||
.book-cross-icon {
|
||||
left: 80px !important;
|
||||
right: inherit !important;
|
||||
}
|
||||
.booking-information {
|
||||
.cross-icon {
|
||||
left: 80px !important;
|
||||
right: inherit !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -11,7 +11,7 @@
|
|||
</slot>
|
||||
|
||||
<span
|
||||
class="icon cross-icon book-cross-icon"
|
||||
class="icon cross-icon"
|
||||
v-if="!hideRemoveButton"
|
||||
@click.prevent="clear"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue