Last active
October 13, 2015 17:45
-
-
Save jorgechavz/9a22d9729912cfe0c1a0 to your computer and use it in GitHub Desktop.
CSS lines used into websites, it is being use Stylus
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
.e-l | |
&.e-l-b | |
&:after | |
border-bottom 1px solid white | |
&.e-l-small | |
&:after | |
width 10% | |
&.e-l-medium | |
&:after | |
width 30% | |
&.e-l-big | |
&:after | |
width 50% | |
&.e-l-full | |
&:after | |
width 100% | |
&.e-l-center | |
&:after | |
margin 10px auto !important | |
&:after | |
content "" | |
display block | |
margin 20px 0px |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment