mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
fix generic error icon styling
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<mat-icon>ic_error</mat-icon>
|
<mat-icon>error</mat-icon>
|
||||||
<p class="generic-error__title">
|
<p class="generic-error__title">
|
||||||
{{ text | translate }}
|
{{ text | translate }}
|
||||||
</p>
|
</p>
|
||||||
|
@@ -14,7 +14,6 @@
|
|||||||
|
|
||||||
mat-icon {
|
mat-icon {
|
||||||
color: var(--theme-warn-color, #f44336);
|
color: var(--theme-warn-color, #f44336);
|
||||||
direction: rtl;
|
|
||||||
font-size: 52px;
|
font-size: 52px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
width: 52px;
|
width: 52px;
|
||||||
|
Reference in New Issue
Block a user