Uname: Linux webm016.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 7.4.33 [ PHP INFO ] PHP os: Linux
Server Ip: 54.36.31.145
Your Ip: 216.73.216.182
User: homesquasz (91404) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : modal.scss
.rsssl-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 2;
}

.rsssl-modal {
  width: clamp(300px, 75ch, 100vw - 50px);
  height: max-content;
  position: absolute;
  z-index: 9999;//ensure the modal is over the WP menu in the sidebar.
  border-radius: var(--rsp-border-radius);
  background-color: var(--rsp-white);
  top: 25vh;
  left: -20px;
  right: 0;
  bottom: 0;
  /* transform: translate(-50%, -50%); */
  margin: 25px auto;

  .rsssl-modal-header {
    @include rsssl-block-padding;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: var(--rsp-border-radius);
    .modal-title {
      margin: 0;
      background-color: white;
    }
    .rsssl-modal-close {
      cursor: pointer;
      background: none;
      border: none;
      font-weight: 700;
    }
    button {
      img {
        height: 16px;
        width: 16px;
      }
    }
  }

  .rsssl-modal-content {
    position: relative;
    font-size: var(--rsp-fs-300);
    line-height: 1.5;
    @include rsssl-block-padding;
    .rsssl-modal-subtitle {
      font-size: var(--rsp-fs-600);
      font-weight: 600;
      margin-bottom: var(--rsp-spacing-xs);
    }
    .rsssl-modal-description {
      overflow-wrap: anywhere;
      margin-top: 0;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: var(--rsp-spacing-s);
    }
  }
  .rsssl-modal-footer {
    display: flex;
    flex-direction: row;
    @include rsssl-block-padding;
    gap:10px;
    // text-align: right;
    .button {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      min-width: 105px;

      //height: 45px;
      //width: 100%;
      text-align: center;
      // margin-right: 20px;
      border-radius: 6px;
    }

    .rsssl-button-help {
      background-color: #D7263D;
      color: white;
      border-color: #D7263D;
      &:hover {
        opacity: 0.9;
      }
    }
  }
}
© 2026 GrazzMean