@cloudtower/eagle 0.25.10 → 0.25.12

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.
@@ -1797,31 +1797,33 @@ html body {
1797
1797
  padding: 0;
1798
1798
  }
1799
1799
 
1800
- .i1mrf09m {
1801
- display: inline-flex;
1802
- align-items: center;
1800
+ .bpq0js6 {
1801
+ padding: 4px 11px;
1803
1802
  }
1804
- .i1mrf09m .icon-inner {
1805
- display: inline-flex;
1806
- align-items: center;
1807
- justify-content: center;
1803
+
1804
+ .b15sn34c {
1805
+ white-space: nowrap;
1806
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1808
1807
  }
1809
- .i1mrf09m .icon-inner + span,
1810
- .i1mrf09m span + .icon-inner.suffix {
1811
- margin-left: 4px;
1808
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1809
+ --color: #0080ff;
1812
1810
  }
1813
- .i1mrf09m.is-rotate img,
1814
- .i1mrf09m.is-rotate svg {
1815
- animation: rotate 680ms linear infinite;
1811
+ .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] {
1812
+ --color: #0080ff;
1816
1813
  }
1817
-
1818
- .obf05yr {
1819
- display: inline-block;
1814
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1815
+ margin-left: 1px;
1820
1816
  }
1821
-
1822
- .hsms1n6 {
1823
- visibility: hidden;
1824
- position: absolute;
1817
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1818
+ border-top-right-radius: 0;
1819
+ border-bottom-right-radius: 0;
1820
+ }
1821
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1822
+ border-top-left-radius: 0;
1823
+ border-bottom-left-radius: 0;
1824
+ }
1825
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1826
+ border-radius: unset;
1825
1827
  }
1826
1828
 
1827
1829
  .fde5mpd {
@@ -1839,6 +1841,24 @@ html body {
1839
1841
  font-size: 18px;
1840
1842
  }
1841
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
+
1842
1862
  .iap75of {
1843
1863
  height: 18px;
1844
1864
  line-height: 18px;
@@ -1852,33 +1872,212 @@ html body {
1852
1872
  margin-right: 4px;
1853
1873
  }
1854
1874
 
1855
- .bpq0js6 {
1856
- padding: 4px 11px;
1875
+ .obf05yr {
1876
+ display: inline-block;
1857
1877
  }
1858
1878
 
1859
- .b15sn34c {
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
+ color: #00122e;
2011
+ border-color: #a3b4cc;
2012
+ }
2013
+ .r1f0aqcc.ant-radio-button-wrapper {
2014
+ padding: 0 12px;
2015
+ line-height: 32px;
2016
+ height: 32px;
2017
+ }
2018
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
1860
2019
  white-space: nowrap;
1861
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1862
2020
  }
1863
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1864
- --color: #0080ff;
2021
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2022
+ background: #ccd4e3;
1865
2023
  }
1866
- .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] {
1867
- --color: #0080ff;
2024
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2025
+ background: #0080ff;
1868
2026
  }
1869
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1870
- margin-left: 1px;
2027
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2028
+ background: #ccd4e3;
2029
+ opacity: 0.5;
1871
2030
  }
1872
- .b15sn34c > .ant-btn:not(:only-child):first-child {
1873
- border-top-right-radius: 0;
1874
- border-bottom-right-radius: 0;
2031
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2032
+ border-right-color: #0080ff;
1875
2033
  }
1876
- .b15sn34c > .ant-btn:not(:only-child):last-child {
1877
- border-top-left-radius: 0;
1878
- border-bottom-left-radius: 0;
2034
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2035
+ border-color: #0080ff;
1879
2036
  }
1880
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1881
- border-radius: unset;
2037
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2038
+ background: rgba(0, 136, 255, 0.1);
2039
+ }
2040
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2041
+ background: rgba(211, 218, 235, 0.6);
2042
+ border-color: #ccd4e3;
2043
+ opacity: 0.5;
2044
+ }
2045
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2046
+ color: #00122e;
2047
+ border-color: #ccd4e3;
2048
+ }
2049
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2050
+ color: #00122e;
2051
+ border-color: #ccd4e3;
2052
+ background: rgba(172, 186, 211, 0.6);
2053
+ }
2054
+ .r1f0aqcc .ant-radio-button-input {
2055
+ margin-right: 8px;
2056
+ display: inline;
2057
+ border: none;
2058
+ padding: 0;
2059
+ width: 36px;
2060
+ background: transparent;
2061
+ }
2062
+ .r1f0aqcc .ant-radio-button-input:focus {
2063
+ box-shadow: none;
2064
+ }
2065
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2066
+ margin-right: 0;
2067
+ width: initial;
2068
+ box-shadow: none;
2069
+ }
2070
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2071
+ display: none;
2072
+ }
2073
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2074
+ display: inline;
2075
+ }
2076
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2077
+ display: inline;
2078
+ margin-right: 8px;
2079
+ padding: 0;
2080
+ width: 36px;
1882
2081
  }
1883
2082
 
1884
2083
  .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
@@ -1964,118 +2163,6 @@ html body {
1964
2163
  padding: 0;
1965
2164
  }
1966
2165
 
1967
- .s34f1qb.ant-switch {
1968
- min-width: 40px;
1969
- height: 24px;
1970
- background: rgba(172, 186, 211, 0.6);
1971
- overflow: hidden;
1972
- }
1973
- .s34f1qb.ant-switch:focus {
1974
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
1975
- }
1976
- .s34f1qb.ant-switch-small {
1977
- min-width: 26px;
1978
- height: 16px;
1979
- }
1980
- .s34f1qb.ant-switch-large {
1981
- min-width: 52px;
1982
- height: 32px;
1983
- }
1984
- .s34f1qb.ant-switch .ant-switch-handle {
1985
- height: 20px;
1986
- width: 20px;
1987
- }
1988
- .s34f1qb.ant-switch .ant-switch-handle::before {
1989
- border-radius: 10px;
1990
- transition-delay: 120ms;
1991
- }
1992
- .s34f1qb.ant-switch-small .ant-switch-handle {
1993
- height: 14px;
1994
- width: 14px;
1995
- top: 1px;
1996
- left: 1px;
1997
- }
1998
- .s34f1qb.ant-switch-large .ant-switch-handle {
1999
- height: 28px;
2000
- width: 28px;
2001
- }
2002
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2003
- border-radius: 14px;
2004
- }
2005
- .s34f1qb.ant-switch-checked {
2006
- background-color: #00ba5d;
2007
- }
2008
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2009
- left: calc(100% - 20px - 2px);
2010
- }
2011
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2012
- left: calc(100% - 14px - 1px);
2013
- }
2014
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2015
- left: calc(100% - 28px - 2px);
2016
- }
2017
-
2018
- .c1to9vb9 {
2019
- margin-left: 5px;
2020
- }
2021
-
2022
- .p12gwtiw {
2023
- display: flex;
2024
- justify-content: space-between;
2025
- align-items: center;
2026
- padding: 10px 0;
2027
- color: rgba(44, 56, 82, 0.6);
2028
- font-size: 12px;
2029
- line-height: 24px;
2030
- }
2031
- .p12gwtiw .pagination-left {
2032
- padding: 2px 8px;
2033
- }
2034
- .p12gwtiw .dropdown-trigger {
2035
- display: flex;
2036
- align-items: center;
2037
- border-radius: 6px;
2038
- cursor: pointer;
2039
- transition: all 0.3s ease;
2040
- }
2041
- .p12gwtiw .dropdown-trigger:hover {
2042
- background: rgba(211, 218, 235, 0.6);
2043
- color: #0080ff;
2044
- }
2045
- .p12gwtiw .dropdown-trigger .icon-inner {
2046
- margin-left: 4px;
2047
- }
2048
- .p12gwtiw .pagination-right {
2049
- display: flex;
2050
- align-items: center;
2051
- color: #0080ff;
2052
- font-weight: bold;
2053
- }
2054
- .p12gwtiw .pagination-right .icon-inner {
2055
- margin-left: 4px;
2056
- }
2057
- .p12gwtiw .pagination-right .prev-btn,
2058
- .p12gwtiw .pagination-right .next-btn {
2059
- padding: 0 8px;
2060
- }
2061
- .p12gwtiw .pagination-right .prev-btn > span,
2062
- .p12gwtiw .pagination-right .next-btn > span {
2063
- color: #0080ff;
2064
- }
2065
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2066
- transform: rotate(180deg);
2067
- }
2068
-
2069
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2070
- max-height: calc(100vh - 128px);
2071
- overflow-y: auto;
2072
- }
2073
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2074
- padding: 4px 20px;
2075
- font-size: 12px;
2076
- line-height: 18px;
2077
- }
2078
-
2079
2166
  .cz04yix {
2080
2167
  display: flex;
2081
2168
  flex-direction: column;
@@ -2687,200 +2774,113 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
2687
2774
  .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2688
2775
  color: rgba(0, 0, 0, 0.45);
2689
2776
  }
2690
- .kypn5o5.has-focus-indicator {
2691
- position: relative;
2692
- overflow: hidden;
2693
- }
2694
- .kypn5o5.has-focus-indicator .ant-input-prefix {
2695
- position: absolute;
2696
- top: 50%;
2697
- transform: translateY(-50%);
2698
- left: -16px;
2699
- transition: left 150ms ease;
2700
- opacity: 0;
2701
- }
2702
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2703
- left: 8px;
2704
- opacity: 1;
2705
- }
2706
- .kypn5o5.has-focus-indicator input {
2707
- transition: margin-left 150ms ease;
2708
- margin-left: 0px;
2709
- }
2710
- .kypn5o5.has-focus-indicator input:focus {
2711
- margin-left: 16px;
2712
- }
2713
-
2714
- input.l1ki27se.ant-input {
2715
- border-top-right-radius: 0;
2716
- border-bottom-right-radius: 0;
2717
- }
2718
-
2719
- .l1ki27se.ant-input-affix-wrapper {
2720
- border-top-right-radius: 0;
2721
- border-bottom-right-radius: 0;
2722
- }
2723
-
2724
- input.rrg1fkn.ant-input {
2725
- border-top-left-radius: 0;
2726
- border-bottom-left-radius: 0;
2727
- }
2728
-
2729
- .rrg1fkn.ant-input-affix-wrapper {
2730
- border-top-left-radius: 0;
2731
- border-bottom-left-radius: 0;
2732
- }
2733
-
2734
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2735
- border-top-right-radius: 0;
2736
- border-bottom-right-radius: 0;
2737
- }
2738
-
2739
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2740
- border-top-left-radius: 0;
2741
- border-bottom-left-radius: 0;
2742
- }
2743
-
2744
- .rxbeqvl.ant-radio-wrapper {
2745
- display: inline-flex;
2746
- align-items: baseline;
2747
- white-space: pre-wrap;
2748
- }
2749
- .rxbeqvl.ant-radio-wrapper .ant-radio {
2750
- position: relative;
2751
- top: 3px;
2752
- }
2753
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2754
- border-color: rgba(107, 128, 167, 0.6);
2755
- }
2756
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2757
- border-color: #0080ff;
2758
- }
2759
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2760
- border-color: #0080ff;
2761
- background: #0080ff;
2762
- }
2763
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2764
- top: 4px;
2765
- left: 4px;
2766
- width: 6px;
2767
- height: 6px;
2768
- background: #fff;
2769
- }
2770
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2771
- opacity: 0.5;
2772
- }
2773
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2774
- border-color: rgba(107, 128, 167, 0.6);
2775
- background: rgba(211, 218, 235, 0.6);
2776
- }
2777
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2778
- background: #00122e;
2779
- }
2780
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2781
- color: #00122e;
2782
- opacity: 0.5;
2777
+ .kypn5o5.has-focus-indicator {
2778
+ position: relative;
2779
+ overflow: hidden;
2783
2780
  }
2784
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2785
- color: #00122e;
2781
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
2782
+ position: absolute;
2783
+ top: 50%;
2784
+ transform: translateY(-50%);
2785
+ left: -16px;
2786
+ transition: left 150ms ease;
2787
+ opacity: 0;
2786
2788
  }
2787
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2788
- display: inline-block;
2789
- padding: 0;
2790
- padding-left: 12px;
2789
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2790
+ left: 8px;
2791
+ opacity: 1;
2791
2792
  }
2792
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2793
- margin-bottom: 0;
2794
- white-space: pre-wrap;
2795
- color: rgba(44, 56, 82, 0.6);
2793
+ .kypn5o5.has-focus-indicator input {
2794
+ transition: margin-left 150ms ease;
2795
+ margin-left: 0px;
2796
2796
  }
2797
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2798
- padding-left: 8px;
2797
+ .kypn5o5.has-focus-indicator input:focus {
2798
+ margin-left: 16px;
2799
2799
  }
2800
2800
 
