@cloudtower/eagle 0.25.17 → 0.25.19
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.css +146 -146
- package/dist/esm/index.js +3 -5
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +413 -413
- package/dist/umd/index.js +5 -7
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1636,309 +1636,83 @@ html body {
|
|
|
1636
1636
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1637
1637
|
}
|
|
1638
1638
|
}
|
|
1639
|
-
.
|
|
1640
|
-
|
|
1641
|
-
height: 100%;
|
|
1642
|
-
min-height: 124px;
|
|
1643
|
-
display: flex;
|
|
1644
|
-
flex-direction: column;
|
|
1645
|
-
justify-content: center;
|
|
1646
|
-
align-items: center;
|
|
1639
|
+
.obf05yr {
|
|
1640
|
+
display: inline-block;
|
|
1647
1641
|
}
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1642
|
+
|
|
1643
|
+
.hsms1n6 {
|
|
1644
|
+
visibility: hidden;
|
|
1645
|
+
position: absolute;
|
|
1652
1646
|
}
|
|
1653
1647
|
|
|
1654
|
-
.
|
|
1655
|
-
height: 18px;
|
|
1656
|
-
line-height: 18px;
|
|
1657
|
-
padding: 0 4px;
|
|
1658
|
-
border-radius: 4px;
|
|
1659
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1660
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1648
|
+
.p12gwtiw {
|
|
1661
1649
|
display: flex;
|
|
1650
|
+
justify-content: space-between;
|
|
1662
1651
|
align-items: center;
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
.buj61ew.ant-btn {
|
|
1668
|
-
height: 32px;
|
|
1669
|
-
border-radius: 6px;
|
|
1670
|
-
line-height: 22px;
|
|
1671
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
1672
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
1673
|
-
}
|
|
1674
|
-
.buj61ew.ant-btn.ant-btn-lg {
|
|
1675
|
-
height: 40px;
|
|
1652
|
+
padding: 10px 0;
|
|
1653
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1654
|
+
font-size: 12px;
|
|
1676
1655
|
line-height: 24px;
|
|
1677
1656
|
}
|
|
1678
|
-
.
|
|
1679
|
-
|
|
1680
|
-
line-height: 20px;
|
|
1681
|
-
}
|
|
1682
|
-
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
1683
|
-
border-radius: 50%;
|
|
1684
|
-
}
|
|
1685
|
-
.buj61ew.ant-btn.ant-btn-primary, .buj61ew.ant-btn.ant-btn-secondary, .buj61ew.ant-btn.ant-btn-tertiary, .buj61ew.ant-btn.ant-btn-ordinary, .buj61ew.ant-btn.ant-btn-ordinary-onTint, .buj61ew.ant-btn.ant-btn-quiet {
|
|
1686
|
-
color: var(--color, #06101f);
|
|
1687
|
-
font-weight: var(--font-weight);
|
|
1688
|
-
background: var(--background-color, #fff);
|
|
1689
|
-
border-width: var(--border-width, 1px);
|
|
1690
|
-
border-color: var(--border-color, #d9d9d9);
|
|
1691
|
-
}
|
|
1692
|
-
.buj61ew.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
|
|
1693
|
-
display: none;
|
|
1694
|
-
}
|
|
1695
|
-
.buj61ew.ant-btn.ant-btn-primary .anticon, .buj61ew.ant-btn.ant-btn-secondary .anticon, .buj61ew.ant-btn.ant-btn-tertiary .anticon, .buj61ew.ant-btn.ant-btn-ordinary .anticon, .buj61ew.ant-btn.ant-btn-ordinary-onTint .anticon, .buj61ew.ant-btn.ant-btn-quiet .anticon {
|
|
1696
|
-
color: var(--color, inherit);
|
|
1697
|
-
}
|
|
1698
|
-
.buj61ew.ant-btn.ant-btn-primary:hover, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-secondary:hover, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-tertiary:hover, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary:hover, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-quiet:hover, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-hover {
|
|
1699
|
-
background: var(--background-color-hover, var(--background-color));
|
|
1700
|
-
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
1701
|
-
}
|
|
1702
|
-
.buj61ew.ant-btn.ant-btn-primary:active, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-secondary:active, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-tertiary:active, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary:active, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary-onTint:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-quiet:active, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-active {
|
|
1703
|
-
--scale: 1;
|
|
1704
|
-
--transY: 1px;
|
|
1705
|
-
background: var(--background-color-active, var(--background-color));
|
|
1706
|
-
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
1707
|
-
}
|
|
1708
|
-
.buj61ew.ant-btn.ant-btn-primary:focus, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-secondary:focus, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-tertiary:focus, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary:focus, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-quiet:focus, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-focus {
|
|
1709
|
-
background: var(--background-color-focus, var(--background-color));
|
|
1710
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
1711
|
-
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
1657
|
+
.p12gwtiw .pagination-left {
|
|
1658
|
+
padding: 2px 8px;
|
|
1712
1659
|
}
|
|
1713
|
-
.
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
border-
|
|
1717
|
-
|
|
1660
|
+
.p12gwtiw .dropdown-trigger {
|
|
1661
|
+
display: flex;
|
|
1662
|
+
align-items: center;
|
|
1663
|
+
border-radius: 6px;
|
|
1664
|
+
cursor: pointer;
|
|
1665
|
+
transition: all 0.3s ease;
|
|
1718
1666
|
}
|
|
1719
|
-
.
|
|
1667
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
1668
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1720
1669
|
color: #0080ff;
|
|
1721
|
-
opacity: 0.5;
|
|
1722
|
-
}
|
|
1723
|
-
.buj61ew.ant-btn-primary {
|
|
1724
|
-
--color: #fff;
|
|
1725
|
-
--font-weight: bold;
|
|
1726
|
-
--border-width: 0;
|
|
1727
|
-
--background-color: #0080ff;
|
|
1728
|
-
--background-color-hover: #009dff;
|
|
1729
|
-
--background-color-active: #005ed1;
|
|
1730
|
-
--background-color-focus: #0080ff;
|
|
1731
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1732
|
-
}
|
|
1733
|
-
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
1734
|
-
--background-color: #f0483e;
|
|
1735
|
-
--background-color-hover: #ff5252;
|
|
1736
|
-
--background-color-active: #c73d31;
|
|
1737
|
-
--background-color-focus: #ff5252;
|
|
1738
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1739
|
-
}
|
|
1740
|
-
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
1741
|
-
--background-color: #fea008;
|
|
1742
|
-
--background-color-hover: #feba33;
|
|
1743
|
-
--background-color-active: #e07f00;
|
|
1744
|
-
--background-color-focus: #fea008;
|
|
1745
|
-
}
|
|
1746
|
-
.buj61ew.ant-btn-secondary {
|
|
1747
|
-
--color: #0080ff;
|
|
1748
|
-
--font-weight: bold;
|
|
1749
|
-
--border-width: 0;
|
|
1750
|
-
--background-color: rgba(0, 136, 255, 0.1);
|
|
1751
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1752
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1753
|
-
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
1754
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1755
|
-
}
|
|
1756
|
-
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
1757
|
-
--color: #f0483e;
|
|
1758
|
-
--background-color: rgba(255, 74, 74, 0.1);
|
|
1759
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1760
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1761
|
-
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
1762
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1763
|
-
}
|
|
1764
|
-
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
1765
|
-
--color: #fea008;
|
|
1766
|
-
--background-color: rgba(255, 187, 0, 0.1);
|
|
1767
|
-
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
1768
|
-
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
1769
|
-
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
1770
|
-
}
|
|
1771
|
-
.buj61ew.ant-btn-tertiary {
|
|
1772
|
-
--color: #0080ff;
|
|
1773
|
-
--font-weight: bold;
|
|
1774
|
-
--border-width: 0;
|
|
1775
|
-
--background-color: #fff;
|
|
1776
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1777
|
-
box-shadow: none;
|
|
1778
|
-
}
|
|
1779
|
-
.buj61ew.ant-btn-tertiary:not([disabled]):hover, .buj61ew.ant-btn-tertiary:not([disabled]):active, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary:not(:focus):hover, .buj61ew.ant-btn-tertiary:not(:focus):active, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-active {
|
|
1780
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1781
|
-
}
|
|
1782
|
-
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
1783
|
-
--color: #f0483e;
|
|
1784
|
-
--background-color: #fff;
|
|
1785
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1786
|
-
}
|
|
1787
|
-
.buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
|
|
1788
|
-
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
1789
|
-
}
|
|
1790
|
-
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
1791
|
-
--color: #fea008;
|
|
1792
|
-
--background-color: #fff;
|
|
1793
|
-
}
|
|
1794
|
-
.buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
|
|
1795
|
-
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
1796
|
-
}
|
|
1797
|
-
.buj61ew.ant-btn-ordinary {
|
|
1798
|
-
--color: #1d326c;
|
|
1799
|
-
--border-color: #ccd4e3;
|
|
1800
|
-
--background-color: #fff;
|
|
1801
|
-
--background-color-hover: #edf0f7;
|
|
1802
|
-
--background-color-active: #e4e9f2;
|
|
1803
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1804
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
1805
1670
|
}
|
|
1806
|
-
.
|
|
1807
|
-
|
|
1808
|
-
}
|
|
1809
|
-
.buj61ew.ant-btn-ordinary.ordinary-blue {
|
|
1810
|
-
--color: #0080ff;
|
|
1811
|
-
--border-color: #0080ff;
|
|
1812
|
-
--background-color: #fff;
|
|
1813
|
-
--background-color-hover: linear-gradient(
|
|
1814
|
-
0deg,
|
|
1815
|
-
rgba(0, 136, 255, 0.16),
|
|
1816
|
-
rgba(0, 136, 255, 0.16)
|
|
1817
|
-
),
|
|
1818
|
-
#ffffff;
|
|
1819
|
-
--background-color-active: linear-gradient(
|
|
1820
|
-
0deg,
|
|
1821
|
-
rgba(0, 136, 255, 0.2),
|
|
1822
|
-
rgba(0, 136, 255, 0.2)
|
|
1823
|
-
),
|
|
1824
|
-
#ffffff;
|
|
1825
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1826
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
1827
|
-
}
|
|
1828
|
-
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
1829
|
-
--color: #f0483e;
|
|
1830
|
-
--border-color: #f0483e;
|
|
1831
|
-
--background-color: #fff;
|
|
1832
|
-
--background-color-hover: linear-gradient(
|
|
1833
|
-
0deg,
|
|
1834
|
-
rgba(255, 74, 74, 0.16),
|
|
1835
|
-
rgba(255, 74, 74, 0.16)
|
|
1836
|
-
),
|
|
1837
|
-
#ffffff;
|
|
1838
|
-
--background-color-active: linear-gradient(
|
|
1839
|
-
0deg,
|
|
1840
|
-
rgba(255, 74, 74, 0.2),
|
|
1841
|
-
rgba(255, 74, 74, 0.2)
|
|
1842
|
-
),
|
|
1843
|
-
#ffffff;
|
|
1844
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1845
|
-
}
|
|
1846
|
-
.buj61ew.ant-btn-ordinary-onTint {
|
|
1847
|
-
--color: #1d326c;
|
|
1848
|
-
--border-color: #fff;
|
|
1849
|
-
--background-color: #fff;
|
|
1850
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
1851
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
1852
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1853
|
-
box-shadow: none;
|
|
1854
|
-
}
|
|
1855
|
-
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
1856
|
-
--color: #0080ff;
|
|
1857
|
-
--border-color: #fff;
|
|
1858
|
-
--background-color: #fff;
|
|
1859
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1860
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1861
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1862
|
-
box-shadow: none;
|
|
1863
|
-
}
|
|
1864
|
-
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
1865
|
-
--color: #f0483e;
|
|
1866
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1867
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1868
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1869
|
-
}
|
|
1870
|
-
.buj61ew.ant-btn-quiet {
|
|
1871
|
-
--color: rgba(44, 56, 82, 0.6);
|
|
1872
|
-
--border-width: 0;
|
|
1873
|
-
--background-color: transparent;
|
|
1874
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
1875
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
1876
|
-
--background-color-focus: #fff;
|
|
1877
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1878
|
-
box-shadow: none;
|
|
1879
|
-
}
|
|
1880
|
-
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
1881
|
-
--color: #f0483e;
|
|
1882
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1883
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1884
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1885
|
-
}
|
|
1886
|
-
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
1887
|
-
--color: #0080ff;
|
|
1888
|
-
--background-color: transparent;
|
|
1889
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1890
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1891
|
-
--background-color-focus: #fff;
|
|
1892
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1671
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1672
|
+
margin-left: 4px;
|
|
1893
1673
|
}
|
|
1894
|
-
.
|
|
1895
|
-
display:
|
|
1674
|
+
.p12gwtiw .pagination-right {
|
|
1675
|
+
display: flex;
|
|
1896
1676
|
align-items: center;
|
|
1677
|
+
color: #0080ff;
|
|
1678
|
+
font-weight: bold;
|
|
1897
1679
|
}
|
|
1898
|
-
.
|
|
1899
|
-
margin-right: 4px;
|
|
1900
|
-
display: inline-flex;
|
|
1901
|
-
}
|
|
1902
|
-
.buj61ew .button-suffix-icon {
|
|
1680
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
1903
1681
|
margin-left: 4px;
|
|
1904
|
-
display: inline-flex;
|
|
1905
|
-
}
|
|
1906
|
-
.buj61ew .icon-wrapper {
|
|
1907
|
-
display: inline-flex;
|
|
1908
|
-
vertical-align: bottom;
|
|
1909
|
-
}
|
|
1910
|
-
|
|
1911
|
-
.nchllas {
|
|
1912
|
-
padding: 0;
|
|
1913
|
-
}
|
|
1914
|
-
|
|
1915
|
-
.bpq0js6 {
|
|
1916
|
-
padding: 4px 11px;
|
|
1917
1682
|
}
|
|
1918
|
-
|
|
1919
|
-
.
|
|
1920
|
-
|
|
1921
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1922
|
-
}
|
|
1923
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1924
|
-
--color: #0080ff;
|
|
1925
|
-
}
|
|
1926
|
-
.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] {
|
|
1927
|
-
--color: #0080ff;
|
|
1683
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
1684
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
1685
|
+
padding: 0 8px;
|
|
1928
1686
|
}
|
|
1929
|
-
.
|
|
1930
|
-
|
|
1687
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1688
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
1689
|
+
color: #0080ff;
|
|
1931
1690
|
}
|
|
1932
|
-
.
|
|
1933
|
-
|
|
1934
|
-
border-bottom-right-radius: 0;
|
|
1691
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1692
|
+
transform: rotate(180deg);
|
|
1935
1693
|
}
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1694
|
+
|
|
1695
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1696
|
+
max-height: calc(100vh - 128px);
|
|
1697
|
+
overflow-y: auto;
|
|
1939
1698
|
}
|
|
1940
|
-
.
|
|
1941
|
-
|
|
1699
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1700
|
+
padding: 4px 20px;
|
|
1701
|
+
font-size: 12px;
|
|
1702
|
+
line-height: 18px;
|
|
1703
|
+
}
|
|
1704
|
+
|
|
1705
|
+
.iap75of {
|
|
1706
|
+
height: 18px;
|
|
1707
|
+
line-height: 18px;
|
|
1708
|
+
padding: 0 4px;
|
|
1709
|
+
border-radius: 4px;
|
|
1710
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1711
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1712
|
+
display: flex;
|
|
1713
|
+
align-items: center;
|
|
1714
|
+
white-space: nowrap;
|
|
1715
|
+
margin-right: 4px;
|
|
1942
1716
|
}
|
|
1943
1717
|
|
|
1944
1718
|
.i1mrf09m {
|
|
@@ -1959,15 +1733,6 @@ html body {
|
|
|
1959
1733
|
animation: rotate 680ms linear infinite;
|
|
1960
1734
|
}
|
|
1961
1735
|
|
|
1962
|
-
.obf05yr {
|
|
1963
|
-
display: inline-block;
|
|
1964
|
-
}
|
|
1965
|
-
|
|
1966
|
-
.hsms1n6 {
|
|
1967
|
-
visibility: hidden;
|
|
1968
|
-
position: absolute;
|
|
1969
|
-
}
|
|
1970
|
-
|
|
1971
1736
|
.rxbeqvl.ant-radio-wrapper {
|
|
1972
1737
|
display: inline-flex;
|
|
1973
1738
|
align-items: baseline;
|
|
@@ -2071,99 +1836,345 @@ html body {
|
|
|
2071
1836
|
border-color: #ccd4e3;
|
|
2072
1837
|
opacity: 0.5;
|
|
2073
1838
|
}
|
|
2074
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2075
|
-
color: #00122e;
|
|
2076
|
-
border-color: #ccd4e3;
|
|
1839
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
1840
|
+
color: #00122e;
|
|
1841
|
+
border-color: #ccd4e3;
|
|
1842
|
+
}
|
|
1843
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
1844
|
+
color: #00122e;
|
|
1845
|
+
border-color: #ccd4e3;
|
|
1846
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1847
|
+
}
|
|
1848
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
1849
|
+
margin-right: 8px;
|
|
1850
|
+
display: inline;
|
|
1851
|
+
border: none;
|
|
1852
|
+
padding: 0;
|
|
1853
|
+
width: 36px;
|
|
1854
|
+
background: transparent;
|
|
1855
|
+
}
|
|
1856
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
1857
|
+
box-shadow: none;
|
|
1858
|
+
}
|
|
1859
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
1860
|
+
margin-right: 0;
|
|
1861
|
+
width: initial;
|
|
1862
|
+
box-shadow: none;
|
|
1863
|
+
}
|
|
1864
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
1865
|
+
display: none;
|
|
1866
|
+
}
|
|
1867
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
1868
|
+
display: inline;
|
|
1869
|
+
}
|
|
1870
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
1871
|
+
display: inline;
|
|
1872
|
+
margin-right: 8px;
|
|
1873
|
+
padding: 0;
|
|
1874
|
+
width: 36px;
|
|
1875
|
+
}
|
|
1876
|
+
|
|
1877
|
+
.s34f1qb.ant-switch {
|
|
1878
|
+
min-width: 40px;
|
|
1879
|
+
height: 24px;
|
|
1880
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1881
|
+
overflow: hidden;
|
|
1882
|
+
}
|
|
1883
|
+
.s34f1qb.ant-switch:focus {
|
|
1884
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1885
|
+
}
|
|
1886
|
+
.s34f1qb.ant-switch-small {
|
|
1887
|
+
min-width: 26px;
|
|
1888
|
+
height: 16px;
|
|
1889
|
+
}
|
|
1890
|
+
.s34f1qb.ant-switch-large {
|
|
1891
|
+
min-width: 52px;
|
|
1892
|
+
height: 32px;
|
|
1893
|
+
}
|
|
1894
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
1895
|
+
height: 20px;
|
|
1896
|
+
width: 20px;
|
|
1897
|
+
}
|
|
1898
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
1899
|
+
border-radius: 10px;
|
|
1900
|
+
transition-delay: 120ms;
|
|
1901
|
+
}
|
|
1902
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
1903
|
+
height: 14px;
|
|
1904
|
+
width: 14px;
|
|
1905
|
+
top: 1px;
|
|
1906
|
+
left: 1px;
|
|
1907
|
+
}
|
|
1908
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
1909
|
+
height: 28px;
|
|
1910
|
+
width: 28px;
|
|
1911
|
+
}
|
|
1912
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
1913
|
+
border-radius: 14px;
|
|
1914
|
+
}
|
|
1915
|
+
.s34f1qb.ant-switch-checked {
|
|
1916
|
+
background-color: #00ba5d;
|
|
1917
|
+
}
|
|
1918
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
1919
|
+
left: calc(100% - 20px - 2px);
|
|
1920
|
+
}
|
|
1921
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1922
|
+
left: calc(100% - 14px - 1px);
|
|
1923
|
+
}
|
|
1924
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1925
|
+
left: calc(100% - 28px - 2px);
|
|
1926
|
+
}
|
|
1927
|
+
|
|
1928
|
+
.c1to9vb9 {
|
|
1929
|
+
margin-left: 5px;
|
|
1930
|
+
}
|
|
1931
|
+
|
|
1932
|
+
.buj61ew.ant-btn {
|
|
1933
|
+
height: 32px;
|
|
1934
|
+
border-radius: 6px;
|
|
1935
|
+
line-height: 22px;
|
|
1936
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
1937
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
1938
|
+
}
|
|
1939
|
+
.buj61ew.ant-btn.ant-btn-lg {
|
|
1940
|
+
height: 40px;
|
|
1941
|
+
line-height: 24px;
|
|
1942
|
+
}
|
|
1943
|
+
.buj61ew.ant-btn.ant-btn-sm {
|
|
1944
|
+
height: 24px;
|
|
1945
|
+
line-height: 20px;
|
|
1946
|
+
}
|
|
1947
|
+
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
1948
|
+
border-radius: 50%;
|
|
1949
|
+
}
|
|
1950
|
+
.buj61ew.ant-btn.ant-btn-primary, .buj61ew.ant-btn.ant-btn-secondary, .buj61ew.ant-btn.ant-btn-tertiary, .buj61ew.ant-btn.ant-btn-ordinary, .buj61ew.ant-btn.ant-btn-ordinary-onTint, .buj61ew.ant-btn.ant-btn-quiet {
|
|
1951
|
+
color: var(--color, #06101f);
|
|
1952
|
+
font-weight: var(--font-weight);
|
|
1953
|
+
background: var(--background-color, #fff);
|
|
1954
|
+
border-width: var(--border-width, 1px);
|
|
1955
|
+
border-color: var(--border-color, #d9d9d9);
|
|
1956
|
+
}
|
|
1957
|
+
.buj61ew.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
|
|
1958
|
+
display: none;
|
|
1959
|
+
}
|
|
1960
|
+
.buj61ew.ant-btn.ant-btn-primary .anticon, .buj61ew.ant-btn.ant-btn-secondary .anticon, .buj61ew.ant-btn.ant-btn-tertiary .anticon, .buj61ew.ant-btn.ant-btn-ordinary .anticon, .buj61ew.ant-btn.ant-btn-ordinary-onTint .anticon, .buj61ew.ant-btn.ant-btn-quiet .anticon {
|
|
1961
|
+
color: var(--color, inherit);
|
|
1962
|
+
}
|
|
1963
|
+
.buj61ew.ant-btn.ant-btn-primary:hover, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-secondary:hover, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-tertiary:hover, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary:hover, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-quiet:hover, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-hover {
|
|
1964
|
+
background: var(--background-color-hover, var(--background-color));
|
|
1965
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
1966
|
+
}
|
|
1967
|
+
.buj61ew.ant-btn.ant-btn-primary:active, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-secondary:active, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-tertiary:active, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary:active, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary-onTint:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-quiet:active, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-active {
|
|
1968
|
+
--scale: 1;
|
|
1969
|
+
--transY: 1px;
|
|
1970
|
+
background: var(--background-color-active, var(--background-color));
|
|
1971
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
1972
|
+
}
|
|
1973
|
+
.buj61ew.ant-btn.ant-btn-primary:focus, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-secondary:focus, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-tertiary:focus, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary:focus, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-quiet:focus, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-focus {
|
|
1974
|
+
background: var(--background-color-focus, var(--background-color));
|
|
1975
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
1976
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
1977
|
+
}
|
|
1978
|
+
.buj61ew.ant-btn.ant-btn-primary[disabled], .buj61ew.ant-btn.ant-btn-primary[disabled]:hover, .buj61ew.ant-btn.ant-btn-primary[disabled]:focus, .buj61ew.ant-btn.ant-btn-primary[disabled]:active, .buj61ew.ant-btn.ant-btn-secondary[disabled], .buj61ew.ant-btn.ant-btn-secondary[disabled]:hover, .buj61ew.ant-btn.ant-btn-secondary[disabled]:focus, .buj61ew.ant-btn.ant-btn-secondary[disabled]:active, .buj61ew.ant-btn.ant-btn-tertiary[disabled], .buj61ew.ant-btn.ant-btn-tertiary[disabled]:hover, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:focus, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary[disabled], .buj61ew.ant-btn.ant-btn-ordinary[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled], .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .buj61ew.ant-btn.ant-btn-quiet[disabled], .buj61ew.ant-btn.ant-btn-quiet[disabled]:hover, .buj61ew.ant-btn.ant-btn-quiet[disabled]:focus, .buj61ew.ant-btn.ant-btn-quiet[disabled]:active {
|
|
1979
|
+
color: var(--color-disabled, var(--color));
|
|
1980
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
1981
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
1982
|
+
opacity: 0.5;
|
|
1983
|
+
}
|
|
1984
|
+
.buj61ew.ant-btn-link[disabled] {
|
|
1985
|
+
color: #0080ff;
|
|
1986
|
+
opacity: 0.5;
|
|
1987
|
+
}
|
|
1988
|
+
.buj61ew.ant-btn-primary {
|
|
1989
|
+
--color: #fff;
|
|
1990
|
+
--font-weight: bold;
|
|
1991
|
+
--border-width: 0;
|
|
1992
|
+
--background-color: #0080ff;
|
|
1993
|
+
--background-color-hover: #009dff;
|
|
1994
|
+
--background-color-active: #005ed1;
|
|
1995
|
+
--background-color-focus: #0080ff;
|
|
1996
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1997
|
+
}
|
|
1998
|
+
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
1999
|
+
--background-color: #f0483e;
|
|
2000
|
+
--background-color-hover: #ff5252;
|
|
2001
|
+
--background-color-active: #c73d31;
|
|
2002
|
+
--background-color-focus: #ff5252;
|
|
2003
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2004
|
+
}
|
|
2005
|
+
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
2006
|
+
--background-color: #fea008;
|
|
2007
|
+
--background-color-hover: #feba33;
|
|
2008
|
+
--background-color-active: #e07f00;
|
|
2009
|
+
--background-color-focus: #fea008;
|
|
2010
|
+
}
|
|
2011
|
+
.buj61ew.ant-btn-secondary {
|
|
2012
|
+
--color: #0080ff;
|
|
2013
|
+
--font-weight: bold;
|
|
2014
|
+
--border-width: 0;
|
|
2015
|
+
--background-color: rgba(0, 136, 255, 0.1);
|
|
2016
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2017
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2018
|
+
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
2019
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2020
|
+
}
|
|
2021
|
+
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
2022
|
+
--color: #f0483e;
|
|
2023
|
+
--background-color: rgba(255, 74, 74, 0.1);
|
|
2024
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2025
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2026
|
+
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
2027
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2028
|
+
}
|
|
2029
|
+
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
2030
|
+
--color: #fea008;
|
|
2031
|
+
--background-color: rgba(255, 187, 0, 0.1);
|
|
2032
|
+
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
2033
|
+
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
2034
|
+
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
2035
|
+
}
|
|
2036
|
+
.buj61ew.ant-btn-tertiary {
|
|
2037
|
+
--color: #0080ff;
|
|
2038
|
+
--font-weight: bold;
|
|
2039
|
+
--border-width: 0;
|
|
2040
|
+
--background-color: #fff;
|
|
2041
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2042
|
+
box-shadow: none;
|
|
2043
|
+
}
|
|
2044
|
+
.buj61ew.ant-btn-tertiary:not([disabled]):hover, .buj61ew.ant-btn-tertiary:not([disabled]):active, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary:not(:focus):hover, .buj61ew.ant-btn-tertiary:not(:focus):active, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-active {
|
|
2045
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
2046
|
+
}
|
|
2047
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
2048
|
+
--color: #f0483e;
|
|
2049
|
+
--background-color: #fff;
|
|
2050
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2051
|
+
}
|
|
2052
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
|
|
2053
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
2054
|
+
}
|
|
2055
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
2056
|
+
--color: #fea008;
|
|
2057
|
+
--background-color: #fff;
|
|
2058
|
+
}
|
|
2059
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
|
|
2060
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
2061
|
+
}
|
|
2062
|
+
.buj61ew.ant-btn-ordinary {
|
|
2063
|
+
--color: #1d326c;
|
|
2064
|
+
--border-color: #ccd4e3;
|
|
2065
|
+
--background-color: #fff;
|
|
2066
|
+
--background-color-hover: #edf0f7;
|
|
2067
|
+
--background-color-active: #e4e9f2;
|
|
2068
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2069
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
2077
2070
|
}
|
|
2078
|
-
.
|
|
2079
|
-
|
|
2080
|
-
border-color: #ccd4e3;
|
|
2081
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2071
|
+
.buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
|
|
2072
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
2082
2073
|
}
|
|
2083
|
-
.
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2074
|
+
.buj61ew.ant-btn-ordinary.ordinary-blue {
|
|
2075
|
+
--color: #0080ff;
|
|
2076
|
+
--border-color: #0080ff;
|
|
2077
|
+
--background-color: #fff;
|
|
2078
|
+
--background-color-hover: linear-gradient(
|
|
2079
|
+
0deg,
|
|
2080
|
+
rgba(0, 136, 255, 0.16),
|
|
2081
|
+
rgba(0, 136, 255, 0.16)
|
|
2082
|
+
),
|
|
2083
|
+
#ffffff;
|
|
2084
|
+
--background-color-active: linear-gradient(
|
|
2085
|
+
0deg,
|
|
2086
|
+
rgba(0, 136, 255, 0.2),
|
|
2087
|
+
rgba(0, 136, 255, 0.2)
|
|
2088
|
+
),
|
|
2089
|
+
#ffffff;
|
|
2090
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2091
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
2090
2092
|
}
|
|
2091
|
-
.
|
|
2092
|
-
|
|
2093
|
+
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
2094
|
+
--color: #f0483e;
|
|
2095
|
+
--border-color: #f0483e;
|
|
2096
|
+
--background-color: #fff;
|
|
2097
|
+
--background-color-hover: linear-gradient(
|
|
2098
|
+
0deg,
|
|
2099
|
+
rgba(255, 74, 74, 0.16),
|
|
2100
|
+
rgba(255, 74, 74, 0.16)
|
|
2101
|
+
),
|
|
2102
|
+
#ffffff;
|
|
2103
|
+
--background-color-active: linear-gradient(
|
|
2104
|
+
0deg,
|
|
2105
|
+
rgba(255, 74, 74, 0.2),
|
|
2106
|
+
rgba(255, 74, 74, 0.2)
|
|
2107
|
+
),
|
|
2108
|
+
#ffffff;
|
|
2109
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2093
2110
|
}
|
|
2094
|
-
.
|
|
2095
|
-
|
|
2096
|
-
|
|
2111
|
+
.buj61ew.ant-btn-ordinary-onTint {
|
|
2112
|
+
--color: #1d326c;
|
|
2113
|
+
--border-color: #fff;
|
|
2114
|
+
--background-color: #fff;
|
|
2115
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
2116
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
2117
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2097
2118
|
box-shadow: none;
|
|
2098
2119
|
}
|
|
2099
|
-
.
|
|
2100
|
-
|
|
2120
|
+
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
2121
|
+
--color: #0080ff;
|
|
2122
|
+
--border-color: #fff;
|
|
2123
|
+
--background-color: #fff;
|
|
2124
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2125
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2126
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2127
|
+
box-shadow: none;
|
|
2101
2128
|
}
|
|
2102
|
-
.
|
|
2103
|
-
|
|
2129
|
+
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
2130
|
+
--color: #f0483e;
|
|
2131
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2132
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2133
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2104
2134
|
}
|
|
2105
|
-
.
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2135
|
+
.buj61ew.ant-btn-quiet {
|
|
2136
|
+
--color: rgba(44, 56, 82, 0.6);
|
|
2137
|
+
--border-width: 0;
|
|
2138
|
+
--background-color: transparent;
|
|
2139
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
2140
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
2141
|
+
--background-color-focus: #fff;
|
|
2142
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2143
|
+
box-shadow: none;
|
|
2110
2144
|
}
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
padding: 10px 0;
|
|
2117
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2118
|
-
font-size: 12px;
|
|
2119
|
-
line-height: 24px;
|
|
2145
|
+
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
2146
|
+
--color: #f0483e;
|
|
2147
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2148
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2149
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2120
2150
|
}
|
|
2121
|
-
.
|
|
2122
|
-
|
|
2151
|
+
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
2152
|
+
--color: #0080ff;
|
|
2153
|
+
--background-color: transparent;
|
|
2154
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2155
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2156
|
+
--background-color-focus: #fff;
|
|
2157
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2123
2158
|
}
|
|
2124
|
-
.
|
|
2125
|
-
display: flex;
|
|
2159
|
+
.buj61ew.has-icon {
|
|
2160
|
+
display: inline-flex;
|
|
2126
2161
|
align-items: center;
|
|
2127
|
-
border-radius: 6px;
|
|
2128
|
-
cursor: pointer;
|
|
2129
|
-
transition: all 0.3s ease;
|
|
2130
|
-
}
|
|
2131
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
2132
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2133
|
-
color: #0080ff;
|
|
2134
|
-
}
|
|
2135
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2136
|
-
margin-left: 4px;
|
|
2137
2162
|
}
|
|
2138
|
-
.
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
color: #0080ff;
|
|
2142
|
-
font-weight: bold;
|
|
2163
|
+
.buj61ew .button-prefix-icon {
|
|
2164
|
+
margin-right: 4px;
|
|
2165
|
+
display: inline-flex;
|
|
2143
2166
|
}
|
|
2144
|
-
.
|
|
2167
|
+
.buj61ew .button-suffix-icon {
|
|
2145
2168
|
margin-left: 4px;
|
|
2169
|
+
display: inline-flex;
|
|
2146
2170
|
}
|
|
2147
|
-
.
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
}
|
|
2151
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2152
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
2153
|
-
color: #0080ff;
|
|
2154
|
-
}
|
|
2155
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2156
|
-
transform: rotate(180deg);
|
|
2171
|
+
.buj61ew .icon-wrapper {
|
|
2172
|
+
display: inline-flex;
|
|
2173
|
+
vertical-align: bottom;
|
|
2157
2174
|
}
|
|
2158
2175
|
|
|
2159
|
-
.
|
|
2160
|
-
|
|
2161
|
-
overflow-y: auto;
|
|
2162
|
-
}
|
|
2163
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2164
|
-
padding: 4px 20px;
|
|
2165
|
-
font-size: 12px;
|
|
2166
|
-
line-height: 18px;
|
|
2176
|
+
.nchllas {
|
|
2177
|
+
padding: 0;
|
|
2167
2178
|
}
|
|
2168
2179
|
|
|
2169
2180
|
.cz04yix {
|
|
@@ -2831,59 +2842,33 @@ input.rrg1fkn.ant-input {
|
|
|
2831
2842
|
border-bottom-left-radius: 0;
|
|
2832
2843
|
}
|
|
2833
2844
|
|
|
2834
|
-
.
|
|
2835
|
-
|
|
2836
|
-
height: 24px;
|
|
2837
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2838
|
-
overflow: hidden;
|
|
2839
|
-
}
|
|
2840
|
-
.s34f1qb.ant-switch:focus {
|
|
2841
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2842
|
-
}
|
|
2843
|
-
.s34f1qb.ant-switch-small {
|
|
2844
|
-
min-width: 26px;
|
|
2845
|
-
height: 16px;
|
|
2846
|
-
}
|
|
2847
|
-
.s34f1qb.ant-switch-large {
|
|
2848
|
-
min-width: 52px;
|
|
2849
|
-
height: 32px;
|
|
2850
|
-
}
|
|
2851
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2852
|
-
height: 20px;
|
|
2853
|
-
width: 20px;
|
|
2854
|
-
}
|
|
2855
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2856
|
-
border-radius: 10px;
|
|
2857
|
-
transition-delay: 120ms;
|
|
2858
|
-
}
|
|
2859
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2860
|
-
height: 14px;
|
|
2861
|
-
width: 14px;
|
|
2862
|
-
top: 1px;
|
|
2863
|
-
left: 1px;
|
|
2845
|
+
.bpq0js6 {
|
|
2846
|
+
padding: 4px 11px;
|
|
2864
2847
|
}
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2848
|
+
|
|
2849
|
+
.b15sn34c {
|
|
2850
|
+
white-space: nowrap;
|
|
2851
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
2868
2852
|
}
|
|
2869
|
-
.
|
|
2870
|
-
|
|
2853
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
2854
|
+
--color: #0080ff;
|
|
2871
2855
|
}
|
|
2872
|
-
.
|
|
2873
|
-
|
|
2856
|
+
.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] {
|
|
2857
|
+
--color: #0080ff;
|
|
2874
2858
|
}
|
|
2875
|
-
.
|
|
2876
|
-
left:
|
|
2859
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
2860
|
+
margin-left: 1px;
|
|
2877
2861
|
}
|
|
2878
|
-
.
|
|
2879
|
-
|
|
2862
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
2863
|
+
border-top-right-radius: 0;
|
|
2864
|
+
border-bottom-right-radius: 0;
|
|
2880
2865
|
}
|
|
2881
|
-
.
|
|
2882
|
-
left:
|
|
2866
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
2867
|
+
border-top-left-radius: 0;
|
|
2868
|
+
border-bottom-left-radius: 0;
|
|
2883
2869
|
}
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
margin-left: 5px;
|
|
2870
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
2871
|
+
border-radius: unset;
|
|
2887
2872
|
}
|
|
2888
2873
|
|
|
2889
2874
|
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
@@ -2969,6 +2954,21 @@ input.rrg1fkn.ant-input {
|
|
|
2969
2954
|
padding: 0;
|
|
2970
2955
|
}
|
|
2971
2956
|
|
|
2957
|
+
.fde5mpd {
|
|
2958
|
+
width: 100%;
|
|
2959
|
+
height: 100%;
|
|
2960
|
+
min-height: 124px;
|
|
2961
|
+
display: flex;
|
|
2962
|
+
flex-direction: column;
|
|
2963
|
+
justify-content: center;
|
|
2964
|
+
align-items: center;
|
|
2965
|
+
}
|
|
2966
|
+
.fde5mpd .error-text {
|
|
2967
|
+
color: rgba(10, 37, 85, 0.6);
|
|
2968
|
+
margin-bottom: 16px;
|
|
2969
|
+
font-size: 18px;
|
|
2970
|
+
}
|
|
2971
|
+
|
|
2972
2972
|
.t1upn1sz {
|
|
2973
2973
|
height: 100%;
|
|
2974
2974
|
}
|