Add Status Node to Subflow to allow subflow-specific status

Closes #597
This commit is contained in:
Nick O'Leary
2019-02-01 23:44:50 +00:00
parent efe8fbbd11
commit 3bcff91328
9 changed files with 500 additions and 41 deletions

View File

@@ -33,6 +33,15 @@
transition: right 0.2s ease;
overflow: hidden;
label {
padding: 1px 8px;
margin: 0;
font-size: 12px;
}
input[type="checkbox"] {
margin: 0 3px 0 0 ;
padding: 0;
}
.button {
@include workspace-button;
margin-right: 10px;