_nestable.scss 195 B

123456789
  1. .dd-item > button:before {
  2. font-family: "feather";
  3. content: "\e844"!important;
  4. margin-top: 3px;
  5. }
  6. .dd-item > button[data-action="collapse"]:before {
  7. content: "\E842"!important;
  8. }