Sha256: a079b1cf6c878821f3857a840c94925627ef6b274a25ceb50135aed8098283a3
Contents?: true
Size: 907 Bytes
Versions: 1
Compression:
Stored size: 907 Bytes
Contents
@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");
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
edge_framework-0.0.2 | site/assets/sass/app.scss |