Fixes style on hint of invitation dialog
This commit is contained in:
parent
c4b3070edb
commit
9c7bd9a59c
|
@ -12,8 +12,11 @@
|
|||
placeholder="{{'INVITATION-EDITOR.AUTOCOMPLETE-USER-EMAIL' | translate}}"
|
||||
[configuration]="usersAutoCompleteConfiguration">
|
||||
</app-multiple-auto-complete>
|
||||
<mat-hint class="pl-3">{{'GENERAL.INVITATION-DIALOG.HINT' | translate}}</mat-hint>
|
||||
</mat-form-field>
|
||||
<p class="d-flex m-0 hint">
|
||||
<mat-icon class="align-self-center mr-1">info_outlined</mat-icon>
|
||||
{{'GENERAL.INVITATION-DIALOG.HINT' | translate}}
|
||||
</p>
|
||||
<div class="col-12 d-flex justify-content-end align-items-center row m-0">
|
||||
<mat-form-field class="select-role">
|
||||
<mat-select [formControl]="formGroup.get('role')">
|
||||
|
|
|
@ -28,6 +28,11 @@
|
|||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.hint {
|
||||
font-size: 0.875rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
::ng-deep .mat-dialog-container {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
"UPLOAD-FILE": "Upload File"
|
||||
},
|
||||
"INVITATION-DIALOG": {
|
||||
"HINT": "Please press comma after each input of new user invitation"
|
||||
"HINT": "Press comma or enter between authors"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"VIEW-ALL": "Alles anzeigen",
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
"UPLOAD-FILE": "Upload File"
|
||||
},
|
||||
"INVITATION-DIALOG": {
|
||||
"HINT": "Please press comma after each input of new user invitation"
|
||||
"HINT": "Press comma or enter between authors"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"VIEW-ALL": "View All",
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
"UPLOAD-FILE": "Upload File"
|
||||
},
|
||||
"INVITATION-DIALOG": {
|
||||
"HINT": "Please press comma after each input of new user invitation"
|
||||
"HINT": "Press comma or enter between authors"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"VIEW-ALL": "Ver todo",
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
"UPLOAD-FILE": "Upload File"
|
||||
},
|
||||
"INVITATION-DIALOG": {
|
||||
"HINT": "Please press comma after each input of new user invitation"
|
||||
"HINT": "Press comma or enter between authors"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"VIEW-ALL": "Προβολή όλων",
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
"UPLOAD-FILE": "Upload File"
|
||||
},
|
||||
"INVITATION-DIALOG": {
|
||||
"HINT": "Please press comma after each input of new user invitation"
|
||||
"HINT": "Press comma or enter between authors"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"VIEW-ALL": "Pozrieť všetko",
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
"UPLOAD-FILE": "Upload File"
|
||||
},
|
||||
"INVITATION-DIALOG": {
|
||||
"HINT": "Please press comma after each input of new user invitation"
|
||||
"HINT": "Press comma or enter between authors"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"VIEW-ALL": "Tümüne Gör",
|
||||
|
|
Loading…
Reference in New Issue