index.module.css 335 B

123456789101112131415
  1. .modal {
  2. max-width: 720px !important;
  3. padding: 0 !important;
  4. overflow-y: auto;
  5. }
  6. .data-source-icon {
  7. background: url(../assets/data-source.svg) center center no-repeat;
  8. background-size: cover;
  9. }
  10. .data-source-solid-icon {
  11. background: url(../assets/data-source-blue.svg) center center no-repeat;
  12. background-size: cover;
  13. }