_nestable.scss 351 B

123456789101112131415161718
  1. .dd {
  2. margin: 0!important;
  3. }
  4. .dd-item > button:before {
  5. font-family: "feather";
  6. content: "\e844"!important;
  7. margin-top: 3px;
  8. }
  9. .dd-item > button[data-action="collapse"]:before {
  10. content: "\E842"!important;
  11. }
  12. .dd-handle {
  13. border: 1px solid lighten($input-border-color, 5%)!important;
  14. border-radius: .2rem!important;;
  15. }