File: /home/adventp/www/wp-content/plugins/js_composer/assets/less/front/drag.less
.wpb-layout-element-button a{
cursor: move;
&:hover {
cursor: move;
}
}
div#vc_no-content-helper {
display: none;
}
.vc_editor #wpbody {
padding-top: 0 !important;
}
.vc_editor #vc_inline-frame {
margin-left: 396px !important;
max-width: calc(100% - 396px);
min-height: 100vh;
display: block !important;
}
.is-fullscreen.vc_editor #vc_inline-frame {
margin-left: 50px !important;
max-width: calc(100% - 50px);
}
.vc_editor #vc_inline-frame-wrapper {
display: flex !important;
align-content: center;
justify-content: center;
}
.vc_dragging {
li[data-element].ui-draggable-dragging {
height: 80px;
width: 135px;
color: #454e56;
outline: none;
display: flex;
line-height: 14px;
padding: 8px 10px 4px 7px;
vertical-align: middle;
white-space: normal;
text-decoration: none;
background: none repeat scroll 0 0 #F6F8F8;
flex-direction: column;
align-items: flex-start;
justify-content: center;
border: 1px solid #2EE636;
span {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-weight: 400;
align-self: flex-start;
width: 100%;
padding: 4px 10px;
font-size: 12px !important;
text-align: center;
}
.vc_element-description {
display: none;
}
.vc_el-container {
display: flex;
align-items: center;
flex-direction: column;
justify-content: flex-start;
height: 100%;
width: 100%;
}
.vc_element-icon {
position: relative;
width: 32px;
height: 29px;
background-color: #282d33 !important;
border: 1px solid #282d33 !important;
color: #fff !important;
border-radius: 3px !important;
font-size: 15px !important;
text-align: center !important;
background-size: 50% !important;
background-position: center center !important;
margin: auto;
left: 0;
}
a {
color: #454e56;
outline: none;
display: flex;
line-height: 14px;
padding: 0;
vertical-align: middle;
white-space: normal;
text-align: center;
text-decoration: none;
font-weight: 600;
width: 100%;
height: 100%;
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
}
}