color.html 1.1 KB

1234567891011121314151617181920212223242526
  1. <section id="color" data-transition="slide">
  2. <header data-title="Colors">
  3. <nav>
  4. <a href="#back" data-router="section" data-icon="home"></a>
  5. </nav>
  6. </header>
  7. <article class="active scroll indented">
  8. <div>
  9. <h1>Sizes</h1>
  10. <p class="margin bottom">
  11. <a href="#" class="button small">small</a>
  12. <a href="#" class="button">default</a>
  13. <a href="#" class="button large">large</a>
  14. </p>
  15. <a href="#" class="button anchor margin bottom">anchor</a>
  16. <h1>Colors</h1>
  17. <p>
  18. <a href="#" class="button anchor margin bottom">default</a>
  19. <a href="#" class="button anchor secondary margin bottom">secondary</a>
  20. <a href="#" class="button anchor accept margin bottom">accept</a>
  21. <a href="#" class="button anchor cancel margin bottom">cancel</a>
  22. <a href="#" class="button anchor margin bottom" disabled=true>disabled</a>
  23. </p>
  24. </div>
  25. </article>
  26. </section>