Fixes style on editor fields

This commit is contained in:
apapachristou 2020-09-30 15:52:50 +03:00
parent a05d24b95b
commit ae7d62b63c
1 changed files with 22 additions and 1 deletions

View File

@ -90,13 +90,22 @@
::ng-deep .organizations-form .mat-form-field-appearance-outline .mat-form-field-outline {
background: #fafafa !important;
}
::ng-deep .researchers-form .mat-form-field-appearance-outline .mat-form-field-outline {
background: #fafafa !important;
}
::ng-deep .author-form .mat-form-field-appearance-outline .mat-form-field-outline {
background: #fafafa !important;
}
::ng-deep .contact-form .mat-form-field-appearance-outline .mat-form-field-outline {
background: #fafafa !important;
}
::ng-deep publication-form .mat-form-field-appearance-outline .mat-form-field-outline {
::ng-deep .publication-form .mat-form-field-appearance-outline .mat-form-field-outline {
background: #fafafa !important;
}
::ng-deep .language-form .mat-form-field-appearance-outline .mat-form-field-outline {
background: #fafafa !important;
}
::ng-deep .visibility-form .mat-form-field-appearance-outline .mat-form-field-outline {
background: #fafafa !important;
}
@ -112,6 +121,10 @@
font-size: 1rem;
padding: 0.6em 0 1em 0 !important;
}
::ng-deep .researchers-form .mat-form-field-appearance-outline .mat-form-field-infix {
font-size: 1rem;
padding: 0.6em 0 1em 0 !important;
}
::ng-deep .author-form .mat-form-field-appearance-outline .mat-form-field-infix {
font-size: 1rem;
padding: 0.6em 0 1em 0 !important;
@ -124,3 +137,11 @@
font-size: 1rem;
padding: 0.6em 0 1em 0 !important;
}
::ng-deep .language-form .mat-form-field-appearance-outline .mat-form-field-infix {
font-size: 1rem;
padding: 0.6em 0 1em 0 !important;
}
::ng-deep .visibility-form .mat-form-field-appearance-outline .mat-form-field-infix {
font-size: 1rem;
padding: 0.6em 0 1em 0 !important;
}