Sha256: e25fb9a1ffa0b6281d1c20cff4f68d01e898678370f71d226768f369a64713e3

Contents?: true

Size: 658 Bytes

Versions: 2

Compression:

Stored size: 658 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 box-shadow(rgba(color('gray'), 0.25), 0, 4px, 2px);
  @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

2 entries across 2 versions & 1 rubygems

Version Path
forever_style_guide-2.0.1 app/assets/stylesheets/forever_style_guide/modules/_hero-blur.scss
forever_style_guide-2.0.0 app/assets/stylesheets/forever_style_guide/modules/_hero-blur.scss