Skip to content

Instantly share code, notes, and snippets.

@colmtuite
Created June 12, 2017 16:21
Show Gist options
  • Save colmtuite/a9f28879fb2bc72ce57ba19e80ce75a9 to your computer and use it in GitHub Desktop.
Save colmtuite/a9f28879fb2bc72ce57ba19e80ce75a9 to your computer and use it in GitHub Desktop.

Revisions

  1. colmtuite created this gist Jun 12, 2017.
    13 changes: 13 additions & 0 deletions gistfile1.txt
    Original 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>