@cloudtower/eagle 0.24.0 → 0.24.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
@@ -1612,6 +1612,19 @@ input[type=submit] {
1612
1612
  font-size: 18px;
1613
1613
  }
1614
1614
 
1615
+ .iap75of {
1616
+ height: 18px;
1617
+ line-height: 18px;
1618
+ padding: 0 4px;
1619
+ border-radius: 4px;
1620
+ background: rgba(235, 239, 245, 0.6);
1621
+ border: 1px solid rgba(223, 228, 235, 0.6);
1622
+ display: flex;
1623
+ align-items: center;
1624
+ white-space: nowrap;
1625
+ margin-right: 4px;
1626
+ }
1627
+
1615
1628
  .i1mrf09m {
1616
1629
  display: inline-flex;
1617
1630
  align-items: center;
@@ -1630,6 +1643,101 @@ input[type=submit] {
1630
1643
  animation: rotate 680ms linear infinite;
1631
1644
  }
1632
1645
 
1646
+ .bpq0js6 {
1647
+ padding: 4px 11px;
1648
+ }
1649
+
1650
+ .b15sn34c {
1651
+ white-space: nowrap;
1652
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1653
+ }
1654
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1655
+ --color: #0080ff;
1656
+ }
1657
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
1658
+ --color: #0080ff;
1659
+ }
1660
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1661
+ margin-left: 1px;
1662
+ }
1663
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1664
+ border-top-right-radius: 0;
1665
+ border-bottom-right-radius: 0;
1666
+ }
1667
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1668
+ border-top-left-radius: 0;
1669
+ border-bottom-left-radius: 0;
1670
+ }
1671
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1672
+ border-radius: unset;
1673
+ }
1674
+
1675
+ .obf05yr {
1676
+ display: inline-block;
1677
+ }
1678
+
1679
+ .hsms1n6 {
1680
+ visibility: hidden;
1681
+ position: absolute;
1682
+ }
1683
+
1684
+ .p12gwtiw {
1685
+ display: flex;
1686
+ justify-content: space-between;
1687
+ align-items: center;
1688
+ padding: 10px 0;
1689
+ color: rgba(44, 56, 82, 0.6);
1690
+ font-size: 12px;
1691
+ line-height: 24px;
1692
+ }
1693
+ .p12gwtiw .pagination-left {
1694
+ padding: 2px 8px;
1695
+ }
1696
+ .p12gwtiw .dropdown-trigger {
1697
+ display: flex;
1698
+ align-items: center;
1699
+ border-radius: 6px;
1700
+ cursor: pointer;
1701
+ transition: all 0.3s ease;
1702
+ }
1703
+ .p12gwtiw .dropdown-trigger:hover {
1704
+ background: rgba(211, 218, 235, 0.6);
1705
+ color: #0080ff;
1706
+ }
1707
+ .p12gwtiw .dropdown-trigger .icon-inner {
1708
+ margin-left: 4px;
1709
+ }
1710
+ .p12gwtiw .pagination-right {
1711
+ display: flex;
1712
+ align-items: center;
1713
+ color: #0080ff;
1714
+ font-weight: bold;
1715
+ }
1716
+ .p12gwtiw .pagination-right .icon-inner {
1717
+ margin-left: 4px;
1718
+ }
1719
+ .p12gwtiw .pagination-right .prev-btn,
1720
+ .p12gwtiw .pagination-right .next-btn {
1721
+ padding: 0 8px;
1722
+ }
1723
+ .p12gwtiw .pagination-right .prev-btn > span,
1724
+ .p12gwtiw .pagination-right .next-btn > span {
1725
+ color: #0080ff;
1726
+ }
1727
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
1728
+ transform: rotate(180deg);
1729
+ }
1730
+
1731
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1732
+ max-height: calc(100vh - 128px);
1733
+ overflow-y: auto;
1734
+ }
1735
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1736
+ padding: 4px 20px;
1737
+ font-size: 12px;
1738
+ line-height: 18px;
1739
+ }
1740
+
1633
1741
  .buj61ew.ant-btn {
1634
1742
  height: 32px;
1635
1743
  border-radius: 6px;
@@ -1878,19 +1986,6 @@ input[type=submit] {
1878
1986
  padding: 0;
1879
1987
  }
1880
1988
 
1881
- .iap75of {
1882
- height: 18px;
1883
- line-height: 18px;
1884
- padding: 0 4px;
1885
- border-radius: 4px;
1886
- background: rgba(235, 239, 245, 0.6);
1887
- border: 1px solid rgba(223, 228, 235, 0.6);
1888
- display: flex;
1889
- align-items: center;
1890
- white-space: nowrap;
1891
- margin-right: 4px;
1892
- }
1893
-
1894
1989
  .rxbeqvl.ant-radio-wrapper {
1895
1990
  display: inline-flex;
1896
1991
  align-items: baseline;
@@ -2033,239 +2128,6 @@ input[type=submit] {
2033
2128
  width: 36px;
2034
2129
  }
2035
2130
 
2036
- .p12gwtiw {
2037
- display: flex;
2038
- justify-content: space-between;
2039
- align-items: center;
2040
- padding: 10px 0;
2041
- color: rgba(44, 56, 82, 0.6);
2042
- font-size: 12px;
2043
- line-height: 24px;
2044
- }
2045
- .p12gwtiw .pagination-left {
2046
- padding: 2px 8px;
2047
- }
2048
- .p12gwtiw .dropdown-trigger {
2049
- display: flex;
2050
- align-items: center;
2051
- border-radius: 6px;
2052
- cursor: pointer;
2053
- transition: all 0.3s ease;
2054
- }
2055
- .p12gwtiw .dropdown-trigger:hover {
2056
- background: rgba(211, 218, 235, 0.6);
2057
- color: #0080ff;
2058
- }
2059
- .p12gwtiw .dropdown-trigger .icon-inner {
2060
- margin-left: 4px;
2061
- }
2062
- .p12gwtiw .pagination-right {
2063
- display: flex;
2064
- align-items: center;
2065
- color: #0080ff;
2066
- font-weight: bold;
2067
- }
2068
- .p12gwtiw .pagination-right .icon-inner {
2069
- margin-left: 4px;
2070
- }
2071
- .p12gwtiw .pagination-right .prev-btn,
2072
- .p12gwtiw .pagination-right .next-btn {
2073
- padding: 0 8px;
2074
- }
2075
- .p12gwtiw .pagination-right .prev-btn > span,
2076
- .p12gwtiw .pagination-right .next-btn > span {
2077
- color: #0080ff;
2078
- }
2079
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2080
- transform: rotate(180deg);
2081
- }
2082
-
2083
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2084
- max-height: calc(100vh - 128px);
2085
- overflow-y: auto;
2086
- }
2087
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2088
- padding: 4px 20px;
2089
- font-size: 12px;
2090
- line-height: 18px;
2091
- }
2092
-
2093
- .bpq0js6 {
2094
- padding: 4px 11px;
2095
- }
2096
-
2097
- .b15sn34c {
2098
- white-space: nowrap;
2099
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
2100
- }
2101
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
2102
- --color: #0080ff;
2103
- }
2104
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
2105
- --color: #0080ff;
2106
- }
2107
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
2108
- margin-left: 1px;
2109
- }
2110
- .b15sn34c > .ant-btn:not(:only-child):first-child {
2111
- border-top-right-radius: 0;
2112
- border-bottom-right-radius: 0;
2113
- }
2114
- .b15sn34c > .ant-btn:not(:only-child):last-child {
2115
- border-top-left-radius: 0;
2116
- border-bottom-left-radius: 0;
2117
- }
2118
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
2119
- border-radius: unset;
2120
- }
2121
-
2122
- .obf05yr {
2123
- display: inline-block;
2124
- }
2125
-
2126
- .hsms1n6 {
2127
- visibility: hidden;
2128
- position: absolute;
2129
- }
2130
-
2131
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2132
- flex-direction: row;
2133
- justify-content: stretch;
2134
- }
2135
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2136
- padding: 0;
2137
- margin-right: 4px;
2138
- flex: 1;
2139
- overflow: visible;
2140
- }
2141
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2142
- display: none;
2143
- }
2144
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2145
- width: 100%;
2146
- min-height: unset;
2147
- }
2148
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2149
- height: 26px;
2150
- line-height: 26px;
2151
- width: 100%;
2152
- text-align: center;
2153
- padding: 0;
2154
- font-size: 12px;
2155
- font-weight: normal;
2156
- }
2157
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2158
- margin-right: 10px;
2159
- }
2160
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2161
- display: none;
2162
- }
2163
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2164
- border-radius: 4px 0 0 4px;
2165
- }
2166
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2167
- margin-right: 0;
2168
- }
2169
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2170
- border-radius: 0 4px 4px 0;
2171
- }
2172
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
2173
- content: "";
2174
- width: 0;
2175
- height: 0;
2176
- border: 13px solid transparent;
2177
- position: absolute;
2178
- top: 0;
2179
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2180
- right: -21px;
2181
- z-index: 2;
2182
- }
2183
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
2184
- content: "";
2185
- width: 0;
2186
- height: 0;
2187
- border: 13px solid transparent;
2188
- position: absolute;
2189
- top: 0;
2190
- border-left: 8px solid #fff;
2191
- left: 0;
2192
- }
2193
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2194
- background-color: rgba(0, 136, 255, 0.1);
2195
- }
2196
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2197
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2198
- }
2199
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2200
- color: #005ed1;
2201
- }
2202
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2203
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2204
- background-color: rgba(237, 241, 250, 0.6);
2205
- }
2206
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2207
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2208
- color: rgba(44, 56, 82, 0.6);
2209
- }
2210
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2211
- padding: 0;
2212
- }
2213
-
2214
- .s34f1qb.ant-switch {
2215
- min-width: 40px;
2216
- height: 24px;
2217
- background: rgba(172, 186, 211, 0.6);
2218
- overflow: hidden;
2219
- }
2220
- .s34f1qb.ant-switch:focus {
2221
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2222
- }
2223
- .s34f1qb.ant-switch-small {
2224
- min-width: 26px;
2225
- height: 16px;
2226
- }
2227
- .s34f1qb.ant-switch-large {
2228
- min-width: 52px;
2229
- height: 32px;
2230
- }
2231
- .s34f1qb.ant-switch .ant-switch-handle {
2232
- height: 20px;
2233
- width: 20px;
2234
- }
2235
- .s34f1qb.ant-switch .ant-switch-handle::before {
2236
- border-radius: 10px;
2237
- transition-delay: 120ms;
2238
- }
2239
- .s34f1qb.ant-switch-small .ant-switch-handle {
2240
- height: 14px;
2241
- width: 14px;
2242
- top: 1px;
2243
- left: 1px;
2244
- }
2245
- .s34f1qb.ant-switch-large .ant-switch-handle {
2246
- height: 28px;
2247
- width: 28px;
2248
- }
2249
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2250
- border-radius: 14px;
2251
- }
2252
- .s34f1qb.ant-switch-checked {
2253
- background-color: #00ba5d;
2254
- }
2255
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2256
- left: calc(100% - 20px - 2px);
2257
- }
2258
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2259
- left: calc(100% - 14px - 1px);
2260
- }
2261
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2262
- left: calc(100% - 28px - 2px);
2263
- }
2264
-
2265
- .c1to9vb9 {
2266
- margin-left: 5px;
2267
- }
2268
-
2269
2131
  .cz04yix {
2270
2132
  display: flex;
2271
2133
  flex-direction: column;
@@ -2931,78 +2793,142 @@ input.rrg1fkn.ant-input {
2931
2793
  border-bottom-left-radius: 0;
2932
2794
  }
2933
2795
 
2934
- .s1fc623g {
2935
- width: 430px !important;
2796
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2797
+ flex-direction: row;
2798
+ justify-content: stretch;
2936
2799
  }
2937
-
2938
- .da3mx0o .ant-select-item-group {
2939
- padding: 8px 16px;
2940
- line-height: 18px;
2941
- border-top: 1px solid rgba(211, 218, 235, 0.6);
2942
- height: 34px;
2943
- min-height: 34px;
2944
- box-sizing: border-box;
2945
- margin-top: 8px;
2800
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2801
+ padding: 0;
2802
+ margin-right: 4px;
2803
+ flex: 1;
2804
+ overflow: visible;
2946
2805
  }
2947
-
2948
- .onr9gzt {
2949
- display: flex;
2950
- flex-direction: column;
2951
- margin: 1px 8px;
2952
- padding: 8px;
2953
- border-radius: 4px;
2806
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2807
+ display: none;
2954
2808
  }
2955
- .onr9gzt .selected-icon {
2809
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2810
+ width: 100%;
2811
+ min-height: unset;
2812
+ }
2813
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2814
+ height: 26px;
2815
+ line-height: 26px;
2816
+ width: 100%;
2817
+ text-align: center;
2818
+ padding: 0;
2819
+ font-size: 12px;
2820
+ font-weight: normal;
2821
+ }
2822
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2823
+ margin-right: 10px;
2824
+ }
2825
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2956
2826
  display: none;
