//
This commit is contained in:
parent
267986211f
commit
25e28737e6
1 changed files with 6 additions and 6 deletions
|
|
@ -241,7 +241,10 @@
|
|||
background-color: var(--white);
|
||||
box-shadow: var(--shadow);
|
||||
}
|
||||
.webbpm.ervu_business_metrics .block-section > div > hbox:first-child {
|
||||
.webbpm.ervu_business_metrics .block-section vbox > div {
|
||||
height: 100%;
|
||||
}
|
||||
.webbpm.ervu_business_metrics .block-section .block-colored {
|
||||
flex: 1;
|
||||
}
|
||||
.webbpm.ervu_business_metrics .block-section.block-section-colored > div {
|
||||
|
|
@ -250,9 +253,6 @@
|
|||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
.webbpm.ervu_business_metrics .block-section.block-section-colored .block-colored {
|
||||
flex: 1;
|
||||
}
|
||||
.webbpm.ervu_business_metrics .block-section.block-section-colored .block-colored > div {
|
||||
box-shadow: var(--shadow);
|
||||
}
|
||||
|
|
@ -348,8 +348,8 @@
|
|||
height: min(7vw, 9rem);
|
||||
}
|
||||
.webbpm.ervu_business_metrics .graph-donut .chart-content {
|
||||
width: 196px;
|
||||
height: 196px;
|
||||
width: 196px !important;
|
||||
height: 196px !important;
|
||||
}
|
||||
.webbpm.ervu_business_metrics .graph-donut-medium .chart-content {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue