🎉 Allow complex interactions

This commit is contained in:
Andrés Moya 2021-09-06 15:53:44 +02:00 committed by Andrey Antukh
parent 6c332b949b
commit c7252a950b
16 changed files with 306 additions and 159 deletions

View file

@ -22,3 +22,28 @@
width: 32px;
}
}
.interactions-summary {
width: 100%;
.trigger-name {
font-size: $fs12;
color: $color-white;
}
.action-summary {
font-size: $fs11;
color: $color-gray-20;
}
}
.interactions-element {
display: flex;
align-items: center;
.element-label {
color: $color-gray-20;
font-size: $fs11;
width: 64px;
}
}