Skip to content
Snippets Groups Projects
Commit 938e1bc1 authored by jonasled's avatar jonasled
Browse files

add animation on submit button

parent 1217a104
Branches
Tags
No related merge requests found
Pipeline #672 passed
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
cursor: pointer; cursor: pointer;
outline: 0; outline: 0;
border: 0; border: 0;
transition: background-color $link-hover-animation-time linear;
&:HOVER{ &:HOVER{
background-color: $accent-color-2; background-color: $accent-color-2;
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment