Duffer Derek

Current Path : /var/www/sitesecurity.bitkit.dk/httpdocs/src/components/onboarding/
Upload File :
Current File : /var/www/sitesecurity.bitkit.dk/httpdocs/src/components/onboarding/pwa-overlay.scss

.pwa-overlay {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: fixed;
  top: 0;
  bottom:0;
  left: 0;
  // height: 100svh;
  background: rgba(40, 44, 55, 0.50);

backdrop-filter: blur(4px);
  z-index: 99999;
  justify-content: center;
  align-items: flex-end;
  &__wrapper {
    width: 100%;
    max-width: 100%;
    background: #fff;
    height: auto;
  }
  &__close {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 10px;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
    align-items: center;
    color: #666;

    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  &__content {
    display: block;
    width: 100%;
    max-width: 450px;
    position: relative;
    padding: 0px 25px;
    text-align: center;
    margin: 0 auto 27px;
    h3 {
      color: #111;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 20px;
    }
    p {
      color: #333;

      text-align: center;
      font-family: Montserrat;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px; /* 166.667% */
      margin-bottom: 0px;
    }
  }
  &__icon {
    margin-bottom: 24px;
    img {
      margin: 0 auto;
    }
  }
  &__description {
    display: block;
    width: 100%;
    max-width: 290px;
    margin: 0 auto 23px;
    p + p {
      margin-top: 10px;
    }
  }
  &__button {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #111;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    .icon-text {
      margin-right: 5px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      img {
        display: inline-block;
        margin: 0px 3px;
      }
    }
    &__btn {
      display: block;
      width: 100%;
      max-width: 100%;
      position: relative;
      padding: 0px 10px;
      text-align: center;
      margin-bottom: 27px;
      
    }
    &.notification-btn {
      border: 1px solid rgba(227, 6, 19, 0.4) !important;
    border-radius: 8px !important;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.04)!important;
      padding: 10px 20px;
      border-radius: 5px;
      margin-bottom: 40px;
      width: 100%;
      max-width: 313px;
      transition: 0.4s ease;
      color:#E30613;
      &:hover{
        border: 1px solid rgba(227, 6, 19, 0.8) !important;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.08) !important;
    opacity: 1;
      }
    }
  }
}

.red-text {
  color: #e30613;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

// iOS Instructions Styles
.pwa-overlay__ios-instructions {
  padding: 20px 0px;
  padding-top:10px;
  text-align: left;
  max-width:100%;
  width:100%;
  margin:0 auto;

  .pwa-overlay__ios-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;

    h3 {
      color: #111;
      font-size: 18px;
      font-weight: 600;
      margin: 0;
    }

    .pwa-overlay__back-button {
      background: none;
      border: none;
      color: #e30613;
      font-size: 14px;
      cursor: pointer;
      padding: 5px 10px;
      border-radius: 4px;
      transition: background-color 0.2s ease;

      &:hover {
        background-color: #f5f5f5;
      }
    }
  }

  .pwa-overlay__ios-steps {
    margin-bottom: 0px;

    .pwa-overlay__ios-step {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px;
      gap: 15px;

      .step-number {
        background: #e30613;
        color: #fff;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 13px;
        flex-shrink: 0;
      }

      .step-content {
        padding-top: 2.5px;
        flex: 1;
img{
  display:inline-block;
  margin:0px 5px;
}
svg{
  margin:0px 5px;
}
        p {
          margin: 0;
          color: #333;
          font-size: 13px;
          line-height: 1.5;
          font-weight: 500;
text-align:left;
          strong {
            color: #e30613;
            font-weight: 600;
          }
        }
      }
    }
  }

  .pwa-overlay__ios-note {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 25px;

    p {
      margin: 0;
      color: #666;
      font-size: 13px;
      line-height: 1.4;
      text-align: center;
    }
  }

  .pwa-overlay__ios-actions {
    text-align: center;

    .pwa-overlay__ios-got-it {
      color: rgba(227, 6, 19, 1);
      border: none;
      padding: 9px 32px;
    border-radius: 6px;
      font-size: 12px;
      font-weight: 500;
      cursor: pointer;
      transition: background-color 0.2s ease;
      border: 1px solid;
      line-height:18px;
      border-color: rgba(227, 6, 19, 0.4);
      &:hover {
        border-color: rgba(227, 6, 19, 0.8);
      }
    }
  }
}

.install-btn{
  border-radius: 8px;
  border: 1px solid rgba(227, 6, 19, 0.40);
  background: #FFF;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.04);
  background: #fff !important;
  opacity: 1;
  transition: 0.4s ease;
  padding:10px 15px;
  display:flex;
  color: #E30613;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
min-width:313px;
justify-content: center;
align-items: center;
@media(max-width:320px){
  min-width:100%;
  max-width:100%;
}
 
  img{
    margin-right:5px !important;
    margin-left:0px;
  }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists