Sha256: f4dd2c4e3139da44b9f947dd8ab0d78cd8cd53ffddfae80db0d69de99ff4483f
Contents?: true
Size: 400 Bytes
Versions: 66
Compression:
Stored size: 400 Bytes
Contents
/* Box */ .box { border-radius: _size(border-radius); border: solid 1px _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
66 entries across 66 versions & 1 rubygems