| Current Path : /var/www/homesaver/www/bitrix/js/landing/ui/form/menuform/dist/ |
| Current File : /var/www/homesaver/www/bitrix/js/landing/ui/form/menuform/dist/menuform.bundle.css |
.ui-draggable--drop-preview {
border: none!important;
background: none!important;
-webkit-transition: width 200ms ease 0s, left 200ms ease 0s;
-o-transition: width 200ms ease 0s, left 200ms ease 0s;
transition: width 200ms ease 0s, left 200ms ease 0s;
}
@-webkit-keyframes rotateDraggableMenuItem {
from {
-webkit-transform: rotate(0);
transform: rotate(0);
}
to {
-webkit-transform: rotate(-4deg);
transform: rotate(-4deg);
}
}
@keyframes rotateDraggableMenuItem {
from {
-webkit-transform: rotate(0);
transform: rotate(0);
}
to {
-webkit-transform: rotate(-4deg);
transform: rotate(-4deg);
}
}
.ui-draggable--draggable {
-webkit-animation: 200ms rotateDraggableMenuItem both!important;
animation: 200ms rotateDraggableMenuItem both!important;
}
.ui-draggable--drop-preview::before {
position: absolute;
content: '';
top: 3px;
bottom: 3px;
left: 0;
right: 0;
border: 2px #0CB4E9 dashed;
border-radius: 2px;
opacity: .7;
}
.ui-draggable--drop-preview::after {
content: '';
background: url("../images/dot.svg") -10px 0 repeat-x;
position: absolute;
left: -489px;
top: 25px;
height: 10px;
width: 489px;
}
.landing-ui-form-menu-add {
padding-top: 20px;
padding-bottom: 20px;
}
.landing-ui-form-menu-add-button:focus {
outline: none;
}