common.scss 836 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. $themeColor: #AAFF00;
  2. $grayColor: #1C1C1C;
  3. $tipBgColor: #2c2c2c;
  4. $fastColor: #00ffff;
  5. $sleepColor: #8961F5;
  6. $alertColor: #ea6c6c;
  7. $foodColor: #ff7b00; //#FF7A4E;
  8. $activityColor: #EEC01F;
  9. $alertFastColor: #00ffff66;
  10. $alertSleepColor: #8961F566;
  11. $boxColor: #1c1c1c;
  12. $ringColor: #1c1c1c;
  13. $blackColor: #000000;
  14. $whiteColor: #ffffff;
  15. $boxBorderRadius: 36px;
  16. $boxPadding: 40px;
  17. $historyItemMarginBottom: 16px;
  18. /* #ifdef weapp */
  19. .fast_sleep_text {
  20. background: linear-gradient(90deg, $fastColor 0%, $sleepColor 100%);
  21. -webkit-background-clip: text;
  22. background-clip: text;
  23. color: transparent;
  24. }
  25. /* #endif */
  26. /* #ifdef rn */
  27. .fast_sleep_text {
  28. // background: linear-gradient(90deg, $fastColor 0%, $sleepColor 100%);
  29. -webkit-background-clip: text;
  30. background-clip: text;
  31. color: transparent;
  32. }
  33. /* #endif */