Files
MermsPanelReactJS/src/css/elements/_nestable.scss
T
CHIEFSOFT\ameye f023f1d77c Added scss
2024-12-05 10:41:45 -05:00

48 lines
844 B
SCSS

.nestable-contant {
.dd-handle{
background: transparent;
border-color:$border-color;
height:40px;
padding: 10px 10px;
&:hover, &:focus{
color:$primary;
}
}
.dd3-content {
height: 40px;
padding: 10px 10px 10px 40px;
&:hover {
color:$primary;
}
}
#nestable2{
.dd-handle{
background: $primary;
border: 1px solid $primary;
color:$white;
}
.dd-item{
> button{
&:before {
color:$white;
}
}
}
}
}
.dd-item{
> button{
&:before {
top: 9px;
}
}
}
.dd3-handle{
font-size: 0;
&:before {
top:8px;
}
}
.dd {
max-width: 100%;
}