Sha256: 98250fadaef383a2fc1fa739c9105be4e8521d02a4faba4b8e1e7c27c3fef18b

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 KB

Contents

.error-modal {
  display: none;

  &__overlay {
    align-items: center;
    background: rgba($jacarta, 0.64);
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 10;
  }

  &__box {
    align-items: flex-start;
    background: $scooter;
    border-radius: 12px;
    box-shadow: 0 12px 16px 0 rgba($jacarta, 0.64);
    display: flex;
    flex-direction: column;
    height: 360px;
    justify-content: space-between;
    max-width: calc(100% - 80px);
    padding: 64px;
    width: 690px;

    @media screen and (max-width: $tablet) {
      padding: 24px;
    }
  }

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

    span {
      display: block;
    }
  }

  &__description {
    color: $jacarta;
    font-family: $ft-open-sans;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;

    strong {
      font-weight: bold;
      display: block;
    }
  }

  &__button,
  &__button:visited {
    background: $jacarta;
    border-radius: 6px;
    color: $white;
    font-family: $ft-open-sans;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    padding: 20px 60px;
    text-align: center;
    text-decoration: none;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
veloe-landing-page-theme-0.1.0 _sass/components/error-modal.scss