mega changes

This commit is contained in:
Adam Bradley
2015-03-22 22:52:01 -05:00
parent 1a3d61ae62
commit 9449518ede
2 changed files with 17 additions and 12 deletions

View File

@@ -174,6 +174,17 @@ $button-bar-button-icon-size: 20px !default;
border-radius: 0;
}
button.button-block,
button.button-full,
.button-full > button.button,
input.button.button-block {
width: 100%;
}
.padding > .button.button-block:first-child {
margin-top: 0;
}
// Button Color Generation
// --------------------------------------------------
@@ -208,14 +219,3 @@ a.button {
pointer-events: none;
}
button.button-block,
button.button-full,
.button-full > button.button,
input.button.button-block {
width: 100%;
}
.padding > .button.button-block:first-child {
margin-top: 0;
}