Files
ionic-framework/ionic/components/button/test/round/main.html
2015-07-20 13:44:27 -05:00

19 lines
449 B
HTML

<div>
<button round light>button light</button>
<button round stable>button stable</button>
<button round primary>button primary</button>
<button round secondary>button secondary</button>
<button round danger>button danger</button>
<button round dark>button dark</button>
</div>
<style>
button {
display: block !important;
margin: 15px auto !important;
}
button:first-child {
margin-top: 80px !important;
}
</style>