// 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; }