//fix icons

This commit is contained in:
m.epshtein 2024-06-24 17:36:57 +03:00
parent 168f7ea4ca
commit 4324e064d6

View file

@ -406,6 +406,7 @@
}
.webbpm.ervu_lkrp_ul ag-grid-angular .ag-icon {
position: relative;
width: 24px;
height: 24px;
@ -414,13 +415,16 @@
content: "";
width: 24px;
height: 24px;
transform: rotate(-90deg);
left: 0;
top: 0;
}
&.ag-icon-small-down::before {
background-image: url(../img/svg/arrow-left.svg);
transform: rotate(-90deg);
}
&.ag-icon-filter::before {
background-image: url(../img/svg/filter.svg);
top: -4px;
}
}
@ -448,9 +452,6 @@
padding: 6px 12px !important;
}
}
.webbpm.ervu_lkrp_ul ag-grid-angular .ag-floating-filter-body input {
padding: 4px 8px !important;
}
.webbpm.ervu_lkrp_ul ag-grid-angular .ag-header-row {
font-family: 'InterSB';