Add button size classes

This commit is contained in:
Michael Rose
2016-03-24 12:14:40 -04:00
parent 9ae1611925
commit 4a38b2a4c5
5 changed files with 43 additions and 9 deletions

View File

@ -143,10 +143,6 @@
display: block;
}
.btn {
margin: 0;
padding: 5px 10px;
color: mix(#fff, $gray, 25%);
@include breakpoint($large) {
display: none;
}