Skip to content

Instantly share code, notes, and snippets.

@davidsonfellipe
Created November 17, 2013 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidsonfellipe/7515312 to your computer and use it in GitHub Desktop.
Save davidsonfellipe/7515312 to your computer and use it in GitHub Desktop.
Sugestão para boxes GE-UI
%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