mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
mirror mat-icon when rtl (#1119)
This commit is contained in:
committed by
Suzana Dirla
parent
9fef05b69f
commit
baef12dd0f
@@ -16,6 +16,10 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[dir='rtl'] .mat-icon {
|
||||||
|
transform: scale(-1, 1);
|
||||||
|
}
|
||||||
|
|
||||||
// todo: move this to corresponding component theme files
|
// todo: move this to corresponding component theme files
|
||||||
app-root,
|
app-root,
|
||||||
app-about,
|
app-about,
|
||||||
|
|||||||
Reference in New Issue
Block a user