@cloudtower/eagle 0.24.14 → 0.24.15

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.
@@ -1758,6 +1758,34 @@ body {
1758
1758
  padding: 0;
1759
1759
  }
1760
1760
 
1761
+ .fde5mpd {
1762
+ width: 100%;
1763
+ height: 100%;
1764
+ min-height: 124px;
1765
+ display: flex;
1766
+ flex-direction: column;
1767
+ justify-content: center;
1768
+ align-items: center;
1769
+ }
1770
+ .fde5mpd .error-text {
1771
+ color: rgba(10, 37, 85, 0.6);
1772
+ margin-bottom: 16px;
1773
+ font-size: 18px;
1774
+ }
1775
+
1776
+ .iap75of {
1777
+ height: 18px;
1778
+ line-height: 18px;
1779
+ padding: 0 4px;
1780
+ border-radius: 4px;
1781
+ background: rgba(235, 239, 245, 0.6);
1782
+ border: 1px solid rgba(223, 228, 235, 0.6);
1783
+ display: flex;
1784
+ align-items: center;
1785
+ white-space: nowrap;
1786
+ margin-right: 4px;
1787
+ }
1788
+
1761
1789
  .bpq0js6 {
1762
1790
  padding: 4px 11px;
1763
1791
  }
@@ -1787,21 +1815,6 @@ body {
1787
1815
  border-radius: unset;
1788
1816
  }
1789
1817
 
1790
- .fde5mpd {
1791
- width: 100%;
1792
- height: 100%;
1793
- min-height: 124px;
1794
- display: flex;
1795
- flex-direction: column;
1796
- justify-content: center;
1797
- align-items: center;
1798
- }
1799
- .fde5mpd .error-text {
1800
- color: rgba(10, 37, 85, 0.6);
1801
- margin-bottom: 16px;
1802
- font-size: 18px;
1803
- }
1804
-
1805
1818
  .i1mrf09m {
1806
1819
  display: inline-flex;
1807
1820
  align-items: center;
@@ -1820,28 +1833,6 @@ body {
1820
1833
  animation: rotate 680ms linear infinite;
1821
1834
  }
1822
1835
 
1823
- .iap75of {
1824
- height: 18px;
1825
- line-height: 18px;
1826
- padding: 0 4px;
1827
- border-radius: 4px;
1828
- background: rgba(235, 239, 245, 0.6);
1829
- border: 1px solid rgba(223, 228, 235, 0.6);
1830
- display: flex;
1831
- align-items: center;
1832
- white-space: nowrap;
1833
- margin-right: 4px;
1834
- }
1835
-
1836
- .obf05yr {
1837
- display: inline-block;
1838
- }
1839
-
1840
- .hsms1n6 {
1841
- visibility: hidden;
1842
- position: absolute;
1843
- }
1844
-
1845
1836
  .p12gwtiw {
1846
1837
  display: flex;
1847
1838
  justify-content: space-between;
@@ -1899,229 +1890,13 @@ body {
1899
1890
  line-height: 18px;
1900
1891
  }
1901
1892
 
1902
- .rxbeqvl.ant-radio-wrapper {
1903
- display: inline-flex;
1904
- align-items: baseline;
1905
- white-space: pre-wrap;
1906
- }
1907
- .rxbeqvl.ant-radio-wrapper .ant-radio {
1908
- position: relative;
1909
- top: 3px;
1910
- }
1911
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1912
- border-color: rgba(107, 128, 167, 0.6);
1913
- }
1914
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
1915
- border-color: #0080ff;
1916
- }
1917
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
1918
- border-color: #0080ff;
1919
- background: #0080ff;
1920
- }
1921
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
1922
- top: 4px;
1923
- left: 4px;
1924
- width: 6px;
1925
- height: 6px;
1926
- background: #fff;
1927
- }
1928
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
1929
- opacity: 0.5;
1930
- }
1931
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
1932
- border-color: rgba(107, 128, 167, 0.6);
1933
- background: rgba(211, 218, 235, 0.6);
1934
- }
1935
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
1936
- background: #00122e;
1937
- }
1938
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
1939
- color: #00122e;
1940
- opacity: 0.5;
1941
- }
1942
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
1943
- color: #00122e;
1944
- }
1945
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
1893
+ .obf05yr {
1946
1894
  display: inline-block;
1947
- padding: 0;
1948
- padding-left: 12px;
1949
- }
1950
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
1951
- margin-bottom: 0;
1952
- white-space: pre-wrap;
1953
- color: rgba(44, 56, 82, 0.6);
1954
- }
1955
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
1956
- padding-left: 8px;
1957
- }
1958
-
1959
- .r5ie79y .ant-radio-button-wrapper:first-child {
1960
- border-radius: 5px 0 0 5px;
1961
- }
1962
- .r5ie79y .ant-radio-button-wrapper:last-child {
1963
- border-radius: 0 5px 5px 0;
1964
- }
1965
-
1966
- .r1f0aqcc {
1967
- color: #00122e;
1968
- border-color: #ccd4e3;
1969
- }
1970
- .r1f0aqcc:first-child {
1971
- color: #00122e;
1972
- border-color: #a3b4cc;
1973
- }
1974
- .r1f0aqcc.ant-radio-button-wrapper {
1975
- padding: 0 12px;
1976
- line-height: 32px;
1977
- height: 32px;
1978
- }
1979
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
1980
- white-space: nowrap;
1981
- }
1982
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
1983
- background: #ccd4e3;
1984
- }
1985
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
1986
- background: #0080ff;
1987
- }
1988
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
1989
- background: #ccd4e3;
1990
- opacity: 0.5;
1991
- }
1992
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
1993
- border-right-color: #0080ff;
1994
- }
1995
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
1996
- border-color: #0080ff;
1997
- }
1998
- .r1f0aqcc.ant-radio-button-wrapper-checked {
1999
- background: rgba(0, 136, 255, 0.1);
2000
- }
2001
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2002
- background: rgba(211, 218, 235, 0.6);
2003
- border-color: #ccd4e3;
2004
- opacity: 0.5;
2005
- }
2006
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2007
- color: #00122e;
2008
- border-color: #ccd4e3;
2009
- }
2010
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2011
- color: #00122e;
2012
- border-color: #ccd4e3;
2013
- background: rgba(172, 186, 211, 0.6);
2014
- }
2015
- .r1f0aqcc .ant-radio-button-input {
2016
- margin-right: 8px;
2017
- display: inline;
2018
- border: none;
2019
- padding: 0;
2020
- width: 36px;
2021
- background: transparent;
2022
- }
2023
- .r1f0aqcc .ant-radio-button-input:focus {
2024
- box-shadow: none;
2025
- }
2026
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2027
- margin-right: 0;
2028
- width: initial;
2029
- box-shadow: none;
2030
- }
2031
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2032
- display: none;
2033
- }
2034
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2035
- display: inline;
2036
- }
2037
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2038
- display: inline;
2039
- margin-right: 8px;
2040
- padding: 0;
2041
- width: 36px;
2042
1895
  }
2043
1896
 
