mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 03:38:22 +02:00
🎉 Allow complex interactions
This commit is contained in:
parent
6c332b949b
commit
c7252a950b
16 changed files with 306 additions and 159 deletions
|
@ -226,6 +226,10 @@
|
|||
color: $color-gray-20;
|
||||
font-size: $fs11;
|
||||
width: 64px;
|
||||
|
||||
&.wide {
|
||||
width: 110px;
|
||||
}
|
||||
}
|
||||
|
||||
.lock-size {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue