Statements scss

This commit is contained in:
David East 2015-04-22 05:37:58 -07:00
parent 15e7997819
commit 0b917e0f93
2 changed files with 7 additions and 1 deletions

View File

@ -38,7 +38,7 @@
@import 'module/modal';
@import 'module/shadow';
@import 'module/showcase';
@import 'module/statement';
/*
* PRINT STYLES

View File

@ -0,0 +1,6 @@
.statement {
background: $mist;
padding: 20px 20px 10px 20px;
margin-bottom: 20px;
border-radius: 6px;
}