@cloudtower/eagle 0.25.13 → 0.25.14-alpha.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.
@@ -1549,21 +1549,6 @@ html body {
1549
1549
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1550
1550
  }
1551
1551
  }
1552
- .fde5mpd {
1553
- width: 100%;
1554
- height: 100%;
1555
- min-height: 124px;
1556
- display: flex;
1557
- flex-direction: column;
1558
- justify-content: center;
1559
- align-items: center;
1560
- }
1561
- .fde5mpd .error-text {
1562
- color: rgba(10, 37, 85, 0.6);
1563
- margin-bottom: 16px;
1564
- font-size: 18px;
1565
- }
1566
-
1567
1552
  .buj61ew.ant-btn {
1568
1553
  height: 32px;
1569
1554
  border-radius: 6px;
@@ -1841,13 +1826,340 @@ html body {
1841
1826
  border-radius: unset;
1842
1827
  }
1843
1828
 
1829
+ .fde5mpd {
1830
+ width: 100%;
1831
+ height: 100%;
1832
+ min-height: 124px;
1833
+ display: flex;
1834
+ flex-direction: column;
1835
+ justify-content: center;
1836
+ align-items: center;
1837
+ }
1838
+ .fde5mpd .error-text {
1839
+ color: rgba(10, 37, 85, 0.6);
1840
+ margin-bottom: 16px;
1841
+ font-size: 18px;
1842
+ }
1843
+
1844
+ .i1mrf09m {
1845
+ display: inline-flex;
1846
+ align-items: center;
1847
+ }
1848
+ .i1mrf09m .icon-inner {
1849
+ display: inline-flex;
1850
+ align-items: center;
1851
+ justify-content: center;
1852
+ }
1853
+ .i1mrf09m .icon-inner + span,
1854
+ .i1mrf09m span + .icon-inner.suffix {
1855
+ margin-left: 4px;
1856
+ }
1857
+ .i1mrf09m.is-rotate img,
1858
+ .i1mrf09m.is-rotate svg {
1859
+ animation: rotate 680ms linear infinite;
1860
+ }
1861
+
1862
+ .iap75of {
1863
+ height: 18px;
1864
+ line-height: 18px;
1865
+ padding: 0 4px;
1866
+ border-radius: 4px;
1867
+ background: rgba(235, 239, 245, 0.6);
1868
+ border: 1px solid rgba(223, 228, 235, 0.6);
1869
+ display: flex;
1870
+ align-items: center;
1871
+ white-space: nowrap;
1872
+ margin-right: 4px;
1873
+ }
1874
+
1844
1875
  .obf05yr {
1845
1876
  display: inline-block;
1846
1877
  }
1847
-
1848
- .hsms1n6 {
1849
- visibility: hidden;
1850
- position: absolute;
1878
+
1879
+ .hsms1n6 {
1880
+ visibility: hidden;
1881
+ position: absolute;
1882
+ }
1883
+
1884
+ .p12gwtiw {
1885
+ display: flex;
1886
+ justify-content: space-between;
1887
+ align-items: center;
1888
+ padding: 10px 0;
1889
+ color: rgba(44, 56, 82, 0.6);
1890
+ font-size: 12px;
1891
+ line-height: 24px;
1892
+ }
1893
+ .p12gwtiw .pagination-left {
1894
+ padding: 2px 8px;
1895
+ }
1896
+ .p12gwtiw .dropdown-trigger {
1897
+ display: flex;
1898
+ align-items: center;
1899
+ border-radius: 6px;
1900
+ cursor: pointer;
1901
+ transition: all 0.3s ease;
1902
+ }
1903
+ .p12gwtiw .dropdown-trigger:hover {
1904
+ background: rgba(211, 218, 235, 0.6);
1905
+ color: #0080ff;
1906
+ }
1907
+ .p12gwtiw .dropdown-trigger .icon-inner {
1908
+ margin-left: 4px;
1909
+ }
1910
+ .p12gwtiw .pagination-right {
1911
+ display: flex;
1912
+ align-items: center;
1913
+ color: #0080ff;
1914
+ font-weight: bold;
1915
+ }
1916
+ .p12gwtiw .pagination-right .icon-inner {
1917
+ margin-left: 4px;
1918
+ }
1919
+ .p12gwtiw .pagination-right .prev-btn,
1920
+ .p12gwtiw .pagination-right .next-btn {
1921
+ padding: 0 8px;
1922
+ }
1923
+ .p12gwtiw .pagination-right .prev-btn > span,
1924
+ .p12gwtiw .pagination-right .next-btn > span {
1925
+ color: #0080ff;
1926
+ }
1927
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
1928
+ transform: rotate(180deg);
1929
+ }
1930
+
1931
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1932
+ max-height: calc(100vh - 128px);
1933
+ overflow-y: auto;
1934
+ }
1935
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1936
+ padding: 4px 20px;
1937
+ font-size: 12px;
1938
+ line-height: 18px;
1939
+ }
1940
+
1941
+ .rxbeqvl.ant-radio-wrapper {
1942
+ display: inline-flex;
1943
+ align-items: baseline;
1944
+ white-space: pre-wrap;
1945
+ }
1946
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
1947
+ position: relative;
1948
+ top: 3px;
1949
+ }
1950
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1951
+ border-color: rgba(107, 128, 167, 0.6);
1952
+ }
1953
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
1954
+ border-color: #0080ff;
1955
+ }
1956
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
1957
+ border-color: #0080ff;
1958
+ background: #0080ff;
1959
+ }
1960
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
1961
+ top: 4px;
1962
+ left: 4px;
1963
+ width: 6px;
1964
+ height: 6px;
1965
+ background: #fff;
1966
+ }
1967
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
1968
+ opacity: 0.5;
1969
+ }
1970
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
1971
+ border-color: rgba(107, 128, 167, 0.6);
1972
+ background: rgba(211, 218, 235, 0.6);
1973
+ }
1974
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
1975
+ background: #00122e;
1976
+ }
1977
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
1978
+ color: #00122e;
1979
+ opacity: 0.5;
1980
+ }
1981
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
1982
+ color: #00122e;
1983
+ }
1984
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
1985
+ display: inline-block;
1986
+ padding: 0;
1987
+ padding-left: 12px;
1988
+ }
1989
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
1990
+ margin-bottom: 0;
1991
+ white-space: pre-wrap;
1992
+ color: rgba(44, 56, 82, 0.6);
1993
+ }
1994
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
1995
+ padding-left: 8px;
1996
+ }
1997
+
1998
+ .r5ie79y .ant-radio-button-wrapper:first-child {
1999
+ border-radius: 5px 0 0 5px;
2000
+ }
2001
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2002
+ border-radius: 0 5px 5px 0;
2003
+ }
2004
+
2005
+ .r1f0aqcc {
2006
+ color: #00122e;
2007
+ border-color: #ccd4e3;
2008
+ }
2009
+ .r1f0aqcc:first-child {
2010
+ border-color: #a3b4cc;
2011
+ }
2012
+ .r1f0aqcc.ant-radio-button-wrapper {
2013
+ padding: 0 12px;
2014
+ line-height: 32px;
2015
+ height: 32px;
2016
+ }
2017
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2018
+ white-space: nowrap;
2019
+ }
2020
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2021
+ background: #ccd4e3;
2022
+ }
2023
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2024
+ background: #0080ff;
2025
+ }
2026
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2027
+ background: #ccd4e3;
2028
+ opacity: 0.5;
2029
+ }
2030
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2031
+ border-right-color: #0080ff;
2032
+ }
2033
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2034
+ border-color: #0080ff;
2035
+ }
2036
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2037
+ background: rgba(0, 136, 255, 0.1);
2038
+ }
2039
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2040
+ background: rgba(211, 218, 235, 0.6);
2041
+ border-color: #ccd4e3;
2042
+ opacity: 0.5;
2043
+ }
2044
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2045
+ color: #00122e;
2046
+ border-color: #ccd4e3;
2047
+ }
2048
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2049
+ color: #00122e;
2050
+ border-color: #ccd4e3;
2051
+ background: rgba(172, 186, 211, 0.6);
2052
+ }
2053
+ .r1f0aqcc .ant-radio-button-input {
2054
+ margin-right: 8px;
2055
+ display: inline;
2056
+ border: none;
2057
+ padding: 0;
2058
+ width: 36px;
2059
+ background: transparent;
2060
+ }
2061
+ .r1f0aqcc .ant-radio-button-input:focus {
2062
+ box-shadow: none;
2063
+ }
2064
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2065
+ margin-right: 0;
2066
+ width: initial;
2067
+ box-shadow: none;
2068
+ }
2069
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2070
+ display: none;
2071
+ }
2072
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2073
+ display: inline;
2074
+ }
2075
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2076
+ display: inline;
2077
+ margin-right: 8px;
2078
+ padding: 0;
2079
+ width: 36px;
2080
+ }
2081
+
2082
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2083
+ flex-direction: row;
2084
+ justify-content: stretch;
2085
+ }
2086
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2087
+ padding: 0;
2088
+ margin-right: 4px;
2089
+ flex: 1;
2090
+ overflow: visible;
2091
+ }
2092
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2093
+ display: none;
2094
+ }
2095
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2096
+ width: 100%;
2097
+ min-height: unset;
2098
+ }
2099
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2100
+ height: 26px;
2101
+ line-height: 26px;
2102
+ width: 100%;
2103
+ text-align: center;
2104
+ padding: 0;
2105
+ font-size: 12px;
2106
+ font-weight: normal;
2107
+ }
2108
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2109
+ margin-right: 10px;
2110
+ }
2111
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2112
+ display: none;
2113
+ }
2114
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2115
+ border-radius: 4px 0 0 4px;
2116
+ }
2117
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2118
+ margin-right: 0;
2119
+ }
2120
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2121
+ border-radius: 0 4px 4px 0;
2122
+ }
2123
+ .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 {
2124
+ content: "";
2125
+ width: 0;
2126
+ height: 0;
2127
+ border: 13px solid transparent;
2128
+ position: absolute;
2129
+ top: 0;
2130
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2131
+ right: -21px;
2132
+ z-index: 2;
2133
+ }
2134
+ .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 {
2135
+ content: "";
2136
+ width: 0;
2137
+ height: 0;
2138
+ border: 13px solid transparent;
2139
+ position: absolute;
2140
+ top: 0;
2141
+ border-left: 8px solid #fff;
2142
+ left: 0;
2143
+ }
2144
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2145
+ background-color: rgba(0, 136, 255, 0.1);
2146
+ }
2147
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2148
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2149
+ }
2150
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2151
+ color: #005ed1;
2152
+ }
2153
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2154
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2155
+ background-color: rgba(237, 241, 250, 0.6);
2156
+ }
2157
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2158
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2159
+ color: rgba(44, 56, 82, 0.6);
2160
+ }
2161
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2162
+ padding: 0;
1851
2163
  }
