Sha256: 67aaab55b2a31d0767782a14f10a5dc1e2911a30853e49f51e69d33cc76fe259
Contents?: true
Size: 517 Bytes
Versions: 8
Compression:
Stored size: 517 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) /// /* Box */ .box { border-radius: _size(border-radius); border: solid 2px _palette(border); margin-bottom: _size(element-margin); padding: 1.5em; > :last-child, > :last-child > :last-child, > :last-child > :last-child > :last-child { margin-bottom: 0; } &.alt { border: 0; border-radius: 0; padding: 0; } }
Version data entries
8 entries across 4 versions & 1 rubygems