@cloudtower/eagle 0.25.2 → 0.25.4
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/assets/55a976ab.woff2 +0 -0
- package/dist/assets/575908fb.woff2 +0 -0
- package/dist/assets/5d4275ee.woff +0 -0
- package/dist/assets/632c7446.woff2 +0 -0
- package/dist/assets/643e5041.woff +0 -0
- package/dist/assets/66e8de15.woff2 +0 -0
- package/dist/assets/cf89dd5b.woff +0 -0
- package/dist/assets/d11ea859.woff2 +0 -0
- package/dist/assets/d778f33f.woff +0 -0
- package/dist/assets/ed5714f7.woff2 +0 -0
- package/dist/components/FormItem/index.d.ts +4 -0
- package/dist/components.css +631 -635
- package/dist/esm/index.js +1 -5
- package/dist/esm/stats1.html +1 -1
- package/dist/font.css +12 -12
- package/dist/style.css +252 -256
- package/dist/umd/index.js +1 -5
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -1531,6 +1531,94 @@ body {
|
|
|
1531
1531
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1532
1532
|
}
|
|
1533
1533
|
}
|
|
1534
|
+
.p12gwtiw {
|
|
1535
|
+
display: flex;
|
|
1536
|
+
justify-content: space-between;
|
|
1537
|
+
align-items: center;
|
|
1538
|
+
padding: 10px 0;
|
|
1539
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1540
|
+
font-size: 12px;
|
|
1541
|
+
line-height: 24px;
|
|
1542
|
+
}
|
|
1543
|
+
.p12gwtiw .pagination-left {
|
|
1544
|
+
padding: 2px 8px;
|
|
1545
|
+
}
|
|
1546
|
+
.p12gwtiw .dropdown-trigger {
|
|
1547
|
+
display: flex;
|
|
1548
|
+
align-items: center;
|
|
1549
|
+
border-radius: 6px;
|
|
1550
|
+
cursor: pointer;
|
|
1551
|
+
transition: all 0.3s ease;
|
|
1552
|
+
}
|
|
1553
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
1554
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1555
|
+
color: #0080ff;
|
|
1556
|
+
}
|
|
1557
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1558
|
+
margin-left: 4px;
|
|
1559
|
+
}
|
|
1560
|
+
.p12gwtiw .pagination-right {
|
|
1561
|
+
display: flex;
|
|
1562
|
+
align-items: center;
|
|
1563
|
+
color: #0080ff;
|
|
1564
|
+
font-weight: bold;
|
|
1565
|
+
}
|
|
1566
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
1567
|
+
margin-left: 4px;
|
|
1568
|
+
}
|
|
1569
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
1570
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
1571
|
+
padding: 0 8px;
|
|
1572
|
+
}
|
|
1573
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1574
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
1575
|
+
color: #0080ff;
|
|
1576
|
+
}
|
|
1577
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1578
|
+
transform: rotate(180deg);
|
|
1579
|
+
}
|
|
1580
|
+
|
|
1581
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1582
|
+
max-height: calc(100vh - 128px);
|
|
1583
|
+
overflow-y: auto;
|
|
1584
|
+
}
|
|
1585
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1586
|
+
padding: 4px 20px;
|
|
1587
|
+
font-size: 12px;
|
|
1588
|
+
line-height: 18px;
|
|
1589
|
+
}
|
|
1590
|
+
|
|
1591
|
+
.i1mrf09m {
|
|
1592
|
+
display: inline-flex;
|
|
1593
|
+
align-items: center;
|
|
1594
|
+
}
|
|
1595
|
+
.i1mrf09m .icon-inner {
|
|
1596
|
+
display: inline-flex;
|
|
1597
|
+
align-items: center;
|
|
1598
|
+
justify-content: center;
|
|
1599
|
+
}
|
|
1600
|
+
.i1mrf09m .icon-inner + span,
|
|
1601
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1602
|
+
margin-left: 4px;
|
|
1603
|
+
}
|
|
1604
|
+
.i1mrf09m.is-rotate img,
|
|
1605
|
+
.i1mrf09m.is-rotate svg {
|
|
1606
|
+
animation: rotate 680ms linear infinite;
|
|
1607
|
+
}
|
|
1608
|
+
|
|
1609
|
+
.iap75of {
|
|
1610
|
+
height: 18px;
|
|
1611
|
+
line-height: 18px;
|
|
1612
|
+
padding: 0 4px;
|
|
1613
|
+
border-radius: 4px;
|
|
1614
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1615
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1616
|
+
display: flex;
|
|
1617
|
+
align-items: center;
|
|
1618
|
+
white-space: nowrap;
|
|
1619
|
+
margin-right: 4px;
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1534
1622
|
.obf05yr {
|
|
1535
1623
|
display: inline-block;
|
|
1536
1624
|
}
|
|
@@ -1540,521 +1628,520 @@ body {
|
|
|
1540
1628
|
position: absolute;
|
|
1541
1629
|
}
|
|
1542
1630
|
|
|
1543
|
-
.
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1631
|
+
.fde5mpd {
|
|
1632
|
+
width: 100%;
|
|
1633
|
+
height: 100%;
|
|
1634
|
+
min-height: 124px;
|
|
1635
|
+
display: flex;
|
|
1636
|
+
flex-direction: column;
|
|
1637
|
+
justify-content: center;
|
|
1638
|
+
align-items: center;
|
|
1549
1639
|
}
|
|
1550
|
-
.
|
|
1551
|
-
|
|
1552
|
-
|
|
1640
|
+
.fde5mpd .error-text {
|
|
1641
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1642
|
+
margin-bottom: 16px;
|
|
1643
|
+
font-size: 18px;
|
|
1553
1644
|
}
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1645
|
+
|
|
1646
|
+
.bpq0js6 {
|
|
1647
|
+
padding: 4px 11px;
|
|
1557
1648
|
}
|
|
1558
|
-
|
|
1559
|
-
|
|
1649
|
+
|
|
1650
|
+
.b15sn34c {
|
|
1651
|
+
white-space: nowrap;
|
|
1652
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1560
1653
|
}
|
|
1561
|
-
.
|
|
1562
|
-
color:
|
|
1563
|
-
font-weight: var(--font-weight);
|
|
1564
|
-
background: var(--background-color, #fff);
|
|
1565
|
-
border-width: var(--border-width, 1px);
|
|
1566
|
-
border-color: var(--border-color, #d9d9d9);
|
|
1654
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1655
|
+
--color: #0080ff;
|
|
1567
1656
|
}
|
|
1568
|
-
.
|
|
1569
|
-
|
|
1657
|
+
.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] {
|
|
1658
|
+
--color: #0080ff;
|
|
1570
1659
|
}
|
|
1571
|
-
.
|
|
1572
|
-
|
|
1660
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1661
|
+
margin-left: 1px;
|
|
1573
1662
|
}
|
|
1574
|
-
.
|
|
1575
|
-
|
|
1576
|
-
border-
|
|
1663
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1664
|
+
border-top-right-radius: 0;
|
|
1665
|
+
border-bottom-right-radius: 0;
|
|
1577
1666
|
}
|
|
1578
|
-
.
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
background: var(--background-color-active, var(--background-color));
|
|
1582
|
-
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
1667
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1668
|
+
border-top-left-radius: 0;
|
|
1669
|
+
border-bottom-left-radius: 0;
|
|
1583
1670
|
}
|
|
1584
|
-
.
|
|
1585
|
-
|
|
1586
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
1587
|
-
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
1671
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1672
|
+
border-radius: unset;
|
|
1588
1673
|
}
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1674
|
+
|
|
1675
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
1676
|
+
display: inline-flex;
|
|
1677
|
+
align-items: baseline;
|
|
1678
|
+
white-space: pre-wrap;
|
|
1594
1679
|
}
|
|
1595
|
-
.
|
|
1596
|
-
|
|
1597
|
-
|
|
1680
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
1681
|
+
position: relative;
|
|
1682
|
+
top: 3px;
|
|
1598
1683
|
}
|
|
1599
|
-
.
|
|
1600
|
-
|
|
1601
|
-
--font-weight: bold;
|
|
1602
|
-
--border-width: 0;
|
|
1603
|
-
--background-color: #0080ff;
|
|
1604
|
-
--background-color-hover: #009dff;
|
|
1605
|
-
--background-color-active: #005ed1;
|
|
1606
|
-
--background-color-focus: #0080ff;
|
|
1607
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1684
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1685
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1608
1686
|
}
|
|
1609
|
-
.
|
|
1610
|
-
|
|
1611
|
-
--background-color-hover: #ff5252;
|
|
1612
|
-
--background-color-active: #c73d31;
|
|
1613
|
-
--background-color-focus: #ff5252;
|
|
1614
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1687
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1688
|
+
border-color: #0080ff;
|
|
1615
1689
|
}
|
|
1616
|
-
.
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
--background-color-active: #e07f00;
|
|
1620
|
-
--background-color-focus: #fea008;
|
|
1690
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1691
|
+
border-color: #0080ff;
|
|
1692
|
+
background: #0080ff;
|
|
1621
1693
|
}
|
|
1622
|
-
.
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1629
|
-
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
1630
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1694
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1695
|
+
top: 4px;
|
|
1696
|
+
left: 4px;
|
|
1697
|
+
width: 6px;
|
|
1698
|
+
height: 6px;
|
|
1699
|
+
background: #fff;
|
|
1631
1700
|
}
|
|
1632
|
-
.
|
|
1633
|
-
|
|
1634
|
-
--background-color: rgba(255, 74, 74, 0.1);
|
|
1635
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1636
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1637
|
-
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
1638
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1701
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1702
|
+
opacity: 0.5;
|
|
1639
1703
|
}
|
|
1640
|
-
.
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
1644
|
-
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
1645
|
-
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
1704
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1705
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1706
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1646
1707
|
}
|
|
1647
|
-
.
|
|
1648
|
-
|
|
1649
|
-
--font-weight: bold;
|
|
1650
|
-
--border-width: 0;
|
|
1651
|
-
--background-color: #fff;
|
|
1652
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1653
|
-
box-shadow: none;
|
|
1708
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
1709
|
+
background: #00122e;
|
|
1654
1710
|
}
|
|
1655
|
-
.
|
|
1656
|
-
|
|
1711
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
1712
|
+
color: #00122e;
|
|
1713
|
+
opacity: 0.5;
|
|
1657
1714
|
}
|
|
1658
|
-
.
|
|
1659
|
-
|
|
1660
|
-
--background-color: #fff;
|
|
1661
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1715
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
1716
|
+
color: #00122e;
|
|
1662
1717
|
}
|
|
1663
|
-
.
|
|
1664
|
-
|
|
1718
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
1719
|
+
display: inline-block;
|
|
1720
|
+
padding: 0;
|
|
1721
|
+
padding-left: 12px;
|
|
1665
1722
|
}
|
|
1666
|
-
.
|
|
1667
|
-
|
|
1668
|
-
|
|
1723
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
1724
|
+
margin-bottom: 0;
|
|
1725
|
+
white-space: pre-wrap;
|
|
1726
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1669
1727
|
}
|
|
1670
|
-
.
|
|
1671
|
-
|
|
1728
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
1729
|
+
padding-left: 8px;
|
|
1672
1730
|
}
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
--background-color: #fff;
|
|
1677
|
-
--background-color-hover: #edf0f7;
|
|
1678
|
-
--background-color-active: #e4e9f2;
|
|
1679
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1680
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
1731
|
+
|
|
1732
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
1733
|
+
border-radius: 5px 0 0 5px;
|
|
1681
1734
|
}
|
|
1682
|
-
.
|
|
1683
|
-
|
|
1735
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
1736
|
+
border-radius: 0 5px 5px 0;
|
|
1684
1737
|
}
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
--background-color-hover: linear-gradient(
|
|
1690
|
-
0deg,
|
|
1691
|
-
rgba(0, 136, 255, 0.16),
|
|
1692
|
-
rgba(0, 136, 255, 0.16)
|
|
1693
|
-
),
|
|
1694
|
-
#ffffff;
|
|
1695
|
-
--background-color-active: linear-gradient(
|
|
1696
|
-
0deg,
|
|
1697
|
-
rgba(0, 136, 255, 0.2),
|
|
1698
|
-
rgba(0, 136, 255, 0.2)
|
|
1699
|
-
),
|
|
1700
|
-
#ffffff;
|
|
1701
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1702
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
1738
|
+
|
|
1739
|
+
.r1f0aqcc {
|
|
1740
|
+
color: #00122e;
|
|
1741
|
+
border-color: #ccd4e3;
|
|
1703
1742
|
}
|
|
1704
|
-
.
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
--background-color: #fff;
|
|
1708
|
-
--background-color-hover: linear-gradient(
|
|
1709
|
-
0deg,
|
|
1710
|
-
rgba(255, 74, 74, 0.16),
|
|
1711
|
-
rgba(255, 74, 74, 0.16)
|
|
1712
|
-
),
|
|
1713
|
-
#ffffff;
|
|
1714
|
-
--background-color-active: linear-gradient(
|
|
1715
|
-
0deg,
|
|
1716
|
-
rgba(255, 74, 74, 0.2),
|
|
1717
|
-
rgba(255, 74, 74, 0.2)
|
|
1718
|
-
),
|
|
1719
|
-
#ffffff;
|
|
1720
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1743
|
+
.r1f0aqcc:first-child {
|
|
1744
|
+
color: #00122e;
|
|
1745
|
+
border-color: #a3b4cc;
|
|
1721
1746
|
}
|
|
1722
|
-
.
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
1727
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
1728
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1729
|
-
box-shadow: none;
|
|
1747
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
1748
|
+
padding: 0 12px;
|
|
1749
|
+
line-height: 32px;
|
|
1750
|
+
height: 32px;
|
|
1730
1751
|
}
|
|
1731
|
-
.
|
|
1732
|
-
|
|
1733
|
-
--border-color: #fff;
|
|
1734
|
-
--background-color: #fff;
|
|
1735
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1736
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1737
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1738
|
-
box-shadow: none;
|
|
1752
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
1753
|
+
white-space: nowrap;
|
|
1739
1754
|
}
|
|
1740
|
-
.
|
|
1741
|
-
|
|
1742
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1743
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1744
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1755
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
1756
|
+
background: #ccd4e3;
|
|
1745
1757
|
}
|
|
1746
|
-
.
|
|
1747
|
-
|
|
1748
|
-
--border-width: 0;
|
|
1749
|
-
--background-color: transparent;
|
|
1750
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
1751
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
1752
|
-
--background-color-focus: #fff;
|
|
1753
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1754
|
-
box-shadow: none;
|
|
1758
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
1759
|
+
background: #0080ff;
|
|
1755
1760
|
}
|
|
1756
|
-
.
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1760
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1761
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
1762
|
+
background: #ccd4e3;
|
|
1763
|
+
opacity: 0.5;
|
|
1761
1764
|
}
|
|
1762
|
-
.
|
|
1763
|
-
|
|
1764
|
-
--background-color: transparent;
|
|
1765
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1766
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1767
|
-
--background-color-focus: #fff;
|
|
1768
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1765
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
1766
|
+
border-right-color: #0080ff;
|
|
1769
1767
|
}
|
|
1770
|
-
.
|
|
1771
|
-
|
|
1772
|
-
align-items: center;
|
|
1768
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
1769
|
+
border-color: #0080ff;
|
|
1773
1770
|
}
|
|
1774
|
-
.
|
|
1775
|
-
|
|
1776
|
-
display: inline-flex;
|
|
1771
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
1772
|
+
background: rgba(0, 136, 255, 0.1);
|
|
1777
1773
|
}
|
|
1778
|
-
.
|
|
1779
|
-
|
|
1780
|
-
|
|
1774
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
1775
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1776
|
+
border-color: #ccd4e3;
|
|
1777
|
+
opacity: 0.5;
|
|
1781
1778
|
}
|
|
1782
|
-
.
|
|
1783
|
-
|
|
1784
|
-
|
|
1779
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
1780
|
+
color: #00122e;
|
|
1781
|
+
border-color: #ccd4e3;
|
|
1785
1782
|
}
|
|
1786
|
-
|
|
1787
|
-
|
|
1783
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
1784
|
+
color: #00122e;
|
|
1785
|
+
border-color: #ccd4e3;
|
|
1786
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1787
|
+
}
|
|
1788
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
1789
|
+
margin-right: 8px;
|
|
1790
|
+
display: inline;
|
|
1791
|
+
border: none;
|
|
1788
1792
|
padding: 0;
|
|
1793
|
+
width: 36px;
|
|
1794
|
+
background: transparent;
|
|
1789
1795
|
}
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
height: 18px;
|
|
1793
|
-
line-height: 18px;
|
|
1794
|
-
padding: 0 4px;
|
|
1795
|
-
border-radius: 4px;
|
|
1796
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1797
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1798
|
-
display: flex;
|
|
1799
|
-
align-items: center;
|
|
1800
|
-
white-space: nowrap;
|
|
1801
|
-
margin-right: 4px;
|
|
1796
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
1797
|
+
box-shadow: none;
|
|
1802
1798
|
}
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1799
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
1800
|
+
margin-right: 0;
|
|
1801
|
+
width: initial;
|
|
1802
|
+
box-shadow: none;
|
|
1807
1803
|
}
|
|
1808
|
-
.
|
|
1809
|
-
display:
|
|
1810
|
-
align-items: center;
|
|
1811
|
-
justify-content: center;
|
|
1804
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
1805
|
+
display: none;
|
|
1812
1806
|
}
|
|
1813
|
-
.
|
|
1814
|
-
|
|
1815
|
-
margin-left: 4px;
|
|
1807
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
1808
|
+
display: inline;
|
|
1816
1809
|
}
|
|
1817
|
-
.
|
|
1818
|
-
|
|
1819
|
-
|
|
1810
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
1811
|
+
display: inline;
|
|
1812
|
+
margin-right: 8px;
|
|
1813
|
+
padding: 0;
|
|
1814
|
+
width: 36px;
|
|
1820
1815
|
}
|
|
1821
1816
|
|
|
1822
|
-
.
|
|
1817
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
1818
|
+
flex-direction: row;
|
|
1819
|
+
justify-content: stretch;
|
|
1820
|
+
}
|
|
1821
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
1822
|
+
padding: 0;
|
|
1823
|
+
margin-right: 4px;
|
|
1824
|
+
flex: 1;
|
|
1825
|
+
overflow: visible;
|
|
1826
|
+
}
|
|
1827
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
1828
|
+
display: none;
|
|
1829
|
+
}
|
|
1830
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
1823
1831
|
width: 100%;
|
|
1824
|
-
height:
|
|
1825
|
-
min-height: 124px;
|
|
1826
|
-
display: flex;
|
|
1827
|
-
flex-direction: column;
|
|
1828
|
-
justify-content: center;
|
|
1829
|
-
align-items: center;
|
|
1832
|
+
min-height: unset;
|
|
1830
1833
|
}
|
|
1831
|
-
.
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1834
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
1835
|
+
height: 26px;
|
|
1836
|
+
line-height: 26px;
|
|
1837
|
+
width: 100%;
|
|
1838
|
+
text-align: center;
|
|
1839
|
+
padding: 0;
|
|
1840
|
+
font-size: 12px;
|
|
1841
|
+
font-weight: normal;
|
|
1835
1842
|
}
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
padding: 4px 11px;
|
|
1843
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
1844
|
+
margin-right: 10px;
|
|
1839
1845
|
}
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
white-space: nowrap;
|
|
1843
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1846
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
1847
|
+
display: none;
|
|
1844
1848
|
}
|
|
1845
|
-
.
|
|
1846
|
-
|
|
1849
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
1850
|
+
border-radius: 4px 0 0 4px;
|
|
1847
1851
|
}
|
|
1848
|
-
.
|
|
1849
|
-
|
|
1852
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
1853
|
+
margin-right: 0;
|
|
1850
1854
|
}
|
|
1851
|
-
.
|
|
1852
|
-
|
|
1855
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
1856
|
+
border-radius: 0 4px 4px 0;
|
|
1853
1857
|
}
|
|
1854
|
-
.
|
|
1855
|
-
|
|
1856
|
-
|
|
1858
|
+
.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 {
|
|
1859
|
+
content: "";
|
|
1860
|
+
width: 0;
|
|
1861
|
+
height: 0;
|
|
1862
|
+
border: 13px solid transparent;
|
|
1863
|
+
position: absolute;
|
|
1864
|
+
top: 0;
|
|
1865
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
1866
|
+
right: -21px;
|
|
1867
|
+
z-index: 2;
|
|
1857
1868
|
}
|
|
1858
|
-
.
|
|
1859
|
-
|
|
1860
|
-
|
|
1869
|
+
.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 {
|
|
1870
|
+
content: "";
|
|
1871
|
+
width: 0;
|
|
1872
|
+
height: 0;
|
|
1873
|
+
border: 13px solid transparent;
|
|
1874
|
+
position: absolute;
|
|
1875
|
+
top: 0;
|
|
1876
|
+
border-left: 8px solid #fff;
|
|
1877
|
+
left: 0;
|
|
1861
1878
|
}
|
|
1862
|
-
.
|
|
1863
|
-
|
|
1879
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
1880
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
1864
1881
|
}
|
|
1865
|
-
|
|
1866
|
-
.
|
|
1867
|
-
display: flex;
|
|
1868
|
-
justify-content: space-between;
|
|
1869
|
-
align-items: center;
|
|
1870
|
-
padding: 10px 0;
|
|
1871
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1872
|
-
font-size: 12px;
|
|
1873
|
-
line-height: 24px;
|
|
1882
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
1883
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
1874
1884
|
}
|
|
1875
|
-
.
|
|
1876
|
-
|
|
1885
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
1886
|
+
color: #005ed1;
|
|
1877
1887
|
}
|
|
1878
|
-
.
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
border-radius: 6px;
|
|
1882
|
-
cursor: pointer;
|
|
1883
|
-
transition: all 0.3s ease;
|
|
1888
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
1889
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
1890
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
1884
1891
|
}
|
|
1885
|
-
.
|
|
1886
|
-
|
|
1887
|
-
color:
|
|
1892
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
1893
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
1894
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1888
1895
|
}
|
|
1889
|
-
.
|
|
1890
|
-
|
|
1896
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
1897
|
+
padding: 0;
|
|
1891
1898
|
}
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1899
|
+
|
|
1900
|
+
.buj61ew.ant-btn {
|
|
1901
|
+
height: 32px;
|
|
1902
|
+
border-radius: 6px;
|
|
1903
|
+
line-height: 22px;
|
|
1904
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
1905
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
1897
1906
|
}
|
|
1898
|
-
.
|
|
1899
|
-
|
|
1907
|
+
.buj61ew.ant-btn.ant-btn-lg {
|
|
1908
|
+
height: 40px;
|
|
1909
|
+
line-height: 24px;
|
|
1900
1910
|
}
|
|
1901
|
-
.
|
|
1902
|
-
|
|
1903
|
-
|
|
1911
|
+
.buj61ew.ant-btn.ant-btn-sm {
|
|
1912
|
+
height: 24px;
|
|
1913
|
+
line-height: 20px;
|
|
1904
1914
|
}
|
|
1905
|
-
.
|
|
1906
|
-
|
|
1907
|
-
color: #0080ff;
|
|
1915
|
+
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
1916
|
+
border-radius: 50%;
|
|
1908
1917
|
}
|
|
1909
|
-
.
|
|
1910
|
-
|
|
1918
|
+
.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 {
|
|
1919
|
+
color: var(--color, #06101f);
|
|
1920
|
+
font-weight: var(--font-weight);
|
|
1921
|
+
background: var(--background-color, #fff);
|
|
1922
|
+
border-width: var(--border-width, 1px);
|
|
1923
|
+
border-color: var(--border-color, #d9d9d9);
|
|
1911
1924
|
}
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
max-height: calc(100vh - 128px);
|
|
1915
|
-
overflow-y: auto;
|
|
1925
|
+
.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 {
|
|
1926
|
+
display: none;
|
|
1916
1927
|
}
|
|
1917
|
-
.
|
|
1918
|
-
|
|
1919
|
-
font-size: 12px;
|
|
1920
|
-
line-height: 18px;
|
|
1928
|
+
.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 {
|
|
1929
|
+
color: var(--color, inherit);
|
|
1921
1930
|
}
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
height: 24px;
|
|
1926
|
-
background: rgba(172, 186, 211, 0.6);
|
|
1927
|
-
overflow: hidden;
|
|
1931
|
+
.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 {
|
|
1932
|
+
background: var(--background-color-hover, var(--background-color));
|
|
1933
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
1928
1934
|
}
|
|
1929
|
-
.
|
|
1930
|
-
|
|
1935
|
+
.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 {
|
|
1936
|
+
--scale: 1;
|
|
1937
|
+
--transY: 1px;
|
|
1938
|
+
background: var(--background-color-active, var(--background-color));
|
|
1939
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
1931
1940
|
}
|
|
1932
|
-
.
|
|
1933
|
-
|
|
1934
|
-
|
|
1941
|
+
.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 {
|
|
1942
|
+
background: var(--background-color-focus, var(--background-color));
|
|
1943
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
1944
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
1935
1945
|
}
|
|
1936
|
-
.
|
|
1937
|
-
|
|
1938
|
-
|
|
1946
|
+
.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 {
|
|
1947
|
+
color: var(--color-disabled, var(--color));
|
|
1948
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
1949
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
1950
|
+
opacity: 0.5;
|
|
1939
1951
|
}
|
|
1940
|
-
.
|
|
1941
|
-
|
|
1942
|
-
|
|
1952
|
+
.buj61ew.ant-btn-link[disabled] {
|
|
1953
|
+
color: #0080ff;
|
|
1954
|
+
opacity: 0.5;
|
|
1943
1955
|
}
|
|
1944
|
-
.
|
|
1945
|
-
|
|
1946
|
-
|
|
1956
|
+
.buj61ew.ant-btn-primary {
|
|
1957
|
+
--color: #fff;
|
|
1958
|
+
--font-weight: bold;
|
|
1959
|
+
--border-width: 0;
|
|
1960
|
+
--background-color: #0080ff;
|
|
1961
|
+
--background-color-hover: #009dff;
|
|
1962
|
+
--background-color-active: #005ed1;
|
|
1963
|
+
--background-color-focus: #0080ff;
|
|
1964
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1947
1965
|
}
|
|
1948
|
-
.
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1966
|
+
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
1967
|
+
--background-color: #f0483e;
|
|
1968
|
+
--background-color-hover: #ff5252;
|
|
1969
|
+
--background-color-active: #c73d31;
|
|
1970
|
+
--background-color-focus: #ff5252;
|
|
1971
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1953
1972
|
}
|
|
1954
|
-
.
|
|
1955
|
-
|
|
1956
|
-
|
|
1973
|
+
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
1974
|
+
--background-color: #fea008;
|
|
1975
|
+
--background-color-hover: #feba33;
|
|
1976
|
+
--background-color-active: #e07f00;
|
|
1977
|
+
--background-color-focus: #fea008;
|
|
1957
1978
|
}
|
|
1958
|
-
.
|
|
1959
|
-
|
|
1979
|
+
.buj61ew.ant-btn-secondary {
|
|
1980
|
+
--color: #0080ff;
|
|
1981
|
+
--font-weight: bold;
|
|
1982
|
+
--border-width: 0;
|
|
1983
|
+
--background-color: rgba(0, 136, 255, 0.1);
|
|
1984
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1985
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1986
|
+
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
1987
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1960
1988
|
}
|
|
1961
|
-
.
|
|
1962
|
-
|
|
1989
|
+
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
1990
|
+
--color: #f0483e;
|
|
1991
|
+
--background-color: rgba(255, 74, 74, 0.1);
|
|
1992
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1993
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1994
|
+
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
1995
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1963
1996
|
}
|
|
1964
|
-
.
|
|
1965
|
-
|
|
1997
|
+
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
1998
|
+
--color: #fea008;
|
|
1999
|
+
--background-color: rgba(255, 187, 0, 0.1);
|
|
2000
|
+
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
2001
|
+
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
2002
|
+
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
1966
2003
|
}
|
|
1967
|
-
.
|
|
1968
|
-
|
|
2004
|
+
.buj61ew.ant-btn-tertiary {
|
|
2005
|
+
--color: #0080ff;
|
|
2006
|
+
--font-weight: bold;
|
|
2007
|
+
--border-width: 0;
|
|
2008
|
+
--background-color: #fff;
|
|
2009
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2010
|
+
box-shadow: none;
|
|
1969
2011
|
}
|
|
1970
|
-
.
|
|
1971
|
-
|
|
2012
|
+
.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 {
|
|
2013
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1972
2014
|
}
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
2015
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
2016
|
+
--color: #f0483e;
|
|
2017
|
+
--background-color: #fff;
|
|
2018
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1976
2019
|
}
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
flex-direction: row;
|
|
1980
|
-
justify-content: stretch;
|
|
2020
|
+
.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 {
|
|
2021
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
1981
2022
|
}
|
|
1982
|
-
.
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
flex: 1;
|
|
1986
|
-
overflow: visible;
|
|
2023
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
2024
|
+
--color: #fea008;
|
|
2025
|
+
--background-color: #fff;
|
|
1987
2026
|
}
|
|
1988
|
-
.
|
|
1989
|
-
|
|
2027
|
+
.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 {
|
|
2028
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
1990
2029
|
}
|
|
1991
|
-
.
|
|
1992
|
-
|
|
1993
|
-
|
|
2030
|
+
.buj61ew.ant-btn-ordinary {
|
|
2031
|
+
--color: #1d326c;
|
|
2032
|
+
--border-color: #ccd4e3;
|
|
2033
|
+
--background-color: #fff;
|
|
2034
|
+
--background-color-hover: #edf0f7;
|
|
2035
|
+
--background-color-active: #e4e9f2;
|
|
2036
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2037
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
1994
2038
|
}
|
|
1995
|
-
.
|
|
1996
|
-
|
|
1997
|
-
line-height: 26px;
|
|
1998
|
-
width: 100%;
|
|
1999
|
-
text-align: center;
|
|
2000
|
-
padding: 0;
|
|
2001
|
-
font-size: 12px;
|
|
2002
|
-
font-weight: normal;
|
|
2039
|
+
.buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
|
|
2040
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
2003
2041
|
}
|
|
2004
|
-
.
|
|
2005
|
-
|
|
2042
|
+
.buj61ew.ant-btn-ordinary.ordinary-blue {
|
|
2043
|
+
--color: #0080ff;
|
|
2044
|
+
--border-color: #0080ff;
|
|
2045
|
+
--background-color: #fff;
|
|
2046
|
+
--background-color-hover: linear-gradient(
|
|
2047
|
+
0deg,
|
|
2048
|
+
rgba(0, 136, 255, 0.16),
|
|
2049
|
+
rgba(0, 136, 255, 0.16)
|
|
2050
|
+
),
|
|
2051
|
+
#ffffff;
|
|
2052
|
+
--background-color-active: linear-gradient(
|
|
2053
|
+
0deg,
|
|
2054
|
+
rgba(0, 136, 255, 0.2),
|
|
2055
|
+
rgba(0, 136, 255, 0.2)
|
|
2056
|
+
),
|
|
2057
|
+
#ffffff;
|
|
2058
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2059
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
2006
2060
|
}
|
|
2007
|
-
.
|
|
2008
|
-
|
|
2061
|
+
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
2062
|
+
--color: #f0483e;
|
|
2063
|
+
--border-color: #f0483e;
|
|
2064
|
+
--background-color: #fff;
|
|
2065
|
+
--background-color-hover: linear-gradient(
|
|
2066
|
+
0deg,
|
|
2067
|
+
rgba(255, 74, 74, 0.16),
|
|
2068
|
+
rgba(255, 74, 74, 0.16)
|
|
2069
|
+
),
|
|
2070
|
+
#ffffff;
|
|
2071
|
+
--background-color-active: linear-gradient(
|
|
2072
|
+
0deg,
|
|
2073
|
+
rgba(255, 74, 74, 0.2),
|
|
2074
|
+
rgba(255, 74, 74, 0.2)
|
|
2075
|
+
),
|
|
2076
|
+
#ffffff;
|
|
2077
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2009
2078
|
}
|
|
2010
|
-
.
|
|
2011
|
-
|
|
2079
|
+
.buj61ew.ant-btn-ordinary-onTint {
|
|
2080
|
+
--color: #1d326c;
|
|
2081
|
+
--border-color: #fff;
|
|
2082
|
+
--background-color: #fff;
|
|
2083
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
2084
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
2085
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2086
|
+
box-shadow: none;
|
|
2012
2087
|
}
|
|
2013
|
-
.
|
|
2014
|
-
|
|
2088
|
+
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
2089
|
+
--color: #0080ff;
|
|
2090
|
+
--border-color: #fff;
|
|
2091
|
+
--background-color: #fff;
|
|
2092
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2093
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2094
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2095
|
+
box-shadow: none;
|
|
2015
2096
|
}
|
|
2016
|
-
.
|
|
2017
|
-
|
|
2097
|
+
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
2098
|
+
--color: #f0483e;
|
|
2099
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2100
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2101
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2018
2102
|
}
|
|
2019
|
-
.
|
|
2020
|
-
|
|
2021
|
-
width: 0;
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
z-index: 2;
|
|
2103
|
+
.buj61ew.ant-btn-quiet {
|
|
2104
|
+
--color: rgba(44, 56, 82, 0.6);
|
|
2105
|
+
--border-width: 0;
|
|
2106
|
+
--background-color: transparent;
|
|
2107
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
2108
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
2109
|
+
--background-color-focus: #fff;
|
|
2110
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2111
|
+
box-shadow: none;
|
|
2029
2112
|
}
|
|
2030
|
-
.
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
position: absolute;
|
|
2036
|
-
top: 0;
|
|
2037
|
-
border-left: 8px solid #fff;
|
|
2038
|
-
left: 0;
|
|
2113
|
+
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
2114
|
+
--color: #f0483e;
|
|
2115
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2116
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2117
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2039
2118
|
}
|
|
2040
|
-
.
|
|
2041
|
-
|
|
2119
|
+
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
2120
|
+
--color: #0080ff;
|
|
2121
|
+
--background-color: transparent;
|
|
2122
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2123
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2124
|
+
--background-color-focus: #fff;
|
|
2125
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2042
2126
|
}
|
|
2043
|
-
.
|
|
2044
|
-
|
|
2127
|
+
.buj61ew.has-icon {
|
|
2128
|
+
display: inline-flex;
|
|
2129
|
+
align-items: center;
|
|
2045
2130
|
}
|
|
2046
|
-
.
|
|
2047
|
-
|
|
2131
|
+
.buj61ew .button-prefix-icon {
|
|
2132
|
+
margin-right: 4px;
|
|
2133
|
+
display: inline-flex;
|
|
2048
2134
|
}
|
|
2049
|
-
.
|
|
2050
|
-
|
|
2051
|
-
|
|
2135
|
+
.buj61ew .button-suffix-icon {
|
|
2136
|
+
margin-left: 4px;
|
|
2137
|
+
display: inline-flex;
|
|
2052
2138
|
}
|
|
2053
|
-
.
|
|
2054
|
-
|
|
2055
|
-
|
|
2139
|
+
.buj61ew .icon-wrapper {
|
|
2140
|
+
display: inline-flex;
|
|
2141
|
+
vertical-align: bottom;
|
|
2056
2142
|
}
|
|
2057
|
-
|
|
2143
|
+
|
|
2144
|
+
.nchllas {
|
|
2058
2145
|
padding: 0;
|
|
2059
2146
|
}
|
|
2060
2147
|
|
|
@@ -2685,184 +2772,97 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
|
2685
2772
|
left: 8px;
|
|
2686
2773
|
opacity: 1;
|
|
2687
2774
|
}
|
|
2688
|
-
.kypn5o5.has-focus-indicator input {
|
|
2689
|
-
transition: margin-left 150ms ease;
|
|
2690
|
-
margin-left: 0px;
|
|
2691
|
-
}
|
|
2692
|
-
.kypn5o5.has-focus-indicator input:focus {
|
|
2693
|
-
margin-left: 16px;
|
|
2694
|
-
}
|
|
2695
|
-
|
|
2696
|
-
input.l1ki27se.ant-input {
|
|
2697
|
-
border-top-right-radius: 0;
|
|
2698
|
-
border-bottom-right-radius: 0;
|
|
2699
|
-
}
|
|
2700
|
-
|
|
2701
|
-
.l1ki27se.ant-input-affix-wrapper {
|
|
2702
|
-
border-top-right-radius: 0;
|
|
2703
|
-
border-bottom-right-radius: 0;
|
|
2704
|
-
}
|
|
2705
|
-
|
|
2706
|
-
input.rrg1fkn.ant-input {
|
|
2707
|
-
border-top-left-radius: 0;
|
|
2708
|
-
border-bottom-left-radius: 0;
|
|
2709
|
-
}
|
|
2710
|
-
|
|
2711
|
-
.rrg1fkn.ant-input-affix-wrapper {
|
|
2712
|
-
border-top-left-radius: 0;
|
|
2713
|
-
border-bottom-left-radius: 0;
|
|
2714
|
-
}
|
|
2715
|
-
|
|
2716
|
-
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2717
|
-
border-top-right-radius: 0;
|
|
2718
|
-
border-bottom-right-radius: 0;
|
|
2719
|
-
}
|
|
2720
|
-
|
|
2721
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2722
|
-
border-top-left-radius: 0;
|
|
2723
|
-
border-bottom-left-radius: 0;
|
|
2724
|
-
}
|
|
2725
|
-
|
|
2726
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
2727
|
-
display: inline-flex;
|
|
2728
|
-
align-items: baseline;
|
|
2729
|
-
white-space: pre-wrap;
|
|
2730
|
-
}
|
|
2731
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2732
|
-
position: relative;
|
|
2733
|
-
top: 3px;
|
|
2734
|
-
}
|
|
2735
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2736
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2737
|
-
}
|
|
2738
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2739
|
-
border-color: #0080ff;
|
|
2740
|
-
}
|
|
2741
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2742
|
-
border-color: #0080ff;
|
|
2743
|
-
background: #0080ff;
|
|
2744
|
-
}
|
|
2745
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2746
|
-
top: 4px;
|
|
2747
|
-
left: 4px;
|
|
2748
|
-
width: 6px;
|
|
2749
|
-
height: 6px;
|
|
2750
|
-
background: #fff;
|
|
2751
|
-
}
|
|
2752
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2753
|
-
opacity: 0.5;
|
|
2754
|
-
}
|
|
2755
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2756
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2757
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2758
|
-
}
|
|
2759
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2760
|
-
background: #00122e;
|
|
2761
|
-
}
|
|
2762
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2763
|
-
color: #00122e;
|
|
2764
|
-
opacity: 0.5;
|
|
2765
|
-
}
|
|
2766
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2767
|
-
color: #00122e;
|
|
2768
|
-
}
|
|
2769
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2770
|
-
display: inline-block;
|
|
2771
|
-
padding: 0;
|
|
2772
|
-
padding-left: 12px;
|
|
2773
|
-
}
|
|
2774
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2775
|
-
margin-bottom: 0;
|
|
2776
|
-
white-space: pre-wrap;
|
|
2777
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2775
|
+
.kypn5o5.has-focus-indicator input {
|
|
2776
|
+
transition: margin-left 150ms ease;
|
|
2777
|
+
margin-left: 0px;
|
|
2778
2778
|
}
|
|
2779
|
-
.
|
|
2780
|
-
|
|
2779
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2780
|
+
margin-left: 16px;
|
|
2781
2781
|
}
|
|
2782
2782
|
|
|
2783
|
-
.
|
|
2784
|
-
border-radius:
|
|
2785
|
-
|
|
2786
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2787
|
-
border-radius: 0 5px 5px 0;
|
|
2783
|
+
input.l1ki27se.ant-input {
|
|
2784
|
+
border-top-right-radius: 0;
|
|
2785
|
+
border-bottom-right-radius: 0;
|
|
2788
2786
|
}
|
|
2789
2787
|
|
|
2790
|
-
.
|
|
2791
|
-
|
|
2792
|
-
border-
|
|
2788
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2789
|
+
border-top-right-radius: 0;
|
|
2790
|
+
border-bottom-right-radius: 0;
|
|
2793
2791
|
}
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
border-
|
|
2792
|
+
|
|
2793
|
+
input.rrg1fkn.ant-input {
|
|
2794
|
+
border-top-left-radius: 0;
|
|
2795
|
+
border-bottom-left-radius: 0;
|
|
2797
2796
|
}
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2797
|
+
|
|
2798
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2799
|
+
border-top-left-radius: 0;
|
|
2800
|
+
border-bottom-left-radius: 0;
|
|
2802
2801
|
}
|
|
2803
|
-
|
|
2804
|
-
|
|
2802
|
+
|
|
2803
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2804
|
+
border-top-right-radius: 0;
|
|
2805
|
+
border-bottom-right-radius: 0;
|
|
2805
2806
|
}
|
|
2806
|
-
|
|
2807
|
-
|
|
2807
|
+
|
|
2808
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2809
|
+
border-top-left-radius: 0;
|
|
2810
|
+
border-bottom-left-radius: 0;
|
|
2808
2811
|
}
|
|
2809
|
-
|
|
2810
|
-
|
|
2812
|
+
|
|
2813
|
+
.s34f1qb.ant-switch {
|
|
2814
|
+
min-width: 40px;
|
|
2815
|
+
height: 24px;
|
|
2816
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2817
|
+
overflow: hidden;
|
|
2811
2818
|
}
|
|
2812
|
-
.
|
|
2813
|
-
|
|
2814
|
-
opacity: 0.5;
|
|
2819
|
+
.s34f1qb.ant-switch:focus {
|
|
2820
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2815
2821
|
}
|
|
2816
|
-
.
|
|
2817
|
-
|
|
2822
|
+
.s34f1qb.ant-switch-small {
|
|
2823
|
+
min-width: 26px;
|
|
2824
|
+
height: 16px;
|
|
2818
2825
|
}
|
|
2819
|
-
.
|
|
2820
|
-
|
|
2826
|
+
.s34f1qb.ant-switch-large {
|
|
2827
|
+
min-width: 52px;
|
|
2828
|
+
height: 32px;
|
|
2821
2829
|
}
|
|
2822
|
-
.
|
|
2823
|
-
|
|
2830
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2831
|
+
height: 20px;
|
|
2832
|
+
width: 20px;
|
|
2824
2833
|
}
|
|
2825
|
-
.
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
opacity: 0.5;
|
|
2834
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2835
|
+
border-radius: 10px;
|
|
2836
|
+
transition-delay: 120ms;
|
|
2829
2837
|
}
|
|
2830
|
-
.
|
|
2831
|
-
|
|
2832
|
-
|
|
2838
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2839
|
+
height: 14px;
|
|
2840
|
+
width: 14px;
|
|
2841
|
+
top: 1px;
|
|
2842
|
+
left: 1px;
|
|
2833
2843
|
}
|
|
2834
|
-
.
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2844
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2845
|
+
height: 28px;
|
|
2846
|
+
width: 28px;
|
|
2838
2847
|
}
|
|
2839
|
-
.
|
|
2840
|
-
|
|
2841
|
-
display: inline;
|
|
2842
|
-
border: none;
|
|
2843
|
-
padding: 0;
|
|
2844
|
-
width: 36px;
|
|
2845
|
-
background: transparent;
|
|
2848
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2849
|
+
border-radius: 14px;
|
|
2846
2850
|
}
|
|
2847
|
-
.
|
|
2848
|
-
|
|
2851
|
+
.s34f1qb.ant-switch-checked {
|
|
2852
|
+
background-color: #00ba5d;
|
|
2849
2853
|
}
|
|
2850
|
-
.
|
|
2851
|
-
|
|
2852
|
-
width: initial;
|
|
2853
|
-
box-shadow: none;
|
|
2854
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2855
|
+
left: calc(100% - 20px - 2px);
|
|
2854
2856
|
}
|
|
2855
|
-
.
|
|
2856
|
-
|
|
2857
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2858
|
+
left: calc(100% - 14px - 1px);
|
|
2857
2859
|
}
|
|
2858
|
-
.
|
|
2859
|
-
|
|
2860
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2861
|
+
left: calc(100% - 28px - 2px);
|
|
2860
2862
|
}
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
margin-
|
|
2864
|
-
padding: 0;
|
|
2865
|
-
width: 36px;
|
|
2863
|
+
|
|
2864
|
+
.c1to9vb9 {
|
|
2865
|
+
margin-left: 5px;
|
|
2866
2866
|
}
|
|
2867
2867
|
|
|
2868
2868
|
.t1upn1sz {
|
|
@@ -3228,10 +3228,6 @@ input.rrg1fkn.ant-input {
|
|
|
3228
3228
|
background: #fff;
|
|
3229
3229
|
}
|
|
3230
3230
|
|
|
3231
|
-
.i1e4sgug {
|
|
3232
|
-
display: inline-block;
|
|
3233
|
-
}
|
|
3234
|
-
|
|
3235
3231
|
.s1fc623g {
|
|
3236
3232
|
width: 430px !important;
|
|
3237
3233
|
}
|
|
@@ -3245,6 +3241,9 @@ input.rrg1fkn.ant-input {
|
|
|
3245
3241
|
box-sizing: border-box;
|
|
3246
3242
|
margin-top: 8px;
|
|
3247
3243
|
}
|
|
3244
|
+
.da3mx0o .rc-virtual-list-holder-inner {
|
|
3245
|
+
top: -20px !important;
|
|
3246
|
+
}
|
|
3248
3247
|
|
|
3249
3248
|
.onr9gzt {
|
|
3250
3249
|
display: flex;
|
|
@@ -3306,11 +3305,8 @@ input.rrg1fkn.ant-input {
|
|
|
3306
3305
|
background: rgba(225, 230, 241, 0.6);
|
|
3307
3306
|
}
|
|
3308
3307
|
|
|
3309
|
-
.
|
|
3310
|
-
|
|
3311
|
-
height: 32px;
|
|
3312
|
-
width: 100%;
|
|
3313
|
-
opacity: 0;
|
|
3308
|
+
.i1e4sgug {
|
|
3309
|
+
display: inline-block;
|
|
3314
3310
|
}
|
|
3315
3311
|
|
|
3316
3312
|
.d6j0lbj {
|
|
@@ -3859,6 +3855,16 @@ input.rrg1fkn.ant-input {
|
|
|
3859
3855
|
margin-left: 24px;
|
|
3860
3856
|
}
|
|
3861
3857
|
|
|
3858
|
+
.igz4le8 {
|
|
3859
|
+
height: 24px;
|
|
3860
|
+
width: 56px !important;
|
|
3861
|
+
margin-right: 4px;
|
|
3862
|
+
}
|
|
3863
|
+
|
|
3864
|
+
.c1riexje {
|
|
3865
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3866
|
+
}
|
|
3867
|
+
|
|
3862
3868
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3863
3869
|
border-radius: 6px;
|
|
3864
3870
|
}
|
|
@@ -3914,16 +3920,6 @@ input.rrg1fkn.ant-input {
|
|
|
3914
3920
|
transform: rotate(180deg);
|
|
3915
3921
|
}
|
|
3916
3922
|
|
|
3917
|
-
.igz4le8 {
|
|
3918
|
-
height: 24px;
|
|
3919
|
-
width: 56px !important;
|
|
3920
|
-
margin-right: 4px;
|
|
3921
|
-
}
|
|
3922
|
-
|
|
3923
|
-
.c1riexje {
|
|
3924
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3925
|
-
}
|
|
3926
|
-
|
|
3927
3923
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3928
3924
|
display: flex;
|
|
3929
3925
|
}
|
|
@@ -4119,52 +4115,6 @@ input.rrg1fkn.ant-input {
|
|
|
4119
4115
|
background: rgba(163, 180, 204, 0.18);
|
|
4120
4116
|
}
|
|
4121
4117
|
|
|
4122
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
4123
|
-
display: var(--at4ovwe-0);
|
|
4124
|
-
}
|
|
4125
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
4126
|
-
padding: 5px 12px;
|
|
4127
|
-
display: inline-flex;
|
|
4128
|
-
line-height: 1.5715;
|
|
4129
|
-
height: 100%;
|
|
4130
|
-
width: 100%;
|
|
4131
|
-
}
|
|
4132
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4133
|
-
content: var(--at4ovwe-1);
|
|
4134
|
-
display: var(--at4ovwe-2);
|
|
4135
|
-
flex: none;
|
|
4136
|
-
align-items: center;
|
|
4137
|
-
margin-left: 4px;
|
|
4138
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4139
|
-
}
|
|
4140
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4141
|
-
content: var(--at4ovwe-3);
|
|
4142
|
-
display: var(--at4ovwe-4);
|
|
4143
|
-
flex: none;
|
|
4144
|
-
align-items: center;
|
|
4145
|
-
margin-right: 4px;
|
|
4146
|
-
cursor: auto;
|
|
4147
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4148
|
-
}
|
|
4149
|
-
.at4ovwe.ant-input-number {
|
|
4150
|
-
width: 100%;
|
|
4151
|
-
border-radius: 6px;
|
|
4152
|
-
}
|
|
4153
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4154
|
-
border-color: #0096ff;
|
|
4155
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4156
|
-
}
|
|
4157
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4158
|
-
border-color: #e75a3a;
|
|
4159
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4160
|
-
}
|
|
4161
|
-
.at4ovwe .ant-input-number-input {
|
|
4162
|
-
padding: 0;
|
|
4163
|
-
margin: 0;
|
|
4164
|
-
height: auto;
|
|
4165
|
-
font-size: inherit;
|
|
4166
|
-
}
|
|
4167
|
-
|
|
4168
4118
|
.tc40oxa {
|
|
4169
4119
|
margin-bottom: 4px;
|
|
4170
4120
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -4361,6 +4311,52 @@ input.rrg1fkn.ant-input {
|
|
|
4361
4311
|
margin-right: 8px;
|
|
4362
4312
|
}
|
|
4363
4313
|
|
|
4314
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
4315
|
+
display: var(--at4ovwe-0);
|
|
4316
|
+
}
|
|
4317
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
4318
|
+
padding: 5px 12px;
|
|
4319
|
+
display: inline-flex;
|
|
4320
|
+
line-height: 1.5715;
|
|
4321
|
+
height: 100%;
|
|
4322
|
+
width: 100%;
|
|
4323
|
+
}
|
|
4324
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4325
|
+
content: var(--at4ovwe-1);
|
|
4326
|
+
display: var(--at4ovwe-2);
|
|
4327
|
+
flex: none;
|
|
4328
|
+
align-items: center;
|
|
4329
|
+
margin-left: 4px;
|
|
4330
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4331
|
+
}
|
|
4332
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4333
|
+
content: var(--at4ovwe-3);
|
|
4334
|
+
display: var(--at4ovwe-4);
|
|
4335
|
+
flex: none;
|
|
4336
|
+
align-items: center;
|
|
4337
|
+
margin-right: 4px;
|
|
4338
|
+
cursor: auto;
|
|
4339
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4340
|
+
}
|
|
4341
|
+
.at4ovwe.ant-input-number {
|
|
4342
|
+
width: 100%;
|
|
4343
|
+
border-radius: 6px;
|
|
4344
|
+
}
|
|
4345
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4346
|
+
border-color: #0096ff;
|
|
4347
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4348
|
+
}
|
|
4349
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4350
|
+
border-color: #e75a3a;
|
|
4351
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4352
|
+
}
|
|
4353
|
+
.at4ovwe .ant-input-number-input {
|
|
4354
|
+
padding: 0;
|
|
4355
|
+
margin: 0;
|
|
4356
|
+
height: auto;
|
|
4357
|
+
font-size: inherit;
|
|
4358
|
+
}
|
|
4359
|
+
|
|
4364
4360
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4365
4361
|
display: var(--a6dbbkm-0);
|
|
4366
4362
|
}
|