@tuya-sat/sdf-main-sdk 6.2.17 → 6.2.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.css CHANGED
@@ -1030,6 +1030,17 @@ body.light .uploadModal__r50Ae .img-crop-control {
1030
1030
  color: var(--main-app-color-text-secondary) !important;
1031
1031
  }
1032
1032
 
1033
+ .countdown__uI5gg {
1034
+ margin-top: 12px;
1035
+ color: rgba(0, 0, 0, 0.45);
1036
+ font-size: 14px;
1037
+ line-height: 1.6;
1038
+ text-align: center;
1039
+ }
1040
+ body.dark .countdown__uI5gg {
1041
+ color: hsla(0, 0%, 100%, 0.45);
1042
+ }
1043
+
1033
1044
  .container__z9uTl {
1034
1045
  text-align: center;
1035
1046
  }