This commit is contained in:
Max Lynch
2015-07-20 14:52:54 -05:00
parent f796deb581
commit c767f1c299
2 changed files with 9 additions and 0 deletions

View File

@@ -126,6 +126,11 @@ button,
}
}
&[full] {
width: 100%;
border-radius: 0;
}
&.disabled,
&[disabled] {
opacity: .4;

View File

@@ -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>