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