File: /var/www/html/newjapanetiquetas.com.br/web/docs/styles/less/plugins/nestable.less
/* $nestable
------------------------------------------*/
.dd {
position: relative;
display: block;
margin: 0;
padding: 0;
list-style: none;
}
.dd-list {
display: block;
position: relative;
margin: 0;
padding: 0;
list-style: none;
}
.dd-list .dd-list {
padding-left: 1.875rem;
}
.dd-collapsed .dd-list {
display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
display: block;
position: relative;
margin: 0;
padding: 0;
min-height: 1.25rem;
line-height: 1.25rem;
}
.dd-handle {
display: block;
margin: 0.3125rem 0;
padding: 0.625rem;
text-decoration: none;
border: 1px solid @border-color;
background: white;
.rounded(@border-radius-base);
}
.dd-handle:hover {
color: darken(@text-color, 10%);
background: #fff;
}
.dd-item {
> button {
display: block;
position: relative;
cursor: pointer;
float: left;
width: 2.188rem;
padding: 0;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
border: 0;
background: transparent;
line-height: 2.625rem;
text-align: center;
}
> button::before {
content: '';
position: absolute;
right: 50%;
top: 50%;
margin-top: -0.3125rem;
background: @text-color;
width: 0.125rem;
height: 0.625rem;
margin-right: -0.0625rem;
}
> button::after {
content: '';
position: absolute;
top: 50%;
right: 50%;
background: @text-color;
height: 0.125rem;
width: 0.625rem;
margin-right: -0.3125rem;
margin-top: -0.0625rem;
}
> button[data-action="collapse"]:before {
display: none;
}
}
.dd-placeholder,
.dd-empty {
margin: 0.3125rem 0;
padding: 0;
min-height: 1.875rem;
background: transparent;
border: 1px dashed #ddd;
}
.dd-empty {
border: 1px dashed #bbb;
min-height: 100px;
background-color: #e5e5e5;
background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-size: 60px 60px;
background-position: 0 0, 30px 30px;
}
.dd-dragel {
position: absolute;
pointer-events: none;
> .dd-item .dd-handle {
margin-top: 0;
}
.dd-handle {
.box-shadow(0.125rem 0.25rem 0.375rem 0 rgba(0, 0, 0, .1));
}
}
/**
* Nestable Draggable Handles
*/
.dd3-content {
display: block;
margin: 0.3125rem 0;
padding: 0.625rem 0.625rem 0.625rem 3.125rem;
text-decoration: none;
border: 1px solid@border-color;
background: #ffffff;
.rounded(@border-radius-base);
&:hover {
background: #fff;
}
}
.dd-dragel > .dd3-item > .dd3-content {
margin: 0;
}
.dd3-item > button {
margin-left: 2.5rem;
}
.dd3-handle {
position: absolute;
margin: 0;
left: 0;
top: 0;
cursor: pointer;
width: 2.375rem;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
border: 1px solid @border-color;
background: #ffffff;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
&:before {
.font-awesome();
content: "\f0c9";
display: block;
position: absolute;
left: 0;
width: 100%;
text-align: center;
text-indent: 0;
font-size: 0.875rem;
}
&:hover {
background: @brand-default;
}
}