Default button is transparent bg

This commit is contained in:
Max Lynch
2015-06-19 12:43:58 -05:00
parent fadd5a5225
commit 4e947f216d
2 changed files with 4 additions and 3 deletions

View File

@@ -54,7 +54,8 @@ button,
border: 1px solid #ccc;
padding: $button-padding;
min-height: $button-height;
background: #fff;
// Default button has no background
background: transparent;
text-align: center;
font-size: $button-font-size;