Created
November 17, 2013 16:41
-
-
Save davidsonfellipe/7515312 to your computer and use it in GitHub Desktop.
Sugestão para boxes GE-UI
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
%franja { | |
position: relative; | |
&:before { | |
content: ""; | |
border-style: none none none solid; | |
border-width: 0 0 0 80px; | |
bottom: -1px; | |
clear: both; | |
color: #B60D3D; | |
display: block; | |
height: 6px; | |
position: absolute; | |
} | |
} | |
.box { | |
height: 300px; | |
position: relative; | |
@extend %franja; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment