🎉 Add delay interactions trigger

This commit is contained in:
Andrés Moya 2021-09-24 10:07:10 +02:00 committed by Alonso Torres
parent edefb588b6
commit ed380c86eb
7 changed files with 139 additions and 26 deletions

View file

@ -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;
}
}
}