Created
September 16, 2012 18:00
-
-
Save pjambet/3733497 to your computer and use it in GitHub Desktop.
My mixins
This file contains 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
@mixin arrow_bottom_001($color: black, $width: 4px) | |
position: relative | |
&:after | |
content: "" | |
height: 0 | |
width: 0 | |
border-style: solid | |
border-width: $width | |
border-color: $color transparent transparent transparent | |
position: absolute | |
right: 0 | |
top: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment