Sha256: 2a8d5ac0a8ef069c18423c7b9152b013a2995e56f5f53c79273da871055f3ade
Contents?: true
Size: 628 Bytes
Versions: 5
Compression:
Stored size: 628 Bytes
Contents
$ls-img-height: 265px; .ls-post { @extend %material-card; @include add-column-margin(.5); background-color: $ub-white; border-radius: 2px; @include e(img) { //height: $ls-img-height; //overflow: hidden; img { height: auto; width: 100%; } } @include e(body) { @include add-column-padding(.5); @include add-top-bottom-padding(.5); @include txt-element(ls-post-txt); } @include e(title) { @include txt-element(ls-post-title); } @include e(subtitle) { @include txt-element(ls-post-subtitle); text-transform: uppercase; } @include e(txt) { } }
Version data entries
5 entries across 5 versions & 1 rubygems