mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 22:18:23 +02:00
🎉 Add delay interactions trigger
This commit is contained in:
parent
edefb588b6
commit
ed380c86eb
7 changed files with 139 additions and 26 deletions
|
@ -185,6 +185,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: $x-small;
|
||||
width: 100%;
|
||||
|
||||
.input-text {
|
||||
background-color: $color-gray-50;
|
||||
|
@ -219,6 +220,10 @@
|
|||
color: $color-gray-60;
|
||||
background: $color-white;
|
||||
font-size: $fs12;
|
||||
|
||||
&:disabled {
|
||||
color: $color-gray-20;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -253,7 +258,7 @@
|
|||
width: 64px;
|
||||
|
||||
&.wide {
|
||||
width: 110px;
|
||||
min-width: 75px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -441,6 +446,10 @@
|
|||
color: $color-gray-60;
|
||||
background: $color-white;
|
||||
font-size: $fs12;
|
||||
|
||||
&:disabled {
|
||||
color: $color-gray-20;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue