Files
CHIEFSOFT\ameye 346346573f first commit
2024-01-25 13:06:29 -05:00

33 lines
591 B
SCSS

//
// _sortablejs.scss
//
.nested-list{
.list-group-item{
background-color: rgba(var(--#{$prefix}primary-rgb), 0.05);
border-color: rgba(var(--#{$prefix}primary-rgb), 0.05);
}
}
.nested-list, .nested-1, .nested-2, .nested-3{
margin-top: 5px;
}
.nested-sortable-handle{
.handle{
position: absolute;
left: 0;
top: 0;
width: 42px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
cursor: grab;
}
.list-group-item{
padding-left: 42px;
}
}