Sha256: f7507957411dc7d9f4e667d6fd8f1b65263398d1a6d0aacad48f4eeecfa48587
Contents?: true
Size: 1.02 KB
Versions: 84
Compression:
Stored size: 1.02 KB
Contents
// Table of Contents // ================================================== // Missive // Styles // Colors // scss-lint:disable ImportantRule // Missive // ================================================== .missive { border: 1px solid color(dark-haze); &::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; } } // 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
84 entries across 84 versions & 1 rubygems