set transition time
parent
d3ab78b17d
commit
67e99df83e
|
|
@ -26,6 +26,9 @@
|
||||||
border: 3px solid var(--dark-blue);
|
border: 3px solid var(--dark-blue);
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
outline: none;
|
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 {
|
input:focus, input:hover {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue