Sha256: 50375a082b10c932180586857bdea7aceceb779dacb766e2ebe92ca579540033
Contents?: true
Size: 721 Bytes
Versions: 12
Compression:
Stored size: 721 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-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
12 entries across 12 versions & 2 rubygems