[ADF-4230] Fix pagination arrows direction when ADF set to RTL (#4469)

* [ADF-4230] Fix pagination arrows direction when ADF set to RTL

* Update pagination.component.scss
This commit is contained in:
arditdomi
2019-03-20 18:14:04 +00:00
committed by Eugenio Romano
parent e5c7ffb314
commit b8d3a5b878

View File

@@ -13,6 +13,10 @@
line-height: 20px; line-height: 20px;
color: mat-color($foreground, text); color: mat-color($foreground, text);
[dir='rtl'] &__block:nth-of-type(4) {
direction: ltr;
}
&__block { &__block {
display: flex; display: flex;
align-items: center; align-items: center;