Sha256: 029174bc20683979f5dc53ff0733273e92f88c7fa7ca15aa7682c3da8327d4e2

Contents?: true

Size: 813 Bytes

Versions: 1

Compression:

Stored size: 813 Bytes

Contents

#oops {
  background: $scooter;

  .top-bar {
    background: transparent;
    position: relative;
  }

  .page-oops {
    &__container {
      align-items: center;
      display: flex;
      flex-direction: column;
      text-align: center;
    }

    &__title {
      color: $white;
      font-family: $ft-galano;
      font-size: 180px;
      font-weight: 500;
      line-height: 60px;

      @media screen and (max-width: $mobile) {
        font-size: 80px;
        margin-bottom: 0;
      }
    }

    &__text {
      color: $white;
      font-family: $ft-open-sans;
      font-size: 25px;
      line-height: 35px;
      max-width: 600px;

      @media screen and (max-width: $mobile) {
        font-size: 16px;
      }

      a,
      a:hover,
      a:visited {
        color: $jacarta;
      }
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
veloe-landing-page-theme-0.1.0 _sass/pages/_oops.scss