| Server IP : 38.190.208.107 / Your IP : 216.73.217.46 Web Server : nginx/1.28.1 System : Linux ht2026040333114 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.37-1 (2023-07-03) x86_64 User : root ( 0) PHP Version : 8.2.28 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv,eval,assert,passthru,system,exec,shell_exec,popen,proc_open MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/wp.3/wp-content/plugins/js_composer/assets/less/modules/ui/ |
Upload File : |
@vcui-prompt-font-size: 14px;
@vcui-prompt-background: #f5f5f5;
@vcui-prompt-border: #dbdbdb;
@vcui-prompt-color: #5e5e5e;
@vcui-prompt-padding: 15px;
@vcui-prompt-size: 16px;
@vcui-prompt-gap: 15px;
@vcui-prompt-xs-width: 258px;
@vcui-prompt-sm-width: 395px;
.vc_ui-prompt {
font-size: @vcui-prompt-font-size;
box-sizing: content-box;
overflow: hidden;
transition-property: opacity;
transition-duration: .2s;
transition-timing-function: ease-in-out;
position: absolute;
z-index: 100;
top: 100%;
left: 0;
box-shadow: 0 0 5px rgba(0, 0, 0, .1);
background-color: @vcui-prompt-background;
color: @vcui-prompt-color;
padding: @vcui-prompt-padding;
visibility: hidden;
opacity: 0;
input {
box-sizing: border-box;
}
&.vc_visible {
visibility: visible;
opacity: 1;
overflow-y: auto;
}
}
.vc_media-xs {
.vc_ui-prompt {
width: @vcui-prompt-xs-width;
left: auto;
right: 0;
}
}
.vc_media-sm {
.vc_ui-prompt {
width: @vcui-prompt-sm-width;
}
}
.vc_ui-prompt-controls {
float: right;
margin-left: 1em;
.vc_ui-prompt-close {
height: @vcui-prompt-size;
width: @vcui-prompt-size;
line-height: @vcui-prompt-size;
vertical-align: top;
position: relative;
right: -3px;
}
.vc_ui-icon-pixel {
display: block;
line-height: 1;
}
}
.vc_ui-prompt-content {
display: flex;
flex-wrap: wrap;
margin-left: calc(-@vcui-prompt-gap / 2);
margin-right: calc(-@vcui-prompt-gap / 2);
}
.vc_ui-prompt-column {
padding-left: calc(@vcui-prompt-gap / 2);
padding-right: calc(@vcui-prompt-gap / 2);
&:first-child {
flex-grow: 1;
}
.vc_ui-button {
.vc-composer-icon {
font-weight: bold;
}
}
}
// behaviours
.vc_ui-dropdown {
.vc_ui-prompt {
position: absolute;
}
.vc_ui-button {
text-transform: none;
}
}
// Presets full width
.vc_ui-prompt {
&.vc_ui-prompt-presets, &.vc_ui-prompt-templates, &.vc_ui-prompt-view-presets {
display: none;
&.vc_visible {
display: block;
position: relative;
width: calc(~'100% - 30px');
left: 0;
right: 0;
top: 0;
margin-bottom: 20px;
margin-top: 0;
background: #FFF;
box-shadow: none;
}
.vc_ui-prompt-controls {
float: none;
margin: 0;
text-align: right;
.vc_ui-control-button {
font-size: 19px;
height: 30px;
width: 30px;
color: grey;
}
}
}
.vc_ui-control-button {
&.vc_hidden {
display: none;
}
}
}
.vc_ui-notice .vc_message_box.vc_message_box-standard p.messagebox_text {
margin: 0;
padding: 0;
}
.vc_ui-notice .vc_message_box.vc_message_box-standard {
margin-bottom: 20px;
}