mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-21 18:00:13 +01:00
fix: fixing direction of icon for user convenience and better UI/UX in RTL mode (this commit doesn't affect UI/UX in LTR mode)
This commit is contained in:
parent
b661d5901c
commit
07ab60b08c
1 changed files with 3 additions and 1 deletions
|
|
@ -11,13 +11,15 @@
|
||||||
top: 1rem;
|
top: 1rem;
|
||||||
@include nb-rtl(right, auto);
|
@include nb-rtl(right, auto);
|
||||||
@include nb-rtl(left, 0.625rem);
|
@include nb-rtl(left, 0.625rem);
|
||||||
|
@include nb-rtl(transform, scaleX(-1));
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .flipped {
|
::ng-deep .flipped {
|
||||||
.back-container {
|
.back-container {
|
||||||
.flip-icon {
|
.flip-icon {
|
||||||
transform: scaleX(-1);
|
@include nb-ltr(transform, scaleX(-1));
|
||||||
|
@include nb-rtl(transform, scaleX(1));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue