Sha256: 1a2a37e6482f34c0d432adcea414c5c3f0ce676024c4720838f9378fe05dc87b
Contents?: true
Size: 905 Bytes
Versions: 15
Compression:
Stored size: 905 Bytes
Contents
.how_it_work { &:first-child { flex: 2 1 100%; } &.card { position: relative; cursor: pointer; } &.coll { display: flex; flex-direction: column; justify-content: space-between; align-content: space-between; flex: 1 1 49%; } &.coll:nth-last-child(-n + 3) { @include media-breakpoint-down(sm) { display: none !important; } } .img-bg { background-size: cover; background-position: center; padding-bottom: 100%; width: 100%; } .cat-how-dark-layer { width: 100%; height: 100%; position: absolute; top: 0; transition: opacity $transition-4; background-image: $light-gradient-opacity; border-radius: 8px; border-radius: 8px; z-index: 2; pointer-events: none; box-shadow: $material-shadow2; } .cat-how { &:hover .cat-how-dark-layer { opacity: $opacity-3; } } }
Version data entries
15 entries across 15 versions & 1 rubygems