Merge branch 'develop' of 10.10.31.70:/ervu-dashboard into develop

This commit is contained in:
Makarova Elena 2024-07-23 17:16:27 +03:00
commit 32f3acb88a

View file

@ -113,18 +113,22 @@
}
}
.webbpm.ervu_dashboard .title {
.webbpm.ervu_dashboard :is(.title, .subtitle) {
font-size: var(--size-text-title);
font-family: 'GilroyM';
line-height: 1.2;
padding: 0;
}
margin-bottom: 16px;
.form-group {
margin-bottom: 0;
}
}
.webbpm.ervu_dashboard .title {
font-size: var(--size-text-title);
}
.webbpm.ervu_dashboard .subtitle {
font-size: var(--size-text-subtitle);
font-family: 'GilroyM';
line-height: 1.2;
padding: 0;
}
.webbpm.ervu_dashboard .mute {
@ -132,6 +136,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 +361,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;
}
@ -398,7 +403,6 @@
margin-top: 12px;
}
}
.webbpm.ervu_dashboard .graph-legend-column {
& > .vertical-container {
& > * + * {
@ -407,7 +411,7 @@
border-top: 1px solid var(--color-primary-20);
}
& > hbox {
[class*="legend-col-"] {
[class*="legend-col"] {
margin-top: 4px;
}
}
@ -427,7 +431,6 @@
}
}
}
.webbpm.ervu_dashboard .graph-legend-row {
& > .horizontal-container > vbox {
padding-right: 0;
@ -440,7 +443,7 @@
& > .vertical-container {
height: 100%;
[class*="legend-col-"] {
[class*="legend-col"] {
padding-bottom: 16px;
margin-bottom: auto;
}
@ -454,7 +457,17 @@
}
}
}
.webbpm.ervu_dashboard .graph-legend-right {
color: var(--color-text-secondary);
text > div {
justify-content: flex-end;
}
.text-invert > div > div:last-of-type {
color: var(--color-text-primary);
font-size: var(--size-num-primary);
}
}
.webbpm.ervu_dashboard [class*="graph-legend"] {
.form-group {
align-items: baseline;
@ -463,7 +476,7 @@
.mute {
white-space: nowrap;
}
[class*="legend-col-"] {
[class*="legend-col"] {
position: relative;
padding-left: 32px;
@ -725,7 +738,7 @@
.webbpm.ervu_dashboard grid-v2 {
flex: 1;
height: auto;
height: auto;
}
.webbpm.ervu_dashboard ag-grid-angular :is(.ag-root-wrapper, .ag-header-viewport, .ag-header-container, .ag-header) {
background-color: transparent;
@ -804,13 +817,19 @@
&.cell-font-narrow-small {
font-size: var(--size-text-primary);
}
&[class*="cell-score"] {
justify-content: end;
font-size: var(--size-num-subtitle);
.ag-cell-value {
overflow: visible;
}
}
&.cell-score-success {
color: var(--color-success);
font-size: var(--size-num-subtitle);
}
&.cell-score-alarm {
color: var(--color-error);
font-size: var(--size-num-subtitle);
}
.ag-cell-wrapper {
overflow: hidden;