1852
2164
 
1853
2165
  .cz04yix {
@@ -2405,331 +2717,114 @@ textarea.ipd9bk.ant-input.textarea-large {
2405
2717
  min-height: 40px;
2406
2718
  height: 40px;
2407
2719
  }
2408
- textarea.ipd9bk.ant-input.textarea-large:focus {
2409
- height: 80px;
2410
- }
2411
- textarea.ipd9bk.ant-input.textarea-middle {
2412
- min-height: 32px;
2413
- height: 32px;
2414
- }
2415
- textarea.ipd9bk.ant-input.textarea-middle:focus {
2416
- height: 64px;
2417
- }
2418
- textarea.ipd9bk.ant-input.textarea-small {
2419
- min-height: 24px;
2420
- height: 24px;
2421
- }
2422
- textarea.ipd9bk.ant-input.textarea-small:focus {
2423
- height: 40px;
2424
- }
2425
-
2426
- .kypn5o5 input, .kypn5o5.input-tags {
2427
- border: 1px solid rgba(213, 219, 227, 0.6);
2428
- border-radius: 4px;
2429
- }
2430
- .kypn5o5.input-tags {
2431
- position: relative;
2432
- padding: 6px;
2433
- height: 32px;
2434
- cursor: pointer;
2435
- transition: border 150ms;
2436
- }
2437
- .kypn5o5.input-tags:hover {
2438
- border-color: #0080ff;
2439
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2440
- }
2441
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
2442
- padding-right: 30px;
2443
- }
2444
- .kypn5o5.input-tags .input-tags-inner {
2445
- display: flex;
2446
- }
2447
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2448
- display: flex;
2449
- }
2450
- .kypn5o5.input-tags .input-tag-suffix {
2451
- position: absolute;
2452
- right: 12px;
2453
- top: 50%;
2454
- transform: translateY(-50%);
2455
- }
2456
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2457
- color: rgba(0, 0, 0, 0.25);
2458
- font-size: 12px;
2459
- cursor: pointer;
2460
- }
2461
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2462
- color: rgba(0, 0, 0, 0.45);
2463
- }
2464
- .kypn5o5.has-focus-indicator {
2465
- position: relative;
2466
- overflow: hidden;
2467
- }
2468
- .kypn5o5.has-focus-indicator .ant-input-prefix {
2469
- position: absolute;
2470
- top: 50%;
2471
- transform: translateY(-50%);
2472
- left: -16px;
2473
- transition: left 150ms ease;
2474
- opacity: 0;
2475
- }
2476
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2477
- left: 8px;
2478
- opacity: 1;
2479
- }
2480
- .kypn5o5.has-focus-indicator input {
2481
- transition: margin-left 150ms ease;
2482
- margin-left: 0px;
2483
- }
2484
- .kypn5o5.has-focus-indicator input:focus {
2485
- margin-left: 16px;
2486
- }
2487
-
2488
- input.l1ki27se.ant-input {
2489
- border-top-right-radius: 0;
2490
- border-bottom-right-radius: 0;
2491
- }
2492
-
2493
- .l1ki27se.ant-input-affix-wrapper {
2494
- border-top-right-radius: 0;
2495
- border-bottom-right-radius: 0;
2496
- }
2497
-
2498
- input.rrg1fkn.ant-input {
2499
- border-top-left-radius: 0;
2500
- border-bottom-left-radius: 0;
2501
- }
2502
-
2503
- .rrg1fkn.ant-input-affix-wrapper {
2504
- border-top-left-radius: 0;
2505
- border-bottom-left-radius: 0;
2506
- }
2507
-
2508
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2509
- border-top-right-radius: 0;
2510
- border-bottom-right-radius: 0;
2511
- }
2512
-
2513
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2514
- border-top-left-radius: 0;
2515
- border-bottom-left-radius: 0;
2516
- }
2517
-
2518
- .i1mrf09m {
2519
- display: inline-flex;
2520
- align-items: center;
2521
- }
2522
- .i1mrf09m .icon-inner {
2523
- display: inline-flex;
2524
- align-items: center;
2525
- justify-content: center;
2526
- }
2527
- .i1mrf09m .icon-inner + span,
2528
- .i1mrf09m span + .icon-inner.suffix {
2529
- margin-left: 4px;
2530
- }
2531
- .i1mrf09m.is-rotate img,
2532
- .i1mrf09m.is-rotate svg {
2533
- animation: rotate 680ms linear infinite;
2534
- }
2535
-
2536
- .rxbeqvl.ant-radio-wrapper {
2537
- display: inline-flex;
2538
- align-items: baseline;
2539
- white-space: pre-wrap;
2540
- }
2541
- .rxbeqvl.ant-radio-wrapper .ant-radio {
2542
- position: relative;
2543
- top: 3px;
2544
- }
2545
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2546
- border-color: rgba(107, 128, 167, 0.6);
2547
- }
2548
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2549
- border-color: #0080ff;
2550
- }
2551
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2552
- border-color: #0080ff;
2553
- background: #0080ff;
2554
- }
2555
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2556
- top: 4px;
2557
- left: 4px;
2558
- width: 6px;
2559
- height: 6px;
2560
- background: #fff;
2561
- }
2562
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2563
- opacity: 0.5;
2564
- }
2565
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2566
- border-color: rgba(107, 128, 167, 0.6);
2567
- background: rgba(211, 218, 235, 0.6);
2568
- }
2569
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2570
- background: #00122e;
2571
- }
2572
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2573
- color: #00122e;
2574
- opacity: 0.5;
2575
- }
2576
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2577
- color: #00122e;
2578
- }
2579
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2580
- display: inline-block;
2581
- padding: 0;
2582
- padding-left: 12px;
2583
- }
2584
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2585
- margin-bottom: 0;
2586
- white-space: pre-wrap;
2587
- color: rgba(44, 56, 82, 0.6);
2588
- }
2589
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2590
- padding-left: 8px;
2591
- }
2592
-
2593
- .r5ie79y .ant-radio-button-wrapper:first-child {
2594
- border-radius: 5px 0 0 5px;
2595
- }
2596
- .r5ie79y .ant-radio-button-wrapper:last-child {
2597
- border-radius: 0 5px 5px 0;
2598
- }
2599
-
2600
- .r1f0aqcc {
2601
- color: #00122e;
2602
- border-color: #ccd4e3;
2603
- }
2604
- .r1f0aqcc:first-child {
2605
- color: #00122e;
2606
- border-color: #a3b4cc;
2607
- }
2608
- .r1f0aqcc.ant-radio-button-wrapper {
2609
- padding: 0 12px;
2610
- line-height: 32px;
2611
- height: 32px;
2612
- }
2613
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
2614
- white-space: nowrap;
2615
- }
2616
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2617
- background: #ccd4e3;
2618
- }
2619
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2620
- background: #0080ff;
2621
- }
2622
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2623
- background: #ccd4e3;
2624
- opacity: 0.5;
2625
- }
2626
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2627
- border-right-color: #0080ff;
2628
- }
2629
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2630
- border-color: #0080ff;
2631
- }
2632
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2633
- background: rgba(0, 136, 255, 0.1);
2634
- }
2635
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2636
- background: rgba(211, 218, 235, 0.6);
2637
- border-color: #ccd4e3;
2638
- opacity: 0.5;
2639
- }
2640
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2641
- color: #00122e;
2642
- border-color: #ccd4e3;
2643
- }
2644
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2645
- color: #00122e;
2646
- border-color: #ccd4e3;
2647
- background: rgba(172, 186, 211, 0.6);
2648
- }
2649
- .r1f0aqcc .ant-radio-button-input {
2650
- margin-right: 8px;
2651
- display: inline;
2652
- border: none;
2653
- padding: 0;
2654
- width: 36px;
2655
- background: transparent;
2656
- }
2657
- .r1f0aqcc .ant-radio-button-input:focus {
2658
- box-shadow: none;
2720
+ textarea.ipd9bk.ant-input.textarea-large:focus {
2721
+ height: 80px;
2659
2722
  }
2660
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2661
- margin-right: 0;
2662
- width: initial;
2663
- box-shadow: none;
2723
+ textarea.ipd9bk.ant-input.textarea-middle {
2724
+ min-height: 32px;
2725
+ height: 32px;
2664
2726
  }
2665
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2666
- display: none;
2727
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
2728
+ height: 64px;
2667
2729
  }
2668
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2669
- display: inline;
2730
+ textarea.ipd9bk.ant-input.textarea-small {
2731
+ min-height: 24px;
2732
+ height: 24px;
2670
2733
  }
2671
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2672
- display: inline;
2673
- margin-right: 8px;
2674
- padding: 0;
2675
- width: 36px;
2734
+ textarea.ipd9bk.ant-input.textarea-small:focus {
2735
+ height: 40px;
2676
2736
  }
2677
2737
 
2678
- .p12gwtiw {
2679
- display: flex;
2680
- justify-content: space-between;
2681
- align-items: center;
2682
- padding: 10px 0;
2683
- color: rgba(44, 56, 82, 0.6);
2684
- font-size: 12px;
2685
- line-height: 24px;
2738
+ .kypn5o5 input, .kypn5o5.input-tags {
2739
+ border: 1px solid rgba(213, 219, 227, 0.6);
2740
+ border-radius: 4px;
2686
2741
  }
2687
- .p12gwtiw .pagination-left {
2688
- padding: 2px 8px;
2742
+ .kypn5o5.input-tags {
2743
+ position: relative;
2744
+ padding: 6px;
2745
+ height: 32px;
2746
+ cursor: pointer;
2747
+ transition: border 150ms;
2689
2748
  }
2690
- .p12gwtiw .dropdown-trigger {
2749
+ .kypn5o5.input-tags:hover {
2750
+ border-color: #0080ff;
2751
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2752
+ }
2753
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
2754
+ padding-right: 30px;
2755
+ }
2756
+ .kypn5o5.input-tags .input-tags-inner {
2691
2757
  display: flex;
2692
- align-items: center;
2693
- border-radius: 6px;
2758
+ }
2759
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2760
+ display: flex;
2761
+ }
2762
+ .kypn5o5.input-tags .input-tag-suffix {
2763
+ position: absolute;
2764
+ right: 12px;
2765
+ top: 50%;
2766
+ transform: translateY(-50%);
2767
+ }
2768
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2769
+ color: rgba(0, 0, 0, 0.25);
2770
+ font-size: 12px;
2694
2771
  cursor: pointer;
2695
- transition: all 0.3s ease;
2696
2772
  }
