Skip to content

Instantly share code, notes, and snippets.

@jpcontrerasv
Created April 25, 2018 17:39
Show Gist options
  • Save jpcontrerasv/886b586e594ad8d26bf4250cc62f6318 to your computer and use it in GitHub Desktop.
Save jpcontrerasv/886b586e594ad8d26bf4250cc62f6318 to your computer and use it in GitHub Desktop.
&:after {
content: '';
display: block;
width: 0;
height: 2px;
background: $minero;
transition: width .2s;
}
&:hover {
&:after {
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment