Skip to content

Instantly share code, notes, and snippets.

@fragje
Created February 9, 2015 12:53
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 fragje/eef41a84c32f73dc6681 to your computer and use it in GitHub Desktop.
Save fragje/eef41a84c32f73dc6681 to your computer and use it in GitHub Desktop.
NG dottet row
.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