mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
refactor(padding): changed padding to attributes
Updated demos. Closes #266
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<ion-title>Round Buttons</ion-title>
|
||||
</ion-navbar>
|
||||
|
||||
<ion-content class="has-header components-demo padding">
|
||||
<ion-content padding class="has-header components-demo">
|
||||
<p>
|
||||
<button round>Default</button>
|
||||
</p>
|
||||
@ -23,7 +23,3 @@
|
||||
<button dark round>Dark</button>
|
||||
</p>
|
||||
</ion-content>
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user