Created
June 12, 2017 16:21
-
-
Save colmtuite/a9f28879fb2bc72ce57ba19e80ce75a9 to your computer and use it in GitHub Desktop.
Revisions
-
colmtuite created this gist
Jun 12, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ <div class="Card"> <div class="styleguide-example"> <span class="Status Status-green">Paid</span> <span class="Status Status-yellow">Pending</span> <span class="Status Status-red">Late Payment</span> </div> ```html <span class="Status Status-green">Complete</span> <span class="Status Status-yellow">Pending</span> <span class="Status Status-red">Late Payment</span> ``` </div>