standardised colors on error messages fixed error validation on date field removed duplicates in country list
18 lines
278 B
CSS
18 lines
278 B
CSS
.helpText {
|
|
align-items: flex-start;
|
|
display: flex;
|
|
gap: var(--Spacing-x-half);
|
|
}
|
|
|
|
.error {
|
|
align-items: center;
|
|
color: var(--Text-Interactive-Error);
|
|
display: flex;
|
|
gap: var(--Spacing-x-half);
|
|
margin: var(--Spacing-x1) 0 0;
|
|
}
|
|
|
|
.error svg {
|
|
min-width: 20px;
|
|
}
|