Skip to content

Instantly share code, notes, and snippets.

@andreidbr
Created May 14, 2017 07:14
Show Gist options
  • Save andreidbr/43d76dd4c8e3bbfa9839bae63805c5b8 to your computer and use it in GitHub Desktop.
Save andreidbr/43d76dd4c8e3bbfa9839bae63805c5b8 to your computer and use it in GitHub Desktop.
Customized section of _resume.scss
.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