common.scss 760 B

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