themes wip

This commit is contained in:
Adam Bradley
2015-08-11 17:36:28 -05:00
parent 3fafab21f0
commit f70aff1895
29 changed files with 500 additions and 332 deletions

View File

@@ -1,5 +1,9 @@
<div class="padding" style="text-align:center">
<ion-toolbar>
<ion-title>Default Buttons</ion-title>
</ion-toolbar>
<ion-content class="padding" style="text-align:center">
<p>
<button>D</button>
@@ -7,12 +11,6 @@
<button class="activated">D.activated</button>
</p>
<p>
<button primary>P</button>
<button primary class="hover">P.hover</button>
<button primary class="activated">P.activated</button>
</p>
<p>
<button secondary>S</button>
<button secondary class="hover">S.hover</button>
@@ -31,16 +29,10 @@
<button light class="activated">L.activated</button>
</p>
<p>
<button stable>S</button>
<button stable class="hover">S.hover</button>
<button stable class="activated">S.activated</button>
</p>
<p>
<button dark>D</button>
<button dark class="hover">D.hover</button>
<button dark class="activated">D.activated</button>
</p>
</div>
</ion-content>