mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
26 lines
466 B
SCSS
26 lines
466 B
SCSS
@import 'variables';
|
|
|
|
$alfresco-warn-color--hue-2: #ff5252;
|
|
|
|
.generic-error {
|
|
color: $alfresco-secondary-text-color;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
&__title {
|
|
font-size: 16px;
|
|
}
|
|
|
|
mat-icon {
|
|
color: $alfresco-warn-color--hue-2;
|
|
direction: rtl;
|
|
font-size: 52px;
|
|
height: 52px;
|
|
width: 52px;
|
|
}
|
|
}
|