index.module.css 847 B

123456789101112131415161718192021222324252627282930313233343536
  1. .header-DEVELOPMENT {
  2. background: linear-gradient(180deg, rgba(253, 176, 34, 0.08) 0%, rgba(253, 176, 34, 0) 100%);
  3. border-top: 4px solid #FDB022;
  4. }
  5. .header-TESTING {
  6. background: linear-gradient(180deg, rgba(6, 174, 212, 0.08) 0%, rgba(6, 174, 212, 0) 100%);
  7. border-top: 4px solid #06AED4;
  8. }
  9. .logo {
  10. width: 96px;
  11. height: 40px;
  12. background: url(~@/app/components/share/chat/welcome/icons/logo.png) center center no-repeat;
  13. background-size: contain;
  14. }
  15. .github-icon {
  16. width: 16px;
  17. height: 16px;
  18. background: url(./assets/github.svg) center center no-repeat;
  19. }
  20. .alpha {
  21. width: 12px;
  22. height: 12px;
  23. background: url(./assets/alpha.svg) center center no-repeat;
  24. }
  25. .beaker-icon {
  26. width: 12px;
  27. height: 12px;
  28. margin-right: 4px;
  29. background: url(./assets/beaker.svg) center center no-repeat;
  30. background-size: contain;
  31. }