index.module.css 572 B

12345678910111213141516171819202122
  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. .alpha {
  16. width: 12px;
  17. height: 12px;
  18. background: url(./assets/alpha.svg) center center no-repeat;
  19. }