Sha256: ad4ce05c3ac6b7b530bd087e900890ac33e4a48dafef5d1279d3ee89c49d804b
Contents?: true
Size: 584 Bytes
Versions: 12
Compression:
Stored size: 584 Bytes
Contents
// // BLURBS // todo: add success and info styles // .rf-blurb { @extend %p; background-color: $prewhite; border-radius: $border-radius; padding: $list-padding; position: relative; width: 100%; &:before { background-color: $white; border-radius: 10px; content: ''; display: block; font-family: 'Glyphicons Halflings'; font-size: 18px; height: 18px; left: -11px; position: absolute; top: 16px; width: 18px; } } .rf-blurb--error { border-left: 4px solid $red; &:before { color: $red; content: "\e101";; } }
Version data entries
12 entries across 12 versions & 1 rubygems