mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
FULL
This commit is contained in:
@@ -126,6 +126,11 @@ button,
|
||||
}
|
||||
}
|
||||
|
||||
&[full] {
|
||||
width: 100%;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
&.disabled,
|
||||
&[disabled] {
|
||||
opacity: .4;
|
||||
|
||||
@@ -16,4 +16,8 @@
|
||||
<button block clear primary>button[button][block]</button>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<a button block full primary>Full</a>
|
||||
<button block full clear danger>Full</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user