remove transition all on input

This commit is contained in:
shibao 2022-11-18 23:44:35 -05:00
parent 3c250e9064
commit b95d3039bb

View File

@ -2,7 +2,6 @@
.input { .input {
@apply rounded-lg px-4 py-2 border focus:outline-none; @apply rounded-lg px-4 py-2 border focus:outline-none;
@apply shadow-sm focus:shadow-lg; @apply shadow-sm focus:shadow-lg;
@apply transition-all duration-300 ease-in-out;
} }
.input-primary { .input-primary {
@ -79,7 +78,7 @@
} }
.alert p { .alert p {
margin-bottom: 0; @apply mb-0;
} }
.alert:empty { .alert:empty {