26 lines
818 B
CSS
26 lines
818 B
CSS
@import './base.css';
|
|
@import 'devextreme/dist/css/dx.material.blue.light.compact.css';
|
|
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;700&display=swap');
|
|
@import './style.css';
|
|
|
|
.dx-datagrid-total-footer{
|
|
background-color: #035b71 !important;
|
|
}
|
|
.dx-datagrid-total-footer .dx-row.dx-footer-row{
|
|
background-color: #035b71 !important;
|
|
}
|
|
.dx-datagrid-total-footer > td{
|
|
background-color: #035b71 !important;
|
|
}
|
|
.dx-row.dx-datagrid-group-footer > td{
|
|
background-color: #e6eff1 !important;
|
|
}
|
|
.dx-datagrid-rowsview .dx-row.dx-group-row {
|
|
background-color: #F7F7F7 !important;
|
|
}
|
|
.dx-datagrid-group-footer{
|
|
background-color: #e6eff1 !important;
|
|
}
|
|
.dx-pager .dx-page-sizes .dx-selection, .dx-pager .dx-pages .dx-selection{
|
|
background-color: #035b71 !important;
|
|
} |