Sha256: 62997629706acc08decde5b3d3d97d25e138ddad6bdd718e51ffa410c2da65ac
Contents?: true
Size: 595 Bytes
Versions: 43
Compression:
Stored size: 595 Bytes
Contents
.hero-blur { height: 100%; opacity: 0; background-position: top center; background-repeat: no-repeat; @include clearfix; @include transition(opacity 1s ease-in); } .hero-block-blur { position: relative; margin-top: 150px; opacity: 0; @include transition(opacity 1s ease-in); @media (min-width: $screen-lg) { margin-top: 250px; margin-bottom: 50px; } @media (min-width: $screen-xl) { margin-top: 300px; margin-bottom: 100px; } &.hero-block-side { @extend .hero-block-side; } } .hero-block-blur-visible, .hero-blur-visible { opacity: 1.0; }
Version data entries
43 entries across 43 versions & 1 rubygems