Sha256: eeb8479fd60dc5e3ade501e0eb188ba2796c2bc7796e648b5bde8c23df17df05
Contents?: true
Size: 823 Bytes
Versions: 1
Compression:
Stored size: 823 Bytes
Contents
// // Replicate the styles for Shopify Admin cards. // -------------------------------------------------- .next-card { background-color: #ffffff; border-radius: 3px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); overflow-x: auto; } .next-card ~ .next-card { margin-top: 20px; } .next-card__header { padding: 20px 20px 0; h1, h2, h3 { margin-bottom: 0; font-size: 18px; line-height: 1.2em; } } .next-card__footer { padding: 0 20px 20px; } .next-card__section { padding: 20px; } .next-card__section ~ .next-card__section { border-top: 1px solid #ebeef0; } .next-card__section--no-bottom-padding { padding-bottom: 0; } .next-card--aside, .next-card--disabled { background-color: #f5f6f7; } .next-card--disabled { .next-card__header, .next-card__section { color: #777777; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
disco_app-0.8.9 | app/assets/stylesheets/disco_app/disco/_cards.scss |