Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

index.module.css 595B

2 år sedan
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. }