@cloudtower/eagle 0.22.33 → 0.22.34
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/esm/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/style.css +689 -689
- package/dist/umd/index.js +1 -0
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1597,375 +1597,6 @@ input[type=submit] {
|
|
|
1597
1597
|
cursor: pointer;
|
|
1598
1598
|
}
|
|
1599
1599
|
|
|
1600
|
-
.buj61ew.ant-btn {
|
|
1601
|
-
height: 32px;
|
|
1602
|
-
border-radius: 6px;
|
|
1603
|
-
line-height: 22px;
|
|
1604
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
1605
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
1606
|
-
}
|
|
1607
|
-
.buj61ew.ant-btn.ant-btn-lg {
|
|
1608
|
-
height: 40px;
|
|
1609
|
-
line-height: 24px;
|
|
1610
|
-
}
|
|
1611
|
-
.buj61ew.ant-btn.ant-btn-sm {
|
|
1612
|
-
height: 24px;
|
|
1613
|
-
line-height: 20px;
|
|
1614
|
-
}
|
|
1615
|
-
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
1616
|
-
border-radius: 50%;
|
|
1617
|
-
}
|
|
1618
|
-
.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 {
|
|
1619
|
-
color: var(--color, #06101f);
|
|
1620
|
-
font-weight: var(--font-weight);
|
|
1621
|
-
background: var(--background-color, #fff);
|
|
1622
|
-
border-width: var(--border-width, 1px);
|
|
1623
|
-
border-color: var(--border-color, #d9d9d9);
|
|
1624
|
-
}
|
|
1625
|
-
.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 {
|
|
1626
|
-
display: none;
|
|
1627
|
-
}
|
|
1628
|
-
.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 {
|
|
1629
|
-
color: var(--color, inherit);
|
|
1630
|
-
}
|
|
1631
|
-
.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 {
|
|
1632
|
-
background: var(--background-color-hover, var(--background-color));
|
|
1633
|
-
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
1634
|
-
}
|
|
1635
|
-
.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 {
|
|
1636
|
-
--scale: 1;
|
|
1637
|
-
--transY: 1px;
|
|
1638
|
-
background: var(--background-color-active, var(--background-color));
|
|
1639
|
-
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
1640
|
-
}
|
|
1641
|
-
.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 {
|
|
1642
|
-
background: var(--background-color-focus, var(--background-color));
|
|
1643
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
1644
|
-
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
1645
|
-
}
|
|
1646
|
-
.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 {
|
|
1647
|
-
color: var(--color-disabled, var(--color));
|
|
1648
|
-
background: var(--background-color-disabled, var(--background-color));
|
|
1649
|
-
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
1650
|
-
opacity: 0.5;
|
|
1651
|
-
}
|
|
1652
|
-
.buj61ew.ant-btn-link[disabled] {
|
|
1653
|
-
color: #0080ff;
|
|
1654
|
-
opacity: 0.5;
|
|
1655
|
-
}
|
|
1656
|
-
.buj61ew.ant-btn-primary {
|
|
1657
|
-
--color: #fff;
|
|
1658
|
-
--font-weight: bold;
|
|
1659
|
-
--border-width: 0;
|
|
1660
|
-
--background-color: #0080ff;
|
|
1661
|
-
--background-color-hover: #009dff;
|
|
1662
|
-
--background-color-active: #005ed1;
|
|
1663
|
-
--background-color-focus: #0080ff;
|
|
1664
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1665
|
-
}
|
|
1666
|
-
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
1667
|
-
--background-color: #f0483e;
|
|
1668
|
-
--background-color-hover: #ff5252;
|
|
1669
|
-
--background-color-active: #c73d31;
|
|
1670
|
-
--background-color-focus: #ff5252;
|
|
1671
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1672
|
-
}
|
|
1673
|
-
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
1674
|
-
--background-color: #fea008;
|
|
1675
|
-
--background-color-hover: #feba33;
|
|
1676
|
-
--background-color-active: #e07f00;
|
|
1677
|
-
--background-color-focus: #fea008;
|
|
1678
|
-
}
|
|
1679
|
-
.buj61ew.ant-btn-secondary {
|
|
1680
|
-
--color: #0080ff;
|
|
1681
|
-
--font-weight: bold;
|
|
1682
|
-
--border-width: 0;
|
|
1683
|
-
--background-color: rgba(0, 136, 255, 0.1);
|
|
1684
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1685
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1686
|
-
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
1687
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1688
|
-
}
|
|
1689
|
-
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
1690
|
-
--color: #f0483e;
|
|
1691
|
-
--background-color: rgba(255, 74, 74, 0.1);
|
|
1692
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1693
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1694
|
-
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
1695
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1696
|
-
}
|
|
1697
|
-
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
1698
|
-
--color: #fea008;
|
|
1699
|
-
--background-color: rgba(255, 187, 0, 0.1);
|
|
1700
|
-
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
1701
|
-
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
1702
|
-
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
1703
|
-
}
|
|
1704
|
-
.buj61ew.ant-btn-tertiary {
|
|
1705
|
-
--color: #0080ff;
|
|
1706
|
-
--font-weight: bold;
|
|
1707
|
-
--border-width: 0;
|
|
1708
|
-
--background-color: #fff;
|
|
1709
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1710
|
-
box-shadow: none;
|
|
1711
|
-
}
|
|
1712
|
-
.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 {
|
|
1713
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1714
|
-
}
|
|
1715
|
-
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
1716
|
-
--color: #f0483e;
|
|
1717
|
-
--background-color: #fff;
|
|
1718
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1719
|
-
}
|
|
1720
|
-
.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 {
|
|
1721
|
-
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
1722
|
-
}
|
|
1723
|
-
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
1724
|
-
--color: #fea008;
|
|
1725
|
-
--background-color: #fff;
|
|
1726
|
-
}
|
|
1727
|
-
.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 {
|
|
1728
|
-
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
1729
|
-
}
|
|
1730
|
-
.buj61ew.ant-btn-ordinary {
|
|
1731
|
-
--color: #1d326c;
|
|
1732
|
-
--border-color: #ccd4e3;
|
|
1733
|
-
--background-color: #fff;
|
|
1734
|
-
--background-color-hover: #edf0f7;
|
|
1735
|
-
--background-color-active: #e4e9f2;
|
|
1736
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1737
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
1738
|
-
}
|
|
1739
|
-
.buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
|
|
1740
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
1741
|
-
}
|
|
1742
|
-
.buj61ew.ant-btn-ordinary.ordinary-blue {
|
|
1743
|
-
--color: #0080ff;
|
|
1744
|
-
--border-color: #0080ff;
|
|
1745
|
-
--background-color: #fff;
|
|
1746
|
-
--background-color-hover: linear-gradient(
|
|
1747
|
-
0deg,
|
|
1748
|
-
rgba(0, 136, 255, 0.16),
|
|
1749
|
-
rgba(0, 136, 255, 0.16)
|
|
1750
|
-
),
|
|
1751
|
-
#ffffff;
|
|
1752
|
-
--background-color-active: linear-gradient(
|
|
1753
|
-
0deg,
|
|
1754
|
-
rgba(0, 136, 255, 0.2),
|
|
1755
|
-
rgba(0, 136, 255, 0.2)
|
|
1756
|
-
),
|
|
1757
|
-
#ffffff;
|
|
1758
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1759
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
1760
|
-
}
|
|
1761
|
-
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
1762
|
-
--color: #f0483e;
|
|
1763
|
-
--border-color: #f0483e;
|
|
1764
|
-
--background-color: #fff;
|
|
1765
|
-
--background-color-hover: linear-gradient(
|
|
1766
|
-
0deg,
|
|
1767
|
-
rgba(255, 74, 74, 0.16),
|
|
1768
|
-
rgba(255, 74, 74, 0.16)
|
|
1769
|
-
),
|
|
1770
|
-
#ffffff;
|
|
1771
|
-
--background-color-active: linear-gradient(
|
|
1772
|
-
0deg,
|
|
1773
|
-
rgba(255, 74, 74, 0.2),
|
|
1774
|
-
rgba(255, 74, 74, 0.2)
|
|
1775
|
-
),
|
|
1776
|
-
#ffffff;
|
|
1777
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1778
|
-
}
|
|
1779
|
-
.buj61ew.ant-btn-ordinary-onTint {
|
|
1780
|
-
--color: #1d326c;
|
|
1781
|
-
--border-color: #fff;
|
|
1782
|
-
--background-color: #fff;
|
|
1783
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
1784
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
1785
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1786
|
-
box-shadow: none;
|
|
1787
|
-
}
|
|
1788
|
-
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
1789
|
-
--color: #0080ff;
|
|
1790
|
-
--border-color: #fff;
|
|
1791
|
-
--background-color: #fff;
|
|
1792
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1793
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1794
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1795
|
-
box-shadow: none;
|
|
1796
|
-
}
|
|
1797
|
-
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
1798
|
-
--color: #f0483e;
|
|
1799
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1800
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1801
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1802
|
-
}
|
|
1803
|
-
.buj61ew.ant-btn-quiet {
|
|
1804
|
-
--color: rgba(44, 56, 82, 0.6);
|
|
1805
|
-
--border-width: 0;
|
|
1806
|
-
--background-color: transparent;
|
|
1807
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
1808
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
1809
|
-
--background-color-focus: #fff;
|
|
1810
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1811
|
-
box-shadow: none;
|
|
1812
|
-
}
|
|
1813
|
-
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
1814
|
-
--color: #f0483e;
|
|
1815
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1816
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1817
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1818
|
-
}
|
|
1819
|
-
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
1820
|
-
--color: #0080ff;
|
|
1821
|
-
--background-color: transparent;
|
|
1822
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1823
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1824
|
-
--background-color-focus: #fff;
|
|
1825
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1826
|
-
}
|
|
1827
|
-
.buj61ew.has-icon {
|
|
1828
|
-
display: inline-flex;
|
|
1829
|
-
align-items: center;
|
|
1830
|
-
}
|
|
1831
|
-
.buj61ew .button-prefix-icon {
|
|
1832
|
-
margin-right: 4px;
|
|
1833
|
-
display: inline-flex;
|
|
1834
|
-
}
|
|
1835
|
-
.buj61ew .button-suffix-icon {
|
|
1836
|
-
margin-left: 4px;
|
|
1837
|
-
display: inline-flex;
|
|
1838
|
-
}
|
|
1839
|
-
.buj61ew .icon-wrapper {
|
|
1840
|
-
display: inline-flex;
|
|
1841
|
-
vertical-align: bottom;
|
|
1842
|
-
}
|
|
1843
|
-
|
|
1844
|
-
.nchllas {
|
|
1845
|
-
padding: 0;
|
|
1846
|
-
}
|
|
1847
|
-
|
|
1848
|
-
.obf05yr {
|
|
1849
|
-
display: inline-block;
|
|
1850
|
-
}
|
|
1851
|
-
|
|
1852
|
-
.hsms1n6 {
|
|
1853
|
-
visibility: hidden;
|
|
1854
|
-
position: absolute;
|
|
1855
|
-
}
|
|
1856
|
-
|
|
1857
|
-
.bpq0js6 {
|
|
1858
|
-
padding: 4px 11px;
|
|
1859
|
-
}
|
|
1860
|
-
|
|
1861
|
-
.b15sn34c {
|
|
1862
|
-
white-space: nowrap;
|
|
1863
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1864
|
-
}
|
|
1865
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1866
|
-
--color: #0080ff;
|
|
1867
|
-
}
|
|
1868
|
-
.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] {
|
|
1869
|
-
--color: #0080ff;
|
|
1870
|
-
}
|
|
1871
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1872
|
-
margin-left: 1px;
|
|
1873
|
-
}
|
|
1874
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1875
|
-
border-top-right-radius: 0;
|
|
1876
|
-
border-bottom-right-radius: 0;
|
|
1877
|
-
}
|
|
1878
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1879
|
-
border-top-left-radius: 0;
|
|
1880
|
-
border-bottom-left-radius: 0;
|
|
1881
|
-
}
|
|
1882
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1883
|
-
border-radius: unset;
|
|
1884
|
-
}
|
|
1885
|
-
|
|
1886
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
1887
|
-
flex-direction: row;
|
|
1888
|
-
justify-content: stretch;
|
|
1889
|
-
}
|
|
1890
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
1891
|
-
padding: 0;
|
|
1892
|
-
margin-right: 4px;
|
|
1893
|
-
flex: 1;
|
|
1894
|
-
overflow: visible;
|
|
1895
|
-
}
|
|
1896
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
1897
|
-
display: none;
|
|
1898
|
-
}
|
|
1899
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
1900
|
-
width: 100%;
|
|
1901
|
-
min-height: unset;
|
|
1902
|
-
}
|
|
1903
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
1904
|
-
height: 26px;
|
|
1905
|
-
line-height: 26px;
|
|
1906
|
-
width: 100%;
|
|
1907
|
-
text-align: center;
|
|
1908
|
-
padding: 0;
|
|
1909
|
-
font-size: 12px;
|
|
1910
|
-
font-weight: normal;
|
|
1911
|
-
}
|
|
1912
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
1913
|
-
margin-right: 10px;
|
|
1914
|
-
}
|
|
1915
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
1916
|
-
display: none;
|
|
1917
|
-
}
|
|
1918
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
1919
|
-
border-radius: 4px 0 0 4px;
|
|
1920
|
-
}
|
|
1921
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
1922
|
-
margin-right: 0;
|
|
1923
|
-
}
|
|
1924
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
1925
|
-
border-radius: 0 4px 4px 0;
|
|
1926
|
-
}
|
|
1927
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
1928
|
-
content: "";
|
|
1929
|
-
width: 0;
|
|
1930
|
-
height: 0;
|
|
1931
|
-
border: 13px solid transparent;
|
|
1932
|
-
position: absolute;
|
|
1933
|
-
top: 0;
|
|
1934
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
1935
|
-
right: -21px;
|
|
1936
|
-
z-index: 2;
|
|
1937
|
-
}
|
|
1938
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
1939
|
-
content: "";
|
|
1940
|
-
width: 0;
|
|
1941
|
-
height: 0;
|
|
1942
|
-
border: 13px solid transparent;
|
|
1943
|
-
position: absolute;
|
|
1944
|
-
top: 0;
|
|
1945
|
-
border-left: 8px solid #fff;
|
|
1946
|
-
left: 0;
|
|
1947
|
-
}
|
|
1948
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
1949
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
1950
|
-
}
|
|
1951
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
1952
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
1953
|
-
}
|
|
1954
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
1955
|
-
color: #005ed1;
|
|
1956
|
-
}
|
|
1957
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
1958
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
1959
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
1960
|
-
}
|
|
1961
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
1962
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
1963
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1964
|
-
}
|
|
1965
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
1966
|
-
padding: 0;
|
|
1967
|
-
}
|
|
1968
|
-
|
|
1969
1600
|
.cz04yix {
|
|
1970
1601
|
display: flex;
|
|
1971
1602
|
flex-direction: column;
|
|
@@ -2461,174 +2092,477 @@ input[type=submit] {
|
|
|
2461
2092
|
border-color: #e75a3a;
|
|
2462
2093
|
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2463
2094
|
}
|
|
2464
|
-
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
2465
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2466
|
-
color: rgba(0, 21, 64, 0.3);
|
|
2467
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2095
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
2096
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2097
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2098
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2099
|
+
}
|
|
2100
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
2101
|
+
padding: 5px 12px;
|
|
2102
|
+
border-radius: 6px;
|
|
2103
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2104
|
+
line-height: 20px;
|
|
2105
|
+
color: #2d3a56;
|
|
2106
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2107
|
+
}
|
|
2108
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
2109
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
2110
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2111
|
+
}
|
|
2112
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
2113
|
+
padding: 8px 16px;
|
|
2114
|
+
line-height: 22px;
|
|
2115
|
+
}
|
|
2116
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2117
|
+
padding: 2px 8px;
|
|
2118
|
+
line-height: 18px;
|
|
2119
|
+
}
|
|
2120
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
2121
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2122
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2123
|
+
}
|
|
2124
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
2125
|
+
border-color: #0096ff;
|
|
2126
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2127
|
+
}
|
|
2128
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
2129
|
+
border-color: #e75a3a;
|
|
2130
|
+
}
|
|
2131
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
2132
|
+
color: #e75a3a;
|
|
2133
|
+
}
|
|
2134
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
2135
|
+
border-color: #e75a3a;
|
|
2136
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2137
|
+
}
|
|
2138
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
2139
|
+
border-color: #e75a3a;
|
|
2140
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2141
|
+
}
|
|
2142
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
2143
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2144
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2145
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2146
|
+
}
|
|
2147
|
+
textarea.ipd9bk.ant-input {
|
|
2148
|
+
transition-property: height;
|
|
2149
|
+
transition-delay: 50ms;
|
|
2150
|
+
}
|
|
2151
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
2152
|
+
min-height: 40px;
|
|
2153
|
+
height: 40px;
|
|
2154
|
+
}
|
|
2155
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
2156
|
+
height: 80px;
|
|
2157
|
+
}
|
|
2158
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
2159
|
+
min-height: 32px;
|
|
2160
|
+
height: 32px;
|
|
2161
|
+
}
|
|
2162
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
2163
|
+
height: 64px;
|
|
2164
|
+
}
|
|
2165
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
2166
|
+
min-height: 24px;
|
|
2167
|
+
height: 24px;
|
|
2168
|
+
}
|
|
2169
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
2170
|
+
height: 40px;
|
|
2171
|
+
}
|
|
2172
|
+
|
|
2173
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
2174
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2175
|
+
border-radius: 4px;
|
|
2176
|
+
}
|
|
2177
|
+
.kypn5o5.input-tags {
|
|
2178
|
+
position: relative;
|
|
2179
|
+
padding: 6px;
|
|
2180
|
+
height: 32px;
|
|
2181
|
+
cursor: pointer;
|
|
2182
|
+
transition: border 150ms;
|
|
2183
|
+
}
|
|
2184
|
+
.kypn5o5.input-tags:hover {
|
|
2185
|
+
border-color: #0080ff;
|
|
2186
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2187
|
+
}
|
|
2188
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2189
|
+
padding-right: 30px;
|
|
2190
|
+
}
|
|
2191
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
2192
|
+
display: flex;
|
|
2193
|
+
}
|
|
2194
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2195
|
+
display: flex;
|
|
2196
|
+
}
|
|
2197
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
2198
|
+
position: absolute;
|
|
2199
|
+
right: 12px;
|
|
2200
|
+
top: 50%;
|
|
2201
|
+
transform: translateY(-50%);
|
|
2202
|
+
}
|
|
2203
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2204
|
+
color: rgba(0, 0, 0, 0.25);
|
|
2205
|
+
font-size: 12px;
|
|
2206
|
+
cursor: pointer;
|
|
2207
|
+
}
|
|
2208
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2209
|
+
color: rgba(0, 0, 0, 0.45);
|
|
2210
|
+
}
|
|
2211
|
+
.kypn5o5.has-focus-indicator {
|
|
2212
|
+
position: relative;
|
|
2213
|
+
overflow: hidden;
|
|
2214
|
+
}
|
|
2215
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2216
|
+
position: absolute;
|
|
2217
|
+
top: 50%;
|
|
2218
|
+
transform: translateY(-50%);
|
|
2219
|
+
left: -16px;
|
|
2220
|
+
transition: left 150ms ease;
|
|
2221
|
+
opacity: 0;
|
|
2222
|
+
}
|
|
2223
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2224
|
+
left: 8px;
|
|
2225
|
+
opacity: 1;
|
|
2226
|
+
}
|
|
2227
|
+
.kypn5o5.has-focus-indicator input {
|
|
2228
|
+
transition: margin-left 150ms ease;
|
|
2229
|
+
margin-left: 0px;
|
|
2230
|
+
}
|
|
2231
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2232
|
+
margin-left: 16px;
|
|
2233
|
+
}
|
|
2234
|
+
|
|
2235
|
+
input.l1ki27se.ant-input {
|
|
2236
|
+
border-top-right-radius: 0;
|
|
2237
|
+
border-bottom-right-radius: 0;
|
|
2238
|
+
}
|
|
2239
|
+
|
|
2240
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2241
|
+
border-top-right-radius: 0;
|
|
2242
|
+
border-bottom-right-radius: 0;
|
|
2243
|
+
}
|
|
2244
|
+
|
|
2245
|
+
input.rrg1fkn.ant-input {
|
|
2246
|
+
border-top-left-radius: 0;
|
|
2247
|
+
border-bottom-left-radius: 0;
|
|
2248
|
+
}
|
|
2249
|
+
|
|
2250
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2251
|
+
border-top-left-radius: 0;
|
|
2252
|
+
border-bottom-left-radius: 0;
|
|
2253
|
+
}
|
|
2254
|
+
|
|
2255
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2256
|
+
border-top-right-radius: 0;
|
|
2257
|
+
border-bottom-right-radius: 0;
|
|
2258
|
+
}
|
|
2259
|
+
|
|
2260
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2261
|
+
border-top-left-radius: 0;
|
|
2262
|
+
border-bottom-left-radius: 0;
|
|
2263
|
+
}
|
|
2264
|
+
|
|
2265
|
+
.buj61ew.ant-btn {
|
|
2266
|
+
height: 32px;
|
|
2267
|
+
border-radius: 6px;
|
|
2268
|
+
line-height: 22px;
|
|
2269
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
2270
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
2271
|
+
}
|
|
2272
|
+
.buj61ew.ant-btn.ant-btn-lg {
|
|
2273
|
+
height: 40px;
|
|
2274
|
+
line-height: 24px;
|
|
2275
|
+
}
|
|
2276
|
+
.buj61ew.ant-btn.ant-btn-sm {
|
|
2277
|
+
height: 24px;
|
|
2278
|
+
line-height: 20px;
|
|
2279
|
+
}
|
|
2280
|
+
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
2281
|
+
border-radius: 50%;
|
|
2282
|
+
}
|
|
2283
|
+
.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 {
|
|
2284
|
+
color: var(--color, #06101f);
|
|
2285
|
+
font-weight: var(--font-weight);
|
|
2286
|
+
background: var(--background-color, #fff);
|
|
2287
|
+
border-width: var(--border-width, 1px);
|
|
2288
|
+
border-color: var(--border-color, #d9d9d9);
|
|
2289
|
+
}
|
|
2290
|
+
.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 {
|
|
2291
|
+
display: none;
|
|
2292
|
+
}
|
|
2293
|
+
.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 {
|
|
2294
|
+
color: var(--color, inherit);
|
|
2295
|
+
}
|
|
2296
|
+
.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 {
|
|
2297
|
+
background: var(--background-color-hover, var(--background-color));
|
|
2298
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
2299
|
+
}
|
|
2300
|
+
.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 {
|
|
2301
|
+
--scale: 1;
|
|
2302
|
+
--transY: 1px;
|
|
2303
|
+
background: var(--background-color-active, var(--background-color));
|
|
2304
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
2305
|
+
}
|
|
2306
|
+
.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 {
|
|
2307
|
+
background: var(--background-color-focus, var(--background-color));
|
|
2308
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
2309
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
2310
|
+
}
|
|
2311
|
+
.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 {
|
|
2312
|
+
color: var(--color-disabled, var(--color));
|
|
2313
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
2314
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
2315
|
+
opacity: 0.5;
|
|
2316
|
+
}
|
|
2317
|
+
.buj61ew.ant-btn-link[disabled] {
|
|
2318
|
+
color: #0080ff;
|
|
2319
|
+
opacity: 0.5;
|
|
2320
|
+
}
|
|
2321
|
+
.buj61ew.ant-btn-primary {
|
|
2322
|
+
--color: #fff;
|
|
2323
|
+
--font-weight: bold;
|
|
2324
|
+
--border-width: 0;
|
|
2325
|
+
--background-color: #0080ff;
|
|
2326
|
+
--background-color-hover: #009dff;
|
|
2327
|
+
--background-color-active: #005ed1;
|
|
2328
|
+
--background-color-focus: #0080ff;
|
|
2329
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2330
|
+
}
|
|
2331
|
+
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
2332
|
+
--background-color: #f0483e;
|
|
2333
|
+
--background-color-hover: #ff5252;
|
|
2334
|
+
--background-color-active: #c73d31;
|
|
2335
|
+
--background-color-focus: #ff5252;
|
|
2336
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2337
|
+
}
|
|
2338
|
+
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
2339
|
+
--background-color: #fea008;
|
|
2340
|
+
--background-color-hover: #feba33;
|
|
2341
|
+
--background-color-active: #e07f00;
|
|
2342
|
+
--background-color-focus: #fea008;
|
|
2468
2343
|
}
|
|
2469
|
-
.
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
border-
|
|
2473
|
-
|
|
2474
|
-
color:
|
|
2475
|
-
|
|
2344
|
+
.buj61ew.ant-btn-secondary {
|
|
2345
|
+
--color: #0080ff;
|
|
2346
|
+
--font-weight: bold;
|
|
2347
|
+
--border-width: 0;
|
|
2348
|
+
--background-color: rgba(0, 136, 255, 0.1);
|
|
2349
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2350
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2351
|
+
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
2352
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2476
2353
|
}
|
|
2477
|
-
.
|
|
2478
|
-
|
|
2479
|
-
color: rgba(
|
|
2354
|
+
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
2355
|
+
--color: #f0483e;
|
|
2356
|
+
--background-color: rgba(255, 74, 74, 0.1);
|
|
2357
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2358
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2359
|
+
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
2360
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2480
2361
|
}
|
|
2481
|
-
.
|
|
2482
|
-
|
|
2483
|
-
|
|
2362
|
+
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
2363
|
+
--color: #fea008;
|
|
2364
|
+
--background-color: rgba(255, 187, 0, 0.1);
|
|
2365
|
+
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
2366
|
+
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
2367
|
+
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
2484
2368
|
}
|
|
2485
|
-
.
|
|
2486
|
-
|
|
2487
|
-
|
|
2369
|
+
.buj61ew.ant-btn-tertiary {
|
|
2370
|
+
--color: #0080ff;
|
|
2371
|
+
--font-weight: bold;
|
|
2372
|
+
--border-width: 0;
|
|
2373
|
+
--background-color: #fff;
|
|
2374
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2375
|
+
box-shadow: none;
|
|
2488
2376
|
}
|
|
2489
|
-
.
|
|
2490
|
-
|
|
2491
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2377
|
+
.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 {
|
|
2378
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
2492
2379
|
}
|
|
2493
|
-
.
|
|
2494
|
-
|
|
2495
|
-
|
|
2380
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
2381
|
+
--color: #f0483e;
|
|
2382
|
+
--background-color: #fff;
|
|
2383
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2496
2384
|
}
|
|
2497
|
-
.
|
|
2498
|
-
|
|
2385
|
+
.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 {
|
|
2386
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
2499
2387
|
}
|
|
2500
|
-
.
|
|
2501
|
-
color: #
|
|
2388
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
2389
|
+
--color: #fea008;
|
|
2390
|
+
--background-color: #fff;
|
|
2502
2391
|
}
|
|
2503
|
-
.
|
|
2504
|
-
|
|
2505
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2392
|
+
.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 {
|
|
2393
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
2506
2394
|
}
|
|
2507
|
-
.
|
|
2508
|
-
|
|
2509
|
-
|
|
2395
|
+
.buj61ew.ant-btn-ordinary {
|
|
2396
|
+
--color: #1d326c;
|
|
2397
|
+
--border-color: #ccd4e3;
|
|
2398
|
+
--background-color: #fff;
|
|
2399
|
+
--background-color-hover: #edf0f7;
|
|
2400
|
+
--background-color-active: #e4e9f2;
|
|
2401
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2402
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
2510
2403
|
}
|
|
2511
|
-
.
|
|
2512
|
-
|
|
2513
|
-
color: rgba(0, 21, 64, 0.3);
|
|
2514
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2404
|
+
.buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
|
|
2405
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
2515
2406
|
}
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2407
|
+
.buj61ew.ant-btn-ordinary.ordinary-blue {
|
|
2408
|
+
--color: #0080ff;
|
|
2409
|
+
--border-color: #0080ff;
|
|
2410
|
+
--background-color: #fff;
|
|
2411
|
+
--background-color-hover: linear-gradient(
|
|
2412
|
+
0deg,
|
|
2413
|
+
rgba(0, 136, 255, 0.16),
|
|
2414
|
+
rgba(0, 136, 255, 0.16)
|
|
2415
|
+
),
|
|
2416
|
+
#ffffff;
|
|
2417
|
+
--background-color-active: linear-gradient(
|
|
2418
|
+
0deg,
|
|
2419
|
+
rgba(0, 136, 255, 0.2),
|
|
2420
|
+
rgba(0, 136, 255, 0.2)
|
|
2421
|
+
),
|
|
2422
|
+
#ffffff;
|
|
2423
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2424
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
2519
2425
|
}
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2426
|
+
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
2427
|
+
--color: #f0483e;
|
|
2428
|
+
--border-color: #f0483e;
|
|
2429
|
+
--background-color: #fff;
|
|
2430
|
+
--background-color-hover: linear-gradient(
|
|
2431
|
+
0deg,
|
|
2432
|
+
rgba(255, 74, 74, 0.16),
|
|
2433
|
+
rgba(255, 74, 74, 0.16)
|
|
2434
|
+
),
|
|
2435
|
+
#ffffff;
|
|
2436
|
+
--background-color-active: linear-gradient(
|
|
2437
|
+
0deg,
|
|
2438
|
+
rgba(255, 74, 74, 0.2),
|
|
2439
|
+
rgba(255, 74, 74, 0.2)
|
|
2440
|
+
),
|
|
2441
|
+
#ffffff;
|
|
2442
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2523
2443
|
}
|
|
2524
|
-
|
|
2525
|
-
|
|
2444
|
+
.buj61ew.ant-btn-ordinary-onTint {
|
|
2445
|
+
--color: #1d326c;
|
|
2446
|
+
--border-color: #fff;
|
|
2447
|
+
--background-color: #fff;
|
|
2448
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
2449
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
2450
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2451
|
+
box-shadow: none;
|
|
2526
2452
|
}
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2453
|
+
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
2454
|
+
--color: #0080ff;
|
|
2455
|
+
--border-color: #fff;
|
|
2456
|
+
--background-color: #fff;
|
|
2457
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2458
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2459
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2460
|
+
box-shadow: none;
|
|
2530
2461
|
}
|
|
2531
|
-
|
|
2532
|
-
|
|
2462
|
+
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
2463
|
+
--color: #f0483e;
|
|
2464
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2465
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2466
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2533
2467
|
}
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2468
|
+
.buj61ew.ant-btn-quiet {
|
|
2469
|
+
--color: rgba(44, 56, 82, 0.6);
|
|
2470
|
+
--border-width: 0;
|
|
2471
|
+
--background-color: transparent;
|
|
2472
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
2473
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
2474
|
+
--background-color-focus: #fff;
|
|
2475
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2476
|
+
box-shadow: none;
|
|
2537
2477
|
}
|
|
2538
|
-
|
|
2539
|
-
|
|
2478
|
+
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
2479
|
+
--color: #f0483e;
|
|
2480
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2481
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2482
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2540
2483
|
}
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2484
|
+
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
2485
|
+
--color: #0080ff;
|
|
2486
|
+
--background-color: transparent;
|
|
2487
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2488
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2489
|
+
--background-color-focus: #fff;
|
|
2490
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2545
2491
|
}
|
|
2546
|
-
.
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
height: 32px;
|
|
2550
|
-
cursor: pointer;
|
|
2551
|
-
transition: border 150ms;
|
|
2492
|
+
.buj61ew.has-icon {
|
|
2493
|
+
display: inline-flex;
|
|
2494
|
+
align-items: center;
|
|
2552
2495
|
}
|
|
2553
|
-
.
|
|
2554
|
-
|
|
2555
|
-
|
|
2496
|
+
.buj61ew .button-prefix-icon {
|
|
2497
|
+
margin-right: 4px;
|
|
2498
|
+
display: inline-flex;
|
|
2556
2499
|
}
|
|
2557
|
-
.
|
|
2558
|
-
|
|
2500
|
+
.buj61ew .button-suffix-icon {
|
|
2501
|
+
margin-left: 4px;
|
|
2502
|
+
display: inline-flex;
|
|
2559
2503
|
}
|
|
2560
|
-
.
|
|
2561
|
-
display: flex;
|
|
2504
|
+
.buj61ew .icon-wrapper {
|
|
2505
|
+
display: inline-flex;
|
|
2506
|
+
vertical-align: bottom;
|
|
2562
2507
|
}
|
|
2563
|
-
|
|
2564
|
-
|
|
2508
|
+
|
|
2509
|
+
.nchllas {
|
|
2510
|
+
padding: 0;
|
|
2565
2511
|
}
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2512
|
+
|
|
2513
|
+
.s34f1qb.ant-switch {
|
|
2514
|
+
min-width: 40px;
|
|
2515
|
+
height: 24px;
|
|
2516
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2517
|
+
overflow: hidden;
|
|
2571
2518
|
}
|
|
2572
|
-
.
|
|
2573
|
-
|
|
2574
|
-
font-size: 12px;
|
|
2575
|
-
cursor: pointer;
|
|
2519
|
+
.s34f1qb.ant-switch:focus {
|
|
2520
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2576
2521
|
}
|
|
2577
|
-
.
|
|
2578
|
-
|
|
2522
|
+
.s34f1qb.ant-switch-small {
|
|
2523
|
+
min-width: 26px;
|
|
2524
|
+
height: 16px;
|
|
2579
2525
|
}
|
|
2580
|
-
.
|
|
2581
|
-
|
|
2582
|
-
|
|
2526
|
+
.s34f1qb.ant-switch-large {
|
|
2527
|
+
min-width: 52px;
|
|
2528
|
+
height: 32px;
|
|
2583
2529
|
}
|
|
2584
|
-
.
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
transform: translateY(-50%);
|
|
2588
|
-
left: -16px;
|
|
2589
|
-
transition: left 150ms ease;
|
|
2590
|
-
opacity: 0;
|
|
2530
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2531
|
+
height: 20px;
|
|
2532
|
+
width: 20px;
|
|
2591
2533
|
}
|
|
2592
|
-
.
|
|
2593
|
-
|
|
2594
|
-
|
|
2534
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2535
|
+
border-radius: 10px;
|
|
2536
|
+
transition-delay: 120ms;
|
|
2595
2537
|
}
|
|
2596
|
-
.
|
|
2597
|
-
|
|
2598
|
-
|
|
2538
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2539
|
+
height: 14px;
|
|
2540
|
+
width: 14px;
|
|
2541
|
+
top: 1px;
|
|
2542
|
+
left: 1px;
|
|
2599
2543
|
}
|
|
2600
|
-
.
|
|
2601
|
-
|
|
2544
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2545
|
+
height: 28px;
|
|
2546
|
+
width: 28px;
|
|
2602
2547
|
}
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
border-top-right-radius: 0;
|
|
2606
|
-
border-bottom-right-radius: 0;
|
|
2548
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2549
|
+
border-radius: 14px;
|
|
2607
2550
|
}
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
border-top-right-radius: 0;
|
|
2611
|
-
border-bottom-right-radius: 0;
|
|
2551
|
+
.s34f1qb.ant-switch-checked {
|
|
2552
|
+
background-color: #00ba5d;
|
|
2612
2553
|
}
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
border-top-left-radius: 0;
|
|
2616
|
-
border-bottom-left-radius: 0;
|
|
2554
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2555
|
+
left: calc(100% - 20px - 2px);
|
|
2617
2556
|
}
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
border-top-left-radius: 0;
|
|
2621
|
-
border-bottom-left-radius: 0;
|
|
2557
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2558
|
+
left: calc(100% - 14px - 1px);
|
|
2622
2559
|
}
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
border-top-right-radius: 0;
|
|
2626
|
-
border-bottom-right-radius: 0;
|
|
2560
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2561
|
+
left: calc(100% - 28px - 2px);
|
|
2627
2562
|
}
|
|
2628
2563
|
|
|
2629
|
-
.
|
|
2630
|
-
|
|
2631
|
-
border-bottom-left-radius: 0;
|
|
2564
|
+
.c1to9vb9 {
|
|
2565
|
+
margin-left: 5px;
|
|
2632
2566
|
}
|
|
2633
2567
|
|
|
2634
2568
|
.t1upn1sz {
|
|
@@ -2994,72 +2928,98 @@ input.rrg1fkn.ant-input {
|
|
|
2994
2928
|
background: #fff;
|
|
2995
2929
|
}
|
|
2996
2930
|
|
|
2997
|
-
.
|
|
2998
|
-
height: 18px;
|
|
2999
|
-
line-height: 18px;
|
|
3000
|
-
padding: 0 4px;
|
|
3001
|
-
border-radius: 4px;
|
|
3002
|
-
background: rgba(235, 239, 245, 0.6);
|
|
3003
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2931
|
+
.p12gwtiw {
|
|
3004
2932
|
display: flex;
|
|
2933
|
+
justify-content: space-between;
|
|
3005
2934
|
align-items: center;
|
|
3006
|
-
|
|
3007
|
-
|
|
2935
|
+
padding: 10px 0;
|
|
2936
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2937
|
+
font-size: 12px;
|
|
2938
|
+
line-height: 24px;
|
|
3008
2939
|
}
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
min-width: 40px;
|
|
3012
|
-
height: 24px;
|
|
3013
|
-
background: rgba(172, 186, 211, 0.6);
|
|
3014
|
-
overflow: hidden;
|
|
2940
|
+
.p12gwtiw .pagination-left {
|
|
2941
|
+
padding: 2px 8px;
|
|
3015
2942
|
}
|
|
3016
|
-
.
|
|
3017
|
-
|
|
2943
|
+
.p12gwtiw .dropdown-trigger {
|
|
2944
|
+
display: flex;
|
|
2945
|
+
align-items: center;
|
|
2946
|
+
border-radius: 6px;
|
|
2947
|
+
cursor: pointer;
|
|
2948
|
+
transition: all 0.3s ease;
|
|
3018
2949
|
}
|
|
3019
|
-
.
|
|
3020
|
-
|
|
3021
|
-
|
|
2950
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2951
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2952
|
+
color: #0080ff;
|
|
3022
2953
|
}
|
|
3023
|
-
.
|
|
3024
|
-
|
|
3025
|
-
height: 32px;
|
|
2954
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2955
|
+
margin-left: 4px;
|
|
3026
2956
|
}
|
|
3027
|
-
.
|
|
3028
|
-
|
|
3029
|
-
|
|
2957
|
+
.p12gwtiw .pagination-right {
|
|
2958
|
+
display: flex;
|
|
2959
|
+
align-items: center;
|
|
2960
|
+
color: #0080ff;
|
|
2961
|
+
font-weight: bold;
|
|
3030
2962
|
}
|
|
3031
|
-
.
|
|
3032
|
-
|
|
3033
|
-
transition-delay: 120ms;
|
|
2963
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2964
|
+
margin-left: 4px;
|
|
3034
2965
|
}
|
|
3035
|
-
.
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
top: 1px;
|
|
3039
|
-
left: 1px;
|
|
2966
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2967
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2968
|
+
padding: 0 8px;
|
|
3040
2969
|
}
|
|
3041
|
-
.
|
|
3042
|
-
|
|
3043
|
-
|
|
2970
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2971
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2972
|
+
color: #0080ff;
|
|
3044
2973
|
}
|
|
3045
|
-
.
|
|
3046
|
-
|
|
2974
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2975
|
+
transform: rotate(180deg);
|
|
3047
2976
|
}
|
|
3048
|
-
|
|
3049
|
-
|
|
2977
|
+
|
|
2978
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2979
|
+
max-height: calc(100vh - 128px);
|
|
2980
|
+
overflow-y: auto;
|
|
3050
2981
|
}
|
|
3051
|
-
.
|
|
3052
|
-
|
|
2982
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2983
|
+
padding: 4px 20px;
|
|
2984
|
+
font-size: 12px;
|
|
2985
|
+
line-height: 18px;
|
|
3053
2986
|
}
|
|
3054
|
-
|
|
3055
|
-
|
|
2987
|
+
|
|
2988
|
+
.obf05yr {
|
|
2989
|
+
display: inline-block;
|
|
3056
2990
|
}
|
|
3057
|
-
|
|
3058
|
-
|
|
2991
|
+
|
|
2992
|
+
.hsms1n6 {
|
|
2993
|
+
visibility: hidden;
|
|
2994
|
+
position: absolute;
|
|
3059
2995
|
}
|
|
3060
2996
|
|
|
3061
|
-
.
|
|
3062
|
-
|
|
2997
|
+
.iap75of {
|
|
2998
|
+
height: 18px;
|
|
2999
|
+
line-height: 18px;
|
|
3000
|
+
padding: 0 4px;
|
|
3001
|
+
border-radius: 4px;
|
|
3002
|
+
background: rgba(235, 239, 245, 0.6);
|
|
3003
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
3004
|
+
display: flex;
|
|
3005
|
+
align-items: center;
|
|
3006
|
+
white-space: nowrap;
|
|
3007
|
+
margin-right: 4px;
|
|
3008
|
+
}
|
|
3009
|
+
|
|
3010
|
+
.fde5mpd {
|
|
3011
|
+
width: 100%;
|
|
3012
|
+
height: 100%;
|
|
3013
|
+
min-height: 124px;
|
|
3014
|
+
display: flex;
|
|
3015
|
+
flex-direction: column;
|
|
3016
|
+
justify-content: center;
|
|
3017
|
+
align-items: center;
|
|
3018
|
+
}
|
|
3019
|
+
.fde5mpd .error-text {
|
|
3020
|
+
color: rgba(10, 37, 85, 0.6);
|
|
3021
|
+
margin-bottom: 16px;
|
|
3022
|
+
font-size: 18px;
|
|
3063
3023
|
}
|
|
3064
3024
|
|
|
3065
3025
|
.i1mrf09m {
|
|
@@ -3080,76 +3040,87 @@ input.rrg1fkn.ant-input {
|
|
|
3080
3040
|
animation: rotate 680ms linear infinite;
|
|
3081
3041
|
}
|
|
3082
3042
|
|
|
3083
|
-
.
|
|
3084
|
-
|
|
3085
|
-
justify-content:
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3043
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
3044
|
+
flex-direction: row;
|
|
3045
|
+
justify-content: stretch;
|
|
3046
|
+
}
|
|
3047
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
3048
|
+
padding: 0;
|
|
3049
|
+
margin-right: 4px;
|
|
3050
|
+
flex: 1;
|
|
3051
|
+
overflow: visible;
|
|
3052
|
+
}
|
|
3053
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
3054
|
+
display: none;
|
|
3055
|
+
}
|
|
3056
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
3057
|
+
width: 100%;
|
|
3058
|
+
min-height: unset;
|
|
3059
|
+
}
|
|
3060
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
3061
|
+
height: 26px;
|
|
3062
|
+
line-height: 26px;
|
|
3063
|
+
width: 100%;
|
|
3064
|
+
text-align: center;
|
|
3065
|
+
padding: 0;
|
|
3089
3066
|
font-size: 12px;
|
|
3090
|
-
|
|
3067
|
+
font-weight: normal;
|
|
3091
3068
|
}
|
|
3092
|
-
.
|
|
3093
|
-
|
|
3069
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
3070
|
+
margin-right: 10px;
|
|
3094
3071
|
}
|
|
3095
|
-
.
|
|
3096
|
-
display:
|
|
3097
|
-
align-items: center;
|
|
3098
|
-
border-radius: 6px;
|
|
3099
|
-
cursor: pointer;
|
|
3100
|
-
transition: all 0.3s ease;
|
|
3072
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
3073
|
+
display: none;
|
|
3101
3074
|
}
|
|
3102
|
-
.
|
|
3103
|
-
|
|
3104
|
-
color: #0080ff;
|
|
3075
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
3076
|
+
border-radius: 4px 0 0 4px;
|
|
3105
3077
|
}
|
|
3106
|
-
.
|
|
3107
|
-
margin-
|
|
3078
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
3079
|
+
margin-right: 0;
|
|
3108
3080
|
}
|
|
3109
|
-
.
|
|
3110
|
-
|
|
3111
|
-
align-items: center;
|
|
3112
|
-
color: #0080ff;
|
|
3113
|
-
font-weight: bold;
|
|
3081
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
3082
|
+
border-radius: 0 4px 4px 0;
|
|
3114
3083
|
}
|
|
3115
|
-
.
|
|
3116
|
-
|
|
3084
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
3085
|
+
content: "";
|
|
3086
|
+
width: 0;
|
|
3087
|
+
height: 0;
|
|
3088
|
+
border: 13px solid transparent;
|
|
3089
|
+
position: absolute;
|
|
3090
|
+
top: 0;
|
|
3091
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
3092
|
+
right: -21px;
|
|
3093
|
+
z-index: 2;
|
|
3117
3094
|
}
|
|
3118
|
-
.
|
|
3119
|
-
|
|
3120
|
-
|
|
3095
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
3096
|
+
content: "";
|
|
3097
|
+
width: 0;
|
|
3098
|
+
height: 0;
|
|
3099
|
+
border: 13px solid transparent;
|
|
3100
|
+
position: absolute;
|
|
3101
|
+
top: 0;
|
|
3102
|
+
border-left: 8px solid #fff;
|
|
3103
|
+
left: 0;
|
|
3121
3104
|
}
|
|
3122
|
-
.
|
|
3123
|
-
|
|
3124
|
-
color: #0080ff;
|
|
3105
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
3106
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
3125
3107
|
}
|
|
3126
|
-
.
|
|
3127
|
-
|
|
3108
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
3109
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
3128
3110
|
}
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
max-height: calc(100vh - 128px);
|
|
3132
|
-
overflow-y: auto;
|
|
3111
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
3112
|
+
color: #005ed1;
|
|
3133
3113
|
}
|
|
3134
|
-
.
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
line-height: 18px;
|
|
3114
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
3115
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
3116
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
3138
3117
|
}
|
|
3139
|
-
|
|
3140
|
-
.
|
|
3141
|
-
|
|
3142
|
-
height: 100%;
|
|
3143
|
-
min-height: 124px;
|
|
3144
|
-
display: flex;
|
|
3145
|
-
flex-direction: column;
|
|
3146
|
-
justify-content: center;
|
|
3147
|
-
align-items: center;
|
|
3118
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
3119
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
3120
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3148
3121
|
}
|
|
3149
|
-
.
|
|
3150
|
-
|
|
3151
|
-
margin-bottom: 16px;
|
|
3152
|
-
font-size: 18px;
|
|
3122
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
3123
|
+
padding: 0;
|
|
3153
3124
|
}
|
|
3154
3125
|
|
|
3155
3126
|
.rxbeqvl.ant-radio-wrapper {
|
|
@@ -3294,6 +3265,54 @@ input.rrg1fkn.ant-input {
|
|
|
3294
3265
|
width: 36px;
|
|
3295
3266
|
}
|
|
3296
3267
|
|
|
3268
|
+
.bpq0js6 {
|
|
3269
|
+
padding: 4px 11px;
|
|
3270
|
+
}
|
|
3271
|
+
|
|
3272
|
+
.b15sn34c {
|
|
3273
|
+
white-space: nowrap;
|
|
3274
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
3275
|
+
}
|
|
3276
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
3277
|
+
--color: #0080ff;
|
|
3278
|
+
}
|
|
3279
|
+
.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] {
|
|
3280
|
+
--color: #0080ff;
|
|
3281
|
+
}
|
|
3282
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
3283
|
+
margin-left: 1px;
|
|
3284
|
+
}
|
|
3285
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
3286
|
+
border-top-right-radius: 0;
|
|
3287
|
+
border-bottom-right-radius: 0;
|
|
3288
|
+
}
|
|
3289
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
3290
|
+
border-top-left-radius: 0;
|
|
3291
|
+
border-bottom-left-radius: 0;
|
|
3292
|
+
}
|
|
3293
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
3294
|
+
border-radius: unset;
|
|
3295
|
+
}
|
|
3296
|
+
|
|
3297
|
+
.s1fc623g {
|
|
3298
|
+
width: 430px !important;
|
|
3299
|
+
}
|
|
3300
|
+
|
|
3301
|
+
.oa3mx0o {
|
|
3302
|
+
display: flex;
|
|
3303
|
+
flex-direction: column;
|
|
3304
|
+
}
|
|
3305
|
+
|
|
3306
|
+
.onr9gzt {
|
|
3307
|
+
display: flex;
|
|
3308
|
+
justify-content: space-between;
|
|
3309
|
+
}
|
|
3310
|
+
|
|
3311
|
+
.oiy0apc {
|
|
3312
|
+
display: flex;
|
|
3313
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3314
|
+
}
|
|
3315
|
+
|
|
3297
3316
|
.i1e4sgug {
|
|
3298
3317
|
display: inline-block;
|
|
3299
3318
|
}
|
|
@@ -3773,25 +3792,6 @@ input.rrg1fkn.ant-input {
|
|
|
3773
3792
|
line-height: 12px;
|
|
3774
3793
|
}
|
|
3775
3794
|
|
|
3776
|
-
.s1fc623g {
|
|
3777
|
-
width: 430px !important;
|
|
3778
|
-
}
|
|
3779
|
-
|
|
3780
|
-
.oa3mx0o {
|
|
3781
|
-
display: flex;
|
|
3782
|
-
flex-direction: column;
|
|
3783
|
-
}
|
|
3784
|
-
|
|
3785
|
-
.onr9gzt {
|
|
3786
|
-
display: flex;
|
|
3787
|
-
justify-content: space-between;
|
|
3788
|
-
}
|
|
3789
|
-
|
|
3790
|
-
.oiy0apc {
|
|
3791
|
-
display: flex;
|
|
3792
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3793
|
-
}
|
|
3794
|
-
|
|
3795
3795
|
.c198s9j3 {
|
|
3796
3796
|
color: #2d3a56;
|
|
3797
3797
|
line-height: 22px;
|
|
@@ -3863,8 +3863,69 @@ input.rrg1fkn.ant-input {
|
|
|
3863
3863
|
margin-left: 24px;
|
|
3864
3864
|
}
|
|
3865
3865
|
|
|
3866
|
-
.
|
|
3867
|
-
|
|
3866
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3867
|
+
border-radius: 6px;
|
|
3868
|
+
}
|
|
3869
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
3870
|
+
width: 100%;
|
|
3871
|
+
height: 30px;
|
|
3872
|
+
color: #2d3a56;
|
|
3873
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
3874
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3875
|
+
font-size: 13px;
|
|
3876
|
+
}
|
|
3877
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
3878
|
+
height: 38px;
|
|
3879
|
+
font-size: 13px;
|
|
3880
|
+
}
|
|
3881
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
3882
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3883
|
+
transition: 160ms ease;
|
|
3884
|
+
}
|
|
3885
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3886
|
+
color: #0080ff;
|
|
3887
|
+
}
|
|
3888
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
3889
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3890
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3891
|
+
}
|
|
3892
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3893
|
+
color: #0080ff;
|
|
3894
|
+
}
|
|
3895
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
3896
|
+
border-color: #0080ff;
|
|
3897
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3898
|
+
}
|
|
3899
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3900
|
+
transform: rotate(180deg);
|
|
3901
|
+
}
|
|
3902
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3903
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3904
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3905
|
+
cursor: "not-allowed";
|
|
3906
|
+
}
|
|
3907
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3908
|
+
border-color: #f0483e !important;
|
|
3909
|
+
}
|
|
3910
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3911
|
+
color: #1d326c;
|
|
3912
|
+
}
|
|
3913
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
3914
|
+
border-color: #0080ff;
|
|
3915
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3916
|
+
}
|
|
3917
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3918
|
+
transform: rotate(180deg);
|
|
3919
|
+
}
|
|
3920
|
+
|
|
3921
|
+
.igz4le8 {
|
|
3922
|
+
height: 24px;
|
|
3923
|
+
width: 56px !important;
|
|
3924
|
+
margin-right: 4px;
|
|
3925
|
+
}
|
|
3926
|
+
|
|
3927
|
+
.c1riexje {
|
|
3928
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3868
3929
|
}
|
|
3869
3930
|
|
|
3870
3931
|
.t1gz6wqf {
|
|
@@ -3897,6 +3958,10 @@ input.rrg1fkn.ant-input {
|
|
|
3897
3958
|
background: rgba(163, 180, 204, 0.18);
|
|
3898
3959
|
}
|
|
3899
3960
|
|
|
3961
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3962
|
+
display: flex;
|
|
3963
|
+
}
|
|
3964
|
+
|
|
3900
3965
|
.m1thnes4 {
|
|
3901
3966
|
color: rgba(44, 56, 82, 0.6);
|
|
3902
3967
|
text-align: center;
|
|
@@ -4058,71 +4123,6 @@ input.rrg1fkn.ant-input {
|
|
|
4058
4123
|
margin-left: 8px;
|
|
4059
4124
|
}
|
|
4060
4125
|
|
|
4061
|
-
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
4062
|
-
border-radius: 6px;
|
|
4063
|
-
}
|
|
4064
|
-
.shq1k1g.ant-select.ant-select-single {
|
|
4065
|
-
width: 100%;
|
|
4066
|
-
height: 30px;
|
|
4067
|
-
color: #2d3a56;
|
|
4068
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
4069
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
4070
|
-
font-size: 13px;
|
|
4071
|
-
}
|
|
4072
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
4073
|
-
height: 38px;
|
|
4074
|
-
font-size: 13px;
|
|
4075
|
-
}
|
|
4076
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
4077
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
4078
|
-
transition: 160ms ease;
|
|
4079
|
-
}
|
|
4080
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
4081
|
-
color: #0080ff;
|
|
4082
|
-
}
|
|
4083
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
4084
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
4085
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
4086
|
-
}
|
|
4087
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
4088
|
-
color: #0080ff;
|
|
4089
|
-
}
|
|
4090
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
4091
|
-
border-color: #0080ff;
|
|
4092
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4093
|
-
}
|
|
4094
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
4095
|
-
transform: rotate(180deg);
|
|
4096
|
-
}
|
|
4097
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
4098
|
-
background: rgba(211, 218, 235, 0.6);
|
|
4099
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
4100
|
-
cursor: "not-allowed";
|
|
4101
|
-
}
|
|
4102
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
4103
|
-
border-color: #f0483e !important;
|
|
4104
|
-
}
|
|
4105
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
4106
|
-
color: #1d326c;
|
|
4107
|
-
}
|
|
4108
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
4109
|
-
border-color: #0080ff;
|
|
4110
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4111
|
-
}
|
|
4112
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
4113
|
-
transform: rotate(180deg);
|
|
4114
|
-
}
|
|
4115
|
-
|
|
4116
|
-
.igz4le8 {
|
|
4117
|
-
height: 24px;
|
|
4118
|
-
width: 56px !important;
|
|
4119
|
-
margin-right: 4px;
|
|
4120
|
-
}
|
|
4121
|
-
|
|
4122
|
-
.c1riexje {
|
|
4123
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4124
|
-
}
|
|
4125
|
-
|
|
4126
4126
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
4127
4127
|
display: var(--at4ovwe-0);
|
|
4128
4128
|
}
|