mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-10 18:34:20 +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
12dc3b19c8
commit
ce58a9bb53
1 changed files with 3 additions and 1 deletions
|
|
@ -7,13 +7,15 @@
|
|||
top: 1rem;
|
||||
@include nb-rtl(right, auto);
|
||||
@include nb-rtl(left, 0.625rem);
|
||||
@include nb-rtl(transform, scaleX(-1));
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
::ng-deep .flipped {
|
||||
.back-container {
|
||||
.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