mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(button): fixing some button css and adding in the fab scss
references #689
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
|
||||
<button fab fab-left fab-top>
|
||||
<button class="button-fab button-fab-left button-fab-top">
|
||||
<icon add></icon>
|
||||
</button>
|
||||
|
||||
<button fab fab-center fab-top secondary>
|
||||
<button class="button-fab button-fab-center button-fab-top button-secondary">
|
||||
<icon add></icon>
|
||||
</button>
|
||||
|
||||
<button fab fab-right fab-top danger>
|
||||
<button class="button-fab button-fab-right button-fab-top button-danger">
|
||||
<icon add></icon>
|
||||
</button>
|
||||
|
||||
<button fab fab-left fab-bottom light>
|
||||
<button class="button-fab button-fab-left button-fab-bottom button-light">
|
||||
<icon add></icon>
|
||||
</button>
|
||||
|
||||
<button fab fab-center fab-bottom primary>
|
||||
<button class="button-fab button-fab-center button-fab-bottom button-primary">
|
||||
<icon add></icon>
|
||||
</button>
|
||||
|
||||
<button fab fab-right fab-bottom dark>
|
||||
<button class="button-fab button-fab-right button-fab-bottom button-dark">
|
||||
<icon add></icon>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user