add fill transition

This commit is contained in:
Joel Glovier
2015-07-22 01:31:08 -04:00
parent fe58cfdedd
commit b3aa9ad8d5
+7 -1
View File
@@ -70,7 +70,13 @@
margin-left: 5px;
}
.icon-link { display: inline-block; }
.icon-link { display: inline-block;
&:hover .icon path {
fill: #333;
@include transition(all .2s ease);
}
}
}
.contact-button {