Sha256: 4379e6f6959644294985d012ff5cfe17f1796354c6aa64e887aa2e37f1bfcd66
Contents?: true
Size: 1.1 KB
Versions: 25
Compression:
Stored size: 1.1 KB
Contents
// Table of Contents // ================================================== // Missive // Styles // Colors // scss-lint:disable ImportantRule // 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-content { width: 100%; p:last-child { margin-bottom: 0; } } .missive-icon { font-size: text-size(xxl); padding-top: 30px; text-align: center; width: 80px; + .missive-content { padding-left: 0; width: calc(100% - 80px); } } // Styles // ================================================== .missive-banner { border-left-width: 4px; } // Colors // ================================================== @each $name, $color in $colors { .missive-banner-color-#{$name} { border-left-color: color($name) !important; } }
Version data entries
25 entries across 25 versions & 1 rubygems