| 1234567891011121314151617181920212223242526272829303132333435363738 |
- $themeColor: #AAFF00;
- $backgroundColor: #1C1C1C;
- $fastColor: #00ffff;
- $sleepColor: #8961F5;
- $alertColor: #ea6c6c;
- $alertFastColor: #00ffff66;
- $alertSleepColor: #8961F566;
- $boxColor: #121212;
- $ringColor: #1c1c1c;
- $blackColor: #000000;
- $whiteColor: #ffffff;
- $boxBorderRadius:36px;
- $boxPadding:40px;
- $historyItemMarginBottom:16px;
- /* #ifdef weapp */
- .fast_sleep_text {
- background: linear-gradient(90deg, $fastColor 0%, $sleepColor 100%);
- -webkit-background-clip: text;
- background-clip: text;
- color: transparent;
- }
- /* #endif */
- /* #ifdef rn */
- .fast_sleep_text {
- // background: linear-gradient(90deg, $fastColor 0%, $sleepColor 100%);
- -webkit-background-clip: text;
- background-clip: text;
- color: transparent;
- }
- /* #endif */
|