@cloudtower/eagle 0.26.5 → 0.26.6
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/components/Token/index.d.ts +4 -0
- package/dist/components.css +419 -346
- package/dist/esm/index.js +949 -898
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +7 -0
- package/dist/style.css +1187 -1114
- package/dist/umd/index.js +948 -897
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -1549,50 +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
|
-
.bpq0js6 {
|
|
1568
|
-
padding: 4px 11px;
|
|
1569
|
-
}
|
|
1570
|
-
|
|
1571
|
-
.b15sn34c {
|
|
1572
|
-
white-space: nowrap;
|
|
1573
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1574
|
-
}
|
|
1575
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1576
|
-
--color: #0080ff;
|
|
1577
|
-
}
|
|
1578
|
-
.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] {
|
|
1579
|
-
--color: #0080ff;
|
|
1580
|
-
}
|
|
1581
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1582
|
-
margin-left: 1px;
|
|
1583
|
-
}
|
|
1584
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1585
|
-
border-top-right-radius: 0;
|
|
1586
|
-
border-bottom-right-radius: 0;
|
|
1587
|
-
}
|
|
1588
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1589
|
-
border-top-left-radius: 0;
|
|
1590
|
-
border-bottom-left-radius: 0;
|
|
1591
|
-
}
|
|
1592
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1593
|
-
border-radius: unset;
|
|
1594
|
-
}
|
|
1595
|
-
|
|
1596
1552
|
.buj61ew.ant-btn {
|
|
1597
1553
|
height: 32px;
|
|
1598
1554
|
border-radius: 6px;
|
|
@@ -1841,17 +1797,48 @@ html body {
|
|
|
1841
1797
|
padding: 0;
|
|
1842
1798
|
}
|
|
1843
1799
|
|
|
1844
|
-
.
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1800
|
+
.bpq0js6 {
|
|
1801
|
+
padding: 4px 11px;
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1804
|
+
.b15sn34c {
|
|
1805
|
+
white-space: nowrap;
|
|
1806
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1807
|
+
}
|
|
1808
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1809
|
+
--color: #0080ff;
|
|
1810
|
+
}
|
|
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;
|
|
1813
|
+
}
|
|
1814
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1815
|
+
margin-left: 1px;
|
|
1816
|
+
}
|
|
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;
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
.fde5mpd {
|
|
1830
|
+
width: 100%;
|
|
1831
|
+
height: 100%;
|
|
1832
|
+
min-height: 124px;
|
|
1851
1833
|
display: flex;
|
|
1834
|
+
flex-direction: column;
|
|
1835
|
+
justify-content: center;
|
|
1852
1836
|
align-items: center;
|
|
1853
|
-
|
|
1854
|
-
|
|
1837
|
+
}
|
|
1838
|
+
.fde5mpd .error-text {
|
|
1839
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1840
|
+
margin-bottom: 16px;
|
|
1841
|
+
font-size: 18px;
|
|
1855
1842
|
}
|
|
1856
1843
|
|
|
1857
1844
|
.i1mrf09m {
|
|
@@ -1872,6 +1859,19 @@ html body {
|
|
|
1872
1859
|
animation: rotate 680ms linear infinite;
|
|
1873
1860
|
}
|
|
1874
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
|
+
|
|
1875
1875
|
.obf05yr {
|
|
1876
1876
|
display: inline-block;
|
|
1877
1877
|
}
|
|
@@ -1938,6 +1938,230 @@ html body {
|
|
|
1938
1938
|
line-height: 18px;
|
|
1939
1939
|
}
|
|
1940
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;
|
|
2163
|
+
}
|
|
2164
|
+
|
|
1941
2165
|
.cz04yix {
|
|
1942
2166
|
display: flex;
|
|
1943
2167
|
flex-direction: column;
|
|
@@ -2529,219 +2753,78 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
|
2529
2753
|
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2530
2754
|
padding-right: 30px;
|
|
2531
2755
|
}
|
|
2532
|
-
.kypn5o5.input-tags .input-tags-inner {
|
|
2533
|
-
display: flex;
|
|
2534
|
-
}
|
|
2535
|
-
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2536
|
-
display: flex;
|
|
2537
|
-
}
|
|
2538
|
-
.kypn5o5.input-tags .input-tag-suffix {
|
|
2539
|
-
position: absolute;
|
|
2540
|
-
right: 12px;
|
|
2541
|
-
top: 50%;
|
|
2542
|
-
transform: translateY(-50%);
|
|
2543
|
-
}
|
|
2544
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2545
|
-
color: rgba(0, 0, 0, 0.25);
|
|
2546
|
-
font-size: 12px;
|
|
2547
|
-
cursor: pointer;
|
|
2548
|
-
}
|
|
2549
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2550
|
-
color: rgba(0, 0, 0, 0.45);
|
|
2551
|
-
}
|
|
2552
|
-
.kypn5o5.has-focus-indicator {
|
|
2553
|
-
position: relative;
|
|
2554
|
-
overflow: hidden;
|
|
2555
|
-
}
|
|
2556
|
-
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2557
|
-
position: absolute;
|
|
2558
|
-
top: 50%;
|
|
2559
|
-
transform: translateY(-50%);
|
|
2560
|
-
left: -16px;
|
|
2561
|
-
transition: left 150ms ease;
|
|
2562
|
-
opacity: 0;
|
|
2563
|
-
}
|
|
2564
|
-
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2565
|
-
left: 8px;
|
|
2566
|
-
opacity: 1;
|
|
2567
|
-
}
|
|
2568
|
-
.kypn5o5.has-focus-indicator input {
|
|
2569
|
-
transition: margin-left 150ms ease;
|
|
2570
|
-
margin-left: 0px;
|
|
2571
|
-
}
|
|
2572
|
-
.kypn5o5.has-focus-indicator input:focus {
|
|
2573
|
-
margin-left: 16px;
|
|
2574
|
-
}
|
|
2575
|
-
|
|
2576
|
-
input.l1ki27se.ant-input {
|
|
2577
|
-
border-top-right-radius: 0;
|
|
2578
|
-
border-bottom-right-radius: 0;
|
|
2579
|
-
}
|
|
2580
|
-
|
|
2581
|
-
.l1ki27se.ant-input-affix-wrapper {
|
|
2582
|
-
border-top-right-radius: 0;
|
|
2583
|
-
border-bottom-right-radius: 0;
|
|
2584
|
-
}
|
|
2585
|
-
|
|
2586
|
-
input.rrg1fkn.ant-input {
|
|
2587
|
-
border-top-left-radius: 0;
|
|
2588
|
-
border-bottom-left-radius: 0;
|
|
2589
|
-
}
|
|
2590
|
-
|
|
2591
|
-
.rrg1fkn.ant-input-affix-wrapper {
|
|
2592
|
-
border-top-left-radius: 0;
|
|
2593
|
-
border-bottom-left-radius: 0;
|
|
2594
|
-
}
|
|
2595
|
-
|
|
2596
|
-
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2597
|
-
border-top-right-radius: 0;
|
|
2598
|
-
border-bottom-right-radius: 0;
|
|
2599
|
-
}
|
|
2600
|
-
|
|
2601
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2602
|
-
border-top-left-radius: 0;
|
|
2603
|
-
border-bottom-left-radius: 0;
|
|
2604
|
-
}
|
|
2605
|
-
|
|
2606
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
2607
|
-
display: inline-flex;
|
|
2608
|
-
align-items: baseline;
|
|
2609
|
-
white-space: pre-wrap;
|
|
2610
|
-
}
|
|
2611
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2612
|
-
position: relative;
|
|
2613
|
-
top: 3px;
|
|
2614
|
-
}
|
|
2615
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2616
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2617
|
-
}
|
|
2618
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2619
|
-
border-color: #0080ff;
|
|
2620
|
-
}
|
|
2621
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2622
|
-
border-color: #0080ff;
|
|
2623
|
-
background: #0080ff;
|
|
2624
|
-
}
|
|
2625
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2626
|
-
top: 4px;
|
|
2627
|
-
left: 4px;
|
|
2628
|
-
width: 6px;
|
|
2629
|
-
height: 6px;
|
|
2630
|
-
background: #fff;
|
|
2631
|
-
}
|
|
2632
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2633
|
-
opacity: 0.5;
|
|
2634
|
-
}
|
|
2635
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2636
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2637
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2638
|
-
}
|
|
2639
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2640
|
-
background: #00122e;
|
|
2641
|
-
}
|
|
2642
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2643
|
-
color: #00122e;
|
|
2644
|
-
opacity: 0.5;
|
|
2645
|
-
}
|
|
2646
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2647
|
-
color: #00122e;
|
|
2648
|
-
}
|
|
2649
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2650
|
-
display: inline-block;
|
|
2651
|
-
padding: 0;
|
|
2652
|
-
padding-left: 12px;
|
|
2653
|
-
}
|
|
2654
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2655
|
-
margin-bottom: 0;
|
|
2656
|
-
white-space: pre-wrap;
|
|
2657
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2658
|
-
}
|
|
2659
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2660
|
-
padding-left: 8px;
|
|
2661
|
-
}
|
|
2662
|
-
|
|
2663
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2664
|
-
border-radius: 5px 0 0 5px;
|
|
2665
|
-
}
|
|
2666
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2667
|
-
border-radius: 0 5px 5px 0;
|
|
2668
|
-
}
|
|
2669
|
-
|
|
2670
|
-
.r1f0aqcc {
|
|
2671
|
-
color: #00122e;
|
|
2672
|
-
border-color: #ccd4e3;
|
|
2673
|
-
}
|
|
2674
|
-
.r1f0aqcc:first-child {
|
|
2675
|
-
border-color: #a3b4cc;
|
|
2676
|
-
}
|
|
2677
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2678
|
-
padding: 0 12px;
|
|
2679
|
-
line-height: 32px;
|
|
2680
|
-
height: 32px;
|
|
2681
|
-
}
|
|
2682
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2683
|
-
white-space: nowrap;
|
|
2756
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
2757
|
+
display: flex;
|
|
2684
2758
|
}
|
|
2685
|
-
.
|
|
2686
|
-
|
|
2759
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2760
|
+
display: flex;
|
|
2687
2761
|
}
|
|
2688
|
-
.
|
|
2689
|
-
|
|
2762
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
2763
|
+
position: absolute;
|
|
2764
|
+
right: 12px;
|
|
2765
|
+
top: 50%;
|
|
2766
|
+
transform: translateY(-50%);
|
|
2690
2767
|
}
|
|
2691
|
-
.
|
|
2692
|
-
|
|
2693
|
-
|
|
2768
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2769
|
+
color: rgba(0, 0, 0, 0.25);
|
|
2770
|
+
font-size: 12px;
|
|
2771
|
+
cursor: pointer;
|
|
2694
2772
|
}
|
|
2695
|
-
.
|
|
2696
|
-
|
|
2773
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2774
|
+
color: rgba(0, 0, 0, 0.45);
|
|
2697
2775
|
}
|
|
2698
|
-
.
|
|
2699
|
-
|
|
2776
|
+
.kypn5o5.has-focus-indicator {
|
|
2777
|
+
position: relative;
|
|
2778
|
+
overflow: hidden;
|
|
2700
2779
|
}
|
|
2701
|
-
.
|
|
2702
|
-
|
|
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;
|
|
2703
2787
|
}
|
|
2704
|
-
.
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
opacity: 0.5;
|
|
2788
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2789
|
+
left: 8px;
|
|
2790
|
+
opacity: 1;
|
|
2708
2791
|
}
|
|
2709
|
-
.
|
|
2710
|
-
|
|
2711
|
-
|
|
2792
|
+
.kypn5o5.has-focus-indicator input {
|
|
2793
|
+
transition: margin-left 150ms ease;
|
|
2794
|
+
margin-left: 0px;
|
|
2712
2795
|
}
|
|
2713
|
-
.
|
|
2714
|
-
|
|
2715
|
-
border-color: #ccd4e3;
|
|
2716
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2796
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2797
|
+
margin-left: 16px;
|
|
2717
2798
|
}
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
border:
|
|
2722
|
-
padding: 0;
|
|
2723
|
-
width: 36px;
|
|
2724
|
-
background: transparent;
|
|
2799
|
+
|
|
2800
|
+
input.l1ki27se.ant-input {
|
|
2801
|
+
border-top-right-radius: 0;
|
|
2802
|
+
border-bottom-right-radius: 0;
|
|
2725
2803
|
}
|
|
2726
|
-
|
|
2727
|
-
|
|
2804
|
+
|
|
2805
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2806
|
+
border-top-right-radius: 0;
|
|
2807
|
+
border-bottom-right-radius: 0;
|
|
2728
2808
|
}
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2809
|
+
|
|
2810
|
+
input.rrg1fkn.ant-input {
|
|
2811
|
+
border-top-left-radius: 0;
|
|
2812
|
+
border-bottom-left-radius: 0;
|
|
2733
2813
|
}
|
|
2734
|
-
|
|
2735
|
-
|
|
2814
|
+
|
|
2815
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2816
|
+
border-top-left-radius: 0;
|
|
2817
|
+
border-bottom-left-radius: 0;
|
|
2736
2818
|
}
|
|
2737
|
-
|
|
2738
|
-
|
|
2819
|
+
|
|
2820
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2821
|
+
border-top-right-radius: 0;
|
|
2822
|
+
border-bottom-right-radius: 0;
|
|
2739
2823
|
}
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
width: 36px;
|
|
2824
|
+
|
|
2825
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2826
|
+
border-top-left-radius: 0;
|
|
2827
|
+
border-bottom-left-radius: 0;
|
|
2745
2828
|
}
|
|
2746
2829
|
|
|
2747
2830
|
.s34f1qb.ant-switch {
|
|
@@ -2799,89 +2882,6 @@ input.rrg1fkn.ant-input {
|
|
|
2799
2882
|
margin-left: 5px;
|
|
2800
2883
|
}
|
|
2801
2884
|
|
|
2802
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2803
|
-
flex-direction: row;
|
|
2804
|
-
justify-content: stretch;
|
|
2805
|
-
}
|
|
2806
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2807
|
-
padding: 0;
|
|
2808
|
-
margin-right: 4px;
|
|
2809
|
-
flex: 1;
|
|
2810
|
-
overflow: visible;
|
|
2811
|
-
}
|
|
2812
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2813
|
-
display: none;
|
|
2814
|
-
}
|
|
2815
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2816
|
-
width: 100%;
|
|
2817
|
-
min-height: unset;
|
|
2818
|
-
}
|
|
2819
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2820
|
-
height: 26px;
|
|
2821
|
-
line-height: 26px;
|
|
2822
|
-
width: 100%;
|
|
2823
|
-
text-align: center;
|
|
2824
|
-
padding: 0;
|
|
2825
|
-
font-size: 12px;
|
|
2826
|
-
font-weight: normal;
|
|
2827
|
-
}
|
|
2828
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2829
|
-
margin-right: 10px;
|
|
2830
|
-
}
|
|
2831
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2832
|
-
display: none;
|
|
2833
|
-
}
|
|
2834
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2835
|
-
border-radius: 4px 0 0 4px;
|
|
2836
|
-
}
|
|
2837
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2838
|
-
margin-right: 0;
|
|
2839
|
-
}
|
|
2840
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2841
|
-
border-radius: 0 4px 4px 0;
|
|
2842
|
-
}
|
|
2843
|
-
.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 {
|
|
2844
|
-
content: "";
|
|
2845
|
-
width: 0;
|
|
2846
|
-
height: 0;
|
|
2847
|
-
border: 13px solid transparent;
|
|
2848
|
-
position: absolute;
|
|
2849
|
-
top: 0;
|
|
2850
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2851
|
-
right: -21px;
|
|
2852
|
-
z-index: 2;
|
|
2853
|
-
}
|
|
2854
|
-
.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 {
|
|
2855
|
-
content: "";
|
|
2856
|
-
width: 0;
|
|
2857
|
-
height: 0;
|
|
2858
|
-
border: 13px solid transparent;
|
|
2859
|
-
position: absolute;
|
|
2860
|
-
top: 0;
|
|
2861
|
-
border-left: 8px solid #fff;
|
|
2862
|
-
left: 0;
|
|
2863
|
-
}
|
|
2864
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2865
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2866
|
-
}
|
|
2867
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2868
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2869
|
-
}
|
|
2870
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2871
|
-
color: #005ed1;
|
|
2872
|
-
}
|
|
2873
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2874
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2875
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2876
|
-
}
|
|
2877
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2878
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2879
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2880
|
-
}
|
|
2881
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2882
|
-
padding: 0;
|
|
2883
|
-
}
|
|
2884
|
-
|
|
2885
2885
|
.t1upn1sz {
|
|
2886
2886
|
height: 100%;
|
|
2887
2887
|
}
|
|
@@ -3326,6 +3326,10 @@ input.rrg1fkn.ant-input {
|
|
|
3326
3326
|
opacity: 0;
|
|
3327
3327
|
}
|
|
3328
3328
|
|
|
3329
|
+
.i1e4sgug {
|
|
3330
|
+
display: inline-block;
|
|
3331
|
+
}
|
|
3332
|
+
|
|
3329
3333
|
.d6j0lbj {
|
|
3330
3334
|
font-family: Inter;
|
|
3331
3335
|
font-style: normal;
|
|
@@ -3801,10 +3805,6 @@ input.rrg1fkn.ant-input {
|
|
|
3801
3805
|
line-height: 12px;
|
|
3802
3806
|
}
|
|
3803
3807
|
|
|
3804
|
-
.i1e4sgug {
|
|
3805
|
-
display: inline-block;
|
|
3806
|
-
}
|
|
3807
|
-
|
|
3808
3808
|
.c198s9j3 {
|
|
3809
3809
|
color: #2d3a56;
|
|
3810
3810
|
line-height: 22px;
|
|
@@ -3876,6 +3876,16 @@ input.rrg1fkn.ant-input {
|
|
|
3876
3876
|
margin-left: 24px;
|
|
3877
3877
|
}
|
|
3878
3878
|
|
|
3879
|
+
.igz4le8 {
|
|
3880
|
+
height: 24px;
|
|
3881
|
+
width: 56px !important;
|
|
3882
|
+
margin-right: 4px;
|
|
3883
|
+
}
|
|
3884
|
+
|
|
3885
|
+
.c1riexje {
|
|
3886
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3887
|
+
}
|
|
3888
|
+
|
|
3879
3889
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3880
3890
|
border-radius: 6px;
|
|
3881
3891
|
}
|
|
@@ -3931,18 +3941,81 @@ input.rrg1fkn.ant-input {
|
|
|
3931
3941
|
transform: rotate(180deg);
|
|
3932
3942
|
}
|
|
3933
3943
|
|
|
3934
|
-
.
|
|
3935
|
-
|
|
3936
|
-
width: 56px !important;
|
|
3937
|
-
margin-right: 4px;
|
|
3944
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3945
|
+
display: flex;
|
|
3938
3946
|
}
|
|
3939
3947
|
|
|
3940
|
-
.
|
|
3941
|
-
|
|
3948
|
+
.s1uupxds {
|
|
3949
|
+
padding: 0 8px;
|
|
3950
|
+
border-radius: 4px;
|
|
3942
3951
|
}
|
|
3943
3952
|
|
|
3944
|
-
.
|
|
3945
|
-
|
|
3953
|
+
.m10sqwut {
|
|
3954
|
+
padding: 2px 8px;
|
|
3955
|
+
border-radius: 3px;
|
|
3956
|
+
}
|
|
3957
|
+
|
|
3958
|
+
.l1d492wb {
|
|
3959
|
+
padding: 3px 8px;
|
|
3960
|
+
border-radius: 2px;
|
|
3961
|
+
}
|
|
3962
|
+
|
|
3963
|
+
.t1lzavmu.ant-tag:hover {
|
|
3964
|
+
opacity: unset;
|
|
3965
|
+
}
|
|
3966
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
3967
|
+
margin: 0;
|
|
3968
|
+
display: inline-flex;
|
|
3969
|
+
align-items: center;
|
|
3970
|
+
border: none;
|
|
3971
|
+
}
|
|
3972
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
3973
|
+
width: 16px;
|
|
3974
|
+
height: 16px;
|
|
3975
|
+
color: inherit;
|
|
3976
|
+
margin-left: 4px;
|
|
3977
|
+
opacity: 0.6;
|
|
3978
|
+
}
|
|
3979
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
3980
|
+
opacity: 1;
|
|
3981
|
+
}
|
|
3982
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
3983
|
+
color: #0080ff;
|
|
3984
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
3985
|
+
}
|
|
3986
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
3987
|
+
color: #f0483e;
|
|
3988
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
3989
|
+
}
|
|
3990
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
3991
|
+
color: #fea008;
|
|
3992
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
3993
|
+
}
|
|
3994
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
3995
|
+
color: #00ba5d;
|
|
3996
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
3997
|
+
}
|
|
3998
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
3999
|
+
color: #1d326c;
|
|
4000
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4001
|
+
}
|
|
4002
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
4003
|
+
color: #fff;
|
|
4004
|
+
}
|
|
4005
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
4006
|
+
background-color: #f0483e;
|
|
4007
|
+
}
|
|
4008
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
4009
|
+
background-color: #fea008;
|
|
4010
|
+
}
|
|
4011
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
4012
|
+
background-color: #00ba5d;
|
|
4013
|
+
}
|
|
4014
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
4015
|
+
background-color: #0080ff;
|
|
4016
|
+
}
|
|
4017
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
4018
|
+
background-color: #6b7d99;
|
|
3946
4019
|
}
|
|
3947
4020
|
|
|
3948
4021
|
.m1thnes4 {
|