vue-cli-plugin-vusion
Version:
Vue CLI Plugin for Vusion Projects
23 lines (19 loc) • 445 B
CSS
/* html {
background: #e3e8f0 !important;
}
body {
width: calc(100vw - 80px) !important;
height: auto !important;
margin: 40px !important;
background: white !important;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
overflow: visible;
} */
.vusion-designer-slot {
height: 4px;
background: #cfcfef;
transition: height 0.6s;
}
.vusion-designer-slot:hover {
height: 40px;
}