Created
June 14, 2018 00:49
-
-
Save muks999/8f3d2f09074bd8e262d25dada7baf97d to your computer and use it in GitHub Desktop.
arrow.styl
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
.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