Sha256: 71db0b052bea381bd23dcec6cfdc9c87e0ffd05020d29a7c92aca5838b7ca486
Contents?: true
Size: 370 Bytes
Versions: 9
Compression:
Stored size: 370 Bytes
Contents
// // Base styles // // .card[href] { box-shadow: none; } .card-title { margin-bottom: ($card-spacer-y * .5); } .card-subtitle { margin-top: 0; } // // Optional textual caps // .card-footer { border-top: none; } // Card image .card-img-overlay { @include gradient-y(transparentize($black, 1), transparentize($black, .5)); } .card-img { @include border-radius(0); }
Version data entries
9 entries across 9 versions & 1 rubygems