ext-component-drag-drop.css 774 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .draggable {
  2. cursor: grab; }
  3. .gu-unselectable .draggable {
  4. cursor: grabbing; }
  5. #multiple-list-group-a,
  6. #multiple-list-group-b {
  7. min-height: 5.714rem; }
  8. #dd-with-handle .list-group {
  9. min-height: 5.714rem; }
  10. #dd-with-handle .list-group .handle {
  11. padding: 0 5px;
  12. margin-right: 5px;
  13. background-color: rgba(34, 41, 47, 0.1);
  14. cursor: move;
  15. font-size: 1.2rem; }
  16. .gu-mirror .card {
  17. margin: 0 1rem; }
  18. .gu-mirror .handle {
  19. padding: 0 5px;
  20. margin-right: 5px;
  21. background-color: rgba(34, 41, 47, 0.1);
  22. cursor: move;
  23. font-size: 1.2rem; }
  24. .dark-layout .gu-mirror {
  25. color: #b4b7bd; }
  26. .dark-layout .gu-mirror:not(.badge):not([class*='col-']) {
  27. background-color: #283046;
  28. border-color: #3b4253;
  29. box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.24); }