index.css 152 B

123456789101112
  1. .layout-Item {
  2. background: white;
  3. height: 100%;
  4. }
  5. .layout-item:hover {
  6. cursor: -webkit-grab;
  7. }
  8. .normal-layout {
  9. background: #d9d9d9;
  10. }