Created
May 14, 2017 07:14
-
-
Save andreidbr/43d76dd4c8e3bbfa9839bae63805c5b8 to your computer and use it in GitHub Desktop.
Customized section of _resume.scss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.icon-link-item { | |
display: inline-block; | |
margin-left: 5px; | |
> a { | |
color: #c7c7c7; | |
} | |
> a:hover { | |
color: #333; | |
} | |
} | |
/* | |
.icon-link { display: inline-block; | |
&:hover .icon path { | |
fill: #333; | |
@include transition(all .2s ease); | |
} | |
} | |
*/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment