@cloudtower/eagle 0.23.3 → 0.24.0

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
@@ -1597,6 +1597,39 @@ input[type=submit] {
1597
1597
  cursor: pointer;
1598
1598
  }
1599
1599
 
1600
+ .fde5mpd {
1601
+ width: 100%;
1602
+ height: 100%;
1603
+ min-height: 124px;
1604
+ display: flex;
1605
+ flex-direction: column;
1606
+ justify-content: center;
1607
+ align-items: center;
1608
+ }
1609
+ .fde5mpd .error-text {
1610
+ color: rgba(10, 37, 85, 0.6);
1611
+ margin-bottom: 16px;
1612
+ font-size: 18px;
1613
+ }
1614
+
1615
+ .i1mrf09m {
1616
+ display: inline-flex;
1617
+ align-items: center;
1618
+ }
1619
+ .i1mrf09m .icon-inner {
1620
+ display: inline-flex;
1621
+ align-items: center;
1622
+ justify-content: center;
1623
+ }
1624
+ .i1mrf09m .icon-inner + span,
1625
+ .i1mrf09m span + .icon-inner.suffix {
1626
+ margin-left: 4px;
1627
+ }
1628
+ .i1mrf09m.is-rotate img,
1629
+ .i1mrf09m.is-rotate svg {
1630
+ animation: rotate 680ms linear infinite;
1631
+ }
1632
+
1600
1633
  .buj61ew.ant-btn {
1601
1634
  height: 32px;
1602
1635
  border-radius: 6px;
@@ -1845,88 +1878,159 @@ input[type=submit] {
1845
1878
  padding: 0;
1846
1879
  }
1847
1880
 
1848
- .bpq0js6 {
1849
- padding: 4px 11px;
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;
1850
1892
  }
1851
1893
 
1852
- .b15sn34c {
1853
- white-space: nowrap;
1854
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1894
+ .rxbeqvl.ant-radio-wrapper {
1895
+ display: inline-flex;
1896
+ align-items: baseline;
1897
+ white-space: pre-wrap;
1855
1898
  }
1856
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1857
- --color: #0080ff;
1899
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
1900
+ position: relative;
1901
+ top: 3px;
1858
1902
  }
1859
- .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] {
1860
- --color: #0080ff;
1903
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1904
+ border-color: rgba(107, 128, 167, 0.6);
1861
1905
  }
1862
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1863
- margin-left: 1px;
1906
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
1907
+ border-color: #0080ff;
1864
1908
  }
1865
- .b15sn34c > .ant-btn:not(:only-child):first-child {
1866
- border-top-right-radius: 0;
1867
- border-bottom-right-radius: 0;
1909
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
1910
+ border-color: #0080ff;
1911
+ background: #0080ff;
1868
1912
  }
1869
- .b15sn34c > .ant-btn:not(:only-child):last-child {
1870
- border-top-left-radius: 0;
1871
- border-bottom-left-radius: 0;
1913
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
1914
+ top: 4px;
1915
+ left: 4px;
1916
+ width: 6px;
1917
+ height: 6px;
1918
+ background: #fff;
1872
1919
  }
1873
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1874
- border-radius: unset;
1920
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
1921
+ opacity: 0.5;
1875
1922
  }
1876
-
1877
- .fde5mpd {
1878
- width: 100%;
1879
- height: 100%;
1880
- min-height: 124px;
1881
- display: flex;
1882
- flex-direction: column;
1883
- justify-content: center;
1884
- align-items: center;
1923
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
1924
+ border-color: rgba(107, 128, 167, 0.6);
1925
+ background: rgba(211, 218, 235, 0.6);
1885
1926
  }
1886
- .fde5mpd .error-text {
1887
- color: rgba(10, 37, 85, 0.6);
1888
- margin-bottom: 16px;
1889
- font-size: 18px;
1927
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
1928
+ background: #00122e;
1890
1929
  }
1891
-
1892
- .i1mrf09m {
1893
- display: inline-flex;
1894
- align-items: center;
1930
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
1931
+ color: #00122e;
1932
+ opacity: 0.5;
1895
1933
  }
1896
- .i1mrf09m .icon-inner {
1897
- display: inline-flex;
1898
- align-items: center;
1899
- justify-content: center;
1934
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
1935
+ color: #00122e;
1900
1936
  }
