You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/web/app/components/header/account-setting/Integrations-page/index.module.css

24 lines
594 B
CSS

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