Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Add demo for error mood [#153]
Browse files Browse the repository at this point in the history
  • Loading branch information
ebollens committed Jan 3, 2013
1 parent 0a46c7c commit 11a5e17
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions demo/base/color.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,18 @@ <h1>Base/Color</h1>
<td class="gradient light highlight">.light.gradient.highlight</td>
<td class="gradient light required">.light.gradient.required</td>
</tr>
<tr>
<td class="error">.error</td>
</tr>
<tr>
<td class="gradient error">.gradient.error</td>
</tr>
<tr>
<td class="light error">.light.error</td>
</tr>
<tr>
<td class="gradient light error">.light.gradient.error</td>
</tr>
<tr>
<td class="text-primary">.text-primary</td>
<td class="text-secondary">.text-secondary</td>
Expand All @@ -119,6 +131,9 @@ <h1>Base/Color</h1>
<td class="text-highlight">.text-highlight</td>
<td class="text-required">.text-required</td>
</tr>
<tr>
<td class="text-error">.text-error</td>
</tr>
</table>

</body>
Expand Down

0 comments on commit 11a5e17

Please sign in to comment.