Statements scss
This commit is contained in:
parent
15e7997819
commit
0b917e0f93
|
@ -38,7 +38,7 @@
|
||||||
@import 'module/modal';
|
@import 'module/modal';
|
||||||
@import 'module/shadow';
|
@import 'module/shadow';
|
||||||
@import 'module/showcase';
|
@import 'module/showcase';
|
||||||
|
@import 'module/statement';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* PRINT STYLES
|
* PRINT STYLES
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
.statement {
|
||||||
|
background: $mist;
|
||||||
|
padding: 20px 20px 10px 20px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
border-radius: 6px;
|
||||||
|
}
|
Loading…
Reference in New Issue