docs(demos): tweak button styles

This commit is contained in:
Drew Rygh
2015-10-09 11:25:09 -05:00
parent a406e05413
commit 8eb3e61e58
2 changed files with 9 additions and 7 deletions

View File

@@ -54,6 +54,7 @@
<p>
<button danger>
<icon close></icon>
Remove
</button>
<button danger outline>
<icon remove-circle is-active="false"></icon>
@@ -65,10 +66,11 @@
<p>
<button dark round>
<icon hammer id="demo-hammer"></icon>
<icon construct is-active="false"></icon>
Tools
</button>
<button dark clear>
<icon construct is-active="false"></icon>
<icon hammer is-active="false"></icon>
</button>
</p>

View File

@@ -4,19 +4,19 @@
<ion-content padding class="has-header components-demo">
<p>
<button light large>Light</button>
<button light small>Light Small</button>
</p>
<p>
<button small>Default</button>
<button small>Default Small</button>
</p>
<p>
<button secondary small>Secondary</button>
<button secondary>Secondary Medium</button>
</p>
<p>
<button danger small>Danger</button>
<button danger medium>Danger Medium</button>
</p>
<p>
<button dark large>Dark</button>
<button dark large>Dark Large</button>
</p>
</ion-content>