2801
- .r5ie79y .ant-radio-button-wrapper:first-child {
2802
- border-radius: 5px 0 0 5px;
2803
- }
2804
- .r5ie79y .ant-radio-button-wrapper:last-child {
2805
- border-radius: 0 5px 5px 0;
2801
+ input.l1ki27se.ant-input {
2802
+ border-top-right-radius: 0;
2803
+ border-bottom-right-radius: 0;
2806
2804
  }
2807
2805
 
2808
- .r1f0aqcc {
2809
- color: #00122e;
2810
- border-color: #ccd4e3;
2806
+ .l1ki27se.ant-input-affix-wrapper {
2807
+ border-top-right-radius: 0;
2808
+ border-bottom-right-radius: 0;
2811
2809
  }
2812
- .r1f0aqcc:first-child {
2813
- color: #00122e;
2814
- border-color: #a3b4cc;
2810
+
2811
+ input.rrg1fkn.ant-input {
2812
+ border-top-left-radius: 0;
2813
+ border-bottom-left-radius: 0;
2815
2814
  }
2816
- .r1f0aqcc.ant-radio-button-wrapper {
2817
- padding: 0 12px;
2818
- line-height: 32px;
2819
- height: 32px;
2815
+
2816
+ .rrg1fkn.ant-input-affix-wrapper {
2817
+ border-top-left-radius: 0;
2818
+ border-bottom-left-radius: 0;
2820
2819
  }
2821
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
2822
- white-space: nowrap;
2820
+
2821
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2822
+ border-top-right-radius: 0;
2823
+ border-bottom-right-radius: 0;
2823
2824
  }
2824
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2825
- background: #ccd4e3;
2825
+
2826
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2827
+ border-top-left-radius: 0;
2828
+ border-bottom-left-radius: 0;
2826
2829
  }
2827
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2828
- background: #0080ff;
2830
+
2831
+ .s34f1qb.ant-switch {
2832
+ min-width: 40px;
2833
+ height: 24px;
2834
+ background: rgba(172, 186, 211, 0.6);
2835
+ overflow: hidden;
2829
2836
  }
2830
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2831
- background: #ccd4e3;
2832
- opacity: 0.5;
2837
+ .s34f1qb.ant-switch:focus {
2838
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2833
2839
  }
2834
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2835
- border-right-color: #0080ff;
2840
+ .s34f1qb.ant-switch-small {
2841
+ min-width: 26px;
2842
+ height: 16px;
2836
2843
  }
2837
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2838
- border-color: #0080ff;
2844
+ .s34f1qb.ant-switch-large {
2845
+ min-width: 52px;
2846
+ height: 32px;
2839
2847
  }
2840
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2841
- background: rgba(0, 136, 255, 0.1);
2848
+ .s34f1qb.ant-switch .ant-switch-handle {
2849
+ height: 20px;
2850
+ width: 20px;
2842
2851
  }
2843
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2844
- background: rgba(211, 218, 235, 0.6);
2845
- border-color: #ccd4e3;
2846
- opacity: 0.5;
2852
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2853
+ border-radius: 10px;
2854
+ transition-delay: 120ms;
2847
2855
  }
2848
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2849
- color: #00122e;
2850
- border-color: #ccd4e3;
2856
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2857
+ height: 14px;
2858
+ width: 14px;
2859
+ top: 1px;
2860
+ left: 1px;
2851
2861
  }
2852
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2853
- color: #00122e;
2854
- border-color: #ccd4e3;
2855
- background: rgba(172, 186, 211, 0.6);
2862
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2863
+ height: 28px;
2864
+ width: 28px;
2856
2865
  }
2857
- .r1f0aqcc .ant-radio-button-input {
2858
- margin-right: 8px;
2859
- display: inline;
2860
- border: none;
2861
- padding: 0;
2862
- width: 36px;
2863
- background: transparent;
2866
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2867
+ border-radius: 14px;
2864
2868
  }
2865
- .r1f0aqcc .ant-radio-button-input:focus {
2866
- box-shadow: none;
2869
+ .s34f1qb.ant-switch-checked {
2870
+ background-color: #00ba5d;
2867
2871
  }
2868
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2869
- margin-right: 0;
2870
- width: initial;
2871
- box-shadow: none;
2872
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2873
+ left: calc(100% - 20px - 2px);
2872
2874
  }
2873
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2874
- display: none;
2875
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2876
+ left: calc(100% - 14px - 1px);
2875
2877
  }
2876
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2877
- display: inline;
2878
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2879
+ left: calc(100% - 28px - 2px);
2878
2880
  }
2879
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2880
- display: inline;
2881
- margin-right: 8px;
2882
- padding: 0;
2883
- width: 36px;
2881
+
2882
+ .c1to9vb9 {
2883
+ margin-left: 5px;
2884
2884
  }
2885
2885
 