2697
- .p12gwtiw .dropdown-trigger:hover {
2698
- background: rgba(211, 218, 235, 0.6);
2699
- color: #0080ff;
2773
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2774
+ color: rgba(0, 0, 0, 0.45);
2700
2775
  }
2701
- .p12gwtiw .dropdown-trigger .icon-inner {
2702
- margin-left: 4px;
2776
+ .kypn5o5.has-focus-indicator {
2777
+ position: relative;
2778
+ overflow: hidden;
2703
2779
  }
2704
- .p12gwtiw .pagination-right {
2705
- display: flex;
2706
- align-items: center;
2707
- color: #0080ff;
2708
- font-weight: bold;
2780
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
2781
+ position: absolute;
2782
+ top: 50%;
2783
+ transform: translateY(-50%);
2784
+ left: -16px;
2785
+ transition: left 150ms ease;
2786
+ opacity: 0;
2709
2787
  }
2710
- .p12gwtiw .pagination-right .icon-inner {
2711
- margin-left: 4px;
2788
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2789
+ left: 8px;
2790
+ opacity: 1;
2712
2791
  }
2713
- .p12gwtiw .pagination-right .prev-btn,
2714
- .p12gwtiw .pagination-right .next-btn {
2715
- padding: 0 8px;
2792
+ .kypn5o5.has-focus-indicator input {
2793
+ transition: margin-left 150ms ease;
2794
+ margin-left: 0px;
2716
2795
  }
2717
- .p12gwtiw .pagination-right .prev-btn > span,
2718
- .p12gwtiw .pagination-right .next-btn > span {
2719
- color: #0080ff;
2796
+ .kypn5o5.has-focus-indicator input:focus {
2797
+ margin-left: 16px;
2720
2798
  }
2721
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2722
- transform: rotate(180deg);
2799
+
2800
+ input.l1ki27se.ant-input {
2801
+ border-top-right-radius: 0;
2802
+ border-bottom-right-radius: 0;
2723
2803
  }
2724
2804
 
2725
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2726
- max-height: calc(100vh - 128px);
2727
- overflow-y: auto;
2805
+ .l1ki27se.ant-input-affix-wrapper {
2806
+ border-top-right-radius: 0;
2807
+ border-bottom-right-radius: 0;
2728
2808
  }
2729
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2730
- padding: 4px 20px;
2731
- font-size: 12px;
2732
- line-height: 18px;
2809
+
2810
+ input.rrg1fkn.ant-input {
2811
+ border-top-left-radius: 0;
2812
+ border-bottom-left-radius: 0;
2813
+ }
2814
+
2815
+ .rrg1fkn.ant-input-affix-wrapper {
2816
+ border-top-left-radius: 0;
2817
+ border-bottom-left-radius: 0;
2818
+ }
2819
+
2820
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2821
+ border-top-right-radius: 0;
2822
+ border-bottom-right-radius: 0;
2823
+ }
2824
+
2825
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2826
+ border-top-left-radius: 0;
2827
+ border-bottom-left-radius: 0;
2733
2828
  }
2734
2829
 
2735
2830
  .s34f1qb.ant-switch {
@@ -2787,102 +2882,6 @@ input.rrg1fkn.ant-input {
2787
2882
  margin-left: 5px;
2788
2883
  }
2789
2884
 
2790
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2791
- flex-direction: row;
2792
- justify-content: stretch;
2793
- }
2794
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2795
- padding: 0;
2796
- margin-right: 4px;
2797
- flex: 1;
2798
- overflow: visible;
2799
- }
2800
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2801
- display: none;
2802
- }
2803
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2804
- width: 100%;
2805
- min-height: unset;
2806
- }
2807
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2808
- height: 26px;
2809
- line-height: 26px;
2810
- width: 100%;
2811
- text-align: center;
2812
- padding: 0;
2813
- font-size: 12px;
2814
- font-weight: normal;
2815
- }
2816
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2817
- margin-right: 10px;
2818
- }
2819
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2820
- display: none;
2821
- }
2822
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2823
- border-radius: 4px 0 0 4px;
2824
- }
2825
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2826
- margin-right: 0;
2827
- }
2828
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2829
- border-radius: 0 4px 4px 0;
2830
- }
2831
- .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 {
2832
- content: "";
2833
- width: 0;
2834
- height: 0;
2835
- border: 13px solid transparent;
2836
- position: absolute;
2837
- top: 0;
2838
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2839
- right: -21px;
2840
- z-index: 2;
2841
- }
2842
- .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 {
2843
- content: "";
2844
- width: 0;
2845
- height: 0;
2846
- border: 13px solid transparent;
2847
- position: absolute;
2848
- top: 0;
2849
- border-left: 8px solid #fff;
2850
- left: 0;
2851
- }
2852
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2853
- background-color: rgba(0, 136, 255, 0.1);
2854
- }
2855
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2856
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2857
- }
2858
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2859
- color: #005ed1;
2860
- }
2861
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2862
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2863
- background-color: rgba(237, 241, 250, 0.6);
2864
- }
2865
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2866
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2867
- color: rgba(44, 56, 82, 0.6);
2868
- }
2869
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2870
- padding: 0;
2871
- }
2872
-
2873
- .iap75of {
2874
- height: 18px;
2875
- line-height: 18px;
2876
- padding: 0 4px;
2877
- border-radius: 4px;
2878
- background: rgba(235, 239, 245, 0.6);
2879
- border: 1px solid rgba(223, 228, 235, 0.6);
2880
- display: flex;
2881
- align-items: center;
2882
- white-space: nowrap;
2883
- margin-right: 4px;
2884
- }
2885
-
2886
2885
  .t1upn1sz {
2887
2886
  height: 100%;
2888
2887
  }
