This commit is contained in:
m.epshtein 2024-07-23 16:36:16 +03:00
parent 882b1e435b
commit 81442e07bc

View file

@ -132,6 +132,13 @@
font-family: 'Gilroy';
}
.webbpm.ervu_dashboard .success > div > div:last-of-type {
color: var(--color-success);
}
.webbpm.ervu_dashboard .error > div > div:last-of-type {
color: var(--color-error);
}
.webbpm.ervu_dashboard .pull-bottom {
display: flex;
align-items: flex-end;
@ -350,13 +357,7 @@
.text-invert > div > div:last-of-type {
font-size: var(--size-num-title);
line-height: 1.2;
}
.success > div > div:last-of-type {
color: var(--color-success);
}
.error > div > div:last-of-type {
color: var(--color-error);
}
}
.mute {
white-space: nowrap;
}
@ -407,7 +408,7 @@
border-top: 1px solid var(--color-primary-20);
}
& > hbox {
[class*="legend-col-"] {
[class*="legend-col"] {
margin-top: 4px;
}
}
@ -440,7 +441,7 @@
& > .vertical-container {
height: 100%;
[class*="legend-col-"] {
[class*="legend-col"] {
padding-bottom: 16px;
margin-bottom: auto;
}
@ -463,7 +464,7 @@
.mute {
white-space: nowrap;
}
[class*="legend-col-"] {
[class*="legend-col"] {
position: relative;
padding-left: 32px;
@ -726,7 +727,6 @@
.webbpm.ervu_dashboard grid-v2 {
flex: 1;
height: auto;
min-height: 200px;
}
.webbpm.ervu_dashboard ag-grid-angular :is(.ag-root-wrapper, .ag-header-viewport, .ag-header-container, .ag-header) {
background-color: transparent;
@ -805,15 +805,19 @@
&.cell-font-narrow-small {
font-size: var(--size-text-primary);
}
&.cell-score-success {
&[class*="cell-score"] {
justify-content: end;
color: var(--color-success);
font-size: var(--size-num-subtitle);
.ag-cell-value {
overflow: visible;
}
}
&.cell-score-success {
color: var(--color-success);
}
&.cell-score-alarm {
justify-content: end;
color: var(--color-error);
font-size: var(--size-num-subtitle);
}
.ag-cell-wrapper {
overflow: hidden;