Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_draggable.scss 1019B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /** =====================
  2. Draggable css start
  3. ========================== **/
  4. #draggableMultiple .sortable-moves {
  5. cursor: move;
  6. margin-bottom: 0;
  7. box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
  8. margin-bottom: 20px;
  9. padding: 15px 0 15px 60px;
  10. }
  11. .sortable-moves {
  12. font-size: 14px;
  13. line-height: 1.55556em;
  14. list-style-type: none;
  15. margin-bottom: 15px;
  16. min-height: 3.55556em;
  17. padding-left: 5.11111em;
  18. position: relative;
  19. cursor: move;
  20. img {
  21. position: absolute;
  22. height: 40px;
  23. left: 10px;
  24. border-radius: 5px;
  25. top: 15px;
  26. }
  27. h6 {
  28. font-weight: 500;
  29. }
  30. }
  31. .card-sub {
  32. cursor: move;
  33. border: none;
  34. box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
  35. &:hover {
  36. box-shadow: 0 0 25px -5px #9e9c9e;
  37. transition: all 180ms linear;
  38. }
  39. }
  40. /**====== Draggable css end ======**/