mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-44086 Unify styling and coloring of errors in forms (#11797)
This commit is contained in:
@@ -4,10 +4,22 @@
|
|||||||
|
|
||||||
&-widget-container {
|
&-widget-container {
|
||||||
height: auto;
|
height: auto;
|
||||||
padding: 5px 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-icon {
|
&-container {
|
||||||
flex: 0 0 auto;
|
padding-top: 0;
|
||||||
|
color: var(--mat-sys-error);
|
||||||
|
|
||||||
|
.adf-error-text {
|
||||||
|
font: var(--mat-sys-body-small);
|
||||||
|
}
|
||||||
|
|
||||||
|
.adf-error-icon {
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
font-size: 16px;
|
||||||
|
margin-right: 4px;
|
||||||
|
flex: 0 0 auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user