remove transition all on input
This commit is contained in:
parent
3c250e9064
commit
b95d3039bb
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user