cc-core-cli 1.0.69 → 1.0.70
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.
package/package.json
CHANGED
|
@@ -1858,6 +1858,17 @@ h4.ant-typography {
|
|
|
1858
1858
|
width: 200px;
|
|
1859
1859
|
}
|
|
1860
1860
|
|
|
1861
|
+
.custom-node-distribution-img {
|
|
1862
|
+
background-image: url('/static/images/split.svg');
|
|
1863
|
+
background-size: 18px 18px;
|
|
1864
|
+
height: 22px;
|
|
1865
|
+
width: 22px;
|
|
1866
|
+
position: absolute;
|
|
1867
|
+
top: 4px;
|
|
1868
|
+
left: 5px;
|
|
1869
|
+
background-repeat: no-repeat;
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1861
1872
|
.custom-node-add-radius-flow {
|
|
1862
1873
|
padding: 4px 8px;
|
|
1863
1874
|
border: 1px dashed @text-color-disabled;
|