Sha256: 902e96f25d8d7d5edd9558b77897144cc261a85bf5fd7f5af0dbb0196009eb6d
Contents?: true
Size: 423 Bytes
Versions: 17
Compression:
Stored size: 423 Bytes
Contents
// // WELLS // .rf-well { border: 1px solid $mercury; height: auto; border-radius: $border-radius; padding: $list-padding; } .rf-well__headline { color: $charcoal; font-size: 15px; font-weight: bold; margin: 4px 14px -10px 14px; } .rf-well__list { margin: 20px; } .rf-well--noborder { border-width: 0; } .rf-well--tabpane { @extend .rf-well; border-radius: 0 0 $border-radius $border-radius; }
Version data entries
17 entries across 17 versions & 1 rubygems