HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wptuneprotect/wp-content/plugins/insert-php/admin/assets/css/sync.less
#winp-sync-content {
  text-align: center;
  background-color: #f1f2f4;
  padding: 20px 40px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;

  .wbcr-inp-enable-snippet-button,
  .wbcr-inp-import-snippet-button {
    .dashicons {
      margin-top: 4px;
    }
  }

  #winp-snippet-library-table .tablenav-pages-navspan {
    display: inline-table;
  }

  .wbcr-inp-snippet-type-label {
    display: inline-block;
    padding: 3px 8px 6px;
    border-radius: 3px;
    font-weight: bold;
    width: 50px;
    text-align: center;

    &.wbcr-inp-type-php {
      background: #777bb3;
      color: #ffffff;
    }

    &.wbcr-inp-type-text {
      background: #ffeb3b;
      color: #655d15;
    }

    &.wbcr-inp-type-universal {
      background: #cae8cc;
      color: #3b6f3e;
    }
  }

  .wp-list-table th#insert {
    width: 12%;
  }

  #winp-sync-save-button {
    position: relative;
    bottom: 3px;
    background-color: #008ec2;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin-left: -4px;
    border-radius: 1px;
    //padding: 10px 50px;
    width: 141px;
    height: 44px;

    span {
      position: relative;
      bottom: 2px;

      img {
        height: 21px;
      }
    }
  }

  #winp-sync-snippet-name {
    padding-left: 20px;
    width: 75%;
    background-color: #fefefe;
    height: 45px;
    border: 1px solid #e9e9e9;
    font-size: 16px;
  }

  p.winp-icon {
    padding: 10px 0 50px 0;
    margin-right: 30px;
  }

  p.winp-icon span {
    font-size: 5em;
    color: #c5ccd2;
  }

  p.winp-header-modal {
    font-size: 28px;
    color: #717880;
  }

  p.winp-title-modal {
    font-size: 18px;
    color: #b3b7ba;
    padding: 15px 0 25px 0;
  }
}

.winp-sync-buttons {
  padding: 0 0 10px 10px;

  .winp-green {
    color: green;
    font-size: 14px;
  }
}

.winp-sync-buttons span {
  color: #81868b;
}

.winp-sync-buttons .disabled span {
  color: #b3b8bd;
}

#winp-snippet-sync {
  background-color: #f6f6f6;
  border-color: #cbcbcb;
  color: #595e63;
}

.winp-sync-buttons span {
  position: relative;
  top: 3px;
}

#winp-sync-modal {
  button.close {
    bottom: 12px;
    position: relative;
    left: 5px;
    font-size: 24px;
  }

  .modal-dialog {
    width: 700px;
  }

  .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (1.75rem * 2));
  }

  .winp-modal-error {
    visibility: hidden;
    color: #d81b1b;
    display: flex;
    font-size: 14px;

    span {
      text-align: left;
      font-size: 14px;
    }

    span::before {
      position: relative;
      top: 2px;
      padding: 0 5px;
    }
  }
}

#winp-library-buy-button {
  background-color: #fdc018;
  border-color: #e7b017;
  color: white;
  text-transform: uppercase;
  border-radius: 1px;
  padding: 10px 30px;

  span {
    //position: relative;
    bottom: 13px;
  }

  span:hover {
    color: #f3f4ef;
  }
}