//
This commit is contained in:
parent
fc0dc67d0e
commit
22037a29d6
1 changed files with 8 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue