Created
February 9, 2015 12:53
-
-
Save fragje/eef41a84c32f73dc6681 to your computer and use it in GitHub Desktop.
NG dottet row
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
.l-row { | |
border-bottom: 1px dotted #000; | |
margin-bottom: 15px; | |
&:last-child { | |
border-bottom: none; | |
margin-bottom: 0; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment