Sha256: 499a912d33e135193ffa24db66c9bc0e7a21b36d3a4057afc9d7c69147dccc23
Contents?: true
Size: 511 Bytes
Versions: 1
Compression:
Stored size: 511 Bytes
Contents
// Table of Contents // ================================================== // Card // Card // ================================================== .card { border-color: color(dark-haze); img { border-radius: 0; } } .card-header, .card-body, .card-footer { border: 1px solid; border-color: inherit; padding: 10px 15px; } .card-header, .card-footer { padding-bottom: 9px; padding-top: 9px; } .card-header { border-bottom: 0; font-weight: text-weight(semibold); } .card-footer { border-top: 0; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_frontend-14.0.53 | vendor/assets/stylesheets/components/_card.scss |