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/snippets-table.less
#winp-snippet-library {
  .wbcr-inp-enable-snippet-button,
  .wbcr-inp-delete-snippet-button {
    .dashicons {
      margin-top: 4px;
    }
  }

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

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

    &.wbcr-inp-type-text {
      background: #4CAF50;
      color: #fffffd;
    }

    &.wbcr-inp-type-universal {
      background: #607D8B;
      color: #ffffff;
    }

    &.wbcr-inp-type-css {
      background: #1572b6;
      color: #ffffff;
    }

    &.wbcr-inp-type-js {
      background: #f7df1e;
      color: #655b0e;
    }

    &.wbcr-inp-type-html {
      background: #e44d26;
      color: #fffffd;
    }
  }
}

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

    span {
      font-size: 5em;
      color: #c5ccd2;
    }
  }

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

  p.winp-title-modal {
    font-size: 14px;
    color: #b3b7ba;
    padding-bottom: 20px;
  }

  .winp-more-padding {
    padding-top: 100px;
  }

  /*.wbcr-inp-snippet-description {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }*/

  table.snippets {
    .column-type {
      width: 80px;
    }

    .column-preview {
      width: 130px;
    }

    .column-datetime {
      width: 130px;
    }

    .column-insert, .column-delete {
      width: 100px;
    }
  }
}

#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;
  }
}