mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 08:50: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
ce58a9bb53
commit
bae22bca9a
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
||||||
top: 1.5rem;
|
top: 1.5rem;
|
||||||
@include nb-ltr(right, 1.5rem);
|
@include nb-ltr(right, 1.5rem);
|
||||||
@include nb-rtl(left, 1.5rem);
|
@include nb-rtl(left, 1.5rem);
|
||||||
|
@include nb-rtl(transform, scaleX(-1));
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue