Commit 80748a37 authored by Randall Leeds's avatar Randall Leeds

Merge branch 'displayer-unification' into develop

parents 6a1d3222 ef77e714
......@@ -546,6 +546,16 @@ blockquote {
}
//KNOCKOUT///////////
//Provides a knockout background
.knockout {
@include border-radius(.5em);
@include pie-clearfix;
@include box-shadow(inset 1px 1px 3px hsla(0, 0%, 0%, .1));
padding: 1em;
}
//PAPER////////////////////////////////
//Provides the white background upon which items sit
.paper {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment