@cloudtower/eagle 0.26.0 → 0.26.2
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/Modal/ImmersiveModal.d.ts +3 -2
- package/dist/components/Percent/index.d.ts +2 -2
- package/dist/components/message/index.d.ts +1 -0
- package/dist/components.css +224 -224
- package/dist/esm/index.js +474 -448
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +6 -3
- package/dist/store/modal.d.ts +0 -2
- package/dist/style.css +590 -590
- package/dist/umd/index.js +474 -448
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/tower.d.ts +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1636,252 +1636,13 @@ 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
|
-
border-radius: 6px;
|
|
1642
|
-
line-height: 22px;
|
|
1643
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
1644
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
1645
|
-
}
|
|
1646
|
-
.buj61ew.ant-btn.ant-btn-lg {
|
|
1647
|
-
height: 40px;
|
|
1648
|
-
line-height: 24px;
|
|
1649
|
-
}
|
|
1650
|
-
.buj61ew.ant-btn.ant-btn-sm {
|
|
1651
|
-
height: 24px;
|
|
1652
|
-
line-height: 20px;
|
|
1653
|
-
}
|
|
1654
|
-
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
1655
|
-
border-radius: 50%;
|
|
1656
|
-
}
|
|
1657
|
-
.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 {
|
|
1658
|
-
color: var(--color, #06101f);
|
|
1659
|
-
font-weight: var(--font-weight);
|
|
1660
|
-
background: var(--background-color, #fff);
|
|
1661
|
-
border-width: var(--border-width, 1px);
|
|
1662
|
-
border-color: var(--border-color, #d9d9d9);
|
|
1663
|
-
}
|
|
1664
|
-
.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 {
|
|
1665
|
-
display: none;
|
|
1666
|
-
}
|
|
1667
|
-
.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 {
|
|
1668
|
-
color: var(--color, inherit);
|
|
1669
|
-
}
|
|
1670
|
-
.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 {
|
|
1671
|
-
background: var(--background-color-hover, var(--background-color));
|
|
1672
|
-
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
1673
|
-
}
|
|
1674
|
-
.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 {
|
|
1675
|
-
--scale: 1;
|
|
1676
|
-
--transY: 1px;
|
|
1677
|
-
background: var(--background-color-active, var(--background-color));
|
|
1678
|
-
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
1679
|
-
}
|
|
1680
|
-
.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 {
|
|
1681
|
-
background: var(--background-color-focus, var(--background-color));
|
|
1682
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
1683
|
-
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
1684
|
-
}
|
|
1685
|
-
.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 {
|
|
1686
|
-
color: var(--color-disabled, var(--color));
|
|
1687
|
-
background: var(--background-color-disabled, var(--background-color));
|
|
1688
|
-
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
1689
|
-
opacity: 0.5;
|
|
1690
|
-
}
|
|
1691
|
-
.buj61ew.ant-btn-link[disabled] {
|
|
1692
|
-
color: #0080ff;
|
|
1693
|
-
opacity: 0.5;
|
|
1694
|
-
}
|
|
1695
|
-
.buj61ew.ant-btn-primary {
|
|
1696
|
-
--color: #fff;
|
|
1697
|
-
--font-weight: bold;
|
|
1698
|
-
--border-width: 0;
|
|
1699
|
-
--background-color: #0080ff;
|
|
1700
|
-
--background-color-hover: #009dff;
|
|
1701
|
-
--background-color-active: #005ed1;
|
|
1702
|
-
--background-color-focus: #0080ff;
|
|
1703
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1704
|
-
}
|
|
1705
|
-
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
1706
|
-
--background-color: #f0483e;
|
|
1707
|
-
--background-color-hover: #ff5252;
|
|
1708
|
-
--background-color-active: #c73d31;
|
|
1709
|
-
--background-color-focus: #ff5252;
|
|
1710
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1711
|
-
}
|
|
1712
|
-
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
1713
|
-
--background-color: #fea008;
|
|
1714
|
-
--background-color-hover: #feba33;
|
|
1715
|
-
--background-color-active: #e07f00;
|
|
1716
|
-
--background-color-focus: #fea008;
|
|
1717
|
-
}
|
|
1718
|
-
.buj61ew.ant-btn-secondary {
|
|
1719
|
-
--color: #0080ff;
|
|
1720
|
-
--font-weight: bold;
|
|
1721
|
-
--border-width: 0;
|
|
1722
|
-
--background-color: rgba(0, 136, 255, 0.1);
|
|
1723
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1724
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1725
|
-
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
1726
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1727
|
-
}
|
|
1728
|
-
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
1729
|
-
--color: #f0483e;
|
|
1730
|
-
--background-color: rgba(255, 74, 74, 0.1);
|
|
1731
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1732
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1733
|
-
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
1734
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1735
|
-
}
|
|
1736
|
-
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
1737
|
-
--color: #fea008;
|
|
1738
|
-
--background-color: rgba(255, 187, 0, 0.1);
|
|
1739
|
-
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
1740
|
-
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
1741
|
-
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
1742
|
-
}
|
|
1743
|
-
.buj61ew.ant-btn-tertiary {
|
|
1744
|
-
--color: #0080ff;
|
|
1745
|
-
--font-weight: bold;
|
|
1746
|
-
--border-width: 0;
|
|
1747
|
-
--background-color: #fff;
|
|
1748
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1749
|
-
box-shadow: none;
|
|
1750
|
-
}
|
|
1751
|
-
.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 {
|
|
1752
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1753
|
-
}
|
|
1754
|
-
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
1755
|
-
--color: #f0483e;
|
|
1756
|
-
--background-color: #fff;
|
|
1757
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1758
|
-
}
|
|
1759
|
-
.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 {
|
|
1760
|
-
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
1761
|
-
}
|
|
1762
|
-
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
1763
|
-
--color: #fea008;
|
|
1764
|
-
--background-color: #fff;
|
|
1765
|
-
}
|
|
1766
|
-
.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 {
|
|
1767
|
-
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
1768
|
-
}
|
|
1769
|
-
.buj61ew.ant-btn-ordinary {
|
|
1770
|
-
--color: #1d326c;
|
|
1771
|
-
--border-color: #ccd4e3;
|
|
1772
|
-
--background-color: #fff;
|
|
1773
|
-
--background-color-hover: #edf0f7;
|
|
1774
|
-
--background-color-active: #e4e9f2;
|
|
1775
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1776
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
1777
|
-
}
|
|
1778
|
-
.buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
|
|
1779
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
1780
|
-
}
|
|
1781
|
-
.buj61ew.ant-btn-ordinary.ordinary-blue {
|
|
1782
|
-
--color: #0080ff;
|
|
1783
|
-
--border-color: #0080ff;
|
|
1784
|
-
--background-color: #fff;
|
|
1785
|
-
--background-color-hover: linear-gradient(
|
|
1786
|
-
0deg,
|
|
1787
|
-
rgba(0, 136, 255, 0.16),
|
|
1788
|
-
rgba(0, 136, 255, 0.16)
|
|
1789
|
-
),
|
|
1790
|
-
#ffffff;
|
|
1791
|
-
--background-color-active: linear-gradient(
|
|
1792
|
-
0deg,
|
|
1793
|
-
rgba(0, 136, 255, 0.2),
|
|
1794
|
-
rgba(0, 136, 255, 0.2)
|
|
1795
|
-
),
|
|
1796
|
-
#ffffff;
|
|
1797
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1798
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
1799
|
-
}
|
|
1800
|
-
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
1801
|
-
--color: #f0483e;
|
|
1802
|
-
--border-color: #f0483e;
|
|
1803
|
-
--background-color: #fff;
|
|
1804
|
-
--background-color-hover: linear-gradient(
|
|
1805
|
-
0deg,
|
|
1806
|
-
rgba(255, 74, 74, 0.16),
|
|
1807
|
-
rgba(255, 74, 74, 0.16)
|
|
1808
|
-
),
|
|
1809
|
-
#ffffff;
|
|
1810
|
-
--background-color-active: linear-gradient(
|
|
1811
|
-
0deg,
|
|
1812
|
-
rgba(255, 74, 74, 0.2),
|
|
1813
|
-
rgba(255, 74, 74, 0.2)
|
|
1814
|
-
),
|
|
1815
|
-
#ffffff;
|
|
1816
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1817
|
-
}
|
|
1818
|
-
.buj61ew.ant-btn-ordinary-onTint {
|
|
1819
|
-
--color: #1d326c;
|
|
1820
|
-
--border-color: #fff;
|
|
1821
|
-
--background-color: #fff;
|
|
1822
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
1823
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
1824
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1825
|
-
box-shadow: none;
|
|
1826
|
-
}
|
|
1827
|
-
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
1828
|
-
--color: #0080ff;
|
|
1829
|
-
--border-color: #fff;
|
|
1830
|
-
--background-color: #fff;
|
|
1831
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1832
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1833
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1834
|
-
box-shadow: none;
|
|
1835
|
-
}
|
|
1836
|
-
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
1837
|
-
--color: #f0483e;
|
|
1838
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1839
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1840
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1841
|
-
}
|
|
1842
|
-
.buj61ew.ant-btn-quiet {
|
|
1843
|
-
--color: rgba(44, 56, 82, 0.6);
|
|
1844
|
-
--border-width: 0;
|
|
1845
|
-
--background-color: transparent;
|
|
1846
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
1847
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
1848
|
-
--background-color-focus: #fff;
|
|
1849
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1850
|
-
box-shadow: none;
|
|
1851
|
-
}
|
|
1852
|
-
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
1853
|
-
--color: #f0483e;
|
|
1854
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1855
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1856
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1857
|
-
}
|
|
1858
|
-
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
1859
|
-
--color: #0080ff;
|
|
1860
|
-
--background-color: transparent;
|
|
1861
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1862
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1863
|
-
--background-color-focus: #fff;
|
|
1864
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1865
|
-
}
|
|
1866
|
-
.buj61ew.has-icon {
|
|
1867
|
-
display: inline-flex;
|
|
1868
|
-
align-items: center;
|
|
1869
|
-
}
|
|
1870
|
-
.buj61ew .button-prefix-icon {
|
|
1871
|
-
margin-right: 4px;
|
|
1872
|
-
display: inline-flex;
|
|
1873
|
-
}
|
|
1874
|
-
.buj61ew .button-suffix-icon {
|
|
1875
|
-
margin-left: 4px;
|
|
1876
|
-
display: inline-flex;
|
|
1877
|
-
}
|
|
1878
|
-
.buj61ew .icon-wrapper {
|
|
1879
|
-
display: inline-flex;
|
|
1880
|
-
vertical-align: bottom;
|
|
1639
|
+
.obf05yr {
|
|
1640
|
+
display: inline-block;
|
|
1881
1641
|
}
|
|
1882
1642
|
|
|
1883
|
-
.
|
|
1884
|
-
|
|
1643
|
+
.hsms1n6 {
|
|
1644
|
+
visibility: hidden;
|
|
1645
|
+
position: absolute;
|
|
1885
1646
|
}
|
|
1886
1647
|
|
|
1887
1648
|
.p12gwtiw {
|
|
@@ -1941,200 +1702,17 @@ html body {
|
|
|
1941
1702
|
line-height: 18px;
|
|
1942
1703
|
}
|
|
1943
1704
|
|
|
1944
|
-
.
|
|
1945
|
-
|
|
1946
|
-
height:
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
.s34f1qb.ant-switch-small {
|
|
1954
|
-
min-width: 26px;
|
|
1955
|
-
height: 16px;
|
|
1956
|
-
}
|
|
1957
|
-
.s34f1qb.ant-switch-large {
|
|
1958
|
-
min-width: 52px;
|
|
1959
|
-
height: 32px;
|
|
1960
|
-
}
|
|
1961
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
1962
|
-
height: 20px;
|
|
1963
|
-
width: 20px;
|
|
1964
|
-
}
|
|
1965
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
1966
|
-
border-radius: 10px;
|
|
1967
|
-
transition-delay: 120ms;
|
|
1968
|
-
}
|
|
1969
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
1970
|
-
height: 14px;
|
|
1971
|
-
width: 14px;
|
|
1972
|
-
top: 1px;
|
|
1973
|
-
left: 1px;
|
|
1974
|
-
}
|
|
1975
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
1976
|
-
height: 28px;
|
|
1977
|
-
width: 28px;
|
|
1978
|
-
}
|
|
1979
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
1980
|
-
border-radius: 14px;
|
|
1981
|
-
}
|
|
1982
|
-
.s34f1qb.ant-switch-checked {
|
|
1983
|
-
background-color: #00ba5d;
|
|
1984
|
-
}
|
|
1985
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
1986
|
-
left: calc(100% - 20px - 2px);
|
|
1987
|
-
}
|
|
1988
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1989
|
-
left: calc(100% - 14px - 1px);
|
|
1990
|
-
}
|
|
1991
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1992
|
-
left: calc(100% - 28px - 2px);
|
|
1993
|
-
}
|
|
1994
|
-
|
|
1995
|
-
.c1to9vb9 {
|
|
1996
|
-
margin-left: 5px;
|
|
1997
|
-
}
|
|
1998
|
-
|
|
1999
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
2000
|
-
display: inline-flex;
|
|
2001
|
-
align-items: baseline;
|
|
2002
|
-
white-space: pre-wrap;
|
|
2003
|
-
}
|
|
2004
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2005
|
-
position: relative;
|
|
2006
|
-
top: 3px;
|
|
2007
|
-
}
|
|
2008
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2009
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2010
|
-
}
|
|
2011
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2012
|
-
border-color: #0080ff;
|
|
2013
|
-
}
|
|
2014
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2015
|
-
border-color: #0080ff;
|
|
2016
|
-
background: #0080ff;
|
|
2017
|
-
}
|
|
2018
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2019
|
-
top: 4px;
|
|
2020
|
-
left: 4px;
|
|
2021
|
-
width: 6px;
|
|
2022
|
-
height: 6px;
|
|
2023
|
-
background: #fff;
|
|
2024
|
-
}
|
|
2025
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2026
|
-
opacity: 0.5;
|
|
2027
|
-
}
|
|
2028
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2029
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2030
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2031
|
-
}
|
|
2032
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2033
|
-
background: #00122e;
|
|
2034
|
-
}
|
|
2035
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2036
|
-
color: #00122e;
|
|
2037
|
-
opacity: 0.5;
|
|
2038
|
-
}
|
|
2039
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2040
|
-
color: #00122e;
|
|
2041
|
-
}
|
|
2042
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2043
|
-
display: inline-block;
|
|
2044
|
-
padding: 0;
|
|
2045
|
-
padding-left: 12px;
|
|
2046
|
-
}
|
|
2047
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2048
|
-
margin-bottom: 0;
|
|
2049
|
-
white-space: pre-wrap;
|
|
2050
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2051
|
-
}
|
|
2052
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2053
|
-
padding-left: 8px;
|
|
2054
|
-
}
|
|
2055
|
-
|
|
2056
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2057
|
-
border-radius: 5px 0 0 5px;
|
|
2058
|
-
}
|
|
2059
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2060
|
-
border-radius: 0 5px 5px 0;
|
|
2061
|
-
}
|
|
2062
|
-
|
|
2063
|
-
.r1f0aqcc {
|
|
2064
|
-
color: #00122e;
|
|
2065
|
-
border-color: #ccd4e3;
|
|
2066
|
-
}
|
|
2067
|
-
.r1f0aqcc:first-child {
|
|
2068
|
-
border-color: #a3b4cc;
|
|
2069
|
-
}
|
|
2070
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2071
|
-
padding: 0 12px;
|
|
2072
|
-
line-height: 32px;
|
|
2073
|
-
height: 32px;
|
|
2074
|
-
}
|
|
2075
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
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;
|
|
2076
1714
|
white-space: nowrap;
|
|
2077
|
-
|
|
2078
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2079
|
-
background: #ccd4e3;
|
|
2080
|
-
}
|
|
2081
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2082
|
-
background: #0080ff;
|
|
2083
|
-
}
|
|
2084
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2085
|
-
background: #ccd4e3;
|
|
2086
|
-
opacity: 0.5;
|
|
2087
|
-
}
|
|
2088
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2089
|
-
border-right-color: #0080ff;
|
|
2090
|
-
}
|
|
2091
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2092
|
-
border-color: #0080ff;
|
|
2093
|
-
}
|
|
2094
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2095
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2096
|
-
}
|
|
2097
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2098
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2099
|
-
border-color: #ccd4e3;
|
|
2100
|
-
opacity: 0.5;
|
|
2101
|
-
}
|
|
2102
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2103
|
-
color: #00122e;
|
|
2104
|
-
border-color: #ccd4e3;
|
|
2105
|
-
}
|
|
2106
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2107
|
-
color: #00122e;
|
|
2108
|
-
border-color: #ccd4e3;
|
|
2109
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2110
|
-
}
|
|
2111
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
2112
|
-
margin-right: 8px;
|
|
2113
|
-
display: inline;
|
|
2114
|
-
border: none;
|
|
2115
|
-
padding: 0;
|
|
2116
|
-
width: 36px;
|
|
2117
|
-
background: transparent;
|
|
2118
|
-
}
|
|
2119
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2120
|
-
box-shadow: none;
|
|
2121
|
-
}
|
|
2122
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2123
|
-
margin-right: 0;
|
|
2124
|
-
width: initial;
|
|
2125
|
-
box-shadow: none;
|
|
2126
|
-
}
|
|
2127
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2128
|
-
display: none;
|
|
2129
|
-
}
|
|
2130
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2131
|
-
display: inline;
|
|
2132
|
-
}
|
|
2133
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2134
|
-
display: inline;
|
|
2135
|
-
margin-right: 8px;
|
|
2136
|
-
padding: 0;
|
|
2137
|
-
width: 36px;
|
|
1715
|
+
margin-right: 4px;
|
|
2138
1716
|
}
|
|
2139
1717
|
|
|
2140
1718
|
.fde5mpd {
|
|
@@ -2152,6 +1730,35 @@ html body {
|
|
|
2152
1730
|
font-size: 18px;
|
|
2153
1731
|
}
|
|
2154
1732
|
|
|
1733
|
+
.bpq0js6 {
|
|
1734
|
+
padding: 4px 11px;
|
|
1735
|
+
}
|
|
1736
|
+
|
|
1737
|
+
.b15sn34c {
|
|
1738
|
+
white-space: nowrap;
|
|
1739
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1740
|
+
}
|
|
1741
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1742
|
+
--color: #0080ff;
|
|
1743
|
+
}
|
|
1744
|
+
.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] {
|
|
1745
|
+
--color: #0080ff;
|
|
1746
|
+
}
|
|
1747
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1748
|
+
margin-left: 1px;
|
|
1749
|
+
}
|
|
1750
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1751
|
+
border-top-right-radius: 0;
|
|
1752
|
+
border-bottom-right-radius: 0;
|
|
1753
|
+
}
|
|
1754
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1755
|
+
border-top-left-radius: 0;
|
|
1756
|
+
border-bottom-left-radius: 0;
|
|
1757
|
+
}
|
|
1758
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1759
|
+
border-radius: unset;
|
|
1760
|
+
}
|
|
1761
|
+
|
|
2155
1762
|
.cz04yix {
|
|
2156
1763
|
display: flex;
|
|
2157
1764
|
flex-direction: column;
|
|
@@ -2724,137 +2331,559 @@ textarea.ipd9bk.ant-input.textarea-small {
|
|
|
2724
2331
|
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
2725
2332
|
height: 40px;
|
|
2726
2333
|
}
|
|
2727
|
-
|
|
2728
|
-
.kypn5o5 input, .kypn5o5.input-tags {
|
|
2729
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2730
|
-
border-radius: 4px;
|
|
2334
|
+
|
|
2335
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
2336
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2337
|
+
border-radius: 4px;
|
|
2338
|
+
}
|
|
2339
|
+
.kypn5o5.input-tags {
|
|
2340
|
+
position: relative;
|
|
2341
|
+
padding: 6px;
|
|
2342
|
+
height: 32px;
|
|
2343
|
+
cursor: pointer;
|
|
2344
|
+
transition: border 150ms;
|
|
2345
|
+
}
|
|
2346
|
+
.kypn5o5.input-tags:hover {
|
|
2347
|
+
border-color: #0080ff;
|
|
2348
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2349
|
+
}
|
|
2350
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2351
|
+
padding-right: 30px;
|
|
2352
|
+
}
|
|
2353
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
2354
|
+
display: flex;
|
|
2355
|
+
}
|
|
2356
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2357
|
+
display: flex;
|
|
2358
|
+
}
|
|
2359
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
2360
|
+
position: absolute;
|
|
2361
|
+
right: 12px;
|
|
2362
|
+
top: 50%;
|
|
2363
|
+
transform: translateY(-50%);
|
|
2364
|
+
}
|
|
2365
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2366
|
+
color: rgba(0, 0, 0, 0.25);
|
|
2367
|
+
font-size: 12px;
|
|
2368
|
+
cursor: pointer;
|
|
2369
|
+
}
|
|
2370
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2371
|
+
color: rgba(0, 0, 0, 0.45);
|
|
2372
|
+
}
|
|
2373
|
+
.kypn5o5.has-focus-indicator {
|
|
2374
|
+
position: relative;
|
|
2375
|
+
overflow: hidden;
|
|
2376
|
+
}
|
|
2377
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2378
|
+
position: absolute;
|
|
2379
|
+
top: 50%;
|
|
2380
|
+
transform: translateY(-50%);
|
|
2381
|
+
left: -16px;
|
|
2382
|
+
transition: left 150ms ease;
|
|
2383
|
+
opacity: 0;
|
|
2384
|
+
}
|
|
2385
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2386
|
+
left: 8px;
|
|
2387
|
+
opacity: 1;
|
|
2388
|
+
}
|
|
2389
|
+
.kypn5o5.has-focus-indicator input {
|
|
2390
|
+
transition: margin-left 150ms ease;
|
|
2391
|
+
margin-left: 0px;
|
|
2392
|
+
}
|
|
2393
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2394
|
+
margin-left: 16px;
|
|
2395
|
+
}
|
|
2396
|
+
|
|
2397
|
+
input.l1ki27se.ant-input {
|
|
2398
|
+
border-top-right-radius: 0;
|
|
2399
|
+
border-bottom-right-radius: 0;
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2402
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2403
|
+
border-top-right-radius: 0;
|
|
2404
|
+
border-bottom-right-radius: 0;
|
|
2405
|
+
}
|
|
2406
|
+
|
|
2407
|
+
input.rrg1fkn.ant-input {
|
|
2408
|
+
border-top-left-radius: 0;
|
|
2409
|
+
border-bottom-left-radius: 0;
|
|
2410
|
+
}
|
|
2411
|
+
|
|
2412
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2413
|
+
border-top-left-radius: 0;
|
|
2414
|
+
border-bottom-left-radius: 0;
|
|
2415
|
+
}
|
|
2416
|
+
|
|
2417
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2418
|
+
border-top-right-radius: 0;
|
|
2419
|
+
border-bottom-right-radius: 0;
|
|
2420
|
+
}
|
|
2421
|
+
|
|
2422
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2423
|
+
border-top-left-radius: 0;
|
|
2424
|
+
border-bottom-left-radius: 0;
|
|
2425
|
+
}
|
|
2426
|
+
|
|
2427
|
+
.s34f1qb.ant-switch {
|
|
2428
|
+
min-width: 40px;
|
|
2429
|
+
height: 24px;
|
|
2430
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2431
|
+
overflow: hidden;
|
|
2432
|
+
}
|
|
2433
|
+
.s34f1qb.ant-switch:focus {
|
|
2434
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2435
|
+
}
|
|
2436
|
+
.s34f1qb.ant-switch-small {
|
|
2437
|
+
min-width: 26px;
|
|
2438
|
+
height: 16px;
|
|
2439
|
+
}
|
|
2440
|
+
.s34f1qb.ant-switch-large {
|
|
2441
|
+
min-width: 52px;
|
|
2442
|
+
height: 32px;
|
|
2443
|
+
}
|
|
2444
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2445
|
+
height: 20px;
|
|
2446
|
+
width: 20px;
|
|
2447
|
+
}
|
|
2448
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2449
|
+
border-radius: 10px;
|
|
2450
|
+
transition-delay: 120ms;
|
|
2451
|
+
}
|
|
2452
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2453
|
+
height: 14px;
|
|
2454
|
+
width: 14px;
|
|
2455
|
+
top: 1px;
|
|
2456
|
+
left: 1px;
|
|
2457
|
+
}
|
|
2458
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2459
|
+
height: 28px;
|
|
2460
|
+
width: 28px;
|
|
2461
|
+
}
|
|
2462
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2463
|
+
border-radius: 14px;
|
|
2464
|
+
}
|
|
2465
|
+
.s34f1qb.ant-switch-checked {
|
|
2466
|
+
background-color: #00ba5d;
|
|
2467
|
+
}
|
|
2468
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2469
|
+
left: calc(100% - 20px - 2px);
|
|
2470
|
+
}
|
|
2471
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2472
|
+
left: calc(100% - 14px - 1px);
|
|
2473
|
+
}
|
|
2474
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2475
|
+
left: calc(100% - 28px - 2px);
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2478
|
+
.c1to9vb9 {
|
|
2479
|
+
margin-left: 5px;
|
|
2480
|
+
}
|
|
2481
|
+
|
|
2482
|
+
.i1mrf09m {
|
|
2483
|
+
display: inline-flex;
|
|
2484
|
+
align-items: center;
|
|
2485
|
+
}
|
|
2486
|
+
.i1mrf09m .icon-inner {
|
|
2487
|
+
display: inline-flex;
|
|
2488
|
+
align-items: center;
|
|
2489
|
+
justify-content: center;
|
|
2490
|
+
}
|
|
2491
|
+
.i1mrf09m .icon-inner + span,
|
|
2492
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
2493
|
+
margin-left: 4px;
|
|
2494
|
+
}
|
|
2495
|
+
.i1mrf09m.is-rotate img,
|
|
2496
|
+
.i1mrf09m.is-rotate svg {
|
|
2497
|
+
animation: rotate 680ms linear infinite;
|
|
2498
|
+
}
|
|
2499
|
+
|
|
2500
|
+
.buj61ew.ant-btn {
|
|
2501
|
+
height: 32px;
|
|
2502
|
+
border-radius: 6px;
|
|
2503
|
+
line-height: 22px;
|
|
2504
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
2505
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
2506
|
+
}
|
|
2507
|
+
.buj61ew.ant-btn.ant-btn-lg {
|
|
2508
|
+
height: 40px;
|
|
2509
|
+
line-height: 24px;
|
|
2510
|
+
}
|
|
2511
|
+
.buj61ew.ant-btn.ant-btn-sm {
|
|
2512
|
+
height: 24px;
|
|
2513
|
+
line-height: 20px;
|
|
2514
|
+
}
|
|
2515
|
+
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
2516
|
+
border-radius: 50%;
|
|
2517
|
+
}
|
|
2518
|
+
.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 {
|
|
2519
|
+
color: var(--color, #06101f);
|
|
2520
|
+
font-weight: var(--font-weight);
|
|
2521
|
+
background: var(--background-color, #fff);
|
|
2522
|
+
border-width: var(--border-width, 1px);
|
|
2523
|
+
border-color: var(--border-color, #d9d9d9);
|
|
2524
|
+
}
|
|
2525
|
+
.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 {
|
|
2526
|
+
display: none;
|
|
2527
|
+
}
|
|
2528
|
+
.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 {
|
|
2529
|
+
color: var(--color, inherit);
|
|
2530
|
+
}
|
|
2531
|
+
.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 {
|
|
2532
|
+
background: var(--background-color-hover, var(--background-color));
|
|
2533
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
2534
|
+
}
|
|
2535
|
+
.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 {
|
|
2536
|
+
--scale: 1;
|
|
2537
|
+
--transY: 1px;
|
|
2538
|
+
background: var(--background-color-active, var(--background-color));
|
|
2539
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
2540
|
+
}
|
|
2541
|
+
.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 {
|
|
2542
|
+
background: var(--background-color-focus, var(--background-color));
|
|
2543
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
2544
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
2545
|
+
}
|
|
2546
|
+
.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 {
|
|
2547
|
+
color: var(--color-disabled, var(--color));
|
|
2548
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
2549
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
2550
|
+
opacity: 0.5;
|
|
2551
|
+
}
|
|
2552
|
+
.buj61ew.ant-btn-link[disabled] {
|
|
2553
|
+
color: #0080ff;
|
|
2554
|
+
opacity: 0.5;
|
|
2555
|
+
}
|
|
2556
|
+
.buj61ew.ant-btn-primary {
|
|
2557
|
+
--color: #fff;
|
|
2558
|
+
--font-weight: bold;
|
|
2559
|
+
--border-width: 0;
|
|
2560
|
+
--background-color: #0080ff;
|
|
2561
|
+
--background-color-hover: #009dff;
|
|
2562
|
+
--background-color-active: #005ed1;
|
|
2563
|
+
--background-color-focus: #0080ff;
|
|
2564
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2565
|
+
}
|
|
2566
|
+
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
2567
|
+
--background-color: #f0483e;
|
|
2568
|
+
--background-color-hover: #ff5252;
|
|
2569
|
+
--background-color-active: #c73d31;
|
|
2570
|
+
--background-color-focus: #ff5252;
|
|
2571
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2572
|
+
}
|
|
2573
|
+
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
2574
|
+
--background-color: #fea008;
|
|
2575
|
+
--background-color-hover: #feba33;
|
|
2576
|
+
--background-color-active: #e07f00;
|
|
2577
|
+
--background-color-focus: #fea008;
|
|
2578
|
+
}
|
|
2579
|
+
.buj61ew.ant-btn-secondary {
|
|
2580
|
+
--color: #0080ff;
|
|
2581
|
+
--font-weight: bold;
|
|
2582
|
+
--border-width: 0;
|
|
2583
|
+
--background-color: rgba(0, 136, 255, 0.1);
|
|
2584
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2585
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2586
|
+
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
2587
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2588
|
+
}
|
|
2589
|
+
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
2590
|
+
--color: #f0483e;
|
|
2591
|
+
--background-color: rgba(255, 74, 74, 0.1);
|
|
2592
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2593
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2594
|
+
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
2595
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2596
|
+
}
|
|
2597
|
+
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
2598
|
+
--color: #fea008;
|
|
2599
|
+
--background-color: rgba(255, 187, 0, 0.1);
|
|
2600
|
+
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
2601
|
+
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
2602
|
+
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
2603
|
+
}
|
|
2604
|
+
.buj61ew.ant-btn-tertiary {
|
|
2605
|
+
--color: #0080ff;
|
|
2606
|
+
--font-weight: bold;
|
|
2607
|
+
--border-width: 0;
|
|
2608
|
+
--background-color: #fff;
|
|
2609
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2610
|
+
box-shadow: none;
|
|
2611
|
+
}
|
|
2612
|
+
.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 {
|
|
2613
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
2614
|
+
}
|
|
2615
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
2616
|
+
--color: #f0483e;
|
|
2617
|
+
--background-color: #fff;
|
|
2618
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2619
|
+
}
|
|
2620
|
+
.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 {
|
|
2621
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
2622
|
+
}
|
|
2623
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
2624
|
+
--color: #fea008;
|
|
2625
|
+
--background-color: #fff;
|
|
2626
|
+
}
|
|
2627
|
+
.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 {
|
|
2628
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
2629
|
+
}
|
|
2630
|
+
.buj61ew.ant-btn-ordinary {
|
|
2631
|
+
--color: #1d326c;
|
|
2632
|
+
--border-color: #ccd4e3;
|
|
2633
|
+
--background-color: #fff;
|
|
2634
|
+
--background-color-hover: #edf0f7;
|
|
2635
|
+
--background-color-active: #e4e9f2;
|
|
2636
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2637
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
2638
|
+
}
|
|
2639
|
+
.buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
|
|
2640
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
2641
|
+
}
|
|
2642
|
+
.buj61ew.ant-btn-ordinary.ordinary-blue {
|
|
2643
|
+
--color: #0080ff;
|
|
2644
|
+
--border-color: #0080ff;
|
|
2645
|
+
--background-color: #fff;
|
|
2646
|
+
--background-color-hover: linear-gradient(
|
|
2647
|
+
0deg,
|
|
2648
|
+
rgba(0, 136, 255, 0.16),
|
|
2649
|
+
rgba(0, 136, 255, 0.16)
|
|
2650
|
+
),
|
|
2651
|
+
#ffffff;
|
|
2652
|
+
--background-color-active: linear-gradient(
|
|
2653
|
+
0deg,
|
|
2654
|
+
rgba(0, 136, 255, 0.2),
|
|
2655
|
+
rgba(0, 136, 255, 0.2)
|
|
2656
|
+
),
|
|
2657
|
+
#ffffff;
|
|
2658
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2659
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
2660
|
+
}
|
|
2661
|
+
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
2662
|
+
--color: #f0483e;
|
|
2663
|
+
--border-color: #f0483e;
|
|
2664
|
+
--background-color: #fff;
|
|
2665
|
+
--background-color-hover: linear-gradient(
|
|
2666
|
+
0deg,
|
|
2667
|
+
rgba(255, 74, 74, 0.16),
|
|
2668
|
+
rgba(255, 74, 74, 0.16)
|
|
2669
|
+
),
|
|
2670
|
+
#ffffff;
|
|
2671
|
+
--background-color-active: linear-gradient(
|
|
2672
|
+
0deg,
|
|
2673
|
+
rgba(255, 74, 74, 0.2),
|
|
2674
|
+
rgba(255, 74, 74, 0.2)
|
|
2675
|
+
),
|
|
2676
|
+
#ffffff;
|
|
2677
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2678
|
+
}
|
|
2679
|
+
.buj61ew.ant-btn-ordinary-onTint {
|
|
2680
|
+
--color: #1d326c;
|
|
2681
|
+
--border-color: #fff;
|
|
2682
|
+
--background-color: #fff;
|
|
2683
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
2684
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
2685
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2686
|
+
box-shadow: none;
|
|
2687
|
+
}
|
|
2688
|
+
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
2689
|
+
--color: #0080ff;
|
|
2690
|
+
--border-color: #fff;
|
|
2691
|
+
--background-color: #fff;
|
|
2692
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2693
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2694
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2695
|
+
box-shadow: none;
|
|
2696
|
+
}
|
|
2697
|
+
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
2698
|
+
--color: #f0483e;
|
|
2699
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2700
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2701
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2702
|
+
}
|
|
2703
|
+
.buj61ew.ant-btn-quiet {
|
|
2704
|
+
--color: rgba(44, 56, 82, 0.6);
|
|
2705
|
+
--border-width: 0;
|
|
2706
|
+
--background-color: transparent;
|
|
2707
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
2708
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
2709
|
+
--background-color-focus: #fff;
|
|
2710
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2711
|
+
box-shadow: none;
|
|
2712
|
+
}
|
|
2713
|
+
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
2714
|
+
--color: #f0483e;
|
|
2715
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2716
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2717
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2718
|
+
}
|
|
2719
|
+
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
2720
|
+
--color: #0080ff;
|
|
2721
|
+
--background-color: transparent;
|
|
2722
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2723
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2724
|
+
--background-color-focus: #fff;
|
|
2725
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2726
|
+
}
|
|
2727
|
+
.buj61ew.has-icon {
|
|
2728
|
+
display: inline-flex;
|
|
2729
|
+
align-items: center;
|
|
2730
|
+
}
|
|
2731
|
+
.buj61ew .button-prefix-icon {
|
|
2732
|
+
margin-right: 4px;
|
|
2733
|
+
display: inline-flex;
|
|
2734
|
+
}
|
|
2735
|
+
.buj61ew .button-suffix-icon {
|
|
2736
|
+
margin-left: 4px;
|
|
2737
|
+
display: inline-flex;
|
|
2738
|
+
}
|
|
2739
|
+
.buj61ew .icon-wrapper {
|
|
2740
|
+
display: inline-flex;
|
|
2741
|
+
vertical-align: bottom;
|
|
2742
|
+
}
|
|
2743
|
+
|
|
2744
|
+
.nchllas {
|
|
2745
|
+
padding: 0;
|
|
2746
|
+
}
|
|
2747
|
+
|
|
2748
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2749
|
+
display: inline-flex;
|
|
2750
|
+
align-items: baseline;
|
|
2751
|
+
white-space: pre-wrap;
|
|
2752
|
+
}
|
|
2753
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2754
|
+
position: relative;
|
|
2755
|
+
top: 3px;
|
|
2756
|
+
}
|
|
2757
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2758
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2759
|
+
}
|
|
2760
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2761
|
+
border-color: #0080ff;
|
|
2762
|
+
}
|
|
2763
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2764
|
+
border-color: #0080ff;
|
|
2765
|
+
background: #0080ff;
|
|
2766
|
+
}
|
|
2767
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2768
|
+
top: 4px;
|
|
2769
|
+
left: 4px;
|
|
2770
|
+
width: 6px;
|
|
2771
|
+
height: 6px;
|
|
2772
|
+
background: #fff;
|
|
2773
|
+
}
|
|
2774
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2775
|
+
opacity: 0.5;
|
|
2776
|
+
}
|
|
2777
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2778
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2779
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2731
2780
|
}
|
|
2732
|
-
.
|
|
2733
|
-
|
|
2734
|
-
padding: 6px;
|
|
2735
|
-
height: 32px;
|
|
2736
|
-
cursor: pointer;
|
|
2737
|
-
transition: border 150ms;
|
|
2781
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2782
|
+
background: #00122e;
|
|
2738
2783
|
}
|
|
2739
|
-
.
|
|
2740
|
-
|
|
2741
|
-
|
|
2784
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2785
|
+
color: #00122e;
|
|
2786
|
+
opacity: 0.5;
|
|
2742
2787
|
}
|
|
2743
|
-
.
|
|
2744
|
-
|
|
2788
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2789
|
+
color: #00122e;
|
|
2745
2790
|
}
|
|
2746
|
-
.
|
|
2747
|
-
display:
|
|
2791
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2792
|
+
display: inline-block;
|
|
2793
|
+
padding: 0;
|
|
2794
|
+
padding-left: 12px;
|
|
2748
2795
|
}
|
|
2749
|
-
.
|
|
2750
|
-
|
|
2796
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2797
|
+
margin-bottom: 0;
|
|
2798
|
+
white-space: pre-wrap;
|
|
2799
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2751
2800
|
}
|
|
2752
|
-
.
|
|
2753
|
-
|
|
2754
|
-
right: 12px;
|
|
2755
|
-
top: 50%;
|
|
2756
|
-
transform: translateY(-50%);
|
|
2801
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2802
|
+
padding-left: 8px;
|
|
2757
2803
|
}
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
cursor: pointer;
|
|
2804
|
+
|
|
2805
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2806
|
+
border-radius: 5px 0 0 5px;
|
|
2762
2807
|
}
|
|
2763
|
-
.
|
|
2764
|
-
|
|
2808
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2809
|
+
border-radius: 0 5px 5px 0;
|
|
2765
2810
|
}
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2811
|
+
|
|
2812
|
+
.r1f0aqcc {
|
|
2813
|
+
color: #00122e;
|
|
2814
|
+
border-color: #ccd4e3;
|
|
2769
2815
|
}
|
|
2770
|
-
.
|
|
2771
|
-
|
|
2772
|
-
top: 50%;
|
|
2773
|
-
transform: translateY(-50%);
|
|
2774
|
-
left: -16px;
|
|
2775
|
-
transition: left 150ms ease;
|
|
2776
|
-
opacity: 0;
|
|
2816
|
+
.r1f0aqcc:first-child {
|
|
2817
|
+
border-color: #a3b4cc;
|
|
2777
2818
|
}
|
|
2778
|
-
.
|
|
2779
|
-
|
|
2780
|
-
|
|
2819
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2820
|
+
padding: 0 12px;
|
|
2821
|
+
line-height: 32px;
|
|
2822
|
+
height: 32px;
|
|
2781
2823
|
}
|
|
2782
|
-
.
|
|
2783
|
-
|
|
2784
|
-
margin-left: 0px;
|
|
2824
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2825
|
+
white-space: nowrap;
|
|
2785
2826
|
}
|
|
2786
|
-
.
|
|
2787
|
-
|
|
2827
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2828
|
+
background: #ccd4e3;
|
|
2788
2829
|
}
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
border-top-right-radius: 0;
|
|
2792
|
-
border-bottom-right-radius: 0;
|
|
2830
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2831
|
+
background: #0080ff;
|
|
2793
2832
|
}
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
border-bottom-right-radius: 0;
|
|
2833
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2834
|
+
background: #ccd4e3;
|
|
2835
|
+
opacity: 0.5;
|
|
2798
2836
|
}
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
border-top-left-radius: 0;
|
|
2802
|
-
border-bottom-left-radius: 0;
|
|
2837
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2838
|
+
border-right-color: #0080ff;
|
|
2803
2839
|
}
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
border-top-left-radius: 0;
|
|
2807
|
-
border-bottom-left-radius: 0;
|
|
2840
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2841
|
+
border-color: #0080ff;
|
|
2808
2842
|
}
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
border-top-right-radius: 0;
|
|
2812
|
-
border-bottom-right-radius: 0;
|
|
2843
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2844
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2813
2845
|
}
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
border-
|
|
2817
|
-
|
|
2846
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2847
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2848
|
+
border-color: #ccd4e3;
|
|
2849
|
+
opacity: 0.5;
|
|
2818
2850
|
}
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
line-height: 18px;
|
|
2823
|
-
padding: 0 4px;
|
|
2824
|
-
border-radius: 4px;
|
|
2825
|
-
background: rgba(235, 239, 245, 0.6);
|
|
2826
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2827
|
-
display: flex;
|
|
2828
|
-
align-items: center;
|
|
2829
|
-
white-space: nowrap;
|
|
2830
|
-
margin-right: 4px;
|
|
2851
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2852
|
+
color: #00122e;
|
|
2853
|
+
border-color: #ccd4e3;
|
|
2831
2854
|
}
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2855
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2856
|
+
color: #00122e;
|
|
2857
|
+
border-color: #ccd4e3;
|
|
2858
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2835
2859
|
}
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2860
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2861
|
+
margin-right: 8px;
|
|
2862
|
+
display: inline;
|
|
2863
|
+
border: none;
|
|
2864
|
+
padding: 0;
|
|
2865
|
+
width: 36px;
|
|
2866
|
+
background: transparent;
|
|
2840
2867
|
}
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
display: inline-flex;
|
|
2844
|
-
align-items: center;
|
|
2868
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2869
|
+
box-shadow: none;
|
|
2845
2870
|
}
|
|
2846
|
-
.
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2871
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2872
|
+
margin-right: 0;
|
|
2873
|
+
width: initial;
|
|
2874
|
+
box-shadow: none;
|
|
2850
2875
|
}
|
|
2851
|
-
.
|
|
2852
|
-
|
|
2853
|
-
margin-left: 4px;
|
|
2876
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2877
|
+
display: none;
|
|
2854
2878
|
}
|
|
2855
|
-
.
|
|
2856
|
-
|
|
2857
|
-
|
|
2879
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2880
|
+
display: inline;
|
|
2881
|
+
}
|
|
2882
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2883
|
+
display: inline;
|
|
2884
|
+
margin-right: 8px;
|
|
2885
|
+
padding: 0;
|
|
2886
|
+
width: 36px;
|
|
2858
2887
|
}
|
|
2859
2888
|
|
|
2860
2889
|
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
@@ -2940,35 +2969,6 @@ input.rrg1fkn.ant-input {
|
|
|
2940
2969
|
padding: 0;
|
|
2941
2970
|
}
|
|
2942
2971
|
|
|
2943
|
-
.bpq0js6 {
|
|
2944
|
-
padding: 4px 11px;
|
|
2945
|
-
}
|
|
2946
|
-
|
|
2947
|
-
.b15sn34c {
|
|
2948
|
-
white-space: nowrap;
|
|
2949
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
2950
|
-
}
|
|
2951
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
2952
|
-
--color: #0080ff;
|
|
2953
|
-
}
|
|
2954
|
-
.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] {
|
|
2955
|
-
--color: #0080ff;
|
|
2956
|
-
}
|
|
2957
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
2958
|
-
margin-left: 1px;
|
|
2959
|
-
}
|
|
2960
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
2961
|
-
border-top-right-radius: 0;
|
|
2962
|
-
border-bottom-right-radius: 0;
|
|
2963
|
-
}
|
|
2964
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
2965
|
-
border-top-left-radius: 0;
|
|
2966
|
-
border-bottom-left-radius: 0;
|
|
2967
|
-
}
|
|
2968
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
2969
|
-
border-radius: unset;
|
|
2970
|
-
}
|
|
2971
|
-
|
|
2972
2972
|
.t1upn1sz {
|
|
2973
2973
|
height: 100%;
|
|
2974
2974
|
}
|
|
@@ -4496,25 +4496,6 @@ input.rrg1fkn.ant-input {
|
|
|
4496
4496
|
font-size: inherit;
|
|
4497
4497
|
}
|
|
4498
4498
|
|
|
4499
|
-
.feau332.ant-form-item {
|
|
4500
|
-
margin-bottom: 0;
|
|
4501
|
-
}
|
|
4502
|
-
.feau332 .ant-form-item-explain {
|
|
4503
|
-
display: none;
|
|
4504
|
-
min-height: 18px;
|
|
4505
|
-
margin-top: 5px;
|
|
4506
|
-
font-family: "Inter";
|
|
4507
|
-
font-weight: 400;
|
|
4508
|
-
font-size: 12px;
|
|
4509
|
-
line-height: 18px;
|
|
4510
|
-
}
|
|
4511
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4512
|
-
white-space: pre-wrap;
|
|
4513
|
-
}
|
|
4514
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4515
|
-
display: block;
|
|
4516
|
-
}
|
|
4517
|
-
|
|
4518
4499
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4519
4500
|
display: var(--a6dbbkm-0);
|
|
4520
4501
|
}
|
|
@@ -4544,4 +4525,23 @@ input.rrg1fkn.ant-input {
|
|
|
4544
4525
|
margin: 0;
|
|
4545
4526
|
height: auto;
|
|
4546
4527
|
font-size: inherit;
|
|
4528
|
+
}
|
|
4529
|
+
|
|
4530
|
+
.feau332.ant-form-item {
|
|
4531
|
+
margin-bottom: 0;
|
|
4532
|
+
}
|
|
4533
|
+
.feau332 .ant-form-item-explain {
|
|
4534
|
+
display: none;
|
|
4535
|
+
min-height: 18px;
|
|
4536
|
+
margin-top: 5px;
|
|
4537
|
+
font-family: "Inter";
|
|
4538
|
+
font-weight: 400;
|
|
4539
|
+
font-size: 12px;
|
|
4540
|
+
line-height: 18px;
|
|
4541
|
+
}
|
|
4542
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4543
|
+
white-space: pre-wrap;
|
|
4544
|
+
}
|
|
4545
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4546
|
+
display: block;
|
|
4547
4547
|
}
|