Merge branch 'feature/ERVU-176' into ervu/tmp_makets
This commit is contained in:
commit
95733d079e
2 changed files with 16 additions and 3 deletions
|
|
@ -8,6 +8,9 @@
|
|||
.webbpm.ervu_business_metrics .pull-center > div {
|
||||
justify-content: center;
|
||||
}
|
||||
.webbpm.ervu_business_metrics .pull-center .btn {
|
||||
margin-bottom: var(--indent-base);
|
||||
}
|
||||
|
||||
.webbpm.ervu_business_metrics .btn {
|
||||
color: var(--color-text-primary) !important;
|
||||
|
|
@ -236,14 +239,23 @@
|
|||
padding-right: 64px;
|
||||
}
|
||||
|
||||
.webbpm.ervu_business_metrics .block-section {
|
||||
flex: 1;
|
||||
.webbpm.ervu_business_metrics .block-section {
|
||||
padding-right: 0;
|
||||
}
|
||||
.webbpm.ervu_business_metrics .block-section + .block-section {
|
||||
padding-left: var(--indent-mini);
|
||||
}
|
||||
.webbpm.ervu_business_metrics .horizontal-container > .block-section ~ vbox {
|
||||
flex: 1;
|
||||
padding-left: var(--indent-mini);
|
||||
}
|
||||
.webbpm.ervu_business_metrics .vertical-container > .block-section + .block-section {
|
||||
flex: 1;
|
||||
padding-left: 0;
|
||||
padding-top: var(--indent-mini);
|
||||
}
|
||||
.webbpm.ervu_business_metrics .block-section > div {
|
||||
flex: 1;
|
||||
padding: var(--indent-xbase) var(--indent-medium) var(--indent-medium) var(--indent-medium);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--indent-small);
|
||||
|
|
@ -384,6 +396,7 @@
|
|||
}
|
||||
.webbpm.ervu_business_metrics .graph-row-left {
|
||||
width: 35%;
|
||||
padding-right: 0;
|
||||
}
|
||||
.webbpm.ervu_business_metrics .graph-row-left ervu-chart-v2 {
|
||||
margin-top: -30px;
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -42,7 +42,7 @@
|
|||
<dependency>
|
||||
<groupId>ru.cg.webbpm.packages.base</groupId>
|
||||
<artifactId>backend</artifactId>
|
||||
<version>3.178.3-SNAPSHOT</version>
|
||||
<version>3.178.3</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>ru.cg.webbpm.modules.bpmn</groupId>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue