Sha256: 624b2eaad512cca21f698447c7d2196e7f933989e73219235c786e50bd603cc3
Contents?: true
Size: 802 Bytes
Versions: 8
Compression:
Stored size: 802 Bytes
Contents
/// /// Solid State by HTML5 UP /// html5up.net | @ajlkn /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) /// /* Contact */ ul.contact { list-style: none; padding: 0; li { @include icon; margin: (_size(element-margin) * 1.25) 0 0 0; padding: 0 0 0 3.25em; position: relative; &:before { border-radius: 100%; border: solid 2px _palette(border); display: inline-block; font-size: 0.8em; height: 2.5em; left: 0; line-height: 2.35em; position: absolute; text-align: center; top: 0; width: 2.5em; } &:first-child { margin-top: 0; } } @include breakpoint('<=small') { li { margin: (_size(element-margin) * 0.75) 0 0 0; } } }
Version data entries
8 entries across 4 versions & 1 rubygems