Sha256: cec2823a2389417f94b69bb1ddedf7d6a93234ccaedf6def7ea06b4e7289f39f
Contents?: true
Size: 761 Bytes
Versions: 8
Compression:
Stored size: 761 Bytes
Contents
// Cards .card { background: $bg-color-light; border: $border-width solid $border-color; border-radius: $border-radius; display: flex; flex-direction: column; .card-header, .card-body, .card-footer { padding: $layout-spacing-lg; padding-bottom: 0; &:last-child { padding-bottom: $layout-spacing-lg; } } .card-body { flex: 1 1 auto; } .card-image { padding-top: $layout-spacing-lg; &:first-child { padding-top: 0; img { border-top-left-radius: $border-radius; border-top-right-radius: $border-radius; } } &:last-child { img { border-bottom-left-radius: $border-radius; border-bottom-right-radius: $border-radius; } } } }
Version data entries
8 entries across 8 versions & 1 rubygems