File: /home/adventp/www/wp-content/plugins/js_composer/assets/less/front/popups/modal-save.less
.ut-main-controls {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
margin: 0;
width: 100%;
li {
flex-grow: 1;
margin-bottom: 0;
}
.backend-edit a{
display: block;
width: 100%;
height: 100%;
text-decoration: none;
text-align: center;
color: #0a0a0a;
transition: all 300ms;
padding: 12px 0px;
&:hover {
background: #028E2D;
color: #fff;
}
}
.vc_nav-actions .vc_btn.vc_navbar-btn {
margin: 0;
width: 100%;
height: 42px;
border-radius: 0;
text-align: center;
background: #2EE636;
color: #0a0a0a;
transition: all 300ms;
&:hover {
background: #028E2D;
color: #fff;
}
&.vc_btn-save-draft {
background: #c7c7c7;
color: #111;
&:hover {
background: #028E2D;
color: #fff;
}
}
}
}