index.module.css 406 B

123456789101112131415
  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. .alpha {
  10. width: 12px;
  11. height: 12px;
  12. background: url(./assets/alpha.svg) center center no-repeat;
  13. }