@cloudtower/eagle 0.27.0-dry → 0.27.1-beta.1

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/style.css CHANGED
@@ -28320,6 +28320,102 @@ div.ant-typography-edit-content.ant-typography-rtl {
28320
28320
  transform: rotate(360deg);
28321
28321
  }
28322
28322
  }
28323
+ /* // basic */
28324
+ /* FishEye Color Variables and Functions */
28325
+ /*
28326
+ --------------------------- Primary Color ---------------------------
28327
+ */
28328
+ /*
28329
+ ---------------------------When necessary to add at any time---------------------------
28330
+ */
28331
+ /* computed */
28332
+ /* blue */
28333
+ /* green */
28334
+ /* yellow */
28335
+ /* red */
28336
+ /* purple */
28337
+ /* palette global token*/
28338
+ /* color opaque */
28339
+ /* color transparent */
28340
+ /* blue transparent */
28341
+ /* green transparent */
28342
+ /* yellow transparent */
28343
+ /* red transparent */
28344
+ /* gray transparent */
28345
+ /* white transparent */
28346
+ /* gradient opaque */
28347
+ /* blue radial gradient */
28348
+ /* blue linear gradient */
28349
+ /* green radial gradient */
28350
+ /* yellow radial gradient */
28351
+ /* red radial gradient */
28352
+ /* gray radial gradient */
28353
+ /* white to gray radial gradient */
28354
+ /* white to gray linear gradient */
28355
+ /* gradient transparent */
28356
+ /* secondary palette */
28357
+ /* purple radial gradient */
28358
+ /* refine alias color */
28359
+ /* text */
28360
+ /* link */
28361
+ /* fill */
28362
+ /* fill element */
28363
+ /* fill interaction */
28364
+ /* stroke */
28365
+ /* background */
28366
+ /* dim */
28367
+ /* box shadow */
28368
+ /* fisheye */
28369
+ /* z-index */
28370
+ .loading {
28371
+ width: 64px;
28372
+ height: 64px;
28373
+ display: flex;
28374
+ align-items: center;
28375
+ justify-content: center;
28376
+ position: relative;
28377
+ opacity: 0.2;
28378
+ }
28379
+
28380
+ .loading-indicator__line1 {
28381
+ position: absolute;
28382
+ width: 5px;
28383
+ height: 48px;
28384
+ left: 9.33px;
28385
+ top: 40.5px;
28386
+ background: linear-gradient(180deg, #0080FF 0%, rgba(0, 128, 255, 0.16) 100%);
28387
+ border-radius: 5px;
28388
+ transform: rotate(-128deg);
28389
+ transform-origin: top left;
28390
+ animation: loading-indicator1 1100ms ease-out infinite;
28391
+ }
28392
+
28393
+ .loading-indicator__line2 {
28394
+ position: absolute;
28395
+ width: 5px;
28396
+ height: 48px;
28397
+ left: 40.8px;
28398
+ top: 8.4px;
28399
+ background: linear-gradient(180deg, #0080FF 0%, rgba(0, 128, 255, 0.16) 100%);
28400
+ border-radius: 5px;
28401
+ transform: rotate(-8deg);
28402
+ transform-origin: top left;
28403
+ animation: loading-indicator2 1100ms ease-out infinite;
28404
+ }
28405
+
28406
+ .loading-indicator__line3 {
28407
+ position: absolute;
28408
+ width: 5px;
28409
+ height: 48px;
28410
+ left: 52.9px;
28411
+ top: 51.8px;
28412
+ background: linear-gradient(180deg, #0080FF 0%, rgba(0, 128, 255, 0.16) 100%);
28413
+ border-radius: 5px;
28414
+ transform: rotate(112deg);
28415
+ transform-origin: top left;
28416
+ animation: loading-indicator3 1100ms ease-out infinite;
28417
+ }
28418
+
28323
28419
  @keyframes loading-indicator1 {
28324
28420
  0% {
28325
28421
  height: 48px;
@@ -28386,6 +28482,276 @@ div.ant-typography-edit-content.ant-typography-rtl {
28386
28482
  top: 51.8px;
28387
28483
  }
28388
28484
  }
28485
+ /* // basic */
28486
+ /* FishEye Color Variables and Functions */
28487
+ /*
28488
+ --------------------------- Primary Color ---------------------------
28489
+ */
28490
+ /*
28491
+ ---------------------------When necessary to add at any time---------------------------
28492
+ */
28493
+ /* computed */
28494
+ /* blue */
28495
+ /* green */
28496
+ /* yellow */
28497
+ /* red */
28498
+ /* purple */
28499
+ /* palette global token*/
28500
+ /* color opaque */
28501
+ /* color transparent */
28502
+ /* blue transparent */
28503
+ /* green transparent */
28504
+ /* yellow transparent */
28505
+ /* red transparent */
28506
+ /* gray transparent */
28507
+ /* white transparent */
28508
+ /* gradient opaque */
28509
+ /* blue radial gradient */
28510
+ /* blue linear gradient */
28511
+ /* green radial gradient */
28512
+ /* yellow radial gradient */
28513
+ /* red radial gradient */
28514
+ /* gray radial gradient */
28515
+ /* white to gray radial gradient */
28516
+ /* white to gray linear gradient */
28517
+ /* gradient transparent */
28518
+ /* secondary palette */
28519
+ /* purple radial gradient */
28520
+ /* refine alias color */
28521
+ /* text */
28522
+ /* link */
28523
+ /* fill */
28524
+ /* fill element */
28525
+ /* fill interaction */
28526
+ /* stroke */
28527
+ /* background */
28528
+ /* dim */
28529
+ /* box shadow */
28530
+ /* fisheye */
28531
+ /* z-index */
28532
+ .ant-dropdown,
28533
+ .ant-dropdown-menu-submenu {
28534
+ background: #fff;
28535
+ border-radius: 3px;
28536
+ min-width: 130px;
28537
+ box-sizing: content-box !important;
28538
+ box-shadow: none;
28539
+ border: none;
28540
+ }
28541
+ .ant-dropdown > .ant-dropdown-menu,
28542
+ .ant-dropdown-menu-submenu > .ant-dropdown-menu {
28543
+ border: 1px solid #dfe4eb;
28544
+ box-shadow: 0px 8px 16px rgba(129, 138, 153, 0.18), 0px 0px 4px rgba(235, 239, 245, 0.6);
28545
+ }
28546
+ .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item-group-title,
28547
+ .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item-group-title {
28548
+ font-family: Inter;
28549
+ font-style: normal;
28550
+ font-weight: normal;
28551
+ text-transform: uppercase;
28552
+ font-feature-settings: "cpsp" on;
28553
+ font-size: 12px;
28554
+ line-height: 18px;
28555
+ padding: 4px 16px;
28556
+ color: rgba(129, 138, 153, 0.6);
28557
+ }
28558
+ .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item-group-list,
28559
+ .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item-group-list {
28560
+ margin: 0;
28561
+ }
28562
+ .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item,
28563
+ .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item {
28564
+ min-width: 128px;
28565
+ }
28566
+ .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item,
28567
+ .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title,
28568
+ .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item,
28569
+ .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title {
28570
+ display: flex;
28571
+ padding: 4px 22px 4px 10px;
28572
+ font-family: Inter;
28573
+ font-style: normal;
28574
+ font-weight: normal;
28575
+ font-size: 14px;
28576
+ line-height: 22px;
28577
+ color: #2d3a56;
28578
+ }
28579
+ .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover,
28580
+ .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title:not(.ant-dropdown-menu-item-disabled):hover,
28581
+ .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover,
28582
+ .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title:not(.ant-dropdown-menu-item-disabled):hover {
28583
+ background-color: rgba(0, 128, 255, 0.1);
28584
+ color: #005ed1;
28585
+ }
28586
+ .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,
28587
+ .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled,
28588
+ .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,
28589
+ .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled {
28590
+ opacity: 0.5;
28591
+ }
28592
+ .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger,
28593
+ .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-danger,
28594
+ .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger,
28595
+ .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-danger {
28596
+ color: #f0483e;
28597
+ }
28598
+ .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover,
28599
+ .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-danger:hover,
28600
+ .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover,
28601
+ .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-danger:hover {
28602
+ background-color: rgba(240, 72, 62, 0.1);
28603
+ color: #f0483e;
28604
+ }
28605
+ .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.item-danger-disabled,
28606
+ .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.item-danger-disabled,
28607
+ .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item.item-danger-disabled,
28608
+ .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.item-danger-disabled {
28609
+ color: #f0483e;
28610
+ opacity: 0.5;
28611
+ }
28612
+ .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item-divider,
28613
+ .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title-divider,
28614
+ .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item-divider,
28615
+ .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title-divider {
28616
+ margin-left: 0;
28617
+ margin-right: 0;
28618
+ background: rgba(213, 219, 227, 0.6);
28619
+ }
28620
+ .ant-dropdown > .ant-dropdown-menu .icon-wrapper,
28621
+ .ant-dropdown-menu-submenu > .ant-dropdown-menu .icon-wrapper {
28622
+ display: flex;
28623
+ width: 100%;
28624
+ }
28625
+ .ant-dropdown > .ant-dropdown-menu .icon-wrapper .icon-inner,
28626
+ .ant-dropdown-menu-submenu > .ant-dropdown-menu .icon-wrapper .icon-inner {
28627
+ margin-right: 4px;
28628
+ }
28629
+
28630
+ .ant-dropdown-menu-submenu.ant-dropdown-menu {
28631
+ padding: 0;
28632
+ }
28633
+ .ant-dropdown-menu-submenu.ant-dropdown-menu > [role=menu] {
28634
+ margin: 0;
28635
+ }
28636
+
28637
+ .ant-dropdown.no-animation-enter {
28638
+ display: block;
28639
+ opacity: 1 !important;
28640
+ }
28641
+
28642
+ .ant-dropdown.no-animation-leave {
28643
+ display: none;
28644
+ }
28645
+
28646
+ .ant-message-notice-content {
28647
+ max-width: 800px;
28648
+ }
28649
+ .ant-message-notice-content .ant-message-custom-content {
28650
+ overflow: hidden;
28651
+ white-space: nowrap;
28652
+ text-overflow: ellipsis;
28653
+ }
28654
+
28655
+ #top_bar {
28656
+ display: flex;
28657
+ align-items: center;
28658
+ justify-content: space-between;
28659
+ background: #222;
28660
+ color: #cec17e;
28661
+ height: 36px;
28662
+ padding: 0 4px;
28663
+ }
28664
+
28665
+ #shortcuts {
28666
+ padding: 4px 6px;
28667
+ color: #eee;
28668
+ cursor: pointer;
28669
+ outline: none;
28670
+ border-radius: 2px;
28671
+ border: 0;
28672
+ background: #525252;
28673
+ position: relative;
28674
+ }
28675
+
28676
+ #shortcuts ul {
28677
+ display: none;
28678
+ position: absolute;
28679
+ right: 0px;
28680
+ top: 30px;
28681
+ word-wrap: none;
28682
+ white-space: nowrap;
28683
+ }
28684
+
28685
+ #shortcuts:hover ul {
28686
+ display: inherit;
28687
+ }
28688
+
28689
+ #sendCtrlAltDelButton {
28690
+ padding: 4px 6px;
28691
+ color: #eee;
28692
+ cursor: pointer;
28693
+ outline: none;
28694
+ border-radius: 2px;
28695
+ border: 0;
28696
+ background: #525252;
28697
+ opacity: 0.8;
28698
+ }
28699
+
28700
+ #sendCtrlAltDelButton:hover {
28701
+ opacity: 1;
28702
+ }
28703
+
28704
+ #screen canvas {
28705
+ margin-top: 0 !important;
28706
+ }
28707
+
28708
+ /* // basic */
28709
+ /* FishEye Color Variables and Functions */
28710
+ /*
28711
+ --------------------------- Primary Color ---------------------------
28712
+ */
28713
+ /*
28714
+ ---------------------------When necessary to add at any time---------------------------
28715
+ */
28716
+ /* computed */
28717
+ /* blue */
28718
+ /* green */
28719
+ /* yellow */
28720
+ /* red */
28721
+ /* purple */
28722
+ /* palette global token*/
28723
+ /* color opaque */
28724
+ /* color transparent */
28725
+ /* blue transparent */
28726
+ /* green transparent */
28727
+ /* yellow transparent */
28728
+ /* red transparent */
28729
+ /* gray transparent */
28730
+ /* white transparent */
28731
+ /* gradient opaque */
28732
+ /* blue radial gradient */
28733
+ /* blue linear gradient */
28734
+ /* green radial gradient */
28735
+ /* yellow radial gradient */
28736
+ /* red radial gradient */
28737
+ /* gray radial gradient */
28738
+ /* white to gray radial gradient */
28739
+ /* white to gray linear gradient */
28740
+ /* gradient transparent */
28741
+ /* secondary palette */
28742
+ /* purple radial gradient */
28743
+ /* refine alias color */
28744
+ /* text */
28745
+ /* link */
28746
+ /* fill */
28747
+ /* fill element */
28748
+ /* fill interaction */
28749
+ /* stroke */
28750
+ /* background */
28751
+ /* dim */
28752
+ /* box shadow */
28753
+ /* fisheye */
28754
+ /* z-index */
28389
28755
  .ant-dropdown,
