add animation on submit button

This commit is contained in:
jonasled 2021-03-05 22:49:26 +01:00
parent 1217a10418
commit 938e1bc1a3

View file

@ -25,6 +25,7 @@
cursor: pointer;
outline: 0;
border: 0;
transition: background-color $link-hover-animation-time linear;
&:HOVER{
background-color: $accent-color-2;