Sha256: d06b4f174e2be41dc4a8e0e2e7b6be86fcaca5e5d67d7b3d63f681c8213d3c1f
Contents?: true
Size: 323 Bytes
Versions: 4
Compression:
Stored size: 323 Bytes
Contents
%card-style { border-radius: $border-radius-lg; padding: $spacer-tiny $spacer-small; background-color: $color-white; margin-bottom: $spacer-small; } %card { @extend %card-style; box-shadow: 0 1px 2px rgba(0, 0, 0, .2); } %card-inset { @extend %card-style; box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2); }
Version data entries
4 entries across 4 versions & 1 rubygems