a
color white
text-decoration none
display
@display margin-top 24px
text-transform uppercase
transition all .3s ease-in-out
&:hover
color greenlih
&:after
opacity 1
transform translateX(0px)
&:after
content ''
width
@margin-top + 10px
height 5px
background greenlih
display
@display relative top 5px
opacity 0
transform translateX(100px)
transition all .2s ease-in-out