fix pagination RTL

This commit is contained in:
Eugenio Romano
2019-06-14 14:39:36 +01:00
parent e578e5dc14
commit bd568008f8

View File

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