28390
28756
  .ant-dropdown-menu-submenu {
28391
28757
  background: #fff;
@@ -28509,6 +28875,23 @@ div.ant-typography-edit-content.ant-typography-rtl {
28509
28875
  text-overflow: ellipsis;
28510
28876
  }
28511
28877
 
28878
+ body {
28879
+ font-feature-settings: normal;
28880
+ -webkit-font-feature-settings: normal;
28881
+ font-variant: normal;
28882
+ min-width: 1280px;
28883
+ overflow: hidden;
28884
+ }
28885
+
28886
+ p {
28887
+ margin: 0;
28888
+ }
28889
+
28890
+ #root {
28891
+ width: 100vw;
28892
+ overflow-x: auto;
28893
+ }
28894
+
28512
28895
  .disable-select {
28513
28896
  -webkit-touch-callout: none;
28514
28897
  -webkit-user-select: none;
@@ -29446,20 +29829,6 @@ input[type=submit] {
29446
29829
  cursor: pointer;
29447
29830
  }
29448
29831
 
29449
- /* move from override.csss */
29450
- body {
29451
- font-feature-settings: normal;
29452
- -webkit-font-feature-settings: normal;
29453
- font-variant: normal;
29454
- min-width: 1280px;
29455
- overflow: hidden;
29456
- }
29457
-
29458
- #root {
29459
- width: 100vw;
29460
- overflow-x: auto;
29461
- }
29462
-
29463
29832
  @font-face {
29464
29833
  font-family: "Inter";
29465
29834
  font-style: normal;
@@ -29892,6 +30261,63 @@ html body {
29892
30261
  position: absolute;
29893
30262
  }
29894
30263
 
30264
+ .p12gwtiw {
30265
+ display: flex;
30266
+ justify-content: space-between;
30267
+ align-items: center;
30268
+ padding: 10px 0;
30269
+ color: rgba(44, 56, 82, 0.6);
30270
+ font-size: 12px;
30271
+ line-height: 24px;
30272
+ }
30273
+ .p12gwtiw .pagination-left {
30274
+ padding: 2px 8px;
30275
+ }
30276
+ .p12gwtiw .dropdown-trigger {
30277
+ display: flex;
30278
+ align-items: center;
30279
+ border-radius: 6px;
30280
+ cursor: pointer;
30281
+ transition: all 0.3s ease;
30282
+ }
30283
+ .p12gwtiw .dropdown-trigger:hover {
30284
+ background: rgba(211, 218, 235, 0.6);
30285
+ color: #0080ff;
30286
+ }
30287
+ .p12gwtiw .dropdown-trigger .icon-inner {
30288
+ margin-left: 4px;
30289
+ }
30290
+ .p12gwtiw .pagination-right {
30291
+ display: flex;
30292
+ align-items: center;
30293
+ color: #0080ff;
30294
+ font-weight: bold;
30295
+ }
30296
+ .p12gwtiw .pagination-right .icon-inner {
30297
+ margin-left: 4px;
30298
+ }
30299
+ .p12gwtiw .pagination-right .prev-btn,
30300
+ .p12gwtiw .pagination-right .next-btn {
30301
+ padding: 0 8px;
30302
+ }
30303
+ .p12gwtiw .pagination-right .prev-btn > span,
30304
+ .p12gwtiw .pagination-right .next-btn > span {
30305
+ color: #0080ff;
30306
+ }
30307
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
30308
+ transform: rotate(180deg);
30309
+ }
30310
+
30311
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30312
+ max-height: calc(100vh - 128px);
30313
+ overflow-y: auto;
30314
+ }
30315
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30316
+ padding: 4px 20px;
30317
+ font-size: 12px;
30318
+ line-height: 18px;
30319
+ }
30320
+
29895
30321
  .rxbeqvl.ant-radio-wrapper {
29896
30322
  display: inline-flex;
29897
30323
  align-items: baseline;
@@ -30038,61 +30464,6 @@ html body {
30038
30464
  width: 36px;
30039
30465
  }
30040
30466
 
30041
- .s34f1qb.ant-switch {
30042
- min-width: 40px;
30043
- height: 24px;
30044
- background: rgba(172, 186, 211, 0.6);
30045
- overflow: hidden;
30046
- }
30047
- .s34f1qb.ant-switch:focus {
30048
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30049
- }
30050
- .s34f1qb.ant-switch-small {
30051
- min-width: 26px;
30052
- height: 16px;
30053
- }
30054
- .s34f1qb.ant-switch-large {
30055
- min-width: 52px;
30056
- height: 32px;
30057
- }
30058
- .s34f1qb.ant-switch .ant-switch-handle {
30059
- height: 20px;
30060
- width: 20px;
30061
- }
30062
- .s34f1qb.ant-switch .ant-switch-handle::before {
30063
- border-radius: 10px;
30064
- transition-delay: 120ms;
30065
- }
30066
- .s34f1qb.ant-switch-small .ant-switch-handle {
30067
- height: 14px;
30068
- width: 14px;
30069
- top: 1px;
30070
- left: 1px;
30071
- }
30072
- .s34f1qb.ant-switch-large .ant-switch-handle {
30073
- height: 28px;
30074
- width: 28px;
30075
- }
30076
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
30077
- border-radius: 14px;
30078
- }
30079
- .s34f1qb.ant-switch-checked {
30080
- background-color: #00ba5d;
30081
- }
30082
- .s34f1qb.ant-switch-checked .ant-switch-handle {
30083
- left: calc(100% - 20px - 2px);
30084
- }
30085
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30086
- left: calc(100% - 14px - 1px);
30087
- }
30088
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30089
- left: calc(100% - 28px - 2px);
30090
- }
30091
-
30092
- .c1to9vb9 {
30093
- margin-left: 5px;
30094
- }
30095
-
30096
30467
  .cz04yix {
30097
30468
  display: flex;
30098
30469
  flex-direction: column;
@@ -30705,61 +31076,63 @@ input.rrg1fkn.ant-input {
30705
31076
  border-bottom-left-radius: 0;
30706
31077
  }
30707
31078
 
30708
- .p12gwtiw {
30709
- display: flex;
30710
- justify-content: space-between;
30711
- align-items: center;
30712
- padding: 10px 0;
30713
- color: rgba(44, 56, 82, 0.6);
30714
- font-size: 12px;
30715
- line-height: 24px;
31079
+ .s34f1qb.ant-switch {
31080
+ min-width: 40px;
31081
+ height: 24px;
31082
+ background: rgba(172, 186, 211, 0.6);
31083
+ overflow: hidden;
30716
31084
  }
30717
- .p12gwtiw .pagination-left {
30718
- padding: 2px 8px;
31085
+ .s34f1qb.ant-switch:focus {
31086
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30719
31087
  }
30720
- .p12gwtiw .dropdown-trigger {
30721
- display: flex;
30722
- align-items: center;
30723
- border-radius: 6px;
30724
- cursor: pointer;
30725
- transition: all 0.3s ease;
31088
+ .s34f1qb.ant-switch-small {
31089
+ min-width: 26px;
31090
+ height: 16px;
30726
31091
  }
30727
- .p12gwtiw .dropdown-trigger:hover {
30728
- background: rgba(211, 218, 235, 0.6);
30729
- color: #0080ff;
31092
+ .s34f1qb.ant-switch-large {
31093
+ min-width: 52px;
31094
+ height: 32px;
30730
31095
  }
30731
- .p12gwtiw .dropdown-trigger .icon-inner {
30732
- margin-left: 4px;
31096
+ .s34f1qb.ant-switch .ant-switch-handle {
31097
+ height: 20px;
31098
+ width: 20px;
31099
+ }
31100
+ .s34f1qb.ant-switch .ant-switch-handle::before {
31101
+ border-radius: 10px;
31102
+ transition-delay: 120ms;
31103
+ }
31104
+ .s34f1qb.ant-switch-small .ant-switch-handle {
31105
+ height: 14px;
31106
+ width: 14px;
31107
+ top: 1px;
31108
+ left: 1px;
31109
+ }
31110
+ .s34f1qb.ant-switch-large .ant-switch-handle {
31111
+ height: 28px;
31112
+ width: 28px;
30733
31113
  }
30734
- .p12gwtiw .pagination-right {
30735
- display: flex;
30736
- align-items: center;
30737
- color: #0080ff;
30738
- font-weight: bold;
31114
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
31115
+ border-radius: 14px;
30739
31116
  }
30740
- .p12gwtiw .pagination-right .icon-inner {
30741
- margin-left: 4px;
31117
+ .s34f1qb.ant-switch-checked {
31118
+ background-color: #00ba5d;
30742
31119
  }
30743
- .p12gwtiw .pagination-right .prev-btn,
30744
- .p12gwtiw .pagination-right .next-btn {
30745
- padding: 0 8px;
31120
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
31121
+ left: calc(100% - 20px - 2px);
30746
31122
  }
30747
- .p12gwtiw .pagination-right .prev-btn > span,
30748
- .p12gwtiw .pagination-right .next-btn > span {
30749
- color: #0080ff;
31123
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
31124
+ left: calc(100% - 14px - 1px);
30750
31125
  }
30751
- .p12gwtiw .pagination-right .next-btn .icon-inner {
30752
- transform: rotate(180deg);
31126
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
31127
+ left: calc(100% - 28px - 2px);
30753
31128
  }
30754
31129
 
30755
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30756
- max-height: calc(100vh - 128px);
30757
- overflow-y: auto;
31130
+ .c1to9vb9 {
31131
+ margin-left: 5px;
30758
31132
  }
30759
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30760
- padding: 4px 20px;
30761
- font-size: 12px;
30762
- line-height: 18px;
31133
+
31134
+ .i1e4sgug {
31135
+ display: inline-block;
30763
31136
  }
30764
31137
 
30765
31138
  .s1fc623g {
@@ -31628,368 +32001,136 @@ input.rrg1fkn.ant-input {
31628
32001
  font-size: 13px;
31629
32002
  line-height: 20px;
31630
32003
  }
31631
-
31632
- .tjrzfyl {
31633
- font-family: Inter;
31634
- font-style: normal;
31635
- font-weight: normal;
31636
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31637
- font-size: 12px;
31638
- line-height: 18px;
31639
- }
31640
-
31641
- .tm6s7bo {
31642
- font-family: Inter;
31643
- font-style: normal;
31644
- font-weight: 500;
31645
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31646
- font-size: 12px;
31647
- line-height: 18px;
31648
- }
31649
-
31650
- .t19zq6ic {
31651
- font-family: Inter;
31652
- font-style: normal;
31653
- font-weight: normal;
31654
- font-feature-settings: "zero" on;
31655
- font-size: 12px;
31656
- line-height: 18px;
31657
- }
31658
-
31659
- .t1gduru8 {
31660
- font-family: Inter;
31661
- font-style: normal;
31662
- font-weight: 500;
31663
- font-feature-settings: "zero" on;
31664
- font-size: 12px;
31665
- line-height: 18px;
31666
- }
31667
-
31668
- .t55raab {
31669
- font-family: Inter;
31670
- font-style: normal;
31671
- font-weight: bold;
31672
- font-feature-settings: "zero" on;
31673
- font-size: 16px;
31674
- line-height: 24px;
31675
- }
31676
-
31677
- .u1w9abfe {
31678
- font-family: Inter;
31679
- font-style: normal;
31680
- font-weight: normal;
31681
- font-size: 10px;
31682
- line-height: 12px;
31683
- }
31684
-
31685
- .i1e4sgug {
31686
- display: inline-block;
31687
- }
31688
-
31689
- .m15dvk92 {
31690
- display: flex;
31691
- justify-content: space-between;
31692
- width: 100%;
31693
- }
31694
- .m15dvk92 .action {
31695
- margin-left: 16px;
31696
- }
31697
-
31698
- .aql8iqz .ant-alert-message {
31699
- width: 100%;
31700
- }
31701
-
31702
- .c18gxmrl {
31703
- border: 1px solid #d8deeb;
31704
- border-radius: 4px;
31705
- }
31706
- .c18gxmrl + .c18gxmrl {
31707
- margin-top: 8px;
31708
- }
31709
- .c18gxmrl:hover {
31710
- border-color: #0080ff;
31711
- }
31712
- .c18gxmrl:hover > header {
31713
- background: rgba(0, 128, 255, 0.1);
31714
- }
31715
- .c18gxmrl.active header {
31716
- border-bottom: 1px solid #d8deeb;
31717
- }
31718
- .c18gxmrl > header {
31719
- padding: 8px 12px;
31720
- }
31721
-
31722
- .berrcjl {
31723
- color: rgba(10, 37, 85, 0.6);
31724
- margin-bottom: 4px;
31725
- }
31726
- .berrcjl .breadcrumb-link {
31727
- color: rgba(10, 37, 85, 0.6);
31728
- cursor: pointer;
31729
- transition: color 160ms ease;
31730
- }
31731
- .berrcjl .breadcrumb-link:hover {
31732
- color: #0080ff;
31733
- }
31734
- .berrcjl .breadcrumb-link:active {
31735
- color: #005ed1;
31736
- }
31737
-
31738
- .c1uzzomf {
31739
- margin-bottom: 16px;
31740
- }
31741
- .c1uzzomf .card-title {
31742
- font-size: 16px;
31743
- color: rgba(44, 56, 82, 0.6);
31744
- font-weight: 700;
31745
- line-height: 32px;
31746
- }
31747
- .c1uzzomf .card-body {
31748
- padding: 24px;
31749
- border-radius: 8px;
31750
- background: #fff;
31751
- }
31752
- .c1uzzomf .empty {
31753
- font-weight: 700;
31754
- font-size: 14px;
31755
- line-height: 22px;
31756
- color: rgba(0, 21, 64, 0.3);
31757
- text-align: center;
31758
- }
31759
-
31760
- .tje3huy {
31761
- width: 100%;
31762
- overflow: inherit;
31763
- white-space: inherit;
31764
- text-overflow: ellipsis;
31765
- }
31766
-
31767
- .c1bus5hc {
31768
- --color: white;
31769
- height: 14px;
31770
- width: 14px;
31771
- border-radius: 50%;
31772
- flex-shrink: 0;
31773
- display: flex;
31774
- align-items: center;
31775
- justify-content: center;
31776
- border: 1px solid var(--color);
31777
- }
31778
- .c1bus5hc .circle-inner {
31779
- position: relative;
31780
- height: 10px;
31781
- width: 10px;
31782
- border-radius: 50%;
31783
- overflow: hidden;
31784
- }
31785
- .c1bus5hc .circle-content {
31786
- position: absolute;
31787
- height: 100%;
31788
- width: 100%;
31789
- left: 0;
31790
- top: 0;
31791
- border-radius: 50%;
31792
- background: linear-gradient(to right, var(--color) 50%, white 50%);
31793
- transform: rotate(180deg);
31794
- }
31795
- .c1bus5hc .circle-child {
31796
- position: absolute;
31797
- height: 100%;
31798
- width: 100%;
31799
- left: 0;
31800
- top: 0;
31801
- margin-left: 50%;
31802
- transform-origin: left;
31803
- background: white;
31804
- transform: rotate(0deg);
31805
- }
31806
-
31807
- .c1up1pdz {
31808
- width: 648px;
31809
- }
31810
- .c1up1pdz.active {
31811
- border-color: #0080ff;
31812
- }
31813
- .c1up1pdz.active > header {
31814
- background: rgba(0, 128, 255, 0.1);
31815
- }
31816
- .c1up1pdz .expand {
31817
- padding: 12px;
31818
- }
31819
- .c1up1pdz .field-item {
31820
- display: flex;
31821
- padding: 10px 0;
31822
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31823
- }
31824
- .c1up1pdz .field-item:last-child {
31825
- border-bottom: none;
31826
- padding-bottom: 0;
31827
- }
31828
- .c1up1pdz .field-item label {
31829
- line-height: 32px;
31830
- width: 100px;
31831
- color: rgba(62, 70, 82, 0.6);
31832
- }
31833
- .c1up1pdz .help {
31834
- color: rgba(62, 70, 82, 0.6);
31835
- margin-top: 5px;
31836
- }
31837
- .c1up1pdz .ant-input-affix-wrapper,
31838
- .c1up1pdz .ant-picker {
31839
- width: 128px;
31840
- }
31841
-
31842
- .c156wh19 {
31843
- display: flex;
31844
- align-items: center;
31845
- justify-content: space-between;
31846
- word-break: keep-all;
31847
- }
31848
- .c156wh19 .title {
31849
- margin: 0 16px 0 8px;
31850
- }
31851
- .c156wh19 .retain {
31852
- color: rgba(129, 138, 153, 0.6);
31853
- }
31854
- .c156wh19 .left {
31855
- flex: 1;
31856
- display: flex;
31857
- overflow: hidden;
31858
- align-items: center;
31859
- justify-content: flex-start;
31860
- white-space: nowrap;
31861
- }
31862
- .c156wh19 .left .title {
31863
- max-width: 100%;
31864
- overflow: hidden;
31865
- text-overflow: ellipsis;
31866
- }
31867
- .c156wh19 .right {
31868
- display: flex;
31869
- align-items: center;
31870
- }
31871
- .c156wh19 .reverse {
31872
- display: flex;
31873
- flex-direction: row-reverse;
31874
- align-items: center;
31875
- }
31876
- .c156wh19 .reverse .ant-switch {
31877
- margin-left: 8px;
32004
+
32005
+ .tjrzfyl {
32006
+ font-family: Inter;
32007
+ font-style: normal;
32008
+ font-weight: normal;
32009
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32010
+ font-size: 12px;
32011
+ line-height: 18px;
31878
32012
  }
31879
- .c156wh19 .close {
31880
- padding-left: 14px;
31881
- margin-left: 14px;
31882
- border-left: 1px solid rgba(129, 138, 153, 0.6);
31883
- cursor: pointer;
32013
+
32014
+ .tm6s7bo {
32015
+ font-family: Inter;
32016
+ font-style: normal;
32017
+ font-weight: 500;
32018
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32019
+ font-size: 12px;
32020
+ line-height: 18px;
31884
32021
  }
31885
32022
 
31886
- .m126spxy {
31887
- padding-bottom: 4px;
31888
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
32023
+ .t19zq6ic {
32024
+ font-family: Inter;
32025
+ font-style: normal;
32026
+ font-weight: normal;
32027
+ font-feature-settings: "zero" on;
32028
+ font-size: 12px;
32029
+ line-height: 18px;
31889
32030
  }
31890
- .m126spxy .ant-btn-link {
31891
- padding: 1px 10px;
31892
- color: rgba(62, 70, 82, 0.6);
31893
- border-radius: 4px;
32031
+
32032
+ .t1gduru8 {
32033
+ font-family: Inter;
32034
+ font-style: normal;
32035
+ font-weight: 500;
32036
+ font-feature-settings: "zero" on;
32037
+ font-size: 12px;
32038
+ line-height: 18px;
31894
32039
  }
31895
- .m126spxy .ant-btn-link.active {
31896
- background: rgba(0, 128, 255, 0.1);
31897
- color: #0096ff;
32040
+
32041
+ .t55raab {
32042
+ font-family: Inter;
32043
+ font-style: normal;
32044
+ font-weight: bold;
32045
+ font-feature-settings: "zero" on;
32046
+ font-size: 16px;
32047
+ line-height: 24px;
31898
32048
  }
31899
32049
 
31900
- .wpbf4pq {
31901
- padding: 10px 0;
31902
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
32050
+ .u1w9abfe {
32051
+ font-family: Inter;
32052
+ font-style: normal;
32053
+ font-weight: normal;
32054
+ font-size: 10px;
32055
+ line-height: 12px;
31903
32056
  }
31904
- .wpbf4pq .ant-input,
31905
- .wpbf4pq .ant-picker {
31906
- width: 80px;
31907
- margin: 0 9px;
31908
- text-align: center;
32057
+
32058
+ .m15dvk92 {
32059
+ display: flex;
32060
+ justify-content: space-between;
32061
+ width: 100%;
32062
+ }
32063
+ .m15dvk92 .action {
32064
+ margin-left: 16px;
31909
32065
  }
31910
- .wpbf4pq .options {
31911
- padding: 12px 0 12px 16px;
31912
- border-left: 2px solid rgba(129, 138, 153, 0.6);
31913
- margin: 5px 0 5px 8px;
32066
+
32067
+ .aql8iqz .ant-alert-message {
32068
+ width: 100%;
31914
32069
  }
31915
- .wpbf4pq .week-day-option,
31916
- .wpbf4pq .month-day-option {
31917
- background: #f5f7fa;
31918
- box-sizing: border-box;
31919
- border-radius: 16px;
31920
- margin-right: 8px;
32070
+
32071
+ .c18gxmrl {
32072
+ border: 1px solid #d8deeb;
32073
+ border-radius: 4px;
31921
32074
  }
31922
- .wpbf4pq .week-day-option:focus,
31923
- .wpbf4pq .month-day-option:focus {
31924
- color: inherit;
31925
- border-color: #d9d9d9;
32075
+ .c18gxmrl + .c18gxmrl {
32076
+ margin-top: 8px;
31926
32077
  }
31927
- .wpbf4pq .week-day-option.active {
31928
- background-color: #0096ff;
31929
- border-color: #0096ff;
31930
- color: #fff;
32078
+ .c18gxmrl:hover {
32079
+ border-color: #0080ff;
31931
32080
  }
31932
- .wpbf4pq .week-day-option.en-text {
31933
- width: 110px;
31934
- margin-top: 4px;
32081
+ .c18gxmrl:hover > header {
32082
+ background: rgba(0, 128, 255, 0.1);
31935
32083
  }
31936
- .wpbf4pq .month-day-option {
31937
- width: 32px;
31938
- padding: 0;
31939
- margin-bottom: 8px;
32084
+ .c18gxmrl.active header {
32085
+ border-bottom: 1px solid #d8deeb;
31940
32086
  }
31941
- .wpbf4pq .month-day-option.active {
31942
- background-color: #0096ff;
31943
- border-color: #0096ff;
31944
- color: #fff;
32087
+ .c18gxmrl > header {
32088
+ padding: 8px 12px;
31945
32089
  }
31946
32090
 
31947
- .n12mqh7z {
31948
- display: flex;
31949
- align-items: center;
31950
- font-size: 12px;
31951
- line-height: 18px;
32091
+ .c1uzzomf {
32092
+ margin-bottom: 16px;
31952
32093
  }
31953
- .n12mqh7z:not(:last-child) {
31954
- margin-bottom: 4px;
32094
+ .c1uzzomf .card-title {
32095
+ font-size: 16px;
32096
+ color: rgba(44, 56, 82, 0.6);
32097
+ font-weight: 700;
32098
+ line-height: 32px;
31955
32099
  }
31956
-
31957
- .tf5bynu {
31958
- margin: 0 3px;
32100
+ .c1uzzomf .card-body {
32101
+ padding: 24px;
32102
+ border-radius: 8px;
32103
+ background: #fff;
31959
32104
  }
31960
-
31961
- .tcckoz1 {
31962
- max-height: 400px;
31963
- overflow: "auto";
32105
+ .c1uzzomf .empty {
32106
+ font-weight: 700;
32107
+ font-size: 14px;
32108
+ line-height: 22px;
32109
+ color: rgba(0, 21, 64, 0.3);
32110
+ text-align: center;
31964
32111
  }
31965
32112
 
31966
- .cav9p2m .ant-collapse-item {
31967
- border: 0px;
31968
- background-color: #fff;
31969
- }
31970
- .cav9p2m .ant-collapse-item .ant-collapse-header {
31971
- padding-top: 0px;
31972
- padding-bottom: 0px;
31973
- padding-left: 0px !important;
31974
- padding-right: 24px;
32113
+ .berrcjl {
32114
+ color: rgba(10, 37, 85, 0.6);
32115
+ margin-bottom: 4px;
31975
32116
  }
31976
- .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
31977
- right: 0px;
32117
+ .berrcjl .breadcrumb-link {
32118
+ color: rgba(10, 37, 85, 0.6);
32119
+ cursor: pointer;
32120
+ transition: color 160ms ease;
31978
32121
  }
31979
- .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
31980
- padding: 0px;
32122
+ .berrcjl .breadcrumb-link:hover {
32123
+ color: #0080ff;
31981
32124
  }
31982
-
31983
- .csf0p6c .ant-collapse-item .ant-collapse-header {
31984
- padding-right: 0px;
31985
- cursor: default;
32125
+ .berrcjl .breadcrumb-link:active {
32126
+ color: #005ed1;
31986
32127
  }
31987
32128
 
31988
- .c10crapj {
31989
- border-radius: 8px;
31990
- }
31991
- .c10crapj .ant-card-body {
31992
- padding: 20px 24px 24px 24px;
32129
+ .tje3huy {
32130
+ width: 100%;
32131
+ overflow: inherit;
32132
+ white-space: inherit;
32133
+ text-overflow: ellipsis;
31993
32134
  }
31994
32135
 
31995
32136
  .c198s9j3 {
@@ -32063,6 +32204,35 @@ input.rrg1fkn.ant-input {
32063
32204
  margin-left: 24px;
32064
32205
  }
32065
32206
 
32207
+ .c10crapj {
32208
+ border-radius: 8px;
32209
+ }
32210
+ .c10crapj .ant-card-body {
32211
+ padding: 20px 24px 24px 24px;
32212
+ }
32213
+
32214
+ .cav9p2m .ant-collapse-item {
32215
+ border: 0px;
32216
+ background-color: #fff;
32217
+ }
32218
+ .cav9p2m .ant-collapse-item .ant-collapse-header {
32219
+ padding-top: 0px;
32220
+ padding-bottom: 0px;
32221
+ padding-left: 0px !important;
32222
+ padding-right: 24px;
32223
+ }
32224
+ .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32225
+ right: 0px;
32226
+ }
32227
+ .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32228
+ padding: 0px;
32229
+ }
32230
+
32231
+ .csf0p6c .ant-collapse-item .ant-collapse-header {
32232
+ padding-right: 0px;
32233
+ cursor: default;
32234
+ }
32235
+
32066
32236
  .n3qomhu {
32067
32237
  font-size: 90%;
32068
32238
  font-weight: bold;
@@ -32200,82 +32370,119 @@ input.rrg1fkn.ant-input {
32200
32370
  .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32201
32371
  background-color: #fea008;
32202
32372
  }
32203
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
32204
- background-color: rgba(255, 187, 0, 0.16);
32373
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
32374
+ background-color: rgba(255, 187, 0, 0.16);
32375
+ }
32376
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
32377
+ background-color: rgba(30, 201, 127, 0.1);
32378
+ }
32379
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32380
+ background-color: #00ba5d;
32381
+ }
32382
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32383
+ background-color: rgba(30, 201, 127, 0.16);
32384
+ }
32385
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32386
+ background-color: rgba(225, 230, 241, 0.6);
32387
+ }
32388
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32389
+ background-color: #6b7d99;
32390
+ }
32391
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32392
+ background-color: rgba(211, 218, 235, 0.6);
32393
+ }
32394
+
32395
+ .s1uupoto {
32396
+ width: 8px;
32397
+ height: 8px;
32398
+ border-radius: 50%;
32399
+ display: inline-block;
32400
+ }
32401
+
32402
+ .t19ustft .date {
32403
+ margin-right: 4px;
32404
+ }
32405
+
32406
+ .s1uupxds {
32407
+ padding: 0 8px;
32408
+ border-radius: 4px;
32409
+ }
32410
+
32411
+ .m10sqwut {
32412
+ padding: 2px 8px;
32413
+ border-radius: 3px;
32414
+ }
32415
+
32416
+ .l1d492wb {
32417
+ padding: 3px 8px;
32418
+ border-radius: 2px;
32419
+ }
32420
+
32421
+ .t1lzavmu.ant-tag:hover {
32422
+ opacity: unset;
32423
+ }
32424
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32425
+ margin: 0;
32426
+ margin-right: 8px;
32427
+ display: inline-flex;
32428
+ align-items: center;
32429
+ border: none;
32430
+ }
32431
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32432
+ width: 16px;
32433
+ height: 16px;
32434
+ color: inherit;
32435
+ margin-left: 4px;
32436
+ opacity: 0.6;
32437
+ display: inline-flex;
32438
+ }
32439
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32440
+ opacity: 1;
32441
+ }
32442
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32443
+ color: #0080ff;
32444
+ background-color: rgba(0, 136, 255, 0.1);
32205
32445
  }
32206
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
32207
- background-color: rgba(30, 201, 127, 0.1);
32446
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32447
+ color: #f0483e;
32448
+ background-color: rgba(255, 74, 74, 0.1);
32208
32449
  }
32209
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32210
- background-color: #00ba5d;
32450
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32451
+ color: #e07f00;
32452
+ background-color: rgba(255, 187, 0, 0.1);
32211
32453
  }
32212
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32213
- background-color: rgba(30, 201, 127, 0.16);
32454
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32455
+ color: #008f4c;
32456
+ background-color: rgba(30, 201, 127, 0.1);
32214
32457
  }
32215
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32458
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32459
+ color: #1d326c;
32216
32460
  background-color: rgba(225, 230, 241, 0.6);
32217
32461
  }
32218
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32219
- background-color: #6b7d99;
32462
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32463
+ color: #7E41FF;
32464
+ background-color: rgba(126, 65, 255, 0.1);
32220
32465
  }
32221
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32222
- background-color: rgba(211, 218, 235, 0.6);
32466
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32467
+ color: #fff;
32223
32468
  }
32224
-
32225
- .s1uupoto {
32226
- width: 8px;
32227
- height: 8px;
32228
- border-radius: 50%;
32229
- display: inline-block;
32469
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32470
+ background-color: #f0483e;
32230
32471
  }
32231
-
32232
- .l4bld33 {
32233
- width: 64px;
32234
- height: 64px;
32235
- display: flex;
32236
- align-items: center;
32237
- justify-content: center;
32238
- position: relative;
32239
- opacity: 0.2;
32472
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32473
+ background-color: #fea008;
32240
32474
  }
32241
-
32242
- .lgitjoj {
32243
- position: absolute;
32244
- width: 5px;
32245
- height: 48px;
32246
- left: 9.33px;
32247
- top: 40.5px;
32248
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32249
- border-radius: 5px;
32250
- transform: rotate(-128deg);
32251
- transform-origin: top left;
32252
- animation: loading-indicator1 1100ms ease-out infinite;
32475
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32476
+ background-color: #00ba5d;
32253
32477
  }
32254
-
32255
- .l13g0exg {
32256
- position: absolute;
32257
- width: 5px;
32258
- height: 48px;
32259
- left: 40.8px;
32260
- top: 8.4px;
32261
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32262
- border-radius: 5px;
32263
- transform: rotate(-8deg);
32264
- transform-origin: top left;
32265
- animation: loading-indicator2 1100ms ease-out infinite;
32478
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32479
+ background-color: #0080ff;
32266
32480
  }
32267
-
32268
- .l1exo3h6 {
32269
- position: absolute;
32270
- width: 5px;
32271
- height: 48px;
32272
- left: 52.9px;
32273
- top: 51.8px;
32274
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32275
- border-radius: 5px;
32276
- transform: rotate(112deg);
32277
- transform-origin: top left;
32278
- animation: loading-indicator3 1100ms ease-out infinite;
32481
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32482
+ background-color: #6b7d99;
32483
+ }
32484
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32485
+ background-color: #7E41FF;
32279
32486
  }
32280
32487
 
32281
32488
  .m1thnes4 {
@@ -32439,92 +32646,6 @@ input.rrg1fkn.ant-input {
32439
32646
  margin-left: 8px;
32440
32647
  }
32441
32648
 
32442
- .t19ustft .date {
32443
- margin-right: 4px;
32444
- }
32445
-
32446
- .s1uupxds {
32447
- padding: 0 8px;
32448
- border-radius: 4px;
32449
- }
32450
-
32451
- .m10sqwut {
32452
- padding: 2px 8px;
32453
- border-radius: 3px;
32454
- }
32455
-
32456
- .l1d492wb {
32457
- padding: 3px 8px;
32458
- border-radius: 2px;
32459
- }
32460
-
32461
- .t1lzavmu.ant-tag:hover {
32462
- opacity: unset;
32463
- }
32464
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32465
- margin: 0;
32466
- margin-right: 8px;
32467
- display: inline-flex;
32468
- align-items: center;
32469
- border: none;
32470
- }
32471
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32472
- width: 16px;
32473
- height: 16px;
32474
- color: inherit;
32475
- margin-left: 4px;
32476
- opacity: 0.6;
32477
- display: inline-flex;
32478
- }
32479
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32480
- opacity: 1;
32481
- }
32482
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32483
- color: #0080ff;
32484
- background-color: rgba(0, 136, 255, 0.1);
32485
- }
32486
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32487
- color: #f0483e;
32488
- background-color: rgba(255, 74, 74, 0.1);
32489
- }
32490
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32491
- color: #e07f00;
32492
- background-color: rgba(255, 187, 0, 0.1);
32493
- }
32494
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32495
- color: #008f4c;
32496
- background-color: rgba(30, 201, 127, 0.1);
32497
- }
32498
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32499
- color: #1d326c;
32500
- background-color: rgba(225, 230, 241, 0.6);
32501
- }
32502
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32503
- color: #7E41FF;
32504
- background-color: rgba(126, 65, 255, 0.1);
32505
- }
32506
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32507
- color: #fff;
32508
- }
32509
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32510
- background-color: #f0483e;
32511
- }
32512
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32513
- background-color: #fea008;
32514
- }
32515
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32516
- background-color: #00ba5d;
32517
- }
32518
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32519
- background-color: #0080ff;
32520
- }
32521
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32522
- background-color: #6b7d99;
32523
- }
32524
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32525
- background-color: #7E41FF;
32526
- }
32527
-
32528
32649
  .sq6vos1 {
32529
32650
  --item-min-width: 60px;
32530
32651
  }
@@ -32740,22 +32861,6 @@ input.rrg1fkn.ant-input {
32740
32861
  background: rgba(163, 180, 204, 0.18);
32741
32862
  }
32742
32863
 
32743
- .rrwcpby {
32744
- display: flex;
32745
- align-items: center;
32746
- }
32747
- .rrwcpby .order {
32748
- height: 24px;
32749
- width: 24px;
32750
- border-radius: 20px;
32751
- color: #0080ff;
32752
- background: rgba(0, 136, 255, 0.1);
32753
- display: flex;
32754
- align-items: center;
32755
- justify-content: center;
32756
- margin-right: 6px;
32757
- }
32758
-
32759
32864
  .c1k4vanq {
32760
32865
  padding: 0 12px 14px 12px;
32761
32866
  }
@@ -32800,6 +32905,22 @@ input.rrg1fkn.ant-input {
32800
32905
  margin-right: 2px;
32801
32906
  }
32802
32907
 
32908
+ .rrwcpby {
32909
+ display: flex;
32910
+ align-items: center;
32911
+ }
32912
+ .rrwcpby .order {
32913
+ height: 24px;
32914
+ width: 24px;
32915
+ border-radius: 20px;
32916
+ color: #0080ff;
32917
+ background: rgba(0, 136, 255, 0.1);
32918
+ display: flex;
32919
+ align-items: center;
32920
+ justify-content: center;
32921
+ margin-right: 6px;
32922
+ }
32923
+
32803
32924
  .bab9xum {
32804
32925
  box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
32805
32926
  }
@@ -33010,6 +33131,30 @@ input.rrg1fkn.ant-input {
33010
33131
  margin-right: 8px;
33011
33132
  }
33012
33133
 
33134
+ .sut42l0 {
33135
+ padding: 0 8px;
33136
+ height: 18px;
33137
+ }
33138
+
33139
+ .mfsz1jz {
33140
+ padding: 2px 8px;
33141
+ height: 24px;
33142
+ }
33143
+
33144
+ .tnd6h4m {
33145
+ margin: 0;
33146
+ }
33147
+
33148
+ .i1qw4clm {
33149
+ margin-right: 4px;
33150
+ height: 16px;
33151
+ }
33152
+
33153
+ .iwsze0q {
33154
+ margin-right: 4px;
33155
+ height: 16px;
33156
+ }
33157
+
33013
33158
  .f1p9ti6d {
33014
33159
  width: 100%;
33015
33160
  margin-bottom: 0 !important;
@@ -33041,30 +33186,6 @@ input.rrg1fkn.ant-input {
33041
33186
  min-height: 0px;
33042
33187
  }
33043
33188
 
33044
- .iwsze0q {
33045
- margin-right: 4px;
33046
- height: 16px;
33047
- }
33048
-
33049
- .sut42l0 {
33050
- padding: 0 8px;
33051
- height: 18px;
33052
- }
33053
-
33054
- .mfsz1jz {
33055
- padding: 2px 8px;
33056
- height: 24px;
33057
- }
33058
-
33059
- .tnd6h4m {
33060
- margin: 0;
33061
- }
33062
-
33063
- .i1qw4clm {
33064
- margin-right: 4px;
33065
- height: 16px;
33066
- }
33067
-
33068
33189
  .w1xcixj5.outside-tag {
33069
33190
  padding-left: 0;
33070
33191
  }