grid-with-indents
This commit is contained in:
parent
556bf9f8eb
commit
fbf09080fb
1 changed files with 23 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue