.item styles/active states

This commit is contained in:
Adam Bradley
2013-11-13 16:10:37 -06:00
parent 3400cc0276
commit fdf0c01d98
8 changed files with 341 additions and 197 deletions

View File

@@ -451,6 +451,20 @@
<a class="button button-secondary" href="index.html">Homepage</a>
</div>
<h3>Colors</h3>
<div class="list">
<a class="item" href="#">Default</a>
<a class="item item-light" href="#">item-light</a>
<a class="item item-stable" href="#">item-stable</a>
<a class="item item-positive" href="#">item-positive</a>
<a class="item item-calm" href="#">item-calm</a>
<a class="item item-assertive" href="#">item-assertive</a>
<a class="item item-balanced" href="#">item-balanced</a>
<a class="item item-energized" href="#">item-energized</a>
<a class="item item-royal" href="#">item-royal</a>
<a class="item item-dark" href="#">item-dark</a>
</div>
</main>
</div>