index.module.css 594 B

123456789101112131415161718192021222324
  1. .google-icon {
  2. background: url(../../assets/google.svg) center center no-repeat;
  3. background-size: 16px 16px;
  4. }
  5. .github-icon {
  6. background: url(../../assets/github.svg) center center no-repeat;
  7. background-size: 16px 16px;
  8. }
  9. .twitter-icon {
  10. background: url(../../assets/twitter.svg) center center no-repeat;
  11. background-size: 16px 16px;
  12. }
  13. .bitbucket-icon {
  14. background: url(../../assets/bitbucket.svg) center center no-repeat;
  15. background-size: 16px 16px;
  16. }
  17. .salesforce-icon {
  18. background: url(../../assets/salesforce.svg) center center no-repeat;
  19. background-size: 24px auto;
  20. }