2957
2827
  }
2958
- .onr9gzt.ant-select-item-option-grouped {
2959
- padding-left: 8px;
2828
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2829
+ border-radius: 4px 0 0 4px;
2960
2830
  }
2961
- .onr9gzt.ant-select-item-option-selected {
2962
- background-color: white;
2831
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2832
+ margin-right: 0;
2963
2833
  }
2964
- .onr9gzt.ant-select-item-option-selected .timezone-title {
2965
- color: #0080ff;
2834
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2835
+ border-radius: 0 4px 4px 0;
2966
2836
  }
2967
- .onr9gzt.ant-select-item-option-selected .selected-icon {
2968
- display: block;
2837
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
2838
+ content: "";
2839
+ width: 0;
2840
+ height: 0;
2841
+ border: 13px solid transparent;
2842
+ position: absolute;
2843
+ top: 0;
2844
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2845
+ right: -21px;
2846
+ z-index: 2;
2969
2847
  }
2970
- .onr9gzt.ant-select-item-option-active {
2971
- background: rgba(0, 136, 255, 0.16);
2848
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
2849
+ content: "";
2850
+ width: 0;
2851
+ height: 0;
2852
+ border: 13px solid transparent;
2853
+ position: absolute;
2854
+ top: 0;
2855
+ border-left: 8px solid #fff;
2856
+ left: 0;
2857
+ }
2858
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2859
+ background-color: rgba(0, 136, 255, 0.1);
2860
+ }
2861
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2862
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2863
+ }
2864
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2865
+ color: #005ed1;
2866
+ }
2867
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2868
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2869
+ background-color: rgba(237, 241, 250, 0.6);
2870
+ }
2871
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2872
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2873
+ color: rgba(44, 56, 82, 0.6);
2874
+ }
2875
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2876
+ padding: 0;
2877
+ }
2878
+
2879
+ .s34f1qb.ant-switch {
2880
+ min-width: 40px;
2881
+ height: 24px;
2882
+ background: rgba(172, 186, 211, 0.6);
2883
+ overflow: hidden;
2884
+ }
2885
+ .s34f1qb.ant-switch:focus {
2886
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2887
+ }
2888
+ .s34f1qb.ant-switch-small {
2889
+ min-width: 26px;
2890
+ height: 16px;
2891
+ }
2892
+ .s34f1qb.ant-switch-large {
2893
+ min-width: 52px;
2894
+ height: 32px;
2895
+ }
2896
+ .s34f1qb.ant-switch .ant-switch-handle {
2897
+ height: 20px;
2898
+ width: 20px;
2899
+ }
2900
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2901
+ border-radius: 10px;
2902
+ transition-delay: 120ms;
2903
+ }
2904
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2905
+ height: 14px;
2906
+ width: 14px;
2907
+ top: 1px;
2908
+ left: 1px;
2909
+ }
2910
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2911
+ height: 28px;
2912
+ width: 28px;
2972
2913
  }
2973
- .onr9gzt.ant-select-item-option-active .timezone-title {
2974
- color: #0080ff;
2914
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2915
+ border-radius: 14px;
2975
2916
  }
2976
- .onr9gzt.ant-select-item-option-active .timezone-tag {
2977
- background: rgba(0, 136, 255, 0.1);
2978
- color: #0080ff;
2917
+ .s34f1qb.ant-switch-checked {
2918
+ background-color: #00ba5d;
2979
2919
  }
2980
-
2981
- .oiy0apc {
2982
- display: flex;
2983
- justify-content: space-between;
2984
- height: 20px;
2985
- line-height: 20px;
2920
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2921
+ left: calc(100% - 20px - 2px);
2986
2922
  }
2987
- .oiy0apc .timezone-title {
2988
- color: #2d3a56;
2989
- overflow: hidden;
2990
- text-overflow: ellipsis;
2923
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2924
+ left: calc(100% - 14px - 1px);
2991
2925
  }
2992
-
2993
- .of4y382 {
2994
- display: flex;
2995
- justify-content: space-between;
2996
- color: rgba(44, 56, 82, 0.6);
2997
- height: 18px;
2998
- line-height: 18px;
2999
- margin-top: 2px;
2926
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2927
+ left: calc(100% - 28px - 2px);
3000
2928
  }
3001
2929
 
3002
- .t19903l9 {
3003
- border: none;
3004
- margin-right: 0;
3005
- background: rgba(225, 230, 241, 0.6);
2930
+ .c1to9vb9 {
2931
+ margin-left: 5px;
3006
2932
  }
3007
2933
 
3008
2934
  .t1upn1sz {
@@ -3372,6 +3298,80 @@ input.rrg1fkn.ant-input {
3372
3298
  display: inline-block;
3373
3299
  }
3374
3300
 
3301
+ .s1fc623g {
3302
+ width: 430px !important;
3303
+ }
3304
+
3305
+ .da3mx0o .ant-select-item-group {
3306
+ padding: 8px 16px;
3307
+ line-height: 18px;
3308
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3309
+ height: 34px;
3310
+ min-height: 34px;
3311
+ box-sizing: border-box;
3312
+ margin-top: 8px;
3313
+ }
3314
+
3315
+ .onr9gzt {
3316
+ display: flex;
3317
+ flex-direction: column;
3318
+ margin: 1px 8px;
3319
+ padding: 8px;
3320
+ border-radius: 4px;
3321
+ }
3322
+ .onr9gzt .selected-icon {
3323
+ display: none;
3324
+ }
3325
+ .onr9gzt.ant-select-item-option-grouped {
3326
+ padding-left: 8px;
3327
+ }
3328
+ .onr9gzt.ant-select-item-option-selected {
3329
+ background-color: white;
3330
+ }
3331
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
3332
+ color: #0080ff;
3333
+ }
3334
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
3335
+ display: block;
3336
+ }
3337
+ .onr9gzt.ant-select-item-option-active {
3338
+ background: rgba(0, 136, 255, 0.16);
3339
+ }
3340
+ .onr9gzt.ant-select-item-option-active .timezone-title {
3341
+ color: #0080ff;
3342
+ }
3343
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
3344
+ background: rgba(0, 136, 255, 0.1);
3345
+ color: #0080ff;
3346
+ }
3347
+
3348
+ .oiy0apc {
3349
+ display: flex;
3350
+ justify-content: space-between;
3351
+ height: 20px;
3352
+ line-height: 20px;
3353
+ }
3354
+ .oiy0apc .timezone-title {
3355
+ color: #2d3a56;
3356
+ overflow: hidden;
3357
+ text-overflow: ellipsis;
3358
+ }
3359
+
3360
+ .of4y382 {
3361
+ display: flex;
3362
+ justify-content: space-between;
3363
+ color: rgba(44, 56, 82, 0.6);
3364
+ height: 18px;
3365
+ line-height: 18px;
3366
+ margin-top: 2px;
3367
+ }
3368
+
3369
+ .t19903l9 {
3370
+ border: none;
3371
+ margin-right: 0;
3372
+ background: rgba(225, 230, 241, 0.6);
3373
+ }
3374
+
3375
3375
  .d6j0lbj {
3376
3376
  font-family: Inter;
3377
3377
  font-style: normal;
@@ -3918,16 +3918,6 @@ input.rrg1fkn.ant-input {
3918
3918
  margin-left: 24px;
3919
3919
  }
3920
3920
 
3921
- .igz4le8 {
3922
- height: 24px;
3923
- width: 56px !important;
3924
- margin-right: 4px;
3925
- }
3926
-
3927
- .c1riexje {
3928
- color: rgba(44, 56, 82, 0.6);
3929
- }
3930
-
3931
3921
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3932
3922
  border-radius: 6px;
3933
3923
  }
@@ -3983,6 +3973,16 @@ input.rrg1fkn.ant-input {
3983
3973
  transform: rotate(180deg);
3984
3974
  }
3985
3975
 
3976
+ .igz4le8 {
3977
+ height: 24px;
3978
+ width: 56px !important;
3979
+ margin-right: 4px;
3980
+ }
3981
+
3982
+ .c1riexje {
3983
+ color: rgba(44, 56, 82, 0.6);
3984
+ }
3985
+
3986
3986
  .iiqau4c.ant-input-group.ant-input-group-compact {
3987
3987
  display: flex;
3988
3988
  }
@@ -4178,52 +4178,6 @@ input.rrg1fkn.ant-input {
4178
4178
  background: rgba(163, 180, 204, 0.18);
4179
4179
  }
4180
4180
 
4181
- .at4ovwe .ant-input-number-handler-wrap {
4182
- display: var(--at4ovwe-0);
4183
- }
4184
- .at4ovwe .ant-input-number-input-wrap {
4185
- padding: 5px 12px;
4186
- display: inline-flex;
4187
- line-height: 1.5715;
4188
- height: 100%;
4189
- width: 100%;
4190
- }
4191
- .at4ovwe .ant-input-number-input-wrap::after {
4192
- content: var(--at4ovwe-1);
4193
- display: var(--at4ovwe-2);
4194
- flex: none;
4195
- align-items: center;
4196
- margin-left: 4px;
4197
- color: rgba(44, 56, 82, 0.6);
4198
- }
4199
- .at4ovwe .ant-input-number-input-wrap::before {
4200
- content: var(--at4ovwe-3);
4201
- display: var(--at4ovwe-4);
4202
- flex: none;
4203
- align-items: center;
4204
- margin-right: 4px;
4205
- cursor: auto;
4206
- color: rgba(44, 56, 82, 0.6);
4207
- }
4208
- .at4ovwe.ant-input-number {
4209
- width: 100%;
4210
- border-radius: 6px;
4211
- }
4212
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4213
- border-color: #0096ff;
4214
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4215
- }
4216
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4217
- border-color: #e75a3a;
4218
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4219
- }
4220
- .at4ovwe .ant-input-number-input {
4221
- padding: 0;
4222
- margin: 0;
4223
- height: auto;
4224
- font-size: inherit;
4225
- }
4226
-
4227
4181
  .tc40oxa {
4228
4182
  margin-bottom: 4px;
4229
4183
  color: rgba(44, 56, 82, 0.6);
@@ -4420,23 +4374,50 @@ input.rrg1fkn.ant-input {
4420
4374
  margin-right: 8px;
4421
4375
  }
4422
4376
 
4423
- .feau332.ant-form-item {
4424
- margin-bottom: 0;
4377
+ .at4ovwe .ant-input-number-handler-wrap {
4378
+ display: var(--at4ovwe-0);
4425
4379
  }
4426
- .feau332 .ant-form-item-explain {
4427
- display: none;
4428
- min-height: 18px;
4429
- margin-top: 5px;
4430
- font-family: "Inter";
4431
- font-weight: 400;
4432
- font-size: 12px;
4433
- line-height: 18px;
4380
+ .at4ovwe .ant-input-number-input-wrap {
4381
+ padding: 5px 12px;
4382
+ display: inline-flex;
4383
+ line-height: 1.5715;
4384
+ height: 100%;
4385
+ width: 100%;
4434
4386
  }
4435
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
4436
- white-space: pre-wrap;
4387
+ .at4ovwe .ant-input-number-input-wrap::after {
4388
+ content: var(--at4ovwe-1);
4389
+ display: var(--at4ovwe-2);
4390
+ flex: none;
4391
+ align-items: center;
4392
+ margin-left: 4px;
4393
+ color: rgba(44, 56, 82, 0.6);
4437
4394
  }
4438
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4439
- display: block;
4395
+ .at4ovwe .ant-input-number-input-wrap::before {
4396
+ content: var(--at4ovwe-3);
4397
+ display: var(--at4ovwe-4);
4398
+ flex: none;
4399
+ align-items: center;
4400
+ margin-right: 4px;
4401
+ cursor: auto;
4402
+ color: rgba(44, 56, 82, 0.6);
4403
+ }
4404
+ .at4ovwe.ant-input-number {
4405
+ width: 100%;
4406
+ border-radius: 6px;
4407
+ }
4408
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4409
+ border-color: #0096ff;
4410
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4411
+ }
4412
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4413
+ border-color: #e75a3a;
4414
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4415
+ }
4416
+ .at4ovwe .ant-input-number-input {
4417
+ padding: 0;
4418
+ margin: 0;
4419
+ height: auto;
4420
+ font-size: inherit;
4440
4421
  }
4441
4422
 
4442
4423
  .a6dbbkm .ant-input-number-handler-wrap {
@@ -4468,4 +4449,23 @@ input.rrg1fkn.ant-input {
4468
4449
  margin: 0;
4469
4450
  height: auto;
4470
4451
  font-size: inherit;
4452
+ }
4453
+
4454
+ .feau332.ant-form-item {
4455
+ margin-bottom: 0;
4456
+ }
4457
+ .feau332 .ant-form-item-explain {
4458
+ display: none;
4459
+ min-height: 18px;
4460
+ margin-top: 5px;
4461
+ font-family: "Inter";
4462
+ font-weight: 400;
4463
+ font-size: 12px;
4464
+ line-height: 18px;
4465
+ }
4466
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
4467
+ white-space: pre-wrap;
4468
+ }
4469
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4470
+ display: block;
4471
4471
  }