Skip to content

Instantly share code, notes, and snippets.

@muks999
Created June 14, 2018 00:49
Show Gist options
  • Save muks999/8f3d2f09074bd8e262d25dada7baf97d to your computer and use it in GitHub Desktop.
Save muks999/8f3d2f09074bd8e262d25dada7baf97d to your computer and use it in GitHub Desktop.
arrow.styl
.arrow-up
absolute($top:-20px,$left:50%)
size(20px)
z-index 1
overflow hidden
transform translateX(-50%)
&:before
absolute($bottom:-10px,$left:50%)
size(16px)
content ''
transform translateX(-50%) rotate(45deg)
background #fff
box-shadow 0 0 10px rgba(0, 0, 0, 0.4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment