mirror mat-icon when rtl (#1119)

This commit is contained in:
Cilibiu Bogdan
2019-06-05 14:08:40 +03:00
committed by Suzana Dirla
parent 9fef05b69f
commit baef12dd0f

View File

@@ -16,6 +16,10 @@ body {
}
}
[dir='rtl'] .mat-icon {
transform: scale(-1, 1);
}
// todo: move this to corresponding component theme files
app-root,
app-about,