@optimajet/workflow-designer 5.2.1 → 5.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -78,17 +78,30 @@ font-weight:400;font-display:"auto";font-style:normal}[class*=" el-icon-"],[clas
|
|
|
78
78
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
79
79
|
}
|
|
80
80
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
81
|
+
.WorkflowDesignerContainer {
|
|
82
|
+
margin: 0;
|
|
83
|
+
padding: 0;
|
|
84
|
+
font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
|
85
|
+
font-size: 14px;
|
|
86
|
+
line-height: 1.4285em;
|
|
87
|
+
font-smoothing: antialiased
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.WorkflowDesignerContainer h3 {
|
|
91
|
+
font-size: 18px
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.WorkflowDesignerContainer h4 {
|
|
95
|
+
font-size: 14px;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.WorkflowDesignerContainer h1:first-child,
|
|
99
|
+
.WorkflowDesignerContainer h2:first-child,
|
|
100
|
+
.WorkflowDesignerContainer h3:first-child,
|
|
101
|
+
.WorkflowDesignerContainer h4:first-child,
|
|
102
|
+
.WorkflowDesignerContainer h5:first-child {
|
|
103
|
+
margin-top: 0
|
|
104
|
+
}
|
|
92
105
|
|
|
93
106
|
|
|
94
107
|
div.workflowenginecontainerstage {
|