1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-21 22:39:41 +02:00
portainer/app/kubernetes/components/datatables/applications-datatable/applicationsDatatable.css

16 lines
275 B
CSS

.secondary-heading {
background-color: var(--bg-app-datatable-thead) !important;
}
.secondary-body {
background-color: var(--bg-app-datatable-tbody);
}
.datatable-wide {
width: 55px;
}
.datatable-padding-vertical {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}