HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
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/lipovac/wp-content/plugins/js_composer/assets/less/js_composer_frontend_editor_iframe.less
// Fixes for theme css to enable correct representation of the page controls.
@import "config/variables.less";

// Some css fixes for WP themes.
html.js_active {
  margin-top: 0 !important;
}

// Default state for some html objectes for editor
.vc_no-content-helper {
  display: none;
}

.vc_catcher {
  background-color: #e8ecb8
}

.vc_empty-placeholder {
  margin-bottom: 30px;
}

.vc_hidden-placeholder {
  display: none !important;
}

@import "modules/vc_welcome.less";
@import "vendor/jwplayer.less";

.vc_welcome {
  display: none;
}

.vc_controls {
  display: none;
}

.compose-mode, .view-mode {

  // Vc element settings
  @import "lib/frontend_vc_elements.less";

  // Helper information
  .vc_welcome {
    display: block;
  }

  .vc_hidden-xs {
    @media (max-width: @screen-xs-max) {
      .vc_frontend-editor-invisibility-settings;
    }
    .vc_hidden-xs {
      .opacity(1);
    }
  }
  .vc_hidden-sm {
    @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
      .vc_frontend-editor-invisibility-settings;
    }
    .vc_hidden-sm {
      .opacity(1);
    }
  }
  .vc_hidden-md {
    @media (min-width: @screen-md-min) and (max-width: @screen-md-max) {
      .vc_frontend-editor-invisibility-settings;
    }
    .vc_hidden-md {
      .opacity(1);
    }
  }
  .vc_hidden-lg {
    @media (min-width: @screen-lg-min) {
      .vc_frontend-editor-invisibility-settings;
    }
    .vc_hidden-lg {
      .opacity(1);
    }
  }
  &.vc_non_responsive {
    .vc_row {
      .vc_hidden-md {
        .vc_frontend-editor-invisibility-settings;
      }
    }
  }
}

.view-mode {
  .vc_element {
    &:hover, &.vc_hover, &.vc_hold-hover {
      > .wpb_row {
        > .vc_element {
          &:before {
            outline: none;
          }
        }
      }
    }
  }
}

.compose-mode {
  // Controls
  @import "lib/controls.less";
  @import "lib/controls-fe.less";
  // Custom shortcodes settings
  @import "lib/frontend_editor_controls.less";
  // usefull classes for drag&drop/sorting activity
  @import "lib/frontend_draganddrop.less";
  @import "lib/vc_pointer.less";
}

@import "shortcodes/tta/vc_tta-frontend-editor.less";