Merge remote-tracking branch 'origin/ervu/tmp_makets' into ervu/tmp_makets
* origin/ervu/tmp_makets: graph-legend-right calc width
This commit is contained in:
commit
8594ac9130
1 changed files with 18 additions and 7 deletions
|
|
@ -347,16 +347,15 @@
|
|||
.webbpm.ervu_business_metrics .graph-chart .chart-content {
|
||||
width: min(10vw, 12.5rem);
|
||||
height: min(7vw, 9rem);
|
||||
}
|
||||
.webbpm.ervu_business_metrics .graph-row .chart-content {
|
||||
|
||||
}
|
||||
.webbpm.ervu_business_metrics .graph-donut .chart-content {
|
||||
width: min(11vw, 13.75rem) !important; /*220px*/
|
||||
height: min(11vw, 13.75rem) !important; /*220px*/
|
||||
}
|
||||
.webbpm.ervu_business_metrics .graph-donut-medium .chart-content {
|
||||
|
||||
}
|
||||
.webbpm.ervu_business_metrics .graph-donut-large .chart-content {
|
||||
|
||||
}
|
||||
|
||||
.webbpm.ervu_business_metrics [class*="graph-legend"] * {
|
||||
|
|
@ -375,11 +374,23 @@
|
|||
left: 0;
|
||||
border-radius: var(--indent-small);
|
||||
}
|
||||
.webbpm.ervu_business_metrics [class*="graph-legend"] text {
|
||||
.webbpm.ervu_business_metrics .graph-legend-right {
|
||||
flex: 1;
|
||||
width: calc(100% - min(11vw, 13.75rem));
|
||||
margin-left: var(--indent-base);
|
||||
}
|
||||
.webbpm.ervu_business_metrics .graph-legend-right vbox:last-of-type {
|
||||
flex: 1;
|
||||
}
|
||||
.webbpm.ervu_business_metrics .graph-legend-right text + text {
|
||||
margin-top: var(--indent-small);
|
||||
}
|
||||
.webbpm.ervu_business_metrics .graph-legend-right {
|
||||
margin-left: var(--indent-medium);
|
||||
.webbpm.ervu_business_metrics .graph-legend-right text:last-of-type > .form-group > div:last-of-type {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
.webbpm.ervu_business_metrics [class*="graph-legend"] .legend-col-green::before {
|
||||
background-color: #a3bd9c;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue