Files
piratepoet/mailpoet/assets/css/src/components-automation-editor/_workflow.scss
Jan Jakes 22527c3b29 Add workflow-ending node
[PREMIUM-194]
2022-09-08 09:20:20 +02:00

20 lines
347 B
SCSS

.mailpoet-automation-editor-workflow {
background: #fbfbfb;
flex-grow: 1;
}
.mailpoet-automation-editor-workflow-wrapper {
display: grid;
padding: 50px 20px;
}
.mailpoet-automation-editor-workflow-end {
background: #8c8f94;
border-radius: 999999px;
fill: white;
height: 18px;
margin: 4px auto;
padding: 3px;
width: 18px;
}