Skip to content

Commit 4dadeff

Browse files
Add transition Button
1 parent 50a6b4d commit 4dadeff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/styles/_contact.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,9 @@
300300
margin-top: 50px;
301301
padding: 12px 40px 11px 40px;
302302
outline: none;
303-
303+
transition-property: background-color,border-color,color;
304+
transition-duration: .12s;
305+
transition-timing-function: ease-in;
304306
&:active {
305307
box-shadow: none;
306308
}

0 commit comments

Comments
 (0)