1901
- .i1mrf09m .icon-inner + span,
1902
- .i1mrf09m span + .icon-inner.suffix {
1903
- margin-left: 4px;
1937
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
1938
+ display: inline-block;
1939
+ padding: 0;
1940
+ padding-left: 12px;
1904
1941
  }
1905
- .i1mrf09m.is-rotate img,
1906
- .i1mrf09m.is-rotate svg {
1907
- animation: rotate 680ms linear infinite;
1942
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
1943
+ margin-bottom: 0;
1944
+ white-space: pre-wrap;
1945
+ color: rgba(44, 56, 82, 0.6);
1908
1946
  }
1909
-
1910
- .iap75of {
1911
- height: 18px;
1912
- line-height: 18px;
1913
- padding: 0 4px;
1914
- border-radius: 4px;
1915
- background: rgba(235, 239, 245, 0.6);
1916
- border: 1px solid rgba(223, 228, 235, 0.6);
1917
- display: flex;
1918
- align-items: center;
1919
- white-space: nowrap;
1920
- margin-right: 4px;
1947
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
1948
+ padding-left: 8px;
1921
1949
  }
1922
1950
 
1923
- .obf05yr {
1924
- display: inline-block;
1951
+ .r5ie79y .ant-radio-button-wrapper:first-child {
1952
+ border-radius: 5px 0 0 5px;
1953
+ }
1954
+ .r5ie79y .ant-radio-button-wrapper:last-child {
1955
+ border-radius: 0 5px 5px 0;
1925
1956
  }
1926
1957
 
1927
- .hsms1n6 {
1928
- visibility: hidden;
1929
- position: absolute;
1958
+ .r1f0aqcc {
1959
+ color: #00122e;
1960
+ border-color: #ccd4e3;
1961
+ }
1962
+ .r1f0aqcc:first-child {
1963
+ color: #00122e;
1964
+ border-color: #a3b4cc;
1965
+ }
1966
+ .r1f0aqcc.ant-radio-button-wrapper {
1967
+ padding: 0 12px;
1968
+ line-height: 32px;
1969
+ height: 32px;
1970
+ }
1971
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
1972
+ white-space: nowrap;
1973
+ }
1974
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
1975
+ background: #ccd4e3;
1976
+ }
1977
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
1978
+ background: #0080ff;
1979
+ }
1980
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
1981
+ background: #ccd4e3;
1982
+ opacity: 0.5;
1983
+ }
1984
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
1985
+ border-right-color: #0080ff;
1986
+ }
1987
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
1988
+ border-color: #0080ff;
1989
+ }
1990
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
1991
+ background: rgba(0, 136, 255, 0.1);
1992
+ }
1993
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
1994
+ background: rgba(211, 218, 235, 0.6);
1995
+ border-color: #ccd4e3;
1996
+ opacity: 0.5;
1997
+ }
1998
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
1999
+ color: #00122e;
2000
+ border-color: #ccd4e3;
2001
+ }
2002
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2003
+ color: #00122e;
2004
+ border-color: #ccd4e3;
2005
+ background: rgba(172, 186, 211, 0.6);
2006
+ }
2007
+ .r1f0aqcc .ant-radio-button-input {
2008
+ margin-right: 8px;
2009
+ display: inline;
2010
+ border: none;
2011
+ padding: 0;
2012
+ width: 36px;
2013
+ background: transparent;
2014
+ }
2015
+ .r1f0aqcc .ant-radio-button-input:focus {
2016
+ box-shadow: none;
2017
+ }
2018
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2019
+ margin-right: 0;
2020
+ width: initial;
2021
+ box-shadow: none;
2022
+ }
2023
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2024
+ display: none;
2025
+ }
2026
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2027
+ display: inline;
2028
+ }
2029
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2030
+ display: inline;
2031
+ margin-right: 8px;
2032
+ padding: 0;
2033
+ width: 36px;
1930
2034
  }
1931
2035
 
