Added default scss to bundle default theme

This commit is contained in:
Max Lynch
2013-08-23 11:48:22 -05:00
parent 601fb7d753
commit 6b31cdda82
5 changed files with 51 additions and 1 deletions

View File

@@ -13,3 +13,11 @@ body {
a {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.button {
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
cursor: pointer;
margin: 0; }