Sha256: e72dbe495dea5f1574c957895cea9a90892f7e6354b53416db21773f7a2ca583
Contents?: true
Size: 651 Bytes
Versions: 4
Compression:
Stored size: 651 Bytes
Contents
// // NOTES // // // Structure // // <span class="rf-note rf-note--[status]">Info</span> // // TODO: Add 2+ digit numbers support, check number centering within circle, // center circle for larger elements. // .rf-note { border-radius: 100%; display: inline-block; font-size: 10px; height: 16px; line-height: 16px; margin-right: 4px; text-align: center; vertical-align: text-bottom; width: 16px; } // // NOTE TYPES // .rf-note--error { background-color: $red; color: $white; } .rf-note--ongoing { background-color: $blue-bright; color: $white; } .rf-note--neutral { background-color: $slate; color: $white; }
Version data entries
4 entries across 4 versions & 1 rubygems