1932
2036
  .p12gwtiw {
@@ -1955,35 +2059,211 @@ input[type=submit] {
1955
2059
  .p12gwtiw .dropdown-trigger .icon-inner {
1956
2060
  margin-left: 4px;
1957
2061
  }
1958
- .p12gwtiw .pagination-right {
1959
- display: flex;
1960
- align-items: center;
1961
- color: #0080ff;
1962
- font-weight: bold;
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;
1963
2251
  }
1964
- .p12gwtiw .pagination-right .icon-inner {
1965
- margin-left: 4px;
2252
+ .s34f1qb.ant-switch-checked {
2253
+ background-color: #00ba5d;
1966
2254
  }
1967
- .p12gwtiw .pagination-right .prev-btn,
1968
- .p12gwtiw .pagination-right .next-btn {
1969
- padding: 0 8px;
2255
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2256
+ left: calc(100% - 20px - 2px);
1970
2257
  }
1971
- .p12gwtiw .pagination-right .prev-btn > span,
1972
- .p12gwtiw .pagination-right .next-btn > span {
1973
- color: #0080ff;
2258
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2259
+ left: calc(100% - 14px - 1px);
1974
2260
  }
1975
- .p12gwtiw .pagination-right .next-btn .icon-inner {
1976
- transform: rotate(180deg);
2261
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2262
+ left: calc(100% - 28px - 2px);
1977
2263
  }
1978
2264
 
1979
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1980
- max-height: calc(100vh - 128px);
1981
- overflow-y: auto;
1982
- }
1983
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1984
- padding: 4px 20px;
1985
- font-size: 12px;
1986
- line-height: 18px;
2265
+ .c1to9vb9 {
2266
+ margin-left: 5px;
1987
2267
  }
1988
2268
 
1989
2269
  .cz04yix {
@@ -2607,328 +2887,122 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
2607
2887
  transform: translateY(-50%);
2608
2888
  left: -16px;
2609
2889
  transition: left 150ms ease;
2610
- opacity: 0;
2611
- }
2612
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2613
- left: 8px;
2614
- opacity: 1;
2615
- }
2616
- .kypn5o5.has-focus-indicator input {
2617
- transition: margin-left 150ms ease;
2618
- margin-left: 0px;
2619
- }
2620
- .kypn5o5.has-focus-indicator input:focus {
2621
- margin-left: 16px;
2622
- }
2623
-
2624
- input.l1ki27se.ant-input {
2625
- border-top-right-radius: 0;
2626
- border-bottom-right-radius: 0;
2627
- }
2628
-
2629
- .l1ki27se.ant-input-affix-wrapper {
2630
- border-top-right-radius: 0;
2631
- border-bottom-right-radius: 0;
2632
- }
2633
-
2634
- input.rrg1fkn.ant-input {
2635
- border-top-left-radius: 0;
2636
- border-bottom-left-radius: 0;
2637
- }
2638
-
2639
- .rrg1fkn.ant-input-affix-wrapper {
2640
- border-top-left-radius: 0;
2641
- border-bottom-left-radius: 0;
2642
- }
2643
-
2644
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2645
- border-top-right-radius: 0;
2646
- border-bottom-right-radius: 0;
2647
- }
2648
-
2649
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2650
- border-top-left-radius: 0;
2651
- border-bottom-left-radius: 0;
2652
- }
2653
-
2654
- .rxbeqvl.ant-radio-wrapper {
2655
- display: inline-flex;
2656
- align-items: baseline;
2657
- white-space: pre-wrap;
2658
- }
2659
- .rxbeqvl.ant-radio-wrapper .ant-radio {
2660
- position: relative;
2661
- top: 3px;
2662
- }
2663
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2664
- border-color: rgba(107, 128, 167, 0.6);
2665
- }
2666
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2667
- border-color: #0080ff;
2668
- }
2669
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2670
- border-color: #0080ff;
2671
- background: #0080ff;
2672
- }
2673
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2674
- top: 4px;
2675
- left: 4px;
2676
- width: 6px;
2677
- height: 6px;
2678
- background: #fff;
2679
- }
2680
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2681
- opacity: 0.5;
2682
- }
2683
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2684
- border-color: rgba(107, 128, 167, 0.6);
2685
- background: rgba(211, 218, 235, 0.6);
2686
- }
2687
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2688
- background: #00122e;
2689
- }
2690
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2691
- color: #00122e;
2692
- opacity: 0.5;
2693
- }
2694
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2695
- color: #00122e;
2696
- }
2697
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2698
- display: inline-block;
2699
- padding: 0;
2700
- padding-left: 12px;
2701
- }
2702
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2703
- margin-bottom: 0;
2704
- white-space: pre-wrap;
2705
- color: rgba(44, 56, 82, 0.6);
2706
- }
2707
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2708
- padding-left: 8px;
2709
- }
2710
-
2711
- .r5ie79y .ant-radio-button-wrapper:first-child {
2712
- border-radius: 5px 0 0 5px;
2713
- }
2714
- .r5ie79y .ant-radio-button-wrapper:last-child {
2715
- border-radius: 0 5px 5px 0;
2716
- }
2717
-
2718
- .r1f0aqcc {
2719
- color: #00122e;
2720
- border-color: #ccd4e3;
2721
- }
2722
- .r1f0aqcc:first-child {
2723
- color: #00122e;
2724
- border-color: #a3b4cc;
2725
- }
2726
- .r1f0aqcc.ant-radio-button-wrapper {
2727
- padding: 0 12px;
2728
- line-height: 32px;
2729
- height: 32px;
2730
- }
2731
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
2732
- white-space: nowrap;
2733
- }
2734
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2735
- background: #ccd4e3;
2736
- }
2737
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2738
- background: #0080ff;
2739
- }
2740
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2741
- background: #ccd4e3;
2742
- opacity: 0.5;
2743
- }
2744
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2745
- border-right-color: #0080ff;
2746
- }
2747
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2748
- border-color: #0080ff;
2749
- }
2750
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2751
- background: rgba(0, 136, 255, 0.1);
2752
- }
2753
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2754
- background: rgba(211, 218, 235, 0.6);
2755
- border-color: #ccd4e3;
2756
- opacity: 0.5;
2757
- }
2758
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2759
- color: #00122e;
2760
- border-color: #ccd4e3;
2761
- }
2762
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2763
- color: #00122e;
2764
- border-color: #ccd4e3;
2765
- background: rgba(172, 186, 211, 0.6);
2766
- }
2767
- .r1f0aqcc .ant-radio-button-input {
2768
- margin-right: 8px;
2769
- display: inline;
2770
- border: none;
2771
- padding: 0;
2772
- width: 36px;
2773
- background: transparent;
2774
- }
2775
- .r1f0aqcc .ant-radio-button-input:focus {
2776
- box-shadow: none;
2777
- }
2778
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2779
- margin-right: 0;
2780
- width: initial;
2781
- box-shadow: none;
2782
- }
2783
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2784
- display: none;
2785
- }
2786
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2787
- display: inline;
2788
- }
2789
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2790
- display: inline;
2791
- margin-right: 8px;
2792
- padding: 0;
2793
- width: 36px;
2794
- }
2795
-
2796
- .s34f1qb.ant-switch {
2797
- min-width: 40px;
2798
- height: 24px;
2799
- background: rgba(172, 186, 211, 0.6);
2800
- overflow: hidden;
2801
- }
2802
- .s34f1qb.ant-switch:focus {
2803
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2804
- }
2805
- .s34f1qb.ant-switch-small {
2806
- min-width: 26px;
2807
- height: 16px;
2808
- }
2809
- .s34f1qb.ant-switch-large {
2810
- min-width: 52px;
2811
- height: 32px;
2812
- }
2813
- .s34f1qb.ant-switch .ant-switch-handle {
2814
- height: 20px;
2815
- width: 20px;
2816
- }
2817
- .s34f1qb.ant-switch .ant-switch-handle::before {
2818
- border-radius: 10px;
2819
- transition-delay: 120ms;
2820
- }
2821
- .s34f1qb.ant-switch-small .ant-switch-handle {
2822
- height: 14px;
2823
- width: 14px;
2824
- top: 1px;
2825
- left: 1px;
2826
- }
2827
- .s34f1qb.ant-switch-large .ant-switch-handle {
2828
- height: 28px;
2829
- width: 28px;
2890
+ opacity: 0;
2830
2891
  }
