You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
775 B
SCSS

table.table-datatable2 {
& > thead > tr {
& > th.dt-orderable-asc span.dt-column-title {
margin-right : 5px;
}
& > th.dt-orderable-asc span.dt-column-order,
& > th.dt-orderable-desc span.dt-column-order {
position : relative;
left : 0;
top : 0;
bottom : 0;
&::after {
margin-top : 3px;
}
}
}
& > tbody > tr[data-dt-row]:not([data-dt-row='']) > td {
padding : 0.75rem;
}
div.dt-container .dt-paging .dt-paging-button {
padding : 0;
margin : 0;
}
th.dt-type-numeric,
th.dt-type-date,
td.dt-type-numeric,
td.dt-type-date {
text-align : left;
}
}