Sha256: 56c8dd0416062777a00b8cbf0e054d1fd4356a215b37d4845733b46ee36a8eec
Contents?: true
Size: 746 Bytes
Versions: 60
Compression:
Stored size: 746 Bytes
Contents
// Table of Contents // ================================================== // Feedback // Feedback // ================================================== .feedback { background: transparentize(color(black), 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: transparentize(color(white), 0.15); color: color(black); } > i { font-size: text-size(xxxl); display: block; line-height: 1; margin: 5px 0; } }
Version data entries
60 entries across 60 versions & 1 rubygems