Add 10px margin for buttons in mobile

This commit is contained in:
Sam 2014-08-23 10:41:48 +10:00
parent e0a74e336a
commit af71307363
2 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,7 @@
/* @import "mobile/*"; TODO: get this working again */
@import "mobile/buttons";
@import "mobile/alert";
@import "mobile/banner";
@import "mobile/compose";

View file

@ -0,0 +1,3 @@
.btn {
margin-right: 10px;
}