Sha256: 4e4a8705048332bec565a3220946810e9eee5061da7dbcae9b690ad762dcdb0f
Contents?: true
Size: 731 Bytes
Versions: 53
Compression:
Stored size: 731 Bytes
Contents
// Table of Contents // ================================================== // Missive // Missive // ================================================== .missive { border: 1px solid color(dark-haze); border-radius: border-radius(b); &::before, &::after { clear: both; content: '\0020'; display: block; height: 0; overflow: hidden; visibility: hidden; width: 0; } } .missive-icon, .missive-content { box-sizing: border-box; float: left; padding: 20px; white-space: normal; } .missive-icon { font-size: text-size(xxl); padding-top: 30px; text-align: center; width: 80px; } .missive-content { padding-left: 0; width: calc(100% - 80px); p:last-child { margin-bottom: 0; } }
Version data entries
53 entries across 53 versions & 1 rubygems