index.css 176 B

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