diff --git a/frontend/src/app/ui/plan/plan-editor-blueprint/plan-editor.component.html b/frontend/src/app/ui/plan/plan-editor-blueprint/plan-editor.component.html index e31a196d5..981974ff0 100644 --- a/frontend/src/app/ui/plan/plan-editor-blueprint/plan-editor.component.html +++ b/frontend/src/app/ui/plan/plan-editor-blueprint/plan-editor.component.html @@ -18,7 +18,7 @@ diff --git a/frontend/src/app/ui/plan/plan-finalize-dialog/plan-finalize-dialog.component.html b/frontend/src/app/ui/plan/plan-finalize-dialog/plan-finalize-dialog.component.html index 4e4e67e72..e29666ff7 100644 --- a/frontend/src/app/ui/plan/plan-finalize-dialog/plan-finalize-dialog.component.html +++ b/frontend/src/app/ui/plan/plan-finalize-dialog/plan-finalize-dialog.component.html @@ -39,7 +39,7 @@ : {{ description.label }} - +

{{ description.label }}

@@ -64,7 +64,7 @@ @for(error of planErrors; track error){ - {{error | titlecase}} + {{error | titlecase}} } } diff --git a/frontend/src/app/ui/reference/reference-field/editor/reference-dialog-editor.component.html b/frontend/src/app/ui/reference/reference-field/editor/reference-dialog-editor.component.html index 7a6948271..e77baec37 100644 --- a/frontend/src/app/ui/reference/reference-field/editor/reference-dialog-editor.component.html +++ b/frontend/src/app/ui/reference/reference-field/editor/reference-dialog-editor.component.html @@ -18,9 +18,9 @@ {{'REFERENCE-FIELD.REFERENCE-DIALOG-EDITOR.REFERENCE-ID' | translate}} - - check - clear + + check + clear {{'REFERENCE-FIELD.REFERENCE-DIALOG-EDITOR.IDENTIFIER-EXISTS' | translate}} {{'GENERAL.VALIDATION.REQUIRED' | translate}} @@ -29,9 +29,9 @@ {{'REFERENCE-FIELD.REFERENCE-DIALOG-EDITOR.LABEL' | translate}} - - check - clear + + check + clear {{'REFERENCE-FIELD.REFERENCE-DIALOG-EDITOR.IDENTIFIER-EXISTS' | translate}} {{'GENERAL.VALIDATION.REQUIRED' | translate}} @@ -40,9 +40,9 @@ {{'REFERENCE-FIELD.REFERENCE-DIALOG-EDITOR.DESCRIPTION' | translate}} - - check - clear + + check + clear {{'REFERENCE-FIELD.REFERENCE-DIALOG-EDITOR.IDENTIFIER-EXISTS' | translate}} {{'GENERAL.VALIDATION.REQUIRED' | translate}} diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 30b52df96..714ea7db4 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -35,7 +35,7 @@ --secondary-text: #000000; --inverted-btn-color: #ffffff; - --warning-color: var(--mat-form-field-error-text-color); // #cf1407 for better contrast + --warning-color: var(--mat-form-field-error-text-color); // #cf1407 or #f44336 for better contrast --gray: #707070; //previously #848484 --light-gray: #aaaaaa; --dark-gray: #212121; @@ -245,6 +245,13 @@ a { color: #111010; } +.text-success { + color: #109204 +} + +.text-danger{ + color: var(--warning-color) +} // .listing-item { // margin-top: 0.5em; // padding: 0.5em;