mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-23 22:30:37 +00:00
AAE-44086 Unify styling and coloring of errors in forms (#11797)
This commit is contained in:
@@ -4,10 +4,22 @@
|
||||
|
||||
&-widget-container {
|
||||
height: auto;
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
&-icon {
|
||||
flex: 0 0 auto;
|
||||
&-container {
|
||||
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