feat: workflow if-else support elif (#6072)
This commit is contained in:
parent
a62325ac87
commit
ebba124c5c
25 changed files with 1215 additions and 492 deletions
|
|
@ -40,4 +40,8 @@
|
|||
.btn-ghost {
|
||||
@apply bg-transparent hover:bg-gray-200 border-transparent shadow-none text-gray-700;
|
||||
}
|
||||
|
||||
.btn-tertiary {
|
||||
@apply bg-[#F2F4F7] hover:bg-[#E9EBF0] border-transparent shadow-none text-gray-700;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue