Sha256: 2c4093e571240dd746da96cb7e5d501f836cabce9eb0ca2290a8a48477f7789a
Contents?: true
Size: 681 Bytes
Versions: 1
Compression:
Stored size: 681 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 { border-bottom: 0; border-top-left-radius: border-radius(b); border-top-right-radius: border-radius(b); font-weight: text-weight(semibold); padding-bottom: 9px; } .card-footer { border-top: 0; border-bottom-left-radius: border-radius(b); border-bottom-right-radius: border-radius(b); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_frontend-14.0.40 | vendor/assets/stylesheets/components/_card.scss |