@import "setting"; @import "edge/helpers"; // @import "../../../assets/sass/edge/helpers"; .demo-grid { p { text-align : center; margin : 0; } .column, .columns { margin-bottom : 15px; padding-top : 10px; padding-bottom : 10px; background : #eee; text-align : center; .column, .columns { background : #ddd; margin-bottom : 0; .column, .columns { background : #ccc; margin-bottom : 0; } } } } .demo-block { [class*="block-grid"] { li { margin-bottom : 15px; padding-top : 10px; padding-bottom : 10px; background : #eee; text-align : center; } } } .demo-em { @include box-shadow(em(inset 1px 0 1px rgba(black, 0.2) ) ); padding : em(10px 15px 25px); } @include sticky-footer(54px, $containerize: true); @include sprite-retina("icons", "ic");