set transition time
parent
d3ab78b17d
commit
67e99df83e
|
|
@ -26,6 +26,9 @@
|
|||
border: 3px solid var(--dark-blue);
|
||||
margin-right: 1rem;
|
||||
outline: none;
|
||||
transition: all .25s ease-in-out;
|
||||
-moz-transition: all .25s ease-in-out;
|
||||
-webkit-transition: all .25s ease-in-out;
|
||||
}
|
||||
|
||||
input:focus, input:hover {
|
||||
|
|
|
|||
Loading…
Reference in New Issue