styles.css 402 B

1234567891011121314151617181920212223242526272829
  1. body {
  2. background-color: #f8f7f8;
  3. }
  4. .heading {
  5. border-bottom: 1px solid #b7b7b7;
  6. padding-bottom: 10px;
  7. margin-bottom: 10px;
  8. }
  9. .topRow {
  10. margin-bottom: 30px;
  11. }
  12. .on-drag-enter {
  13. background-color : #677ba6;
  14. }
  15. .on-drag-enter-custom {
  16. background-color : #d78cc7;
  17. }
  18. .on-drag-hover {
  19. background-color : #3eb352;
  20. }
  21. .on-drag-hover-custom {
  22. background-color : #d7a931;
  23. }