2886
2886
  .t1upn1sz {
@@ -3327,6 +3327,10 @@ input.rrg1fkn.ant-input {
3327
3327
  opacity: 0;
3328
3328
  }
3329
3329
 
3330
+ .i1e4sgug {
3331
+ display: inline-block;
3332
+ }
3333
+
3330
3334
  .d6j0lbj {
3331
3335
  font-family: Inter;
3332
3336
  font-style: normal;
@@ -3802,10 +3806,6 @@ input.rrg1fkn.ant-input {
3802
3806
  line-height: 12px;
3803
3807
  }
3804
3808
 
3805
- .i1e4sgug {
3806
- display: inline-block;
3807
- }
3808
-
3809
3809
  .c198s9j3 {
3810
3810
  color: #2d3a56;
3811
3811
  line-height: 22px;
@@ -4168,52 +4168,6 @@ input.rrg1fkn.ant-input {
4168
4168
  min-height: 0px;
4169
4169
  }
4170
4170
 
4171
- .at4ovwe .ant-input-number-handler-wrap {
4172
- display: var(--at4ovwe-0);
4173
- }
4174
- .at4ovwe .ant-input-number-input-wrap {
4175
- padding: 5px 12px;
4176
- display: inline-flex;
4177
- line-height: 1.5715;
4178
- height: 100%;
4179
- width: 100%;
4180
- }
4181
- .at4ovwe .ant-input-number-input-wrap::after {
4182
- content: var(--at4ovwe-1);
4183
- display: var(--at4ovwe-2);
4184
- flex: none;
4185
- align-items: center;
4186
- margin-left: 4px;
4187
- color: rgba(44, 56, 82, 0.6);
4188
- }
4189
- .at4ovwe .ant-input-number-input-wrap::before {
4190
- content: var(--at4ovwe-3);
4191
- display: var(--at4ovwe-4);
4192
- flex: none;
4193
- align-items: center;
4194
- margin-right: 4px;
4195
- cursor: auto;
4196
- color: rgba(44, 56, 82, 0.6);
4197
- }
4198
- .at4ovwe.ant-input-number {
4199
- width: 100%;
4200
- border-radius: 6px;
4201
- }
4202
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4203
- border-color: #0096ff;
4204
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4205
- }
4206
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4207
- border-color: #e75a3a;
4208
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4209
- }
4210
- .at4ovwe .ant-input-number-input {
4211
- padding: 0;
4212
- margin: 0;
4213
- height: auto;
4214
- font-size: inherit;
4215
- }
4216
-
4217
4171
  .tc40oxa {
4218
4172
  margin-bottom: 4px;
4219
4173
  color: rgba(44, 56, 82, 0.6);
@@ -4410,6 +4364,52 @@ input.rrg1fkn.ant-input {
4410
4364
  margin-right: 8px;
4411
4365
  }
4412
4366
 
4367
+ .at4ovwe .ant-input-number-handler-wrap {
4368
+ display: var(--at4ovwe-0);
4369
+ }
4370
+ .at4ovwe .ant-input-number-input-wrap {
4371
+ padding: 5px 12px;
4372
+ display: inline-flex;
4373
+ line-height: 1.5715;
4374
+ height: 100%;
4375
+ width: 100%;
4376
+ }
4377
+ .at4ovwe .ant-input-number-input-wrap::after {
4378
+ content: var(--at4ovwe-1);
4379
+ display: var(--at4ovwe-2);
4380
+ flex: none;
4381
+ align-items: center;
4382
+ margin-left: 4px;
4383
+ color: rgba(44, 56, 82, 0.6);
4384
+ }
4385
+ .at4ovwe .ant-input-number-input-wrap::before {
4386
+ content: var(--at4ovwe-3);
4387
+ display: var(--at4ovwe-4);
4388
+ flex: none;
4389
+ align-items: center;
4390
+ margin-right: 4px;
4391
+ cursor: auto;
4392
+ color: rgba(44, 56, 82, 0.6);
4393
+ }
4394
+ .at4ovwe.ant-input-number {
4395
+ width: 100%;
4396
+ border-radius: 6px;
4397
+ }
4398
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4399
+ border-color: #0096ff;
4400
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4401
+ }
4402
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4403
+ border-color: #e75a3a;
4404
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4405
+ }
4406
+ .at4ovwe .ant-input-number-input {
4407
+ padding: 0;
4408
+ margin: 0;
4409
+ height: auto;
4410
+ font-size: inherit;
4411
+ }
4412
+
4413
4413
  .a6dbbkm .ant-input-number-handler-wrap {
4414
4414
  display: var(--a6dbbkm-0);
4415
4415
  }