This commit is contained in:
m.epshtein 2024-11-08 11:55:07 +03:00
parent fc0dc67d0e
commit 22037a29d6

View file

@ -238,18 +238,21 @@
}
.webbpm.ervu_dashboard [class*="graph-legend"] * {
margin-bottom: 0;
}
.webbpm.ervu_dashboard [class*="graph-legend"] [class*="legend-col"] {
position: relative;
padding-left: var(--indent-large);
padding-left: var(--indent-xbase);
}
.webbpm.ervu_dashboard [class*="graph-legend"] [class*="legend-col"]::before {
content: "";
position: absolute;
width: var(--indent-base);
height: var(--indent-base);
top: var(--indent-xmini);
width: 12px;
height: 12px;
top: 5px;
left: 0;
border-radius: var(--indent-base);
border-radius: 12px;
}
.webbpm.ervu_dashboard [class*="graph-legend"] .legend-col-green::before {
background-color: #a3bd9c;