2044
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2045
- flex-direction: row;
2046
- justify-content: stretch;
2047
- }
2048
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2049
- padding: 0;
2050
- margin-right: 4px;
2051
- flex: 1;
2052
- overflow: visible;
2053
- }
2054
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2055
- display: none;
2056
- }
2057
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2058
- width: 100%;
2059
- min-height: unset;
2060
- }
2061
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2062
- height: 26px;
2063
- line-height: 26px;
2064
- width: 100%;
2065
- text-align: center;
2066
- padding: 0;
2067
- font-size: 12px;
2068
- font-weight: normal;
2069
- }
2070
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2071
- margin-right: 10px;
2072
- }
2073
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2074
- display: none;
2075
- }
2076
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2077
- border-radius: 4px 0 0 4px;
2078
- }
2079
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2080
- margin-right: 0;
2081
- }
2082
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2083
- border-radius: 0 4px 4px 0;
2084
- }
2085
- .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 {
2086
- content: "";
2087
- width: 0;
2088
- height: 0;
2089
- border: 13px solid transparent;
2090
- position: absolute;
2091
- top: 0;
2092
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2093
- right: -21px;
2094
- z-index: 2;
2095
- }
2096
- .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 {
2097
- content: "";
2098
- width: 0;
2099
- height: 0;
2100
- border: 13px solid transparent;
1897
+ .hsms1n6 {
1898
+ visibility: hidden;
2101
1899
  position: absolute;
2102
- top: 0;
2103
- border-left: 8px solid #fff;
2104
- left: 0;
2105
- }
2106
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2107
- background-color: rgba(0, 136, 255, 0.1);
2108
- }
2109
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2110
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2111
- }
2112
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2113
- color: #005ed1;
2114
- }
2115
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2116
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2117
- background-color: rgba(237, 241, 250, 0.6);
2118
- }
2119
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2120
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2121
- color: rgba(44, 56, 82, 0.6);
2122
- }
2123
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2124
- padding: 0;
2125
1900
  }
2126
1901
 
