Sha256: a61cb1e3fdaf6a228322d9f31cbeb38e4b495d9f85493b75ec0628b4901c3e42

Contents?: true

Size: 336 Bytes

Versions: 42

Compression:

Stored size: 336 Bytes

Contents

.thank-you {
  &__check-mark {
    height: 75px;
    position: relative;
    top: -1rem;
    width: 75px;
  }
  &__main {
    min-height: 50vh;
  }
}

@media screen and ( min-width: 768px) {
  .thank-you__check-mark {
    position: static;
  }
}

@media screen and (min-width: 992px) {
  .thank-you__main {
    min-height: 65vh;
  }
}

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
landing-page-gem-0.2.0 assets/scss/3-layout/_thank-you.scss
landing-page-gem-0.1.0 assets/scss/3-layout/_thank-you.scss