index.module.css 479 B

12345678910111213141516171819
  1. .icon-openai {
  2. background: url(../../../assets/gpt.svg) center center no-repeat;
  3. background-size: contain;
  4. }
  5. .icon-azure {
  6. background: url(../../../assets/azure.svg) center center no-repeat;
  7. background-size: contain;
  8. }
  9. .icon-anthropic {
  10. background: url(../../../assets/anthropic.svg) center center no-repeat;
  11. background-size: contain;
  12. }
  13. .icon-hugging-face {
  14. background: url(../../../assets/hugging-face.svg) center center no-repeat;
  15. background-size: contain;
  16. }