index.module.css 348 B

1234567891011121314
  1. .file-icon {
  2. background: url(../../../../assets/file.svg) center center no-repeat;
  3. background-size: contain;
  4. }
  5. .sync-icon {
  6. background: url(../../../../assets/sync.svg) center center no-repeat;
  7. background-size: contain;
  8. }
  9. .trash-icon {
  10. background: url(../../../../assets/trash.svg) center center no-repeat;
  11. background-size: contain;
  12. }