Sha256: 59a32dc3b190363de2a664709676ffe562649bb4714f56f3f70440ee945ee1fe
Contents?: true
Size: 732 Bytes
Versions: 12
Compression:
Stored size: 732 Bytes
Contents
// Table of Contents // ================================================== // Card // Card // ================================================== .card { border-color: color(dark-haze); border-radius: border-radius(b); 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; border-top-left-radius: border-radius(b); border-top-right-radius: border-radius(b); font-weight: text-weight(semibold); } .card-footer { border-top: 0; border-bottom-left-radius: border-radius(b); border-bottom-right-radius: border-radius(b); }
Version data entries
12 entries across 12 versions & 1 rubygems