This commit is contained in:
Abhishek Kathuria 2022-07-23 15:03:32 +05:30
parent 2c28a9b439
commit 64bcb5dde5
4 changed files with 12 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -258,4 +258,13 @@
pointer-events: none;
}
}
}
body {
&.rtl {
.book-cross-icon {
left: 80px !important;
right: inherit !important;
}
}
}

File diff suppressed because one or more lines are too long

View File

@ -11,7 +11,7 @@
</slot>
<span
class="icon cross-icon"
class="icon cross-icon book-cross-icon"
v-if="!hideRemoveButton"
@click.prevent="clear"
>