ERVU-381
This commit is contained in:
parent
afdce28421
commit
771078724e
1 changed files with 7 additions and 0 deletions
|
|
@ -1379,6 +1379,9 @@
|
||||||
.webbpm.ervu_dashboard ag-grid-angular .ag-root .ag-cell.cell-font-big {
|
.webbpm.ervu_dashboard ag-grid-angular .ag-root .ag-cell.cell-font-big {
|
||||||
font-size: var(--size-text-subtitle);
|
font-size: var(--size-text-subtitle);
|
||||||
}
|
}
|
||||||
|
.webbpm.ervu_dashboard ag-grid-angular .ag-root .ag-cell.cell-font-small {
|
||||||
|
font-size: var(--size-text-primary);
|
||||||
|
}
|
||||||
.webbpm.ervu_dashboard ag-grid-angular .ag-root .ag-cell[class*="cell-font-narrow"] {
|
.webbpm.ervu_dashboard ag-grid-angular .ag-root .ag-cell[class*="cell-font-narrow"] {
|
||||||
color: var(--color-text-secondary);
|
color: var(--color-text-secondary);
|
||||||
font-family: 'Gilroy';
|
font-family: 'Gilroy';
|
||||||
|
|
@ -1391,9 +1394,13 @@
|
||||||
justify-content: end;
|
justify-content: end;
|
||||||
font-size: var(--size-num-subtitle);
|
font-size: var(--size-num-subtitle);
|
||||||
}
|
}
|
||||||
|
.webbpm.ervu_dashboard ag-grid-angular .ag-root .ag-cell[class*="cell-score"].cell-font-big {
|
||||||
|
font-size: var(--size-text-subtitle);
|
||||||
|
}
|
||||||
.webbpm.ervu_dashboard ag-grid-angular .ag-root .ag-cell[class*="cell-score"] .ag-cell-value {
|
.webbpm.ervu_dashboard ag-grid-angular .ag-root .ag-cell[class*="cell-score"] .ag-cell-value {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.webbpm.ervu_dashboard ag-grid-angular .ag-root .ag-cell.cell-score-success {
|
.webbpm.ervu_dashboard ag-grid-angular .ag-root .ag-cell.cell-score-success {
|
||||||
color: var(--color-success);
|
color: var(--color-success);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue