mirror of
https://github.com/langgenius/dify.git
synced 2026-04-12 04:26:29 +08:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
27 lines
641 B
CSS
27 lines
641 B
CSS
@reference "../../../../styles/globals.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;
|
|
}
|