You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.module.css 335B

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. }