This commit is contained in:
Marcin Szczepański 2020-01-16 19:45:21 +01:00
parent 4de7f29290
commit d55f5bd725
2 changed files with 10 additions and 1 deletions

View File

@ -45,7 +45,7 @@ export class ManageGroupComponent implements OnInit, OnDestroy {
// tslint:disable-next-line:max-line-length
constructor(private route: ActivatedRoute, private groupsService: GroupsService,
private confirmationService: ConfirmationService, public router: Router, public snackBar: MatSnackBar) {
this.localeText.noRowsToShow = 'Brak użytkowników do wyświetlenia';
this.localeText.noRowsToShow = 'Brak elementów do wyświetlenia';
}
customCellRendererFunc(params) {

View File

@ -88,6 +88,10 @@ body .ui-dialog .ui-dialog-content {
color: white !important;
}
.cdk-overlay-container {
z-index: 999999999999 !important;
}
.snackbar-error {
background-color: #3f1010 !important;
border-color: #dc3545 !important;
@ -304,6 +308,11 @@ body .ui-chkbox .ui-chkbox-box {
font-size: 16px !important;
}
.wrapper .content .wrapper, .wrapper .content .wrapper .content {
padding-left: 0;
padding-right: 0;
}
}
@media screen and (max-width: 470px) {