2127
1902
  .cz04yix {
@@ -2844,6 +2619,231 @@ input.rrg1fkn.ant-input {
2844
2619
  margin-left: 5px;
2845
2620
  }
2846
2621
 
2622
+ .rxbeqvl.ant-radio-wrapper {
2623
+ display: inline-flex;
2624
+ align-items: baseline;
2625
+ white-space: pre-wrap;
2626
+ }
2627
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
2628
+ position: relative;
2629
+ top: 3px;
2630
+ }
2631
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2632
+ border-color: rgba(107, 128, 167, 0.6);
2633
+ }
2634
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2635
+ border-color: #0080ff;
2636
+ }
2637
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2638
+ border-color: #0080ff;
2639
+ background: #0080ff;
2640
+ }
2641
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2642
+ top: 4px;
2643
+ left: 4px;
2644
+ width: 6px;
2645
+ height: 6px;
2646
+ background: #fff;
2647
+ }
2648
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2649
+ opacity: 0.5;
2650
+ }
2651
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2652
+ border-color: rgba(107, 128, 167, 0.6);
2653
+ background: rgba(211, 218, 235, 0.6);
2654
+ }
2655
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2656
+ background: #00122e;
2657
+ }
2658
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2659
+ color: #00122e;
2660
+ opacity: 0.5;
2661
+ }
2662
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2663
+ color: #00122e;
2664
+ }
2665
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2666
+ display: inline-block;
2667
+ padding: 0;
2668
+ padding-left: 12px;
2669
+ }
2670
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2671
+ margin-bottom: 0;
2672
+ white-space: pre-wrap;
2673
+ color: rgba(44, 56, 82, 0.6);
2674
+ }
2675
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2676
+ padding-left: 8px;
2677
+ }
2678
+
2679
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2680
+ border-radius: 5px 0 0 5px;
2681
+ }
2682
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2683
+ border-radius: 0 5px 5px 0;
2684
+ }
2685
+
2686
+ .r1f0aqcc {
2687
+ color: #00122e;
2688
+ border-color: #ccd4e3;
2689
+ }
2690
+ .r1f0aqcc:first-child {
2691
+ color: #00122e;
2692
+ border-color: #a3b4cc;
2693
+ }
2694
+ .r1f0aqcc.ant-radio-button-wrapper {
2695
+ padding: 0 12px;
2696
+ line-height: 32px;
2697
+ height: 32px;
2698
+ }
2699
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2700
+ white-space: nowrap;
2701
+ }
2702
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2703
+ background: #ccd4e3;
2704
+ }
2705
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2706
+ background: #0080ff;
2707
+ }
2708
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2709
+ background: #ccd4e3;
2710
+ opacity: 0.5;
2711
+ }
2712
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2713
+ border-right-color: #0080ff;
2714
+ }
2715
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2716
+ border-color: #0080ff;
2717
+ }
2718
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2719
+ background: rgba(0, 136, 255, 0.1);
2720
+ }
2721
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2722
+ background: rgba(211, 218, 235, 0.6);
2723
+ border-color: #ccd4e3;
2724
+ opacity: 0.5;
2725
+ }
2726
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2727
+ color: #00122e;
2728
+ border-color: #ccd4e3;
2729
+ }
2730
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2731
+ color: #00122e;
2732
+ border-color: #ccd4e3;
2733
+ background: rgba(172, 186, 211, 0.6);
2734
+ }
2735
+ .r1f0aqcc .ant-radio-button-input {
2736
+ margin-right: 8px;
2737
+ display: inline;
2738
+ border: none;
2739
+ padding: 0;
2740
+ width: 36px;
2741
+ background: transparent;
2742
+ }
2743
+ .r1f0aqcc .ant-radio-button-input:focus {
2744
+ box-shadow: none;
2745
+ }
2746
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2747
+ margin-right: 0;
2748
+ width: initial;
2749
+ box-shadow: none;
2750
+ }
2751
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2752
+ display: none;
2753
+ }
2754
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2755
+ display: inline;
2756
+ }
2757
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2758
+ display: inline;
2759
+ margin-right: 8px;
2760
+ padding: 0;
2761
+ width: 36px;
2762
+ }
2763
+
2764
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2765
+ flex-direction: row;
2766
+ justify-content: stretch;
2767
+ }
2768
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2769
+ padding: 0;
2770
+ margin-right: 4px;
2771
+ flex: 1;
2772
+ overflow: visible;
2773
+ }
2774
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2775
+ display: none;
2776
+ }
2777
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2778
+ width: 100%;
2779
+ min-height: unset;
2780
+ }
2781
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2782
+ height: 26px;
2783
+ line-height: 26px;
2784
+ width: 100%;
2785
+ text-align: center;
2786
+ padding: 0;
2787
+ font-size: 12px;
2788
+ font-weight: normal;
2789
+ }
2790
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2791
+ margin-right: 10px;
2792
+ }
2793
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2794
+ display: none;
2795
+ }
2796
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2797
+ border-radius: 4px 0 0 4px;
2798
+ }
2799
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2800
+ margin-right: 0;
2801
+ }
2802
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2803
+ border-radius: 0 4px 4px 0;
2804
+ }
2805
+ .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 {
2806
+ content: "";
2807
+ width: 0;
2808
+ height: 0;
2809
+ border: 13px solid transparent;
2810
+ position: absolute;
2811
+ top: 0;
2812
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2813
+ right: -21px;
2814
+ z-index: 2;
2815
+ }
2816
+ .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 {
2817
+ content: "";
2818
+ width: 0;
2819
+ height: 0;
2820
+ border: 13px solid transparent;
2821
+ position: absolute;
2822
+ top: 0;
2823
+ border-left: 8px solid #fff;
2824
+ left: 0;
2825
+ }
2826
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2827
+ background-color: rgba(0, 136, 255, 0.1);
2828
+ }
2829
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2830
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2831
+ }
2832
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2833
+ color: #005ed1;
2834
+ }
2835
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2836
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2837
+ background-color: rgba(237, 241, 250, 0.6);
2838
+ }
2839
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2840
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2841
+ color: rgba(44, 56, 82, 0.6);
2842
+ }
2843
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2844
+ padding: 0;
2845
+ }
2846
+
2847
2847
  .t1upn1sz {
2848
2848
  height: 100%;
2849
2849
  }