update table, menu, topbar, dialog, toast components and css

This commit is contained in:
Çetin
2021-12-14 16:31:40 +03:00
parent 2b91b042d5
commit 9c710d6fa3
26 changed files with 302 additions and 212 deletions

View File

@@ -6,11 +6,18 @@ import {Message, MessageService} from 'primeng/api';
styles: [`
:host ::ng-deep .p-button {
min-width: 8em;
z-index:10000;
}
:host ::ng-deep .p-message {
margin-left: .25em;
z-index:10000;
}
:host ::ng-deep .p-toast{
margin-top: 5em;
z-index:99999;
}
`],
providers: [MessageService]
})