3h1-ui 3.0.0-next.35 → 3.0.0-next.36

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/es/style.css CHANGED
@@ -413,9 +413,16 @@ ul {
413
413
  .\.w-100 {
414
414
  height: 25rem;
415
415
  }
416
+ .text-14px {
417
+ font-size: 14px;
418
+ line-height: 1;
419
+ }
416
420
  .leading-32px {
417
421
  line-height: 32px;
418
422
  }
423
+ .m-15px {
424
+ margin: 15px;
425
+ }
419
426
  .mx-1 {
420
427
  margin-left: 0.25rem;
421
428
  margin-right: 0.25rem;
@@ -512,6 +519,10 @@ ul {
512
519
  --tw-text-opacity: 1;
513
520
  color: rgba(239, 68, 68, var(--tw-text-opacity));
514
521
  }
522
+ .text-\[\#1B1F24\] {
523
+ --tw-text-opacity: 1;
524
+ color: rgba(27, 31, 36, var(--tw-text-opacity));
525
+ }
515
526
  .text-\[\#2DA44E\] {
516
527
  --tw-text-opacity: 1;
517
528
  color: rgba(45, 164, 78, var(--tw-text-opacity));
@@ -9011,4 +9022,38 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
9011
9022
  }
9012
9023
  .shy-container-footer-cancel-right {
9013
9024
  flex-direction: row-reverse;
9025
+ }.process-wrapper[data-v-a2999957] {
9026
+ width: 288px;
9027
+ height: 100%;
9028
+ background: #ffffff;
9029
+ border-radius: 8px;
9030
+ border: 1px solid #d0d7de;
9031
+ padding-top: 8px;
9032
+ padding-left: 12px;
9033
+ }
9034
+ .process-header[data-v-a2999957] {
9035
+ line-height: 32px;
9036
+ font-family: PingFangSC, PingFang SC;
9037
+ font-weight: 500;
9038
+ font-size: 14px;
9039
+ color: #1b1f24;
9040
+ line-height: 20px;
9041
+ text-align: left;
9042
+ font-style: normal;
9043
+ }
9044
+ .process-body[data-v-a2999957] {
9045
+ padding-top: 10px;
9046
+ }
9047
+ .process-time[data-v-a2999957] {
9048
+ font-size: 12px;
9049
+ color: #b6bdd2;
9050
+ }
9051
+ .process-item[data-v-a2999957] {
9052
+ font-family: PingFangSC, PingFang SC;
9053
+ font-weight: 400;
9054
+ font-size: 12px;
9055
+ color: #1b1f24;
9056
+ line-height: 16px;
9057
+ text-align: left;
9058
+ font-style: normal;
9014
9059
  }