Sha256: 39a113db23824ad05217d48d43fb6156ca0ffeafc5c2740b340197c16781061f
Contents?: true
Size: 701 Bytes
Versions: 66
Compression:
Stored size: 701 Bytes
Contents
/* Features */ .features { $gutter: _size(gutter); @include breakpoint('<=xsmall') { article { @include vendor('flex-direction', 'column'); @include vendor('align-items', 'flex-start'); .icon { height: 6em; line-height: 6em; margin: 0 0 (_size(element-margin) * 0.75) 0; width: 6em; &:before { font-size: 1.5rem; } &:after { height: 4em; margin: -2em 0 0 -2em; width: 4em; } } } } }
Version data entries
66 entries across 66 versions & 1 rubygems