Sha256: 08935d3c969fb9d4602640f7d61d499e51ca5bb5eefd98b9c45bad7240c50625
Contents?: true
Size: 562 Bytes
Versions: 44
Compression:
Stored size: 562 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-body { + .card-body { border-top: 0; } } .card-footer { border-top: 0; }
Version data entries
44 entries across 44 versions & 1 rubygems