I can save workflow state + uptated css + started Properties Panek
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
.wkf-toolbox-item {
|
||||
cursor: grab;
|
||||
color: var(--color-neutral);
|
||||
}
|
||||
|
||||
.wkf-toolbox-item:active {
|
||||
@@ -8,7 +9,7 @@
|
||||
|
||||
.wkf-canvas {
|
||||
position: relative;
|
||||
min-height: 600px;
|
||||
min-height: 230px;
|
||||
background-image:
|
||||
linear-gradient(rgba(0,0,0,.1) 1px, transparent 1px),
|
||||
linear-gradient(90deg, rgba(0,0,0,.1) 1px, transparent 1px);
|
||||
@@ -20,6 +21,8 @@
|
||||
cursor: move;
|
||||
border: 2px solid transparent;
|
||||
transition: all 0.2s;
|
||||
height: 64px;
|
||||
color: var(--color-neutral);
|
||||
}
|
||||
|
||||
.wkf-workflow-component:hover {
|
||||
|
||||
Reference in New Issue
Block a user