Sha256: 4c920e6aac2729abf713c061870364d6b57f118fec12719fc00f055b979b1443
Contents?: true
Size: 428 Bytes
Versions: 4
Compression:
Stored size: 428 Bytes
Contents
// // NOTICES // // // Structure // // <div class="rf-notice rf-notice--[status]"> // <div> // Body // </div> // </div> // .rf-notice { height: auto; width: 100%; z-index: 5; // todo: fix this padding: $list-padding; } .rf-notice--error { background-color: $red; color: $white; p { color: $white; } } .rf-notice--info { background-color: $baby-blue; border-bottom: 1px solid $periwinkle; }
Version data entries
4 entries across 4 versions & 1 rubygems