@@ -3327,10 +3326,6 @@ input.rrg1fkn.ant-input {
3327
3326
  opacity: 0;
3328
3327
  }
3329
3328
 
3330
- .i1e4sgug {
3331
- display: inline-block;
3332
- }
3333
-
3334
3329
  .d6j0lbj {
3335
3330
  font-family: Inter;
3336
3331
  font-style: normal;
@@ -3806,6 +3801,10 @@ input.rrg1fkn.ant-input {
3806
3801
  line-height: 12px;
3807
3802
  }
3808
3803
 
3804
+ .i1e4sgug {
3805
+ display: inline-block;
3806
+ }
3807
+
3809
3808
  .c198s9j3 {
3810
3809
  color: #2d3a56;
3811
3810
  line-height: 22px;
@@ -3942,6 +3941,10 @@ input.rrg1fkn.ant-input {
3942
3941
  color: rgba(44, 56, 82, 0.6);
3943
3942
  }
3944
3943
 
3944
+ .iiqau4c.ant-input-group.ant-input-group-compact {
3945
+ display: flex;
3946
+ }
3947
+
3945
3948
  .m1thnes4 {
3946
3949
  color: rgba(44, 56, 82, 0.6);
3947
3950
  text-align: center;
@@ -4103,10 +4106,6 @@ input.rrg1fkn.ant-input {
4103
4106
  margin-left: 8px;
4104
4107
  }
4105
4108
 
4106
- .iiqau4c.ant-input-group.ant-input-group-compact {
4107
- display: flex;
4108
- }
4109
-
4110
4109
  .t1gz6wqf {
4111
4110
  height: 100%;
4112
4111
  }