Skip to content

Instantly share code, notes, and snippets.

@colmtuite
Created June 12, 2017 16:45
Show Gist options
  • Save colmtuite/a3b79e799bf194f34c0fa6e0526fdfae to your computer and use it in GitHub Desktop.
Save colmtuite/a3b79e799bf194f34c0fa6e0526fdfae to your computer and use it in GitHub Desktop.
<div class="Card">
<div class="styleguide-example">
<span class="Status green">Paid</span>
<span class="Status yellow">Pending</span>
<span class="Status red">Late Payment</span>
</div>
```html
<span class="Status green">Complete</span>
<span class="Status yellow">Pending</span>
<span class="Status red">Late Payment</span>
```
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment