mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(demos): tweak button styles
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user