remove transition all on input

This commit is contained in:
shibao 2022-11-18 23:44:35 -05:00
parent 3c250e9064
commit b95d3039bb
1 changed files with 1 additions and 2 deletions

View File

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