Created
June 12, 2017 16:45
-
-
Save colmtuite/a3b79e799bf194f34c0fa6e0526fdfae to your computer and use it in GitHub Desktop.
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
<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