common.scss 796 B

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