mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-08 06:32:35 +01:00
feat: RTL support (#1634)
This commit is contained in:
parent
06d2197583
commit
3b63759e84
40 changed files with 660 additions and 196 deletions
|
|
@ -8,13 +8,14 @@
|
|||
padding-bottom: 0.25rem;
|
||||
|
||||
button {
|
||||
margin: 0 1rem 1rem 0;
|
||||
@include nb-ltr(margin, 0 1rem 1rem 0);
|
||||
@include nb-rtl(margin, 0 0 1rem 1rem);
|
||||
}
|
||||
}
|
||||
|
||||
/* stylelint-disable */
|
||||
toaster-container /deep/ {
|
||||
#toast-container .toast-close-button {
|
||||
#toast-container .toast-close-button {
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue