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/provider-page/provider-item/index.module.css

19 lines
479 B
CSS

.icon-openai {
background: url(../../../assets/gpt.svg) center center no-repeat;
background-size: contain;
}
.icon-azure {
background: url(../../../assets/azure.svg) center center no-repeat;
background-size: contain;
}
.icon-anthropic {
background: url(../../../assets/anthropic.svg) center center no-repeat;
background-size: contain;
}
.icon-hugging-face {
background: url(../../../assets/hugging-face.svg) center center no-repeat;
background-size: contain;
}