Sha256: 779177891baf81b428c8dfc4956d99c32c36538f151b549765b308e63edb6b59
Contents?: true
Size: 744 Bytes
Versions: 19
Compression:
Stored size: 744 Bytes
Contents
// Table of Contents // ================================================== // Feedback // Feedback // ================================================== .feedback { background: color-transparentize(slate, 0.15); border-radius: border-radius(b); bottom: 0; color: color(white); font-size: text-size(s); font-weight: text-weight(semibold); height: 100px; left: 0; line-height: text-line-height(xs); margin: auto; padding: 20px; position: fixed; right: 0; text-align: center; top: 0; width: 100px; z-index: 2040; &.white { background: color-transparentize(white, 0.15); color: color(steel); } > i { font-size: text-size(xxxl); display: block; line-height: 1; margin: 5px 0; } }
Version data entries
19 entries across 19 versions & 1 rubygems