grid-with-indents

This commit is contained in:
m.epshtein 2025-04-04 11:07:16 +03:00
parent 556bf9f8eb
commit fbf09080fb

View file

@ -1425,6 +1425,29 @@
display: none;
}
.webbpm.ervu_dashboard .grid-with-indents ag-grid-angular .ag-root .ag-row {
border: 0;
background-color: transparent;
}
.webbpm.ervu_dashboard .grid-with-indents ag-grid-angular .ag-root .ag-cell {
height: calc(100% - var(--indent-mini));
padding-bottom: var(--indent-xbase) !important;
border: 1px solid var(--color-primary-20);
border-right: 0;
border-left: 0;
background-color: var(--bg-brick);
}
.webbpm.ervu_dashboard .grid-with-indents ag-grid-angular .ag-root .ag-cell:first-child {
border-left: 1px solid var(--color-primary-20);
border-top-left-radius: var(--indent-mini);
border-bottom-left-radius: var(--indent-mini);
}
.webbpm.ervu_dashboard .grid-with-indents ag-grid-angular .ag-root .ag-cell:last-child {
border-right: 1px solid var(--color-primary-20);
border-top-right-radius: var(--indent-mini);
border-bottom-right-radius: var(--indent-mini);
}
.webbpm.ervu_dashboard grid-v2.grid-rating ag-grid-angular .ag-row {
font-size: var(--size-text-subtitle);
border: 0;