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