Sha256: 8ea25d12e39cac8f501262b26e7b9ac2a0005cd4d1b197a5abee4c4e578ba3ae
Contents?: true
Size: 686 Bytes
Versions: 1
Compression:
Stored size: 686 Bytes
Contents
.card-sheet { &:before { display: block; content: ''; width: 100%; height: 100%; position: absolute; bottom: -5px; right: -5px; z-index: -1; border-radius: $border-radius-small; box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.1); background-color: $card-sheet-bg; } } .card-sheet-down { &:before { display: block; content: ''; width: 99%; height: 100%; position: absolute; bottom: -5px; right: 5px; z-index: -1; border-radius: $border-radius-small; box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.1); background-color: $card-sheet-bg; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kiso_themes-1.0.2 | lib/sass/kiso_themes/_core/cards/_card_sheet.scss |