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

@@ -1 +1,8 @@
@charset "UTF-8";
.button {
color: #333333;
border-radius: 2px; }
.button-default {
background-color: #fff;
border: 1px solid #dddddd; }