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