2831
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2832
- border-radius: 14px;
2892
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2893
+ left: 8px;
2894
+ opacity: 1;
2833
2895
  }
2834
- .s34f1qb.ant-switch-checked {
2835
- background-color: #00ba5d;
2896
+ .kypn5o5.has-focus-indicator input {
2897
+ transition: margin-left 150ms ease;
2898
+ margin-left: 0px;
2836
2899
  }
2837
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2838
- left: calc(100% - 20px - 2px);
2900
+ .kypn5o5.has-focus-indicator input:focus {
2901
+ margin-left: 16px;
2839
2902
  }
2840
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2841
- left: calc(100% - 14px - 1px);
2903
+
2904
+ input.l1ki27se.ant-input {
2905
+ border-top-right-radius: 0;
2906
+ border-bottom-right-radius: 0;
2842
2907
  }
2843
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2844
- left: calc(100% - 28px - 2px);
2908
+
2909
+ .l1ki27se.ant-input-affix-wrapper {
2910
+ border-top-right-radius: 0;
2911
+ border-bottom-right-radius: 0;
2845
2912
  }
2846
2913
 
2847
- .c1to9vb9 {
2848
- margin-left: 5px;
2914
+ input.rrg1fkn.ant-input {
2915
+ border-top-left-radius: 0;
2916
+ border-bottom-left-radius: 0;
2849
2917
  }
2850
2918
 
2851
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2852
- flex-direction: row;
2853
- justify-content: stretch;
2919
+ .rrg1fkn.ant-input-affix-wrapper {
2920
+ border-top-left-radius: 0;
2921
+ border-bottom-left-radius: 0;
2854
2922
  }
2855
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2856
- padding: 0;
2857
- margin-right: 4px;
2858
- flex: 1;
2859
- overflow: visible;
2923
+
2924
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2925
+ border-top-right-radius: 0;
2926
+ border-bottom-right-radius: 0;
2860
2927
  }
2861
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2862
- display: none;
2928
+
2929
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2930
+ border-top-left-radius: 0;
2931
+ border-bottom-left-radius: 0;
2863
2932
  }
