//
This commit is contained in:
parent
9a42ad7933
commit
a5aef832c3
1 changed files with 23 additions and 9 deletions
|
|
@ -832,6 +832,24 @@
|
|||
.webbpm.ervu_dashboard .parent-block .child-block + * {
|
||||
flex: 1;
|
||||
}
|
||||
.webbpm.ervu_dashboard .parent-block .child-block.child-block-marital {
|
||||
flex: 0;
|
||||
}
|
||||
.webbpm.ervu_dashboard .parent-block .donut-absolute-row ervu-chart-v2 {
|
||||
justify-content: flex-end;
|
||||
margin-top: -70px;
|
||||
z-index: -1;
|
||||
}
|
||||
.webbpm.ervu_dashboard .parent-block .child-block-marital.donut-absolute-row ervu-chart-v2 {
|
||||
margin-top: -60px;
|
||||
margin-left: var(--indent-base);
|
||||
}
|
||||
.webbpm.ervu_dashboard .parent-block .donut-absolute-row .graph-legend-row {
|
||||
margin-top: var(--indent-base);
|
||||
}
|
||||
.webbpm.ervu_dashboard .parent-block .child-block-marital.donut-absolute-row .graph-legend-row {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard .bg-diamond {
|
||||
background-image: url(../img/svg/bg-diamond.svg);
|
||||
|
|
@ -1256,15 +1274,7 @@
|
|||
flex: 1.4;
|
||||
}
|
||||
.webbpm.ervu_dashboard #milregistration .parent-block > div > vbox:nth-child(1) {
|
||||
flex: 0;
|
||||
}
|
||||
.webbpm.ervu_dashboard #milregistration .parent-block .donut-absolute-row ervu-chart-v2 {
|
||||
justify-content: flex-end;
|
||||
margin-top: -70px;
|
||||
z-index: -1;
|
||||
}
|
||||
.webbpm.ervu_dashboard #milregistration .parent-block .donut-absolute-row .graph-legend-row {
|
||||
margin-top: var(--indent-base);
|
||||
flex: 0;
|
||||
}
|
||||
.webbpm.ervu_dashboard #appeals .parent-block > div > vbox:nth-child(1) {
|
||||
flex: 2;
|
||||
|
|
@ -1372,6 +1382,10 @@
|
|||
width: 12.5rem;
|
||||
height: 9rem;
|
||||
}
|
||||
.webbpm.ervu_dashboard .child-block-business .graph-chart .chart-content {
|
||||
width: 9.375rem;
|
||||
height: 6.75rem;
|
||||
}
|
||||
.webbpm.ervu_dashboard .graph-donut .chart-content {
|
||||
width: 11rem;
|
||||
height: 11rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue