Sha256: 8663722b74732424b6d54d7aa5b621f8ebbe2c949a3f17c385b43da3568b160e
Contents?: true
Size: 507 Bytes
Versions: 7
Compression:
Stored size: 507 Bytes
Contents
/// /// Phantom 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 _size(border-width) _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
7 entries across 7 versions & 1 rubygems