2864
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2865
- width: 100%;
2866
- min-height: unset;
2933
+
2934
+ .s1fc623g {
2935
+ width: 430px !important;
2867
2936
  }
2868
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2869
- height: 26px;
2870
- line-height: 26px;
2871
- width: 100%;
2872
- text-align: center;
2873
- padding: 0;
2874
- font-size: 12px;
2875
- font-weight: normal;
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;
2876
2946
  }
2877
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2878
- margin-right: 10px;
2947
+
2948
+ .onr9gzt {
2949
+ display: flex;
2950
+ flex-direction: column;
2951
+ margin: 1px 8px;
2952
+ padding: 8px;
2953
+ border-radius: 4px;
2879
2954
  }
2880
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2955
+ .onr9gzt .selected-icon {
2881
2956
  display: none;
2882
2957
  }
2883
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2884
- border-radius: 4px 0 0 4px;
2958
+ .onr9gzt.ant-select-item-option-grouped {
2959
+ padding-left: 8px;
2885
2960
  }
2886
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2887
- margin-right: 0;
2961
+ .onr9gzt.ant-select-item-option-selected {
2962
+ background-color: white;
2888
2963
  }
2889
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2890
- border-radius: 0 4px 4px 0;
2964
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
2965
+ color: #0080ff;
2891
2966
  }
2892
- .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 {
2893
- content: "";
2894
- width: 0;
2895
- height: 0;
2896
- border: 13px solid transparent;
2897
- position: absolute;
2898
- top: 0;
2899
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2900
- right: -21px;
2901
- z-index: 2;
2967
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
2968
+ display: block;
2902
2969
  }
2903
- .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 {
2904
- content: "";
2905
- width: 0;
2906
- height: 0;
2907
- border: 13px solid transparent;
2908
- position: absolute;
2909
- top: 0;
2910
- border-left: 8px solid #fff;
2911
- left: 0;
2970
+ .onr9gzt.ant-select-item-option-active {
2971
+ background: rgba(0, 136, 255, 0.16);
2912
2972
  }
2913
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2914
- background-color: rgba(0, 136, 255, 0.1);
2973
+ .onr9gzt.ant-select-item-option-active .timezone-title {
2974
+ color: #0080ff;
2915
2975
  }
2916
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2917
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2976
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
2977
+ background: rgba(0, 136, 255, 0.1);
2978
+ color: #0080ff;
2918
2979
  }
