[ACS-8042] Fixed styles for inputs in library creation (#9751)

This commit is contained in:
AleksanderSklorz
2024-05-29 14:58:42 +02:00
committed by VitoAlbano
parent 9055d7a360
commit 6edf50e765
3 changed files with 48 additions and 4 deletions

View File

@@ -99,6 +99,8 @@ $mat-text-field--no-label: '.mdc-text-field--no-label';
$mat-form-field-infix: '.mat-mdc-form-field-infix';
$mat-form-field-hide-placeholder: '.mat-form-field-hide-placeholder';
$mat-form-field-hint-wrapper: '.mat-mdc-form-field-hint-wrapper';
$mat-form-field-error-wrapper: '.mat-mdc-form-field-error-wrapper';
$mat-form-field-error: '.mat-mdc-form-field-error';
$mat-checkbox-background: '.mdc-checkbox__background';
$mat-dialog-content: '.mdc-dialog__content';
$mat-floating-label: '.mdc-floating-label';