Refactored Demo CSS visuals

This commit is contained in:
Cagatay Civici
2022-10-13 13:12:26 +03:00
parent 530703b69c
commit 28d7e9aee2
17 changed files with 248 additions and 340 deletions

View File

@@ -12,20 +12,7 @@ interface expandedRows {
@Component({
templateUrl: './tabledemo.component.html',
providers: [MessageService, ConfirmationService],
styles: [`
:host ::ng-deep .p-frozen-column {
font-weight: bold;
}
:host ::ng-deep .p-datatable-frozen-tbody {
font-weight: bold;
}
:host ::ng-deep .p-progressbar {
height:.5rem;
}
`]
providers: [MessageService, ConfirmationService]
})
export class TableDemoComponent implements OnInit {