2919
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2920
- color: #005ed1;
2980
+
2981
+ .oiy0apc {
2982
+ display: flex;
2983
+ justify-content: space-between;
2984
+ height: 20px;
2985
+ line-height: 20px;
2921
2986
  }
2922
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2923
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2924
- background-color: rgba(237, 241, 250, 0.6);
2987
+ .oiy0apc .timezone-title {
2988
+ color: #2d3a56;
2989
+ overflow: hidden;
2990
+ text-overflow: ellipsis;
2925
2991
  }
2926
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2927
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2992
+
2993
+ .of4y382 {
2994
+ display: flex;
2995
+ justify-content: space-between;
2928
2996
  color: rgba(44, 56, 82, 0.6);
2997
+ height: 18px;
2998
+ line-height: 18px;
2999
+ margin-top: 2px;
2929
3000
  }
2930
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2931
- padding: 0;
3001
+
3002
+ .t19903l9 {
3003
+ border: none;
3004
+ margin-right: 0;
3005
+ background: rgba(225, 230, 241, 0.6);
2932
3006
  }
2933
3007
 
2934
3008
  .t1upn1sz {
@@ -3294,80 +3368,6 @@ input.rrg1fkn.ant-input {
3294
3368
  background: #fff;
3295
3369
  }
3296
3370
 
3297
- .s1fc623g {
3298
- width: 430px !important;
3299
- }
3300
-
3301
- .da3mx0o .ant-select-item-group {
3302
- padding: 8px 16px;
3303
- line-height: 18px;
3304
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3305
- height: 34px;
3306
- min-height: 34px;
3307
- box-sizing: border-box;
3308
- margin-top: 8px;
3309
- }
3310
-
3311
- .onr9gzt {
3312
- display: flex;
3313
- flex-direction: column;
3314
- margin: 1px 8px;
3315
- padding: 8px;
3316
- border-radius: 4px;
3317
- }
3318
- .onr9gzt .selected-icon {
3319
- display: none;
3320
- }
3321
- .onr9gzt.ant-select-item-option-grouped {
3322
- padding-left: 8px;
3323
- }
3324
- .onr9gzt.ant-select-item-option-selected {
3325
- background-color: white;
3326
- }
3327
- .onr9gzt.ant-select-item-option-selected .timezone-title {
3328
- color: #0080ff;
3329
- }
3330
- .onr9gzt.ant-select-item-option-selected .selected-icon {
3331
- display: block;
3332
- }
3333
- .onr9gzt.ant-select-item-option-active {
3334
- background: rgba(0, 136, 255, 0.16);
3335
- }
3336
- .onr9gzt.ant-select-item-option-active .timezone-title {
3337
- color: #0080ff;
3338
- }
3339
- .onr9gzt.ant-select-item-option-active .timezone-tag {
3340
- background: rgba(0, 136, 255, 0.1);
3341
- color: #0080ff;
3342
- }
3343
-
3344
- .oiy0apc {
3345
- display: flex;
3346
- justify-content: space-between;
3347
- height: 20px;
3348
- line-height: 20px;
3349
- }
3350
- .oiy0apc .timezone-title {
3351
- color: #2d3a56;
3352
- overflow: hidden;
3353
- text-overflow: ellipsis;
3354
- }
3355
-
3356
- .of4y382 {
3357
- display: flex;
3358
- justify-content: space-between;
3359
- color: rgba(44, 56, 82, 0.6);
3360
- height: 18px;
3361
- line-height: 18px;
3362
- margin-top: 2px;
3363
- }
3364
-
3365
- .t19903l9 {
3366
- border: none;
3367
- margin-right: 0;
3368
- background: rgba(225, 230, 241, 0.6);
3369
- }
3370
-
3371
3371
  .i1e4sgug {
3372
3372
  display: inline-block;
3373
3373
  }
@@ -3918,6 +3918,16 @@ 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
+
3921
3931
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3922
3932
  border-radius: 6px;
3923
3933
  }
@@ -3973,16 +3983,6 @@ input.rrg1fkn.ant-input {
3973
3983
  transform: rotate(180deg);
3974
3984
  }
3975
3985
 
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
  }