Sha256: f291b111cfa9950b6d526e5004c0ee62a9e6317cf877bf1f978c4a07e2025d02

Contents?: true

Size: 636 Bytes

Versions: 8

Compression:

Stored size: 636 Bytes

Contents

.hero {
  // background-color: #F8FAFD;
  background-color: #E7EEFE;

  @include media-breakpoint-up(sm) {
    height: 360px;
  }

  // @include media-breakpoint-up(sm) {
  //   height: 380px;
  // }

  .intro {
    .lead {
      color: #4B5C72;
    }
  }
}

.hero-blue {
  background-color: #30B4FF;
}

.hero-green {
  background-color: #00b936;
}

.hero-small {
  background-color: #E7EEFE;
  border-bottom: 1px solid $color-grey4;

  // @include media-breakpoint-up(xs) {
  //   height: 320px;
  // }
  //
  // @include media-breakpoint-up(lg) {
  //   height: 300px;
  // }

  .intro {
    .lead {
      color: #4B5C72;
    }
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mvpkit-1.1.2 project/app/webpack/stylesheets/skin/hero.scss
mvpkit-1.1.1 project/app/webpack/stylesheets/skin/hero.scss
mvpkit-1.1.0 project/app/webpack/stylesheets/skin/hero.scss
mvpkit-1.0.4 project/app/webpack/stylesheets/skin/hero.scss
mvpkit-1.0.3 project/app/webpack/stylesheets/skin/hero.scss
mvpkit-1.0.2 project/app/webpack/stylesheets/skin/hero.scss
mvpkit-1.0.1 project/app/webpack/stylesheets/skin/hero.scss
mvpkit-1.0.0 project/app/webpack/stylesheets/skin/hero.scss