Implement rendering for multiple automation branches

[MAILPOET-5586]
This commit is contained in:
Jan Jakes
2023-09-18 14:51:20 +02:00
committed by Aschepikov
parent d0726e348e
commit 524298ff41
16 changed files with 305 additions and 125 deletions

View File

@@ -5,12 +5,25 @@
.mailpoet-automation-editor-automation-wrapper {
display: grid;
justify-content: center;
overflow: hidden;
padding: 50px 20px;
}
.mailpoet-automation-editor-automation-flow {
margin: auto;
width: max-content;
}
.mailpoet-automation-editor-automation-row {
display: grid;
grid-auto-flow: column;
}
.mailpoet-automation-editor-automation-end {
background: #8c8f94;
border-radius: 999999px;
display: block;
fill: white;
height: 18px;
margin: 4px auto;