@steedos/service-plugin-amis 2.2.20 → 2.2.23
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/main/default/client/amis.render.client.js +34 -29
- package/main/default/services/amis-design.service.js +128 -0
- package/package.json +2 -2
- package/package.service.js +1 -0
- package/public/amis/amis.css +6 -2
- package/public/amis/sdk/sdk.css +2594 -397
- package/public/amis/sdk/sdk.js +0 -3467
- package/public/amis/sdk/sdk.noreact.js +0 -3014
package/public/amis/sdk/sdk.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Font Awesome Free 6.
|
|
2
|
+
* Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
|
|
3
3
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
4
|
* Copyright 2022 Fonticons, Inc.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
.fa {
|
|
7
|
+
.fa {
|
|
8
8
|
font-family: var(--fa-style-family, "Font Awesome 6 Free");
|
|
9
9
|
font-weight: var(--fa-style, 900);
|
|
10
10
|
}
|
|
@@ -715,6 +715,22 @@ readers do not read off random characters that represent icons */
|
|
|
715
715
|
content: "\f13d";
|
|
716
716
|
}
|
|
717
717
|
|
|
718
|
+
.fa-anchor-circle-check::before {
|
|
719
|
+
content: "\e4aa";
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
.fa-anchor-circle-exclamation::before {
|
|
723
|
+
content: "\e4ab";
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
.fa-anchor-circle-xmark::before {
|
|
727
|
+
content: "\e4ac";
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
.fa-anchor-lock::before {
|
|
731
|
+
content: "\e4ad";
|
|
732
|
+
}
|
|
733
|
+
|
|
718
734
|
.fa-angle-down::before {
|
|
719
735
|
content: "\f107";
|
|
720
736
|
}
|
|
@@ -839,6 +855,14 @@ readers do not read off random characters that represent icons */
|
|
|
839
855
|
content: "\f884";
|
|
840
856
|
}
|
|
841
857
|
|
|
858
|
+
.fa-arrow-down-up-across-line::before {
|
|
859
|
+
content: "\e4af";
|
|
860
|
+
}
|
|
861
|
+
|
|
862
|
+
.fa-arrow-down-up-lock::before {
|
|
863
|
+
content: "\e4b0";
|
|
864
|
+
}
|
|
865
|
+
|
|
842
866
|
.fa-arrow-down-wide-short::before {
|
|
843
867
|
content: "\f160";
|
|
844
868
|
}
|
|
@@ -919,6 +943,10 @@ readers do not read off random characters that represent icons */
|
|
|
919
943
|
content: "\f090";
|
|
920
944
|
}
|
|
921
945
|
|
|
946
|
+
.fa-arrow-right-to-city::before {
|
|
947
|
+
content: "\e4b3";
|
|
948
|
+
}
|
|
949
|
+
|
|
922
950
|
.fa-arrow-rotate-left::before {
|
|
923
951
|
content: "\f0e2";
|
|
924
952
|
}
|
|
@@ -1011,6 +1039,14 @@ readers do not read off random characters that represent icons */
|
|
|
1011
1039
|
content: "\e09a";
|
|
1012
1040
|
}
|
|
1013
1041
|
|
|
1042
|
+
.fa-arrow-up-from-ground-water::before {
|
|
1043
|
+
content: "\e4b5";
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
.fa-arrow-up-from-water-pump::before {
|
|
1047
|
+
content: "\e4b6";
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1014
1050
|
.fa-arrow-up-long::before {
|
|
1015
1051
|
content: "\f176";
|
|
1016
1052
|
}
|
|
@@ -1019,6 +1055,10 @@ readers do not read off random characters that represent icons */
|
|
|
1019
1055
|
content: "\f176";
|
|
1020
1056
|
}
|
|
1021
1057
|
|
|
1058
|
+
.fa-arrow-up-right-dots::before {
|
|
1059
|
+
content: "\e4b7";
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1022
1062
|
.fa-arrow-up-right-from-square::before {
|
|
1023
1063
|
content: "\f08e";
|
|
1024
1064
|
}
|
|
@@ -1051,6 +1091,14 @@ readers do not read off random characters that represent icons */
|
|
|
1051
1091
|
content: "\f882";
|
|
1052
1092
|
}
|
|
1053
1093
|
|
|
1094
|
+
.fa-arrows-down-to-line::before {
|
|
1095
|
+
content: "\e4b8";
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
.fa-arrows-down-to-people::before {
|
|
1099
|
+
content: "\e4b9";
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1054
1102
|
.fa-arrows-left-right::before {
|
|
1055
1103
|
content: "\f07e";
|
|
1056
1104
|
}
|
|
@@ -1059,6 +1107,10 @@ readers do not read off random characters that represent icons */
|
|
|
1059
1107
|
content: "\f07e";
|
|
1060
1108
|
}
|
|
1061
1109
|
|
|
1110
|
+
.fa-arrows-left-right-to-line::before {
|
|
1111
|
+
content: "\e4ba";
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1062
1114
|
.fa-arrows-rotate::before {
|
|
1063
1115
|
content: "\f021";
|
|
1064
1116
|
}
|
|
@@ -1071,6 +1123,34 @@ readers do not read off random characters that represent icons */
|
|
|
1071
1123
|
content: "\f021";
|
|
1072
1124
|
}
|
|
1073
1125
|
|
|
1126
|
+
.fa-arrows-spin::before {
|
|
1127
|
+
content: "\e4bb";
|
|
1128
|
+
}
|
|
1129
|
+
|
|
1130
|
+
.fa-arrows-split-up-and-left::before {
|
|
1131
|
+
content: "\e4bc";
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
.fa-arrows-to-circle::before {
|
|
1135
|
+
content: "\e4bd";
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
.fa-arrows-to-dot::before {
|
|
1139
|
+
content: "\e4be";
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
.fa-arrows-to-eye::before {
|
|
1143
|
+
content: "\e4bf";
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
.fa-arrows-turn-right::before {
|
|
1147
|
+
content: "\e4c0";
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
.fa-arrows-turn-to-dots::before {
|
|
1151
|
+
content: "\e4c1";
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1074
1154
|
.fa-arrows-up-down::before {
|
|
1075
1155
|
content: "\f07d";
|
|
1076
1156
|
}
|
|
@@ -1087,6 +1167,10 @@ readers do not read off random characters that represent icons */
|
|
|
1087
1167
|
content: "\f047";
|
|
1088
1168
|
}
|
|
1089
1169
|
|
|
1170
|
+
.fa-arrows-up-to-line::before {
|
|
1171
|
+
content: "\e4c2";
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1090
1174
|
.fa-asterisk::before {
|
|
1091
1175
|
content: "\2a";
|
|
1092
1176
|
}
|
|
@@ -1427,6 +1511,10 @@ readers do not read off random characters that represent icons */
|
|
|
1427
1511
|
content: "\f647";
|
|
1428
1512
|
}
|
|
1429
1513
|
|
|
1514
|
+
.fa-book-bookmark::before {
|
|
1515
|
+
content: "\e0bb";
|
|
1516
|
+
}
|
|
1517
|
+
|
|
1430
1518
|
.fa-book-journal-whills::before {
|
|
1431
1519
|
content: "\f66a";
|
|
1432
1520
|
}
|
|
@@ -1487,6 +1575,26 @@ readers do not read off random characters that represent icons */
|
|
|
1487
1575
|
content: "\f853";
|
|
1488
1576
|
}
|
|
1489
1577
|
|
|
1578
|
+
.fa-bore-hole::before {
|
|
1579
|
+
content: "\e4c3";
|
|
1580
|
+
}
|
|
1581
|
+
|
|
1582
|
+
.fa-bottle-droplet::before {
|
|
1583
|
+
content: "\e4c4";
|
|
1584
|
+
}
|
|
1585
|
+
|
|
1586
|
+
.fa-bottle-water::before {
|
|
1587
|
+
content: "\e4c5";
|
|
1588
|
+
}
|
|
1589
|
+
|
|
1590
|
+
.fa-bowl-food::before {
|
|
1591
|
+
content: "\e4c6";
|
|
1592
|
+
}
|
|
1593
|
+
|
|
1594
|
+
.fa-bowl-rice::before {
|
|
1595
|
+
content: "\e2eb";
|
|
1596
|
+
}
|
|
1597
|
+
|
|
1490
1598
|
.fa-bowling-ball::before {
|
|
1491
1599
|
content: "\f436";
|
|
1492
1600
|
}
|
|
@@ -1511,6 +1619,10 @@ readers do not read off random characters that represent icons */
|
|
|
1511
1619
|
content: "\e05b";
|
|
1512
1620
|
}
|
|
1513
1621
|
|
|
1622
|
+
.fa-boxes-packing::before {
|
|
1623
|
+
content: "\e4c7";
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1514
1626
|
.fa-boxes-stacked::before {
|
|
1515
1627
|
content: "\f468";
|
|
1516
1628
|
}
|
|
@@ -1539,6 +1651,30 @@ readers do not read off random characters that represent icons */
|
|
|
1539
1651
|
content: "\f7ec";
|
|
1540
1652
|
}
|
|
1541
1653
|
|
|
1654
|
+
.fa-bridge::before {
|
|
1655
|
+
content: "\e4c8";
|
|
1656
|
+
}
|
|
1657
|
+
|
|
1658
|
+
.fa-bridge-circle-check::before {
|
|
1659
|
+
content: "\e4c9";
|
|
1660
|
+
}
|
|
1661
|
+
|
|
1662
|
+
.fa-bridge-circle-exclamation::before {
|
|
1663
|
+
content: "\e4ca";
|
|
1664
|
+
}
|
|
1665
|
+
|
|
1666
|
+
.fa-bridge-circle-xmark::before {
|
|
1667
|
+
content: "\e4cb";
|
|
1668
|
+
}
|
|
1669
|
+
|
|
1670
|
+
.fa-bridge-lock::before {
|
|
1671
|
+
content: "\e4cc";
|
|
1672
|
+
}
|
|
1673
|
+
|
|
1674
|
+
.fa-bridge-water::before {
|
|
1675
|
+
content: "\e4ce";
|
|
1676
|
+
}
|
|
1677
|
+
|
|
1542
1678
|
.fa-briefcase::before {
|
|
1543
1679
|
content: "\f0b1";
|
|
1544
1680
|
}
|
|
@@ -1567,6 +1703,10 @@ readers do not read off random characters that represent icons */
|
|
|
1567
1703
|
content: "\f55d";
|
|
1568
1704
|
}
|
|
1569
1705
|
|
|
1706
|
+
.fa-bucket::before {
|
|
1707
|
+
content: "\e4cf";
|
|
1708
|
+
}
|
|
1709
|
+
|
|
1570
1710
|
.fa-bug::before {
|
|
1571
1711
|
content: "\f188";
|
|
1572
1712
|
}
|
|
@@ -1575,10 +1715,30 @@ readers do not read off random characters that represent icons */
|
|
|
1575
1715
|
content: "\e490";
|
|
1576
1716
|
}
|
|
1577
1717
|
|
|
1718
|
+
.fa-bugs::before {
|
|
1719
|
+
content: "\e4d0";
|
|
1720
|
+
}
|
|
1721
|
+
|
|
1578
1722
|
.fa-building::before {
|
|
1579
1723
|
content: "\f1ad";
|
|
1580
1724
|
}
|
|
1581
1725
|
|
|
1726
|
+
.fa-building-circle-arrow-right::before {
|
|
1727
|
+
content: "\e4d1";
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
.fa-building-circle-check::before {
|
|
1731
|
+
content: "\e4d2";
|
|
1732
|
+
}
|
|
1733
|
+
|
|
1734
|
+
.fa-building-circle-exclamation::before {
|
|
1735
|
+
content: "\e4d3";
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
.fa-building-circle-xmark::before {
|
|
1739
|
+
content: "\e4d4";
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1582
1742
|
.fa-building-columns::before {
|
|
1583
1743
|
content: "\f19c";
|
|
1584
1744
|
}
|
|
@@ -1599,6 +1759,34 @@ readers do not read off random characters that represent icons */
|
|
|
1599
1759
|
content: "\f19c";
|
|
1600
1760
|
}
|
|
1601
1761
|
|
|
1762
|
+
.fa-building-flag::before {
|
|
1763
|
+
content: "\e4d5";
|
|
1764
|
+
}
|
|
1765
|
+
|
|
1766
|
+
.fa-building-lock::before {
|
|
1767
|
+
content: "\e4d6";
|
|
1768
|
+
}
|
|
1769
|
+
|
|
1770
|
+
.fa-building-ngo::before {
|
|
1771
|
+
content: "\e4d7";
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
.fa-building-shield::before {
|
|
1775
|
+
content: "\e4d8";
|
|
1776
|
+
}
|
|
1777
|
+
|
|
1778
|
+
.fa-building-un::before {
|
|
1779
|
+
content: "\e4d9";
|
|
1780
|
+
}
|
|
1781
|
+
|
|
1782
|
+
.fa-building-user::before {
|
|
1783
|
+
content: "\e4da";
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
.fa-building-wheat::before {
|
|
1787
|
+
content: "\e4db";
|
|
1788
|
+
}
|
|
1789
|
+
|
|
1602
1790
|
.fa-bullhorn::before {
|
|
1603
1791
|
content: "\f0a1";
|
|
1604
1792
|
}
|
|
@@ -1615,6 +1803,10 @@ readers do not read off random characters that represent icons */
|
|
|
1615
1803
|
content: "\f805";
|
|
1616
1804
|
}
|
|
1617
1805
|
|
|
1806
|
+
.fa-burst::before {
|
|
1807
|
+
content: "\e4dc";
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1618
1810
|
.fa-bus::before {
|
|
1619
1811
|
content: "\f207";
|
|
1620
1812
|
}
|
|
@@ -1743,10 +1935,18 @@ readers do not read off random characters that represent icons */
|
|
|
1743
1935
|
content: "\f5df";
|
|
1744
1936
|
}
|
|
1745
1937
|
|
|
1938
|
+
.fa-car-burst::before {
|
|
1939
|
+
content: "\f5e1";
|
|
1940
|
+
}
|
|
1941
|
+
|
|
1746
1942
|
.fa-car-crash::before {
|
|
1747
1943
|
content: "\f5e1";
|
|
1748
1944
|
}
|
|
1749
1945
|
|
|
1946
|
+
.fa-car-on::before {
|
|
1947
|
+
content: "\e4dd";
|
|
1948
|
+
}
|
|
1949
|
+
|
|
1750
1950
|
.fa-car-rear::before {
|
|
1751
1951
|
content: "\f5de";
|
|
1752
1952
|
}
|
|
@@ -1759,6 +1959,10 @@ readers do not read off random characters that represent icons */
|
|
|
1759
1959
|
content: "\f5e4";
|
|
1760
1960
|
}
|
|
1761
1961
|
|
|
1962
|
+
.fa-car-tunnel::before {
|
|
1963
|
+
content: "\e4de";
|
|
1964
|
+
}
|
|
1965
|
+
|
|
1762
1966
|
.fa-caravan::before {
|
|
1763
1967
|
content: "\f8ff";
|
|
1764
1968
|
}
|
|
@@ -1907,6 +2111,10 @@ readers do not read off random characters that represent icons */
|
|
|
1907
2111
|
content: "\f200";
|
|
1908
2112
|
}
|
|
1909
2113
|
|
|
2114
|
+
.fa-chart-simple::before {
|
|
2115
|
+
content: "\e473";
|
|
2116
|
+
}
|
|
2117
|
+
|
|
1910
2118
|
.fa-check::before {
|
|
1911
2119
|
content: "\f00c";
|
|
1912
2120
|
}
|
|
@@ -1979,6 +2187,22 @@ readers do not read off random characters that represent icons */
|
|
|
1979
2187
|
content: "\f1ae";
|
|
1980
2188
|
}
|
|
1981
2189
|
|
|
2190
|
+
.fa-child-dress::before {
|
|
2191
|
+
content: "\e59c";
|
|
2192
|
+
}
|
|
2193
|
+
|
|
2194
|
+
.fa-child-reaching::before {
|
|
2195
|
+
content: "\e59d";
|
|
2196
|
+
}
|
|
2197
|
+
|
|
2198
|
+
.fa-child-rifle::before {
|
|
2199
|
+
content: "\e4e0";
|
|
2200
|
+
}
|
|
2201
|
+
|
|
2202
|
+
.fa-children::before {
|
|
2203
|
+
content: "\e4e1";
|
|
2204
|
+
}
|
|
2205
|
+
|
|
1982
2206
|
.fa-church::before {
|
|
1983
2207
|
content: "\f51d";
|
|
1984
2208
|
}
|
|
@@ -2131,6 +2355,10 @@ readers do not read off random characters that represent icons */
|
|
|
2131
2355
|
content: "\f056";
|
|
2132
2356
|
}
|
|
2133
2357
|
|
|
2358
|
+
.fa-circle-nodes::before {
|
|
2359
|
+
content: "\e4e2";
|
|
2360
|
+
}
|
|
2361
|
+
|
|
2134
2362
|
.fa-circle-notch::before {
|
|
2135
2363
|
content: "\f1ce";
|
|
2136
2364
|
}
|
|
@@ -2239,6 +2467,14 @@ readers do not read off random characters that represent icons */
|
|
|
2239
2467
|
content: "\f46d";
|
|
2240
2468
|
}
|
|
2241
2469
|
|
|
2470
|
+
.fa-clipboard-question::before {
|
|
2471
|
+
content: "\e4e3";
|
|
2472
|
+
}
|
|
2473
|
+
|
|
2474
|
+
.fa-clipboard-user::before {
|
|
2475
|
+
content: "\f7f3";
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2242
2478
|
.fa-clock::before {
|
|
2243
2479
|
content: "\f017";
|
|
2244
2480
|
}
|
|
@@ -2291,6 +2527,14 @@ readers do not read off random characters that represent icons */
|
|
|
2291
2527
|
content: "\f0ee";
|
|
2292
2528
|
}
|
|
2293
2529
|
|
|
2530
|
+
.fa-cloud-bolt::before {
|
|
2531
|
+
content: "\f76c";
|
|
2532
|
+
}
|
|
2533
|
+
|
|
2534
|
+
.fa-thunderstorm::before {
|
|
2535
|
+
content: "\f76c";
|
|
2536
|
+
}
|
|
2537
|
+
|
|
2294
2538
|
.fa-cloud-meatball::before {
|
|
2295
2539
|
content: "\f73b";
|
|
2296
2540
|
}
|
|
@@ -2311,6 +2555,10 @@ readers do not read off random characters that represent icons */
|
|
|
2311
2555
|
content: "\f740";
|
|
2312
2556
|
}
|
|
2313
2557
|
|
|
2558
|
+
.fa-cloud-showers-water::before {
|
|
2559
|
+
content: "\e4e4";
|
|
2560
|
+
}
|
|
2561
|
+
|
|
2314
2562
|
.fa-cloud-sun::before {
|
|
2315
2563
|
content: "\f6c4";
|
|
2316
2564
|
}
|
|
@@ -2419,6 +2667,10 @@ readers do not read off random characters that represent icons */
|
|
|
2419
2667
|
content: "\f066";
|
|
2420
2668
|
}
|
|
2421
2669
|
|
|
2670
|
+
.fa-computer::before {
|
|
2671
|
+
content: "\e4e5";
|
|
2672
|
+
}
|
|
2673
|
+
|
|
2422
2674
|
.fa-computer-mouse::before {
|
|
2423
2675
|
content: "\f8cc";
|
|
2424
2676
|
}
|
|
@@ -2447,6 +2699,10 @@ readers do not read off random characters that represent icons */
|
|
|
2447
2699
|
content: "\f4b8";
|
|
2448
2700
|
}
|
|
2449
2701
|
|
|
2702
|
+
.fa-cow::before {
|
|
2703
|
+
content: "\f6c8";
|
|
2704
|
+
}
|
|
2705
|
+
|
|
2450
2706
|
.fa-credit-card::before {
|
|
2451
2707
|
content: "\f09d";
|
|
2452
2708
|
}
|
|
@@ -2499,6 +2755,10 @@ readers do not read off random characters that represent icons */
|
|
|
2499
2755
|
content: "\f1b3";
|
|
2500
2756
|
}
|
|
2501
2757
|
|
|
2758
|
+
.fa-cubes-stacked::before {
|
|
2759
|
+
content: "\e4e6";
|
|
2760
|
+
}
|
|
2761
|
+
|
|
2502
2762
|
.fa-d::before {
|
|
2503
2763
|
content: "\44";
|
|
2504
2764
|
}
|
|
@@ -2603,6 +2863,10 @@ readers do not read off random characters that represent icons */
|
|
|
2603
2863
|
content: "\f7fa";
|
|
2604
2864
|
}
|
|
2605
2865
|
|
|
2866
|
+
.fa-display::before {
|
|
2867
|
+
content: "\e163";
|
|
2868
|
+
}
|
|
2869
|
+
|
|
2606
2870
|
.fa-divide::before {
|
|
2607
2871
|
content: "\f529";
|
|
2608
2872
|
}
|
|
@@ -2831,6 +3095,10 @@ readers do not read off random characters that represent icons */
|
|
|
2831
3095
|
content: "\f0e0";
|
|
2832
3096
|
}
|
|
2833
3097
|
|
|
3098
|
+
.fa-envelope-circle-check::before {
|
|
3099
|
+
content: "\e4e8";
|
|
3100
|
+
}
|
|
3101
|
+
|
|
2834
3102
|
.fa-envelope-open::before {
|
|
2835
3103
|
content: "\f2b6";
|
|
2836
3104
|
}
|
|
@@ -2879,6 +3147,10 @@ readers do not read off random characters that represent icons */
|
|
|
2879
3147
|
content: "\f065";
|
|
2880
3148
|
}
|
|
2881
3149
|
|
|
3150
|
+
.fa-explosion::before {
|
|
3151
|
+
content: "\e4e9";
|
|
3152
|
+
}
|
|
3153
|
+
|
|
2882
3154
|
.fa-eye::before {
|
|
2883
3155
|
content: "\f06e";
|
|
2884
3156
|
}
|
|
@@ -3207,6 +3479,10 @@ readers do not read off random characters that represent icons */
|
|
|
3207
3479
|
content: "\e005";
|
|
3208
3480
|
}
|
|
3209
3481
|
|
|
3482
|
+
.fa-faucet-drip::before {
|
|
3483
|
+
content: "\e006";
|
|
3484
|
+
}
|
|
3485
|
+
|
|
3210
3486
|
.fa-fax::before {
|
|
3211
3487
|
content: "\f1ac";
|
|
3212
3488
|
}
|
|
@@ -3223,6 +3499,10 @@ readers do not read off random characters that represent icons */
|
|
|
3223
3499
|
content: "\f56b";
|
|
3224
3500
|
}
|
|
3225
3501
|
|
|
3502
|
+
.fa-ferry::before {
|
|
3503
|
+
content: "\e4ea";
|
|
3504
|
+
}
|
|
3505
|
+
|
|
3226
3506
|
.fa-file::before {
|
|
3227
3507
|
content: "\f15b";
|
|
3228
3508
|
}
|
|
@@ -3247,6 +3527,30 @@ readers do not read off random characters that represent icons */
|
|
|
3247
3527
|
content: "\f1c7";
|
|
3248
3528
|
}
|
|
3249
3529
|
|
|
3530
|
+
.fa-file-circle-check::before {
|
|
3531
|
+
content: "\e493";
|
|
3532
|
+
}
|
|
3533
|
+
|
|
3534
|
+
.fa-file-circle-exclamation::before {
|
|
3535
|
+
content: "\e4eb";
|
|
3536
|
+
}
|
|
3537
|
+
|
|
3538
|
+
.fa-file-circle-minus::before {
|
|
3539
|
+
content: "\e4ed";
|
|
3540
|
+
}
|
|
3541
|
+
|
|
3542
|
+
.fa-file-circle-plus::before {
|
|
3543
|
+
content: "\e4ee";
|
|
3544
|
+
}
|
|
3545
|
+
|
|
3546
|
+
.fa-file-circle-question::before {
|
|
3547
|
+
content: "\e4ef";
|
|
3548
|
+
}
|
|
3549
|
+
|
|
3550
|
+
.fa-file-circle-xmark::before {
|
|
3551
|
+
content: "\e494";
|
|
3552
|
+
}
|
|
3553
|
+
|
|
3250
3554
|
.fa-file-code::before {
|
|
3251
3555
|
content: "\f1c9";
|
|
3252
3556
|
}
|
|
@@ -3311,6 +3615,14 @@ readers do not read off random characters that represent icons */
|
|
|
3311
3615
|
content: "\f1c1";
|
|
3312
3616
|
}
|
|
3313
3617
|
|
|
3618
|
+
.fa-file-pen::before {
|
|
3619
|
+
content: "\f31c";
|
|
3620
|
+
}
|
|
3621
|
+
|
|
3622
|
+
.fa-file-edit::before {
|
|
3623
|
+
content: "\f31c";
|
|
3624
|
+
}
|
|
3625
|
+
|
|
3314
3626
|
.fa-file-powerpoint::before {
|
|
3315
3627
|
content: "\f1c4";
|
|
3316
3628
|
}
|
|
@@ -3319,6 +3631,10 @@ readers do not read off random characters that represent icons */
|
|
|
3319
3631
|
content: "\f572";
|
|
3320
3632
|
}
|
|
3321
3633
|
|
|
3634
|
+
.fa-file-shield::before {
|
|
3635
|
+
content: "\e4f0";
|
|
3636
|
+
}
|
|
3637
|
+
|
|
3322
3638
|
.fa-file-signature::before {
|
|
3323
3639
|
content: "\f573";
|
|
3324
3640
|
}
|
|
@@ -3383,6 +3699,10 @@ readers do not read off random characters that represent icons */
|
|
|
3383
3699
|
content: "\f06d";
|
|
3384
3700
|
}
|
|
3385
3701
|
|
|
3702
|
+
.fa-fire-burner::before {
|
|
3703
|
+
content: "\e4f1";
|
|
3704
|
+
}
|
|
3705
|
+
|
|
3386
3706
|
.fa-fire-extinguisher::before {
|
|
3387
3707
|
content: "\f134";
|
|
3388
3708
|
}
|
|
@@ -3407,6 +3727,10 @@ readers do not read off random characters that represent icons */
|
|
|
3407
3727
|
content: "\f578";
|
|
3408
3728
|
}
|
|
3409
3729
|
|
|
3730
|
+
.fa-fish-fins::before {
|
|
3731
|
+
content: "\e4f2";
|
|
3732
|
+
}
|
|
3733
|
+
|
|
3410
3734
|
.fa-flag::before {
|
|
3411
3735
|
content: "\f024";
|
|
3412
3736
|
}
|
|
@@ -3423,6 +3747,10 @@ readers do not read off random characters that represent icons */
|
|
|
3423
3747
|
content: "\f0c3";
|
|
3424
3748
|
}
|
|
3425
3749
|
|
|
3750
|
+
.fa-flask-vial::before {
|
|
3751
|
+
content: "\e4f3";
|
|
3752
|
+
}
|
|
3753
|
+
|
|
3426
3754
|
.fa-floppy-disk::before {
|
|
3427
3755
|
content: "\f0c7";
|
|
3428
3756
|
}
|
|
@@ -3439,6 +3767,14 @@ readers do not read off random characters that represent icons */
|
|
|
3439
3767
|
content: "\f07b";
|
|
3440
3768
|
}
|
|
3441
3769
|
|
|
3770
|
+
.fa-folder-blank::before {
|
|
3771
|
+
content: "\f07b";
|
|
3772
|
+
}
|
|
3773
|
+
|
|
3774
|
+
.fa-folder-closed::before {
|
|
3775
|
+
content: "\e185";
|
|
3776
|
+
}
|
|
3777
|
+
|
|
3442
3778
|
.fa-folder-minus::before {
|
|
3443
3779
|
content: "\f65d";
|
|
3444
3780
|
}
|
|
@@ -3615,6 +3951,14 @@ readers do not read off random characters that represent icons */
|
|
|
3615
3951
|
content: "\f79c";
|
|
3616
3952
|
}
|
|
3617
3953
|
|
|
3954
|
+
.fa-glass-water::before {
|
|
3955
|
+
content: "\e4f4";
|
|
3956
|
+
}
|
|
3957
|
+
|
|
3958
|
+
.fa-glass-water-droplet::before {
|
|
3959
|
+
content: "\e4f5";
|
|
3960
|
+
}
|
|
3961
|
+
|
|
3618
3962
|
.fa-glasses::before {
|
|
3619
3963
|
content: "\f530";
|
|
3620
3964
|
}
|
|
@@ -3671,6 +4015,10 @@ readers do not read off random characters that represent icons */
|
|
|
3671
4015
|
content: "\f58e";
|
|
3672
4016
|
}
|
|
3673
4017
|
|
|
4018
|
+
.fa-group-arrows-rotate::before {
|
|
4019
|
+
content: "\e4f6";
|
|
4020
|
+
}
|
|
4021
|
+
|
|
3674
4022
|
.fa-guarani-sign::before {
|
|
3675
4023
|
content: "\e19a";
|
|
3676
4024
|
}
|
|
@@ -3747,6 +4095,10 @@ readers do not read off random characters that represent icons */
|
|
|
3747
4095
|
content: "\f4c1";
|
|
3748
4096
|
}
|
|
3749
4097
|
|
|
4098
|
+
.fa-hand-holding-hand::before {
|
|
4099
|
+
content: "\e4f7";
|
|
4100
|
+
}
|
|
4101
|
+
|
|
3750
4102
|
.fa-hand-holding-heart::before {
|
|
3751
4103
|
content: "\f4be";
|
|
3752
4104
|
}
|
|
@@ -3799,6 +4151,10 @@ readers do not read off random characters that represent icons */
|
|
|
3799
4151
|
content: "\f259";
|
|
3800
4152
|
}
|
|
3801
4153
|
|
|
4154
|
+
.fa-handcuffs::before {
|
|
4155
|
+
content: "\e4f8";
|
|
4156
|
+
}
|
|
4157
|
+
|
|
3802
4158
|
.fa-hands::before {
|
|
3803
4159
|
content: "\f2a7";
|
|
3804
4160
|
}
|
|
@@ -3827,6 +4183,10 @@ readers do not read off random characters that represent icons */
|
|
|
3827
4183
|
content: "\f2a3";
|
|
3828
4184
|
}
|
|
3829
4185
|
|
|
4186
|
+
.fa-hands-bound::before {
|
|
4187
|
+
content: "\e4f9";
|
|
4188
|
+
}
|
|
4189
|
+
|
|
3830
4190
|
.fa-hands-bubbles::before {
|
|
3831
4191
|
content: "\e05e";
|
|
3832
4192
|
}
|
|
@@ -3843,6 +4203,14 @@ readers do not read off random characters that represent icons */
|
|
|
3843
4203
|
content: "\f4c2";
|
|
3844
4204
|
}
|
|
3845
4205
|
|
|
4206
|
+
.fa-hands-holding-child::before {
|
|
4207
|
+
content: "\e4fa";
|
|
4208
|
+
}
|
|
4209
|
+
|
|
4210
|
+
.fa-hands-holding-circle::before {
|
|
4211
|
+
content: "\e4fb";
|
|
4212
|
+
}
|
|
4213
|
+
|
|
3846
4214
|
.fa-hands-praying::before {
|
|
3847
4215
|
content: "\f684";
|
|
3848
4216
|
}
|
|
@@ -3863,6 +4231,14 @@ readers do not read off random characters that represent icons */
|
|
|
3863
4231
|
content: "\f4c4";
|
|
3864
4232
|
}
|
|
3865
4233
|
|
|
4234
|
+
.fa-handshake-simple::before {
|
|
4235
|
+
content: "\f4c6";
|
|
4236
|
+
}
|
|
4237
|
+
|
|
4238
|
+
.fa-handshake-alt::before {
|
|
4239
|
+
content: "\f4c6";
|
|
4240
|
+
}
|
|
4241
|
+
|
|
3866
4242
|
.fa-handshake-simple-slash::before {
|
|
3867
4243
|
content: "\e05f";
|
|
3868
4244
|
}
|
|
@@ -3947,6 +4323,30 @@ readers do not read off random characters that represent icons */
|
|
|
3947
4323
|
content: "\f004";
|
|
3948
4324
|
}
|
|
3949
4325
|
|
|
4326
|
+
.fa-heart-circle-bolt::before {
|
|
4327
|
+
content: "\e4fc";
|
|
4328
|
+
}
|
|
4329
|
+
|
|
4330
|
+
.fa-heart-circle-check::before {
|
|
4331
|
+
content: "\e4fd";
|
|
4332
|
+
}
|
|
4333
|
+
|
|
4334
|
+
.fa-heart-circle-exclamation::before {
|
|
4335
|
+
content: "\e4fe";
|
|
4336
|
+
}
|
|
4337
|
+
|
|
4338
|
+
.fa-heart-circle-minus::before {
|
|
4339
|
+
content: "\e4ff";
|
|
4340
|
+
}
|
|
4341
|
+
|
|
4342
|
+
.fa-heart-circle-plus::before {
|
|
4343
|
+
content: "\e500";
|
|
4344
|
+
}
|
|
4345
|
+
|
|
4346
|
+
.fa-heart-circle-xmark::before {
|
|
4347
|
+
content: "\e501";
|
|
4348
|
+
}
|
|
4349
|
+
|
|
3950
4350
|
.fa-heart-crack::before {
|
|
3951
4351
|
content: "\f7a9";
|
|
3952
4352
|
}
|
|
@@ -3967,6 +4367,10 @@ readers do not read off random characters that represent icons */
|
|
|
3967
4367
|
content: "\f533";
|
|
3968
4368
|
}
|
|
3969
4369
|
|
|
4370
|
+
.fa-helicopter-symbol::before {
|
|
4371
|
+
content: "\e502";
|
|
4372
|
+
}
|
|
4373
|
+
|
|
3970
4374
|
.fa-helmet-safety::before {
|
|
3971
4375
|
content: "\f807";
|
|
3972
4376
|
}
|
|
@@ -3979,10 +4383,22 @@ readers do not read off random characters that represent icons */
|
|
|
3979
4383
|
content: "\f807";
|
|
3980
4384
|
}
|
|
3981
4385
|
|
|
4386
|
+
.fa-helmet-un::before {
|
|
4387
|
+
content: "\e503";
|
|
4388
|
+
}
|
|
4389
|
+
|
|
3982
4390
|
.fa-highlighter::before {
|
|
3983
4391
|
content: "\f591";
|
|
3984
4392
|
}
|
|
3985
4393
|
|
|
4394
|
+
.fa-hill-avalanche::before {
|
|
4395
|
+
content: "\e507";
|
|
4396
|
+
}
|
|
4397
|
+
|
|
4398
|
+
.fa-hill-rockslide::before {
|
|
4399
|
+
content: "\e508";
|
|
4400
|
+
}
|
|
4401
|
+
|
|
3986
4402
|
.fa-hippo::before {
|
|
3987
4403
|
content: "\f6ed";
|
|
3988
4404
|
}
|
|
@@ -4115,10 +4531,38 @@ readers do not read off random characters that represent icons */
|
|
|
4115
4531
|
content: "\e00d";
|
|
4116
4532
|
}
|
|
4117
4533
|
|
|
4534
|
+
.fa-house-circle-check::before {
|
|
4535
|
+
content: "\e509";
|
|
4536
|
+
}
|
|
4537
|
+
|
|
4538
|
+
.fa-house-circle-exclamation::before {
|
|
4539
|
+
content: "\e50a";
|
|
4540
|
+
}
|
|
4541
|
+
|
|
4542
|
+
.fa-house-circle-xmark::before {
|
|
4543
|
+
content: "\e50b";
|
|
4544
|
+
}
|
|
4545
|
+
|
|
4118
4546
|
.fa-house-crack::before {
|
|
4119
4547
|
content: "\e3b1";
|
|
4120
4548
|
}
|
|
4121
4549
|
|
|
4550
|
+
.fa-house-fire::before {
|
|
4551
|
+
content: "\e50c";
|
|
4552
|
+
}
|
|
4553
|
+
|
|
4554
|
+
.fa-house-flag::before {
|
|
4555
|
+
content: "\e50d";
|
|
4556
|
+
}
|
|
4557
|
+
|
|
4558
|
+
.fa-house-flood-water::before {
|
|
4559
|
+
content: "\e50e";
|
|
4560
|
+
}
|
|
4561
|
+
|
|
4562
|
+
.fa-house-flood-water-circle-arrow-right::before {
|
|
4563
|
+
content: "\e50f";
|
|
4564
|
+
}
|
|
4565
|
+
|
|
4122
4566
|
.fa-house-laptop::before {
|
|
4123
4567
|
content: "\e066";
|
|
4124
4568
|
}
|
|
@@ -4127,10 +4571,38 @@ readers do not read off random characters that represent icons */
|
|
|
4127
4571
|
content: "\e066";
|
|
4128
4572
|
}
|
|
4129
4573
|
|
|
4574
|
+
.fa-house-lock::before {
|
|
4575
|
+
content: "\e510";
|
|
4576
|
+
}
|
|
4577
|
+
|
|
4130
4578
|
.fa-house-medical::before {
|
|
4131
4579
|
content: "\e3b2";
|
|
4132
4580
|
}
|
|
4133
4581
|
|
|
4582
|
+
.fa-house-medical-circle-check::before {
|
|
4583
|
+
content: "\e511";
|
|
4584
|
+
}
|
|
4585
|
+
|
|
4586
|
+
.fa-house-medical-circle-exclamation::before {
|
|
4587
|
+
content: "\e512";
|
|
4588
|
+
}
|
|
4589
|
+
|
|
4590
|
+
.fa-house-medical-circle-xmark::before {
|
|
4591
|
+
content: "\e513";
|
|
4592
|
+
}
|
|
4593
|
+
|
|
4594
|
+
.fa-house-medical-flag::before {
|
|
4595
|
+
content: "\e514";
|
|
4596
|
+
}
|
|
4597
|
+
|
|
4598
|
+
.fa-house-signal::before {
|
|
4599
|
+
content: "\e012";
|
|
4600
|
+
}
|
|
4601
|
+
|
|
4602
|
+
.fa-house-tsunami::before {
|
|
4603
|
+
content: "\e515";
|
|
4604
|
+
}
|
|
4605
|
+
|
|
4134
4606
|
.fa-house-user::before {
|
|
4135
4607
|
content: "\e1b0";
|
|
4136
4608
|
}
|
|
@@ -4147,6 +4619,10 @@ readers do not read off random characters that represent icons */
|
|
|
4147
4619
|
content: "\f6f2";
|
|
4148
4620
|
}
|
|
4149
4621
|
|
|
4622
|
+
.fa-hurricane::before {
|
|
4623
|
+
content: "\f751";
|
|
4624
|
+
}
|
|
4625
|
+
|
|
4150
4626
|
.fa-i::before {
|
|
4151
4627
|
content: "\49";
|
|
4152
4628
|
}
|
|
@@ -4251,6 +4727,14 @@ readers do not read off random characters that represent icons */
|
|
|
4251
4727
|
content: "\4a";
|
|
4252
4728
|
}
|
|
4253
4729
|
|
|
4730
|
+
.fa-jar::before {
|
|
4731
|
+
content: "\e516";
|
|
4732
|
+
}
|
|
4733
|
+
|
|
4734
|
+
.fa-jar-wheat::before {
|
|
4735
|
+
content: "\e517";
|
|
4736
|
+
}
|
|
4737
|
+
|
|
4254
4738
|
.fa-jedi::before {
|
|
4255
4739
|
content: "\f669";
|
|
4256
4740
|
}
|
|
@@ -4263,10 +4747,18 @@ readers do not read off random characters that represent icons */
|
|
|
4263
4747
|
content: "\f0fb";
|
|
4264
4748
|
}
|
|
4265
4749
|
|
|
4750
|
+
.fa-jet-fighter-up::before {
|
|
4751
|
+
content: "\e518";
|
|
4752
|
+
}
|
|
4753
|
+
|
|
4266
4754
|
.fa-joint::before {
|
|
4267
4755
|
content: "\f595";
|
|
4268
4756
|
}
|
|
4269
4757
|
|
|
4758
|
+
.fa-jug-detergent::before {
|
|
4759
|
+
content: "\e519";
|
|
4760
|
+
}
|
|
4761
|
+
|
|
4270
4762
|
.fa-k::before {
|
|
4271
4763
|
content: "\4b";
|
|
4272
4764
|
}
|
|
@@ -4299,6 +4791,10 @@ readers do not read off random characters that represent icons */
|
|
|
4299
4791
|
content: "\f479";
|
|
4300
4792
|
}
|
|
4301
4793
|
|
|
4794
|
+
.fa-kitchen-set::before {
|
|
4795
|
+
content: "\e51a";
|
|
4796
|
+
}
|
|
4797
|
+
|
|
4302
4798
|
.fa-kiwi-bird::before {
|
|
4303
4799
|
content: "\f535";
|
|
4304
4800
|
}
|
|
@@ -4307,10 +4803,26 @@ readers do not read off random characters that represent icons */
|
|
|
4307
4803
|
content: "\4c";
|
|
4308
4804
|
}
|
|
4309
4805
|
|
|
4806
|
+
.fa-land-mine-on::before {
|
|
4807
|
+
content: "\e51b";
|
|
4808
|
+
}
|
|
4809
|
+
|
|
4310
4810
|
.fa-landmark::before {
|
|
4311
4811
|
content: "\f66f";
|
|
4312
4812
|
}
|
|
4313
4813
|
|
|
4814
|
+
.fa-landmark-dome::before {
|
|
4815
|
+
content: "\f752";
|
|
4816
|
+
}
|
|
4817
|
+
|
|
4818
|
+
.fa-landmark-alt::before {
|
|
4819
|
+
content: "\f752";
|
|
4820
|
+
}
|
|
4821
|
+
|
|
4822
|
+
.fa-landmark-flag::before {
|
|
4823
|
+
content: "\e51c";
|
|
4824
|
+
}
|
|
4825
|
+
|
|
4314
4826
|
.fa-language::before {
|
|
4315
4827
|
content: "\f1ab";
|
|
4316
4828
|
}
|
|
@@ -4323,6 +4835,10 @@ readers do not read off random characters that represent icons */
|
|
|
4323
4835
|
content: "\f5fc";
|
|
4324
4836
|
}
|
|
4325
4837
|
|
|
4838
|
+
.fa-laptop-file::before {
|
|
4839
|
+
content: "\e51d";
|
|
4840
|
+
}
|
|
4841
|
+
|
|
4326
4842
|
.fa-laptop-medical::before {
|
|
4327
4843
|
content: "\f812";
|
|
4328
4844
|
}
|
|
@@ -4375,6 +4891,10 @@ readers do not read off random characters that represent icons */
|
|
|
4375
4891
|
content: "\f0eb";
|
|
4376
4892
|
}
|
|
4377
4893
|
|
|
4894
|
+
.fa-lines-leaning::before {
|
|
4895
|
+
content: "\e51e";
|
|
4896
|
+
}
|
|
4897
|
+
|
|
4378
4898
|
.fa-link::before {
|
|
4379
4899
|
content: "\f0c1";
|
|
4380
4900
|
}
|
|
@@ -4471,6 +4991,10 @@ readers do not read off random characters that represent icons */
|
|
|
4471
4991
|
content: "\f041";
|
|
4472
4992
|
}
|
|
4473
4993
|
|
|
4994
|
+
.fa-location-pin-lock::before {
|
|
4995
|
+
content: "\e51f";
|
|
4996
|
+
}
|
|
4997
|
+
|
|
4474
4998
|
.fa-lock::before {
|
|
4475
4999
|
content: "\f023";
|
|
4476
5000
|
}
|
|
@@ -4479,6 +5003,10 @@ readers do not read off random characters that represent icons */
|
|
|
4479
5003
|
content: "\f3c1";
|
|
4480
5004
|
}
|
|
4481
5005
|
|
|
5006
|
+
.fa-locust::before {
|
|
5007
|
+
content: "\e520";
|
|
5008
|
+
}
|
|
5009
|
+
|
|
4482
5010
|
.fa-lungs::before {
|
|
4483
5011
|
content: "\f604";
|
|
4484
5012
|
}
|
|
@@ -4503,6 +5031,14 @@ readers do not read off random characters that represent icons */
|
|
|
4503
5031
|
content: "\f002";
|
|
4504
5032
|
}
|
|
4505
5033
|
|
|
5034
|
+
.fa-magnifying-glass-arrow-right::before {
|
|
5035
|
+
content: "\e521";
|
|
5036
|
+
}
|
|
5037
|
+
|
|
5038
|
+
.fa-magnifying-glass-chart::before {
|
|
5039
|
+
content: "\e522";
|
|
5040
|
+
}
|
|
5041
|
+
|
|
4506
5042
|
.fa-magnifying-glass-dollar::before {
|
|
4507
5043
|
content: "\f688";
|
|
4508
5044
|
}
|
|
@@ -4575,6 +5111,10 @@ readers do not read off random characters that represent icons */
|
|
|
4575
5111
|
content: "\f224";
|
|
4576
5112
|
}
|
|
4577
5113
|
|
|
5114
|
+
.fa-mars-and-venus-burst::before {
|
|
5115
|
+
content: "\e523";
|
|
5116
|
+
}
|
|
5117
|
+
|
|
4578
5118
|
.fa-mars-double::before {
|
|
4579
5119
|
content: "\f227";
|
|
4580
5120
|
}
|
|
@@ -4631,6 +5171,10 @@ readers do not read off random characters that represent icons */
|
|
|
4631
5171
|
content: "\e1d7";
|
|
4632
5172
|
}
|
|
4633
5173
|
|
|
5174
|
+
.fa-mask-ventilator::before {
|
|
5175
|
+
content: "\e524";
|
|
5176
|
+
}
|
|
5177
|
+
|
|
4634
5178
|
.fa-masks-theater::before {
|
|
4635
5179
|
content: "\f630";
|
|
4636
5180
|
}
|
|
@@ -4639,6 +5183,10 @@ readers do not read off random characters that represent icons */
|
|
|
4639
5183
|
content: "\f630";
|
|
4640
5184
|
}
|
|
4641
5185
|
|
|
5186
|
+
.fa-mattress-pillow::before {
|
|
5187
|
+
content: "\e525";
|
|
5188
|
+
}
|
|
5189
|
+
|
|
4642
5190
|
.fa-maximize::before {
|
|
4643
5191
|
content: "\f31e";
|
|
4644
5192
|
}
|
|
@@ -4747,6 +5295,18 @@ readers do not read off random characters that represent icons */
|
|
|
4747
5295
|
content: "\f10b";
|
|
4748
5296
|
}
|
|
4749
5297
|
|
|
5298
|
+
.fa-mobile-retro::before {
|
|
5299
|
+
content: "\e527";
|
|
5300
|
+
}
|
|
5301
|
+
|
|
5302
|
+
.fa-mobile-screen::before {
|
|
5303
|
+
content: "\f3cf";
|
|
5304
|
+
}
|
|
5305
|
+
|
|
5306
|
+
.fa-mobile-android-alt::before {
|
|
5307
|
+
content: "\f3cf";
|
|
5308
|
+
}
|
|
5309
|
+
|
|
4750
5310
|
.fa-mobile-screen-button::before {
|
|
4751
5311
|
content: "\f3cd";
|
|
4752
5312
|
}
|
|
@@ -4775,10 +5335,26 @@ readers do not read off random characters that represent icons */
|
|
|
4775
5335
|
content: "\f53b";
|
|
4776
5336
|
}
|
|
4777
5337
|
|
|
5338
|
+
.fa-money-bill-transfer::before {
|
|
5339
|
+
content: "\e528";
|
|
5340
|
+
}
|
|
5341
|
+
|
|
5342
|
+
.fa-money-bill-trend-up::before {
|
|
5343
|
+
content: "\e529";
|
|
5344
|
+
}
|
|
5345
|
+
|
|
4778
5346
|
.fa-money-bill-wave::before {
|
|
4779
5347
|
content: "\f53a";
|
|
4780
5348
|
}
|
|
4781
5349
|
|
|
5350
|
+
.fa-money-bill-wheat::before {
|
|
5351
|
+
content: "\e52a";
|
|
5352
|
+
}
|
|
5353
|
+
|
|
5354
|
+
.fa-money-bills::before {
|
|
5355
|
+
content: "\e1f3";
|
|
5356
|
+
}
|
|
5357
|
+
|
|
4782
5358
|
.fa-money-check::before {
|
|
4783
5359
|
content: "\f53c";
|
|
4784
5360
|
}
|
|
@@ -4807,14 +5383,34 @@ readers do not read off random characters that represent icons */
|
|
|
4807
5383
|
content: "\f678";
|
|
4808
5384
|
}
|
|
4809
5385
|
|
|
5386
|
+
.fa-mosquito::before {
|
|
5387
|
+
content: "\e52b";
|
|
5388
|
+
}
|
|
5389
|
+
|
|
5390
|
+
.fa-mosquito-net::before {
|
|
5391
|
+
content: "\e52c";
|
|
5392
|
+
}
|
|
5393
|
+
|
|
4810
5394
|
.fa-motorcycle::before {
|
|
4811
5395
|
content: "\f21c";
|
|
4812
5396
|
}
|
|
4813
5397
|
|
|
5398
|
+
.fa-mound::before {
|
|
5399
|
+
content: "\e52d";
|
|
5400
|
+
}
|
|
5401
|
+
|
|
4814
5402
|
.fa-mountain::before {
|
|
4815
5403
|
content: "\f6fc";
|
|
4816
5404
|
}
|
|
4817
5405
|
|
|
5406
|
+
.fa-mountain-city::before {
|
|
5407
|
+
content: "\e52e";
|
|
5408
|
+
}
|
|
5409
|
+
|
|
5410
|
+
.fa-mountain-sun::before {
|
|
5411
|
+
content: "\e52f";
|
|
5412
|
+
}
|
|
5413
|
+
|
|
4818
5414
|
.fa-mug-hot::before {
|
|
4819
5415
|
content: "\f7b6";
|
|
4820
5416
|
}
|
|
@@ -4883,6 +5479,10 @@ readers do not read off random characters that represent icons */
|
|
|
4883
5479
|
content: "\f613";
|
|
4884
5480
|
}
|
|
4885
5481
|
|
|
5482
|
+
.fa-oil-well::before {
|
|
5483
|
+
content: "\e532";
|
|
5484
|
+
}
|
|
5485
|
+
|
|
4886
5486
|
.fa-om::before {
|
|
4887
5487
|
content: "\f679";
|
|
4888
5488
|
}
|
|
@@ -5031,6 +5631,26 @@ readers do not read off random characters that represent icons */
|
|
|
5031
5631
|
content: "\f4ce";
|
|
5032
5632
|
}
|
|
5033
5633
|
|
|
5634
|
+
.fa-people-group::before {
|
|
5635
|
+
content: "\e533";
|
|
5636
|
+
}
|
|
5637
|
+
|
|
5638
|
+
.fa-people-line::before {
|
|
5639
|
+
content: "\e534";
|
|
5640
|
+
}
|
|
5641
|
+
|
|
5642
|
+
.fa-people-pulling::before {
|
|
5643
|
+
content: "\e535";
|
|
5644
|
+
}
|
|
5645
|
+
|
|
5646
|
+
.fa-people-robbery::before {
|
|
5647
|
+
content: "\e536";
|
|
5648
|
+
}
|
|
5649
|
+
|
|
5650
|
+
.fa-people-roof::before {
|
|
5651
|
+
content: "\e537";
|
|
5652
|
+
}
|
|
5653
|
+
|
|
5034
5654
|
.fa-pepper-hot::before {
|
|
5035
5655
|
content: "\f816";
|
|
5036
5656
|
}
|
|
@@ -5051,6 +5671,14 @@ readers do not read off random characters that represent icons */
|
|
|
5051
5671
|
content: "\f183";
|
|
5052
5672
|
}
|
|
5053
5673
|
|
|
5674
|
+
.fa-person-arrow-down-to-line::before {
|
|
5675
|
+
content: "\e538";
|
|
5676
|
+
}
|
|
5677
|
+
|
|
5678
|
+
.fa-person-arrow-up-from-line::before {
|
|
5679
|
+
content: "\e539";
|
|
5680
|
+
}
|
|
5681
|
+
|
|
5054
5682
|
.fa-person-biking::before {
|
|
5055
5683
|
content: "\f84a";
|
|
5056
5684
|
}
|
|
@@ -5063,6 +5691,54 @@ readers do not read off random characters that represent icons */
|
|
|
5063
5691
|
content: "\f756";
|
|
5064
5692
|
}
|
|
5065
5693
|
|
|
5694
|
+
.fa-person-breastfeeding::before {
|
|
5695
|
+
content: "\e53a";
|
|
5696
|
+
}
|
|
5697
|
+
|
|
5698
|
+
.fa-person-burst::before {
|
|
5699
|
+
content: "\e53b";
|
|
5700
|
+
}
|
|
5701
|
+
|
|
5702
|
+
.fa-person-cane::before {
|
|
5703
|
+
content: "\e53c";
|
|
5704
|
+
}
|
|
5705
|
+
|
|
5706
|
+
.fa-person-chalkboard::before {
|
|
5707
|
+
content: "\e53d";
|
|
5708
|
+
}
|
|
5709
|
+
|
|
5710
|
+
.fa-person-circle-check::before {
|
|
5711
|
+
content: "\e53e";
|
|
5712
|
+
}
|
|
5713
|
+
|
|
5714
|
+
.fa-person-circle-exclamation::before {
|
|
5715
|
+
content: "\e53f";
|
|
5716
|
+
}
|
|
5717
|
+
|
|
5718
|
+
.fa-person-circle-minus::before {
|
|
5719
|
+
content: "\e540";
|
|
5720
|
+
}
|
|
5721
|
+
|
|
5722
|
+
.fa-person-circle-plus::before {
|
|
5723
|
+
content: "\e541";
|
|
5724
|
+
}
|
|
5725
|
+
|
|
5726
|
+
.fa-person-circle-question::before {
|
|
5727
|
+
content: "\e542";
|
|
5728
|
+
}
|
|
5729
|
+
|
|
5730
|
+
.fa-person-circle-xmark::before {
|
|
5731
|
+
content: "\e543";
|
|
5732
|
+
}
|
|
5733
|
+
|
|
5734
|
+
.fa-person-digging::before {
|
|
5735
|
+
content: "\f85e";
|
|
5736
|
+
}
|
|
5737
|
+
|
|
5738
|
+
.fa-digging::before {
|
|
5739
|
+
content: "\f85e";
|
|
5740
|
+
}
|
|
5741
|
+
|
|
5066
5742
|
.fa-person-dots-from-line::before {
|
|
5067
5743
|
content: "\f470";
|
|
5068
5744
|
}
|
|
@@ -5079,6 +5755,30 @@ readers do not read off random characters that represent icons */
|
|
|
5079
5755
|
content: "\f182";
|
|
5080
5756
|
}
|
|
5081
5757
|
|
|
5758
|
+
.fa-person-dress-burst::before {
|
|
5759
|
+
content: "\e544";
|
|
5760
|
+
}
|
|
5761
|
+
|
|
5762
|
+
.fa-person-drowning::before {
|
|
5763
|
+
content: "\e545";
|
|
5764
|
+
}
|
|
5765
|
+
|
|
5766
|
+
.fa-person-falling::before {
|
|
5767
|
+
content: "\e546";
|
|
5768
|
+
}
|
|
5769
|
+
|
|
5770
|
+
.fa-person-falling-burst::before {
|
|
5771
|
+
content: "\e547";
|
|
5772
|
+
}
|
|
5773
|
+
|
|
5774
|
+
.fa-person-half-dress::before {
|
|
5775
|
+
content: "\e548";
|
|
5776
|
+
}
|
|
5777
|
+
|
|
5778
|
+
.fa-person-harassing::before {
|
|
5779
|
+
content: "\e549";
|
|
5780
|
+
}
|
|
5781
|
+
|
|
5082
5782
|
.fa-person-hiking::before {
|
|
5083
5783
|
content: "\f6ec";
|
|
5084
5784
|
}
|
|
@@ -5087,6 +5787,18 @@ readers do not read off random characters that represent icons */
|
|
|
5087
5787
|
content: "\f6ec";
|
|
5088
5788
|
}
|
|
5089
5789
|
|
|
5790
|
+
.fa-person-military-pointing::before {
|
|
5791
|
+
content: "\e54a";
|
|
5792
|
+
}
|
|
5793
|
+
|
|
5794
|
+
.fa-person-military-rifle::before {
|
|
5795
|
+
content: "\e54b";
|
|
5796
|
+
}
|
|
5797
|
+
|
|
5798
|
+
.fa-person-military-to-person::before {
|
|
5799
|
+
content: "\e54c";
|
|
5800
|
+
}
|
|
5801
|
+
|
|
5090
5802
|
.fa-person-praying::before {
|
|
5091
5803
|
content: "\f683";
|
|
5092
5804
|
}
|
|
@@ -5095,6 +5807,18 @@ readers do not read off random characters that represent icons */
|
|
|
5095
5807
|
content: "\f683";
|
|
5096
5808
|
}
|
|
5097
5809
|
|
|
5810
|
+
.fa-person-pregnant::before {
|
|
5811
|
+
content: "\e31e";
|
|
5812
|
+
}
|
|
5813
|
+
|
|
5814
|
+
.fa-person-rays::before {
|
|
5815
|
+
content: "\e54d";
|
|
5816
|
+
}
|
|
5817
|
+
|
|
5818
|
+
.fa-person-rifle::before {
|
|
5819
|
+
content: "\e54e";
|
|
5820
|
+
}
|
|
5821
|
+
|
|
5098
5822
|
.fa-person-running::before {
|
|
5099
5823
|
content: "\f70c";
|
|
5100
5824
|
}
|
|
@@ -5103,6 +5827,10 @@ readers do not read off random characters that represent icons */
|
|
|
5103
5827
|
content: "\f70c";
|
|
5104
5828
|
}
|
|
5105
5829
|
|
|
5830
|
+
.fa-person-shelter::before {
|
|
5831
|
+
content: "\e54f";
|
|
5832
|
+
}
|
|
5833
|
+
|
|
5106
5834
|
.fa-person-skating::before {
|
|
5107
5835
|
content: "\f7c5";
|
|
5108
5836
|
}
|
|
@@ -5143,6 +5871,10 @@ readers do not read off random characters that represent icons */
|
|
|
5143
5871
|
content: "\f5c4";
|
|
5144
5872
|
}
|
|
5145
5873
|
|
|
5874
|
+
.fa-person-through-window::before {
|
|
5875
|
+
content: "\e433";
|
|
5876
|
+
}
|
|
5877
|
+
|
|
5146
5878
|
.fa-person-walking::before {
|
|
5147
5879
|
content: "\f554";
|
|
5148
5880
|
}
|
|
@@ -5151,6 +5883,22 @@ readers do not read off random characters that represent icons */
|
|
|
5151
5883
|
content: "\f554";
|
|
5152
5884
|
}
|
|
5153
5885
|
|
|
5886
|
+
.fa-person-walking-arrow-loop-left::before {
|
|
5887
|
+
content: "\e551";
|
|
5888
|
+
}
|
|
5889
|
+
|
|
5890
|
+
.fa-person-walking-arrow-right::before {
|
|
5891
|
+
content: "\e552";
|
|
5892
|
+
}
|
|
5893
|
+
|
|
5894
|
+
.fa-person-walking-dashed-line-arrow-right::before {
|
|
5895
|
+
content: "\e553";
|
|
5896
|
+
}
|
|
5897
|
+
|
|
5898
|
+
.fa-person-walking-luggage::before {
|
|
5899
|
+
content: "\e554";
|
|
5900
|
+
}
|
|
5901
|
+
|
|
5154
5902
|
.fa-person-walking-with-cane::before {
|
|
5155
5903
|
content: "\f29d";
|
|
5156
5904
|
}
|
|
@@ -5223,14 +5971,42 @@ readers do not read off random characters that represent icons */
|
|
|
5223
5971
|
content: "\f5af";
|
|
5224
5972
|
}
|
|
5225
5973
|
|
|
5974
|
+
.fa-plane-circle-check::before {
|
|
5975
|
+
content: "\e555";
|
|
5976
|
+
}
|
|
5977
|
+
|
|
5978
|
+
.fa-plane-circle-exclamation::before {
|
|
5979
|
+
content: "\e556";
|
|
5980
|
+
}
|
|
5981
|
+
|
|
5982
|
+
.fa-plane-circle-xmark::before {
|
|
5983
|
+
content: "\e557";
|
|
5984
|
+
}
|
|
5985
|
+
|
|
5226
5986
|
.fa-plane-departure::before {
|
|
5227
5987
|
content: "\f5b0";
|
|
5228
5988
|
}
|
|
5229
5989
|
|
|
5990
|
+
.fa-plane-lock::before {
|
|
5991
|
+
content: "\e558";
|
|
5992
|
+
}
|
|
5993
|
+
|
|
5230
5994
|
.fa-plane-slash::before {
|
|
5231
5995
|
content: "\e069";
|
|
5232
5996
|
}
|
|
5233
5997
|
|
|
5998
|
+
.fa-plane-up::before {
|
|
5999
|
+
content: "\e22d";
|
|
6000
|
+
}
|
|
6001
|
+
|
|
6002
|
+
.fa-plant-wilt::before {
|
|
6003
|
+
content: "\e43b";
|
|
6004
|
+
}
|
|
6005
|
+
|
|
6006
|
+
.fa-plate-wheat::before {
|
|
6007
|
+
content: "\e55a";
|
|
6008
|
+
}
|
|
6009
|
+
|
|
5234
6010
|
.fa-play::before {
|
|
5235
6011
|
content: "\f04b";
|
|
5236
6012
|
}
|
|
@@ -5239,6 +6015,30 @@ readers do not read off random characters that represent icons */
|
|
|
5239
6015
|
content: "\f1e6";
|
|
5240
6016
|
}
|
|
5241
6017
|
|
|
6018
|
+
.fa-plug-circle-bolt::before {
|
|
6019
|
+
content: "\e55b";
|
|
6020
|
+
}
|
|
6021
|
+
|
|
6022
|
+
.fa-plug-circle-check::before {
|
|
6023
|
+
content: "\e55c";
|
|
6024
|
+
}
|
|
6025
|
+
|
|
6026
|
+
.fa-plug-circle-exclamation::before {
|
|
6027
|
+
content: "\e55d";
|
|
6028
|
+
}
|
|
6029
|
+
|
|
6030
|
+
.fa-plug-circle-minus::before {
|
|
6031
|
+
content: "\e55e";
|
|
6032
|
+
}
|
|
6033
|
+
|
|
6034
|
+
.fa-plug-circle-plus::before {
|
|
6035
|
+
content: "\e55f";
|
|
6036
|
+
}
|
|
6037
|
+
|
|
6038
|
+
.fa-plug-circle-xmark::before {
|
|
6039
|
+
content: "\e560";
|
|
6040
|
+
}
|
|
6041
|
+
|
|
5242
6042
|
.fa-plus::before {
|
|
5243
6043
|
content: "\2b";
|
|
5244
6044
|
}
|
|
@@ -5343,10 +6143,18 @@ readers do not read off random characters that represent icons */
|
|
|
5343
6143
|
content: "\f7b9";
|
|
5344
6144
|
}
|
|
5345
6145
|
|
|
6146
|
+
.fa-radio::before {
|
|
6147
|
+
content: "\f8d7";
|
|
6148
|
+
}
|
|
6149
|
+
|
|
5346
6150
|
.fa-rainbow::before {
|
|
5347
6151
|
content: "\f75b";
|
|
5348
6152
|
}
|
|
5349
6153
|
|
|
6154
|
+
.fa-ranking-star::before {
|
|
6155
|
+
content: "\e561";
|
|
6156
|
+
}
|
|
6157
|
+
|
|
5350
6158
|
.fa-receipt::before {
|
|
5351
6159
|
content: "\f543";
|
|
5352
6160
|
}
|
|
@@ -5471,6 +6279,34 @@ readers do not read off random characters that represent icons */
|
|
|
5471
6279
|
content: "\f018";
|
|
5472
6280
|
}
|
|
5473
6281
|
|
|
6282
|
+
.fa-road-barrier::before {
|
|
6283
|
+
content: "\e562";
|
|
6284
|
+
}
|
|
6285
|
+
|
|
6286
|
+
.fa-road-bridge::before {
|
|
6287
|
+
content: "\e563";
|
|
6288
|
+
}
|
|
6289
|
+
|
|
6290
|
+
.fa-road-circle-check::before {
|
|
6291
|
+
content: "\e564";
|
|
6292
|
+
}
|
|
6293
|
+
|
|
6294
|
+
.fa-road-circle-exclamation::before {
|
|
6295
|
+
content: "\e565";
|
|
6296
|
+
}
|
|
6297
|
+
|
|
6298
|
+
.fa-road-circle-xmark::before {
|
|
6299
|
+
content: "\e566";
|
|
6300
|
+
}
|
|
6301
|
+
|
|
6302
|
+
.fa-road-lock::before {
|
|
6303
|
+
content: "\e567";
|
|
6304
|
+
}
|
|
6305
|
+
|
|
6306
|
+
.fa-road-spikes::before {
|
|
6307
|
+
content: "\e568";
|
|
6308
|
+
}
|
|
6309
|
+
|
|
5474
6310
|
.fa-robot::before {
|
|
5475
6311
|
content: "\f544";
|
|
5476
6312
|
}
|
|
@@ -5543,6 +6379,10 @@ readers do not read off random characters that represent icons */
|
|
|
5543
6379
|
content: "\f158";
|
|
5544
6380
|
}
|
|
5545
6381
|
|
|
6382
|
+
.fa-rug::before {
|
|
6383
|
+
content: "\e569";
|
|
6384
|
+
}
|
|
6385
|
+
|
|
5546
6386
|
.fa-ruler::before {
|
|
5547
6387
|
content: "\f545";
|
|
5548
6388
|
}
|
|
@@ -5575,6 +6415,14 @@ readers do not read off random characters that represent icons */
|
|
|
5575
6415
|
content: "\53";
|
|
5576
6416
|
}
|
|
5577
6417
|
|
|
6418
|
+
.fa-sack-dollar::before {
|
|
6419
|
+
content: "\f81d";
|
|
6420
|
+
}
|
|
6421
|
+
|
|
6422
|
+
.fa-sack-xmark::before {
|
|
6423
|
+
content: "\e56a";
|
|
6424
|
+
}
|
|
6425
|
+
|
|
5578
6426
|
.fa-sailboat::before {
|
|
5579
6427
|
content: "\e445";
|
|
5580
6428
|
}
|
|
@@ -5615,6 +6463,26 @@ readers do not read off random characters that represent icons */
|
|
|
5615
6463
|
content: "\f549";
|
|
5616
6464
|
}
|
|
5617
6465
|
|
|
6466
|
+
.fa-school-circle-check::before {
|
|
6467
|
+
content: "\e56b";
|
|
6468
|
+
}
|
|
6469
|
+
|
|
6470
|
+
.fa-school-circle-exclamation::before {
|
|
6471
|
+
content: "\e56c";
|
|
6472
|
+
}
|
|
6473
|
+
|
|
6474
|
+
.fa-school-circle-xmark::before {
|
|
6475
|
+
content: "\e56d";
|
|
6476
|
+
}
|
|
6477
|
+
|
|
6478
|
+
.fa-school-flag::before {
|
|
6479
|
+
content: "\e56e";
|
|
6480
|
+
}
|
|
6481
|
+
|
|
6482
|
+
.fa-school-lock::before {
|
|
6483
|
+
content: "\e56f";
|
|
6484
|
+
}
|
|
6485
|
+
|
|
5618
6486
|
.fa-scissors::before {
|
|
5619
6487
|
content: "\f0c4";
|
|
5620
6488
|
}
|
|
@@ -5703,6 +6571,10 @@ readers do not read off random characters that represent icons */
|
|
|
5703
6571
|
content: "\f1e0";
|
|
5704
6572
|
}
|
|
5705
6573
|
|
|
6574
|
+
.fa-sheet-plastic::before {
|
|
6575
|
+
content: "\e571";
|
|
6576
|
+
}
|
|
6577
|
+
|
|
5706
6578
|
.fa-shekel-sign::before {
|
|
5707
6579
|
content: "\f20b";
|
|
5708
6580
|
}
|
|
@@ -5728,6 +6600,18 @@ readers do not read off random characters that represent icons */
|
|
|
5728
6600
|
}
|
|
5729
6601
|
|
|
5730
6602
|
.fa-shield-blank::before {
|
|
6603
|
+
content: "\f132";
|
|
6604
|
+
}
|
|
6605
|
+
|
|
6606
|
+
.fa-shield-cat::before {
|
|
6607
|
+
content: "\e572";
|
|
6608
|
+
}
|
|
6609
|
+
|
|
6610
|
+
.fa-shield-dog::before {
|
|
6611
|
+
content: "\e573";
|
|
6612
|
+
}
|
|
6613
|
+
|
|
6614
|
+
.fa-shield-halved::before {
|
|
5731
6615
|
content: "\f3ed";
|
|
5732
6616
|
}
|
|
5733
6617
|
|
|
@@ -5735,6 +6619,10 @@ readers do not read off random characters that represent icons */
|
|
|
5735
6619
|
content: "\f3ed";
|
|
5736
6620
|
}
|
|
5737
6621
|
|
|
6622
|
+
.fa-shield-heart::before {
|
|
6623
|
+
content: "\e574";
|
|
6624
|
+
}
|
|
6625
|
+
|
|
5738
6626
|
.fa-shield-virus::before {
|
|
5739
6627
|
content: "\e06c";
|
|
5740
6628
|
}
|
|
@@ -5767,6 +6655,10 @@ readers do not read off random characters that represent icons */
|
|
|
5767
6655
|
content: "\f54f";
|
|
5768
6656
|
}
|
|
5769
6657
|
|
|
6658
|
+
.fa-shop-lock::before {
|
|
6659
|
+
content: "\e4a5";
|
|
6660
|
+
}
|
|
6661
|
+
|
|
5770
6662
|
.fa-shop-slash::before {
|
|
5771
6663
|
content: "\e070";
|
|
5772
6664
|
}
|
|
@@ -6051,6 +6943,10 @@ readers do not read off random characters that represent icons */
|
|
|
6051
6943
|
content: "\f146";
|
|
6052
6944
|
}
|
|
6053
6945
|
|
|
6946
|
+
.fa-square-nfi::before {
|
|
6947
|
+
content: "\e576";
|
|
6948
|
+
}
|
|
6949
|
+
|
|
6054
6950
|
.fa-square-parking::before {
|
|
6055
6951
|
content: "\f540";
|
|
6056
6952
|
}
|
|
@@ -6071,6 +6967,10 @@ readers do not read off random characters that represent icons */
|
|
|
6071
6967
|
content: "\f14b";
|
|
6072
6968
|
}
|
|
6073
6969
|
|
|
6970
|
+
.fa-square-person-confined::before {
|
|
6971
|
+
content: "\e577";
|
|
6972
|
+
}
|
|
6973
|
+
|
|
6074
6974
|
.fa-square-phone::before {
|
|
6075
6975
|
content: "\f098";
|
|
6076
6976
|
}
|
|
@@ -6143,6 +7043,10 @@ readers do not read off random characters that represent icons */
|
|
|
6143
7043
|
content: "\f360";
|
|
6144
7044
|
}
|
|
6145
7045
|
|
|
7046
|
+
.fa-square-virus::before {
|
|
7047
|
+
content: "\e578";
|
|
7048
|
+
}
|
|
7049
|
+
|
|
6146
7050
|
.fa-square-xmark::before {
|
|
6147
7051
|
content: "\f2d3";
|
|
6148
7052
|
}
|
|
@@ -6155,6 +7059,22 @@ readers do not read off random characters that represent icons */
|
|
|
6155
7059
|
content: "\f2d3";
|
|
6156
7060
|
}
|
|
6157
7061
|
|
|
7062
|
+
.fa-staff-aesculapius::before {
|
|
7063
|
+
content: "\e579";
|
|
7064
|
+
}
|
|
7065
|
+
|
|
7066
|
+
.fa-rod-asclepius::before {
|
|
7067
|
+
content: "\e579";
|
|
7068
|
+
}
|
|
7069
|
+
|
|
7070
|
+
.fa-rod-snake::before {
|
|
7071
|
+
content: "\e579";
|
|
7072
|
+
}
|
|
7073
|
+
|
|
7074
|
+
.fa-staff-snake::before {
|
|
7075
|
+
content: "\e579";
|
|
7076
|
+
}
|
|
7077
|
+
|
|
6158
7078
|
.fa-stairs::before {
|
|
6159
7079
|
content: "\e289";
|
|
6160
7080
|
}
|
|
@@ -6263,6 +7183,10 @@ readers do not read off random characters that represent icons */
|
|
|
6263
7183
|
content: "\f185";
|
|
6264
7184
|
}
|
|
6265
7185
|
|
|
7186
|
+
.fa-sun-plant-wilt::before {
|
|
7187
|
+
content: "\e57a";
|
|
7188
|
+
}
|
|
7189
|
+
|
|
6266
7190
|
.fa-superscript::before {
|
|
6267
7191
|
content: "\f12b";
|
|
6268
7192
|
}
|
|
@@ -6375,6 +7299,14 @@ readers do not read off random characters that represent icons */
|
|
|
6375
7299
|
content: "\f4db";
|
|
6376
7300
|
}
|
|
6377
7301
|
|
|
7302
|
+
.fa-tarp::before {
|
|
7303
|
+
content: "\e57b";
|
|
7304
|
+
}
|
|
7305
|
+
|
|
7306
|
+
.fa-tarp-droplet::before {
|
|
7307
|
+
content: "\e57c";
|
|
7308
|
+
}
|
|
7309
|
+
|
|
6378
7310
|
.fa-taxi::before {
|
|
6379
7311
|
content: "\f1ba";
|
|
6380
7312
|
}
|
|
@@ -6391,6 +7323,22 @@ readers do not read off random characters that represent icons */
|
|
|
6391
7323
|
content: "\f62f";
|
|
6392
7324
|
}
|
|
6393
7325
|
|
|
7326
|
+
.fa-temperature-arrow-down::before {
|
|
7327
|
+
content: "\e03f";
|
|
7328
|
+
}
|
|
7329
|
+
|
|
7330
|
+
.fa-temperature-down::before {
|
|
7331
|
+
content: "\e03f";
|
|
7332
|
+
}
|
|
7333
|
+
|
|
7334
|
+
.fa-temperature-arrow-up::before {
|
|
7335
|
+
content: "\e040";
|
|
7336
|
+
}
|
|
7337
|
+
|
|
7338
|
+
.fa-temperature-up::before {
|
|
7339
|
+
content: "\e040";
|
|
7340
|
+
}
|
|
7341
|
+
|
|
6394
7342
|
.fa-temperature-empty::before {
|
|
6395
7343
|
content: "\f2cb";
|
|
6396
7344
|
}
|
|
@@ -6487,6 +7435,30 @@ readers do not read off random characters that represent icons */
|
|
|
6487
7435
|
content: "\f7d7";
|
|
6488
7436
|
}
|
|
6489
7437
|
|
|
7438
|
+
.fa-tent::before {
|
|
7439
|
+
content: "\e57d";
|
|
7440
|
+
}
|
|
7441
|
+
|
|
7442
|
+
.fa-tent-arrow-down-to-line::before {
|
|
7443
|
+
content: "\e57e";
|
|
7444
|
+
}
|
|
7445
|
+
|
|
7446
|
+
.fa-tent-arrow-left-right::before {
|
|
7447
|
+
content: "\e57f";
|
|
7448
|
+
}
|
|
7449
|
+
|
|
7450
|
+
.fa-tent-arrow-turn-left::before {
|
|
7451
|
+
content: "\e580";
|
|
7452
|
+
}
|
|
7453
|
+
|
|
7454
|
+
.fa-tent-arrows-down::before {
|
|
7455
|
+
content: "\e581";
|
|
7456
|
+
}
|
|
7457
|
+
|
|
7458
|
+
.fa-tents::before {
|
|
7459
|
+
content: "\e582";
|
|
7460
|
+
}
|
|
7461
|
+
|
|
6490
7462
|
.fa-terminal::before {
|
|
6491
7463
|
content: "\f120";
|
|
6492
7464
|
}
|
|
@@ -6563,6 +7535,14 @@ readers do not read off random characters that represent icons */
|
|
|
6563
7535
|
content: "\e072";
|
|
6564
7536
|
}
|
|
6565
7537
|
|
|
7538
|
+
.fa-toilet-portable::before {
|
|
7539
|
+
content: "\e583";
|
|
7540
|
+
}
|
|
7541
|
+
|
|
7542
|
+
.fa-toilets-portable::before {
|
|
7543
|
+
content: "\e584";
|
|
7544
|
+
}
|
|
7545
|
+
|
|
6566
7546
|
.fa-toolbox::before {
|
|
6567
7547
|
content: "\f552";
|
|
6568
7548
|
}
|
|
@@ -6575,6 +7555,10 @@ readers do not read off random characters that represent icons */
|
|
|
6575
7555
|
content: "\f6a1";
|
|
6576
7556
|
}
|
|
6577
7557
|
|
|
7558
|
+
.fa-tornado::before {
|
|
7559
|
+
content: "\f76f";
|
|
7560
|
+
}
|
|
7561
|
+
|
|
6578
7562
|
.fa-tower-broadcast::before {
|
|
6579
7563
|
content: "\f519";
|
|
6580
7564
|
}
|
|
@@ -6583,6 +7567,14 @@ readers do not read off random characters that represent icons */
|
|
|
6583
7567
|
content: "\f519";
|
|
6584
7568
|
}
|
|
6585
7569
|
|
|
7570
|
+
.fa-tower-cell::before {
|
|
7571
|
+
content: "\e585";
|
|
7572
|
+
}
|
|
7573
|
+
|
|
7574
|
+
.fa-tower-observation::before {
|
|
7575
|
+
content: "\e586";
|
|
7576
|
+
}
|
|
7577
|
+
|
|
6586
7578
|
.fa-tractor::before {
|
|
6587
7579
|
content: "\f722";
|
|
6588
7580
|
}
|
|
@@ -6659,6 +7651,10 @@ readers do not read off random characters that represent icons */
|
|
|
6659
7651
|
content: "\f1bb";
|
|
6660
7652
|
}
|
|
6661
7653
|
|
|
7654
|
+
.fa-tree-city::before {
|
|
7655
|
+
content: "\e587";
|
|
7656
|
+
}
|
|
7657
|
+
|
|
6662
7658
|
.fa-triangle-exclamation::before {
|
|
6663
7659
|
content: "\f071";
|
|
6664
7660
|
}
|
|
@@ -6675,10 +7671,26 @@ readers do not read off random characters that represent icons */
|
|
|
6675
7671
|
content: "\f091";
|
|
6676
7672
|
}
|
|
6677
7673
|
|
|
7674
|
+
.fa-trowel::before {
|
|
7675
|
+
content: "\e589";
|
|
7676
|
+
}
|
|
7677
|
+
|
|
7678
|
+
.fa-trowel-bricks::before {
|
|
7679
|
+
content: "\e58a";
|
|
7680
|
+
}
|
|
7681
|
+
|
|
6678
7682
|
.fa-truck::before {
|
|
6679
7683
|
content: "\f0d1";
|
|
6680
7684
|
}
|
|
6681
7685
|
|
|
7686
|
+
.fa-truck-arrow-right::before {
|
|
7687
|
+
content: "\e58b";
|
|
7688
|
+
}
|
|
7689
|
+
|
|
7690
|
+
.fa-truck-droplet::before {
|
|
7691
|
+
content: "\e58c";
|
|
7692
|
+
}
|
|
7693
|
+
|
|
6682
7694
|
.fa-truck-fast::before {
|
|
6683
7695
|
content: "\f48b";
|
|
6684
7696
|
}
|
|
@@ -6687,6 +7699,18 @@ readers do not read off random characters that represent icons */
|
|
|
6687
7699
|
content: "\f48b";
|
|
6688
7700
|
}
|
|
6689
7701
|
|
|
7702
|
+
.fa-truck-field::before {
|
|
7703
|
+
content: "\e58d";
|
|
7704
|
+
}
|
|
7705
|
+
|
|
7706
|
+
.fa-truck-field-un::before {
|
|
7707
|
+
content: "\e58e";
|
|
7708
|
+
}
|
|
7709
|
+
|
|
7710
|
+
.fa-truck-front::before {
|
|
7711
|
+
content: "\e2b7";
|
|
7712
|
+
}
|
|
7713
|
+
|
|
6690
7714
|
.fa-truck-medical::before {
|
|
6691
7715
|
content: "\f0f9";
|
|
6692
7716
|
}
|
|
@@ -6707,6 +7731,10 @@ readers do not read off random characters that represent icons */
|
|
|
6707
7731
|
content: "\f63c";
|
|
6708
7732
|
}
|
|
6709
7733
|
|
|
7734
|
+
.fa-truck-plane::before {
|
|
7735
|
+
content: "\e58f";
|
|
7736
|
+
}
|
|
7737
|
+
|
|
6710
7738
|
.fa-truck-ramp-box::before {
|
|
6711
7739
|
content: "\f4de";
|
|
6712
7740
|
}
|
|
@@ -6963,6 +7991,10 @@ readers do not read off random characters that represent icons */
|
|
|
6963
7991
|
content: "\f0c0";
|
|
6964
7992
|
}
|
|
6965
7993
|
|
|
7994
|
+
.fa-users-between-lines::before {
|
|
7995
|
+
content: "\e591";
|
|
7996
|
+
}
|
|
7997
|
+
|
|
6966
7998
|
.fa-users-gear::before {
|
|
6967
7999
|
content: "\f509";
|
|
6968
8000
|
}
|
|
@@ -6971,10 +8003,26 @@ readers do not read off random characters that represent icons */
|
|
|
6971
8003
|
content: "\f509";
|
|
6972
8004
|
}
|
|
6973
8005
|
|
|
8006
|
+
.fa-users-line::before {
|
|
8007
|
+
content: "\e592";
|
|
8008
|
+
}
|
|
8009
|
+
|
|
8010
|
+
.fa-users-rays::before {
|
|
8011
|
+
content: "\e593";
|
|
8012
|
+
}
|
|
8013
|
+
|
|
8014
|
+
.fa-users-rectangle::before {
|
|
8015
|
+
content: "\e594";
|
|
8016
|
+
}
|
|
8017
|
+
|
|
6974
8018
|
.fa-users-slash::before {
|
|
6975
8019
|
content: "\e073";
|
|
6976
8020
|
}
|
|
6977
8021
|
|
|
8022
|
+
.fa-users-viewfinder::before {
|
|
8023
|
+
content: "\e595";
|
|
8024
|
+
}
|
|
8025
|
+
|
|
6978
8026
|
.fa-utensils::before {
|
|
6979
8027
|
content: "\f2e7";
|
|
6980
8028
|
}
|
|
@@ -7027,6 +8075,14 @@ readers do not read off random characters that represent icons */
|
|
|
7027
8075
|
content: "\f492";
|
|
7028
8076
|
}
|
|
7029
8077
|
|
|
8078
|
+
.fa-vial-circle-check::before {
|
|
8079
|
+
content: "\e596";
|
|
8080
|
+
}
|
|
8081
|
+
|
|
8082
|
+
.fa-vial-virus::before {
|
|
8083
|
+
content: "\e597";
|
|
8084
|
+
}
|
|
8085
|
+
|
|
7030
8086
|
.fa-vials::before {
|
|
7031
8087
|
content: "\f493";
|
|
7032
8088
|
}
|
|
@@ -7071,6 +8127,10 @@ readers do not read off random characters that represent icons */
|
|
|
7071
8127
|
content: "\f897";
|
|
7072
8128
|
}
|
|
7073
8129
|
|
|
8130
|
+
.fa-volcano::before {
|
|
8131
|
+
content: "\f770";
|
|
8132
|
+
}
|
|
8133
|
+
|
|
7074
8134
|
.fa-volleyball::before {
|
|
7075
8135
|
content: "\f45f";
|
|
7076
8136
|
}
|
|
@@ -7119,6 +8179,10 @@ readers do not read off random characters that represent icons */
|
|
|
7119
8179
|
content: "\57";
|
|
7120
8180
|
}
|
|
7121
8181
|
|
|
8182
|
+
.fa-walkie-talkie::before {
|
|
8183
|
+
content: "\f8ef";
|
|
8184
|
+
}
|
|
8185
|
+
|
|
7122
8186
|
.fa-wallet::before {
|
|
7123
8187
|
content: "\f555";
|
|
7124
8188
|
}
|
|
@@ -7179,10 +8243,30 @@ readers do not read off random characters that represent icons */
|
|
|
7179
8243
|
content: "\f496";
|
|
7180
8244
|
}
|
|
7181
8245
|
|
|
8246
|
+
.fa-wheat-awn::before {
|
|
8247
|
+
content: "\e2cd";
|
|
8248
|
+
}
|
|
8249
|
+
|
|
8250
|
+
.fa-wheat-alt::before {
|
|
8251
|
+
content: "\e2cd";
|
|
8252
|
+
}
|
|
8253
|
+
|
|
8254
|
+
.fa-wheat-awn-circle-exclamation::before {
|
|
8255
|
+
content: "\e598";
|
|
8256
|
+
}
|
|
8257
|
+
|
|
7182
8258
|
.fa-wheelchair::before {
|
|
7183
8259
|
content: "\f193";
|
|
7184
8260
|
}
|
|
7185
8261
|
|
|
8262
|
+
.fa-wheelchair-move::before {
|
|
8263
|
+
content: "\e2ce";
|
|
8264
|
+
}
|
|
8265
|
+
|
|
8266
|
+
.fa-wheelchair-alt::before {
|
|
8267
|
+
content: "\e2ce";
|
|
8268
|
+
}
|
|
8269
|
+
|
|
7186
8270
|
.fa-whiskey-glass::before {
|
|
7187
8271
|
content: "\f7a0";
|
|
7188
8272
|
}
|
|
@@ -7247,6 +8331,10 @@ readers do not read off random characters that represent icons */
|
|
|
7247
8331
|
content: "\f159";
|
|
7248
8332
|
}
|
|
7249
8333
|
|
|
8334
|
+
.fa-worm::before {
|
|
8335
|
+
content: "\e599";
|
|
8336
|
+
}
|
|
8337
|
+
|
|
7250
8338
|
.fa-wrench::before {
|
|
7251
8339
|
content: "\f0ad";
|
|
7252
8340
|
}
|
|
@@ -7279,6 +8367,10 @@ readers do not read off random characters that represent icons */
|
|
|
7279
8367
|
content: "\f00d";
|
|
7280
8368
|
}
|
|
7281
8369
|
|
|
8370
|
+
.fa-xmarks-lines::before {
|
|
8371
|
+
content: "\e59a";
|
|
8372
|
+
}
|
|
8373
|
+
|
|
7282
8374
|
.fa-y::before {
|
|
7283
8375
|
content: "\59";
|
|
7284
8376
|
}
|
|
@@ -8448,6 +9540,14 @@ readers do not read off random characters that represent icons */
|
|
|
8448
9540
|
content: "\f612";
|
|
8449
9541
|
}
|
|
8450
9542
|
|
|
9543
|
+
.fa-nfc-directional:before {
|
|
9544
|
+
content: "\e530";
|
|
9545
|
+
}
|
|
9546
|
+
|
|
9547
|
+
.fa-nfc-symbol:before {
|
|
9548
|
+
content: "\e531";
|
|
9549
|
+
}
|
|
9550
|
+
|
|
8451
9551
|
.fa-nimblr:before {
|
|
8452
9552
|
content: "\f5a8";
|
|
8453
9553
|
}
|
|
@@ -8720,6 +9820,10 @@ readers do not read off random characters that represent icons */
|
|
|
8720
9820
|
content: "\f3ea";
|
|
8721
9821
|
}
|
|
8722
9822
|
|
|
9823
|
+
.fa-screenpal:before {
|
|
9824
|
+
content: "\e570";
|
|
9825
|
+
}
|
|
9826
|
+
|
|
8723
9827
|
.fa-scribd:before {
|
|
8724
9828
|
content: "\f28a";
|
|
8725
9829
|
}
|
|
@@ -9314,7 +10418,7 @@ readers do not read off random characters that represent icons */
|
|
|
9314
10418
|
}
|
|
9315
10419
|
|
|
9316
10420
|
/*!
|
|
9317
|
-
* Font Awesome Free 6.
|
|
10421
|
+
* Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
|
|
9318
10422
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
9319
10423
|
* Copyright 2022 Fonticons, Inc.
|
|
9320
10424
|
*/
|
|
@@ -12120,6 +13224,8 @@ readers do not read off random characters that represent icons */
|
|
|
12120
13224
|
--borderRadiusLg: 0.428rem;
|
|
12121
13225
|
--boxShadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
|
12122
13226
|
--boxShadowSm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
|
|
13227
|
+
--boxTooltipShadow: 0 4px 6px 1px rgb(8 14 26 / 6%),
|
|
13228
|
+
0 1px 10px 0 rgb(8 14 26 / 5%), 0 2px 4px -1px rgb(8 14 26 / 4%);
|
|
12123
13229
|
--lineHeightBase: 1.5;
|
|
12124
13230
|
--body-lineHeight: var(--lineHeightBase);
|
|
12125
13231
|
--borderWidth: 0.0625rem;
|
|
@@ -12392,19 +13498,18 @@ readers do not read off random characters that represent icons */
|
|
|
12392
13498
|
--ButtonGroup--primary-isActive-color: var(--white);
|
|
12393
13499
|
--ButtonGroup--primary-isActive-bg: var(--primary);
|
|
12394
13500
|
--Breadcrumb-item-fontSize: var(--fontSizeMd);
|
|
12395
|
-
--Breadcrumb-item-default-color: #
|
|
12396
|
-
--Breadcrumb-item-hover-color: #
|
|
12397
|
-
--Breadcrumb-item-active-color: #
|
|
12398
|
-
--Breadcrumb-item-last-color: #
|
|
12399
|
-
--BreadcrumbDropdown-item-default-color: #
|
|
12400
|
-
--BreadcrumbDropdown-item-default-bg: #
|
|
12401
|
-
--BreadcrumbDropdown-item-hover-bg: #
|
|
13501
|
+
--Breadcrumb-item-default-color: #83868c;
|
|
13502
|
+
--Breadcrumb-item-hover-color: #2468f2;
|
|
13503
|
+
--Breadcrumb-item-active-color: #1c53c1;
|
|
13504
|
+
--Breadcrumb-item-last-color: #151a26;
|
|
13505
|
+
--BreadcrumbDropdown-item-default-color: #151a26;
|
|
13506
|
+
--BreadcrumbDropdown-item-default-bg: #ffffff;
|
|
13507
|
+
--BreadcrumbDropdown-item-hover-bg: #e9f0fd;
|
|
12402
13508
|
--BreadcrumbDropdown-item-fontSize: var(--fontSizeSm);
|
|
12403
13509
|
--BreadcrumbDropdown-item-height: 2rem;
|
|
12404
13510
|
--BreadcrumbDropdown-item-paddingX: var(--gap-sm);
|
|
12405
13511
|
--BreadcrumbDropdown-item-paddingY: calc(
|
|
12406
|
-
(var(--BreadcrumbDropdown-item-height) - var(--fontSizeSm)) /
|
|
12407
|
-
2
|
|
13512
|
+
(var(--BreadcrumbDropdown-item-height) - var(--fontSizeSm)) / 2
|
|
12408
13513
|
);
|
|
12409
13514
|
--Calendar-btn-bg: var(--info);
|
|
12410
13515
|
--Calendar-btn-border: var(--Calendar-btn-bg);
|
|
@@ -12447,7 +13552,7 @@ readers do not read off random characters that represent icons */
|
|
|
12447
13552
|
--Calendar-input-borderRadius: var(--borderRadius);
|
|
12448
13553
|
--Calendar-input-color: var(--info);
|
|
12449
13554
|
--Calendar-input-fontSize: var(--fontSizeBase);
|
|
12450
|
-
--Calendar-input-height:
|
|
13555
|
+
--Calendar-input-height: 2.5rem;
|
|
12451
13556
|
--Calendar-input-lineHeight: var(--lineHeightBase);
|
|
12452
13557
|
--Calendar-input-onFocused-borderColor: var(--info);
|
|
12453
13558
|
--Calendar-input-paddingX: 0.625rem;
|
|
@@ -12516,19 +13621,26 @@ readers do not read off random characters that represent icons */
|
|
|
12516
13621
|
--Carousel-svg-height: var(--gap-lg);
|
|
12517
13622
|
--Carousel-svg-width: var(--gap-lg);
|
|
12518
13623
|
--Carousel-transitionDuration: var(--animation-duration);
|
|
12519
|
-
--Checkbox--full-inner-size: 0.
|
|
12520
|
-
--Checkbox--sm--full-inner-size: 0.
|
|
13624
|
+
--Checkbox--full-inner-size: 0.5rem;
|
|
13625
|
+
--Checkbox--sm--full-inner-size: 0.5rem;
|
|
12521
13626
|
--Checkbox--sm-inner-size: calc(var(--Checkbox--sm-size) / 2);
|
|
12522
13627
|
--Checkbox--sm-size: 1rem;
|
|
12523
|
-
--Checkbox-borderRadius:
|
|
13628
|
+
--Checkbox-borderRadius: 0.125rem;
|
|
12524
13629
|
--Checkbox-color: var(--Form-input-borderColor);
|
|
12525
13630
|
--Checkbox-gap: var(--gap-xs);
|
|
12526
13631
|
--Checkbox-gb: #fff;
|
|
12527
|
-
--Checkbox-size:
|
|
13632
|
+
--Checkbox-size: 1rem;
|
|
12528
13633
|
--Checkbox-inner-size: calc(var(--Checkbox-size) / 2);
|
|
12529
13634
|
--Checkbox-onHover-color: var(--info);
|
|
12530
13635
|
--Checkbox-onDisabled-bg: #e5e7eb;
|
|
12531
13636
|
--Checkbox-onDisabled-color: var(--text--muted-color);
|
|
13637
|
+
--Checkbox-inner-onDisabled-bg: #d4d6d9;
|
|
13638
|
+
--Checkbox-disabled-unchecked-bg: #f2f3f3;
|
|
13639
|
+
--Checkbox-border-width: var(--Form-input-borderWidth);
|
|
13640
|
+
--Checkbox-paddingX: 0.75rem;
|
|
13641
|
+
--Checkbox-button-height: 2rem;
|
|
13642
|
+
--Checkbox-button-line-height: 1.75rem;
|
|
13643
|
+
--Checkbox-button-min-width: 5rem;
|
|
12532
13644
|
--ColorPicker-bg: var(--white);
|
|
12533
13645
|
--ColorPicker-borderColor: var(--Form-input-borderColor);
|
|
12534
13646
|
--ColorPicker-borderRadius: var(--Form-input-borderRadius);
|
|
@@ -12632,6 +13744,16 @@ readers do not read off random characters that represent icons */
|
|
|
12632
13744
|
) / 2 - var(--DatePicker-borderWidth)
|
|
12633
13745
|
);
|
|
12634
13746
|
--DatePicker-placeholderColor: var(--Form-input-placeholderColor);
|
|
13747
|
+
--DatePicker-minWidth: calc(
|
|
13748
|
+
var(--fontSizeLg) * 5 + var(--DatePicker-paddingX) * 2 + var(
|
|
13749
|
+
--Form-input-clearBtn-size
|
|
13750
|
+
) * 2
|
|
13751
|
+
);
|
|
13752
|
+
--DateRangePicker-minWidth: calc(
|
|
13753
|
+
var(--fontSizeLg) * 8 + var(--DatePicker-paddingX) * 2 + var(
|
|
13754
|
+
--Form-input-clearBtn-size
|
|
13755
|
+
) * 2
|
|
13756
|
+
);
|
|
12635
13757
|
--LocationPicker-borderRadius: var(--Form-input-borderWidth);
|
|
12636
13758
|
--Divider-borderStyle: solid;
|
|
12637
13759
|
--Drawer-bg: var(--background);
|
|
@@ -12685,6 +13807,8 @@ readers do not read off random characters that represent icons */
|
|
|
12685
13807
|
--Form--horizontal-label-widthMd: 10rem;
|
|
12686
13808
|
--Form--horizontal-label-widthSm: 5.625rem;
|
|
12687
13809
|
--Form--horizontal-label-widthXs: 3.75rem;
|
|
13810
|
+
--Form--horizontal-justify-label-align: left;
|
|
13811
|
+
--Form--horizontal-justify-value-align: right;
|
|
12688
13812
|
--Form-control-widthBase: 12.5rem;
|
|
12689
13813
|
--Form-control-widthLg: 20rem;
|
|
12690
13814
|
--Form-control-widthMd: 15rem;
|
|
@@ -12858,7 +13982,7 @@ readers do not read off random characters that represent icons */
|
|
|
12858
13982
|
--InputRange-padding: 1.25rem;
|
|
12859
13983
|
--InputRange-onDisabled-color: var(--light);
|
|
12860
13984
|
--InputRange-primaryColor: var(--primary);
|
|
12861
|
-
--InputRange-track-height: 0.
|
|
13985
|
+
--InputRange-track-height: 0.375rem;
|
|
12862
13986
|
--InputRange-track-bg: #f3f4f6;
|
|
12863
13987
|
--InputRange-track-onDisabled-bg: var(--InputRange-onDisabled-color);
|
|
12864
13988
|
--InputRange-track-onActive-bg: var(--InputRange-primaryColor);
|
|
@@ -13053,6 +14177,8 @@ readers do not read off random characters that represent icons */
|
|
|
13053
14177
|
--Nav-item-onHover-color: var(--text--loud-color);
|
|
13054
14178
|
--Nav-subItem-fontSize: var(--fontSizeBase);
|
|
13055
14179
|
--Nav-subItem-onActiveBeforeBg: #e5eaeb;
|
|
14180
|
+
--Nav-Item-maxWidth--tabs: 10rem;
|
|
14181
|
+
--Nav-Item-height: 2.5rem;
|
|
13056
14182
|
--Number-bg: var(--Form-input-bg);
|
|
13057
14183
|
--Number-borderColor: var(--Form-input-borderColor);
|
|
13058
14184
|
--Number-borderRadius: var(--Form-input-borderRadius);
|
|
@@ -13184,14 +14310,15 @@ readers do not read off random characters that represent icons */
|
|
|
13184
14310
|
--Satus-icon-height: var(--Satus-icon-width);
|
|
13185
14311
|
--Sparkline-line-color: var(--info);
|
|
13186
14312
|
--Sparkline-area-color: rgba(36, 104, 242, 0.1);
|
|
13187
|
-
--Spinner--lg-height:
|
|
13188
|
-
--Spinner--lg-width:
|
|
14313
|
+
--Spinner--lg-height: 3rem;
|
|
14314
|
+
--Spinner--lg-width: 3rem;
|
|
13189
14315
|
--Spinner--sm-height: 1rem;
|
|
13190
14316
|
--Spinner--sm-width: 1rem;
|
|
13191
14317
|
--Spinner-bg: url("data:image/svg+xml,%0A%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient x1='8.042%25' y1='0%25' x2='65.682%25' y2='23.865%25' id='a'%3E%3Cstop stop-color='%23eee' stop-opacity='0' offset='0%25'/%3E%3Cstop stop-color='%23999' stop-opacity='.631' offset='63.146%25'/%3E%3Cstop stop-color='%23666' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18' id='Oval-2' stroke='url(%23a)' stroke-width='2'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/path%3E%3Ccircle fill='%23eee' cx='36' cy='18' r='1'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
|
|
13192
|
-
--Spinner-height:
|
|
14318
|
+
--Spinner-height: 2rem;
|
|
13193
14319
|
--Spinner-overlay-bg: rgba(255, 255, 255, 0.4);
|
|
13194
|
-
--Spinner-width:
|
|
14320
|
+
--Spinner-width: 2rem;
|
|
14321
|
+
--Spinner-color: #2468f2;
|
|
13195
14322
|
--Switch-bgColor: #4b5563;
|
|
13196
14323
|
--Switch-borderColor: #353c46;
|
|
13197
14324
|
--Switch-gap: var(--gap-sm);
|
|
@@ -13277,6 +14404,7 @@ readers do not read off random characters that represent icons */
|
|
|
13277
14404
|
--Tabs--line-content-padding: var(--gap-base) 0;
|
|
13278
14405
|
--Tabs--line-linkMargin: 0 32px 0 0;
|
|
13279
14406
|
--Tabs--line-linkPadding: 0 0 8px;
|
|
14407
|
+
--Tabs--line-addPadding: 0 0 10px;
|
|
13280
14408
|
--Tabs--line-padding: var(--gap-md);
|
|
13281
14409
|
--Tabs--line-onHover-borderColor: var(--primary);
|
|
13282
14410
|
--Tabs--line-onHover-color: var(--primary);
|
|
@@ -13287,6 +14415,7 @@ readers do not read off random characters that represent icons */
|
|
|
13287
14415
|
--Tabs--strong-add-size: 2rem;
|
|
13288
14416
|
--Tabs--strong-arrow-size: 1.5rem;
|
|
13289
14417
|
--Tabs-borderColor: var(--borderColor);
|
|
14418
|
+
--Tabs--simple-split-color: var(--Tabs-borderColor);
|
|
13290
14419
|
--Tabs-borderRadius: var(--borderRadius);
|
|
13291
14420
|
--Tabs-borderWidth: var(--borderWidth);
|
|
13292
14421
|
--Tabs-color: var(--text-color);
|
|
@@ -13299,13 +14428,20 @@ readers do not read off random characters that represent icons */
|
|
|
13299
14428
|
--Tabs-onActive-color: #374151;
|
|
13300
14429
|
--Tabs-onDisabled-color: #4b5563;
|
|
13301
14430
|
--Tabs-onHover-borderColor: #e5e7eb;
|
|
13302
|
-
--Tabs-add-icon-size:
|
|
14431
|
+
--Tabs-add-icon-size: 0.9375rem;
|
|
13303
14432
|
--Tabs-add-icon-padding: 0.0625rem;
|
|
13304
14433
|
--Tabs-add-icon-margin: var(--gap-xs);
|
|
13305
14434
|
--Tabs-add-margin: var(--gap-lg);
|
|
14435
|
+
--Tabs-gray-color: #83868c;
|
|
13306
14436
|
--Tabs-close-margin: var(--gap-xs);
|
|
14437
|
+
--Tabs-close-marginTop: 0.0625rem;
|
|
13307
14438
|
--Tabs-close-size: 0.75rem;
|
|
13308
14439
|
--Tabs-link-maxWidth: 10rem;
|
|
14440
|
+
--Tabs--sidebar-sideWidth: 3.875rem;
|
|
14441
|
+
--Tabs--sidebar-sidePadding: 1.6875rem;
|
|
14442
|
+
--Tabs--sidebar-sideMargin: 0 0 1.375rem 0;
|
|
14443
|
+
--Tabs--sidebar-iconSize: 1.5rem;
|
|
14444
|
+
--Tabs--sidebar-iconMargin: 0.3125rem;
|
|
13309
14445
|
--Tabs--vertical-bg: var(--Table-thead-bg);
|
|
13310
14446
|
--Tabs--vertical-width: 8.75rem;
|
|
13311
14447
|
--Tabs--vertical-onActive-color: var(--primary);
|
|
@@ -13380,29 +14516,38 @@ readers do not read off random characters that represent icons */
|
|
|
13380
14516
|
--Tooltip--attr-paddingY: 0.125rem;
|
|
13381
14517
|
--Tooltip--attr-transition: all var(--animation-duration) ease-in-out;
|
|
13382
14518
|
--Tooltip-arrow-color: var(--Tooltip-bg);
|
|
13383
|
-
--Tooltip-arrow-color:
|
|
14519
|
+
--Tooltip-arrow-color--dark: rgba(7, 12, 20, 0.85);
|
|
13384
14520
|
--Tooltip-arrow-height: 0.5rem;
|
|
13385
14521
|
--Tooltip-arrow-height: 0.5rem;
|
|
13386
14522
|
--Tooltip-arrow-outerColor: #d1d5db;
|
|
13387
14523
|
--Tooltip-arrow-width: 1rem;
|
|
13388
14524
|
--Tooltip-arrow-width: 1rem;
|
|
13389
14525
|
--Tooltip-bg: var(--background);
|
|
14526
|
+
--Tooltip-bg--dark: rgba(7, 12, 20, 0.85);
|
|
13390
14527
|
--Tooltip-body-color: var(--text-color);
|
|
13391
|
-
--Tooltip-body-
|
|
14528
|
+
--Tooltip-body-color--dark: var(--white);
|
|
14529
|
+
--Tooltip-body-paddingX: var(--gap-base);
|
|
13392
14530
|
--Tooltip-body-paddingY: var(--gap-sm);
|
|
13393
14531
|
--Tooltip-borderColor: var(--borderColor);
|
|
13394
14532
|
--Tooltip-borderRadius: var(--borderRadiusLg);
|
|
13395
14533
|
--Tooltip-borderWidth: var(--borderWidth);
|
|
13396
|
-
--Tooltip-boxShadow: var(--
|
|
14534
|
+
--Tooltip-boxShadow: var(--boxTooltipShadow);
|
|
14535
|
+
--Tooltip-boxShadow--dark: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
|
|
13397
14536
|
--Tooltip-fontSize: var(--fontSizeSm);
|
|
14537
|
+
--Tooltip-fontWeight: var(--fontWeightMd);
|
|
13398
14538
|
--Tooltip-maxWidth: 15rem;
|
|
13399
14539
|
--Tooltip-minWidth: auto;
|
|
14540
|
+
--Tooltip-title-fontWeight: bold;
|
|
13400
14541
|
--Tooltip-title-bg: #f7f7f7;
|
|
13401
14542
|
--Tooltip-title-borderBottom-color: #ebebeb;
|
|
13402
14543
|
--Tooltip-title-color: var(--text--loud-color);
|
|
13403
|
-
--Tooltip-title-
|
|
13404
|
-
--Tooltip-title-
|
|
14544
|
+
--Tooltip-title-color--dark: var(--white);
|
|
14545
|
+
--Tooltip-title-paddingX: var(--gap-base);
|
|
14546
|
+
--Tooltip-title-paddingY: var(--gap-sm);
|
|
13405
14547
|
--Transfer-title-bg: #f6f8f8;
|
|
14548
|
+
--Transfer-selection-maxHeight: 21.875rem;
|
|
14549
|
+
--TabsTransfer-title-bg: #f7f7f9;
|
|
14550
|
+
--TabsTransfer-border-color: #e8e9eb;
|
|
13406
14551
|
--Tree-indent: var(--gap-md);
|
|
13407
14552
|
--Tree-inputHeight: calc(var(--Form-input-height) * 0.85);
|
|
13408
14553
|
--Tree-item-onHover-bg: rgba(0, 126, 255, 0.08);
|
|
@@ -13454,6 +14599,10 @@ readers do not read off random characters that represent icons */
|
|
|
13454
14599
|
--ColumnToggler-fontColor: #151a26;
|
|
13455
14600
|
--ColumnToggler-item-backgroundColor: #f6f7f8;
|
|
13456
14601
|
--ColumnToggler-item-backgroundColor-onHover: rgba(36, 104, 242, 0.1);
|
|
14602
|
+
--ColumnToggler-item-paddingX: 0.5rem;
|
|
14603
|
+
--ColumnToggler-item-paddingY: 0.25rem;
|
|
14604
|
+
--ColumnToggler-item-margin: 0.25rem;
|
|
14605
|
+
--ColumnToggler-item-dragBar-color: #d8d8d8;
|
|
13457
14606
|
--InputFormula-header-bgColor: #fafafa;
|
|
13458
14607
|
--InputFormula-icon-size: 1.5rem;
|
|
13459
14608
|
--InputFormula-icon-color-onActive: var(--primary);
|
|
@@ -13497,7 +14646,7 @@ readers do not read off random characters that represent icons */
|
|
|
13497
14646
|
}
|
|
13498
14647
|
|
|
13499
14648
|
:root {
|
|
13500
|
-
--borderColor: #
|
|
14649
|
+
--borderColor: #e8e9eb;
|
|
13501
14650
|
--borderRadius: 0.25rem;
|
|
13502
14651
|
--body-bg: #ffffff;
|
|
13503
14652
|
--text-color: #151a26;
|
|
@@ -13541,7 +14690,7 @@ readers do not read off random characters that represent icons */
|
|
|
13541
14690
|
--Form-input-bg: #ffffff;
|
|
13542
14691
|
--Form-input-color: #151b26;
|
|
13543
14692
|
--Form-input-height: 2rem;
|
|
13544
|
-
--Form-input-borderColor:
|
|
14693
|
+
--Form-input-borderColor: var(--borderColor);
|
|
13545
14694
|
--Form-input-borderRadius: 0.25rem;
|
|
13546
14695
|
--Form-input-onHover-borderColor: #2468f2;
|
|
13547
14696
|
--Form-input-onFocused-bg: #ffffff;
|
|
@@ -13569,7 +14718,6 @@ readers do not read off random characters that represent icons */
|
|
|
13569
14718
|
--Form-input-clearBtn-color-onActive: #303540;
|
|
13570
14719
|
--Form-select-borderWidth: 0.0625rem;
|
|
13571
14720
|
--Form-select-borderRadius: 0.25rem;
|
|
13572
|
-
--Form-select-borderColor: #e8e9eb;
|
|
13573
14721
|
--Form-select-bg: var(--white);
|
|
13574
14722
|
--Form-select-onHover-bg: var(--white);
|
|
13575
14723
|
--Form-select-onHover-borderColor: var(--primary);
|
|
@@ -13616,10 +14764,10 @@ readers do not read off random characters that represent icons */
|
|
|
13616
14764
|
--Checkbox-onDisabled-color: #ebebeb;
|
|
13617
14765
|
--Checkbox-onDisabled-bg: #cccccc;
|
|
13618
14766
|
--Checkbox-inner-size: 0.5rem;
|
|
13619
|
-
--Checkbox--full-inner-size: 0.
|
|
14767
|
+
--Checkbox--full-inner-size: 0.5rem;
|
|
13620
14768
|
--Checkbox--sm-size: 0.875rem;
|
|
13621
14769
|
--Checkbox--sm-inner-size: 0.5rem;
|
|
13622
|
-
--Checkbox--sm--full-inner-size: 0.
|
|
14770
|
+
--Checkbox--sm--full-inner-size: 0.5rem;
|
|
13623
14771
|
--Radio-size: 1rem;
|
|
13624
14772
|
--Radio-inner-size: 0.625rem;
|
|
13625
14773
|
--Switch-height: 1.25rem;
|
|
@@ -13691,7 +14839,6 @@ readers do not read off random characters that represent icons */
|
|
|
13691
14839
|
--Button--lg-lineHeight: 30 / 20;
|
|
13692
14840
|
--Button--lg-paddingX: 1rem;
|
|
13693
14841
|
--Button--default-bg: #ffffff;
|
|
13694
|
-
--Button--default-border: #e8e9eb;
|
|
13695
14842
|
--Button--default-color: #151b26;
|
|
13696
14843
|
--Button--default-onHover-bg: #ffffff;
|
|
13697
14844
|
--Button--default-onHover-border: var(--primary);
|
|
@@ -13765,7 +14912,6 @@ readers do not read off random characters that represent icons */
|
|
|
13765
14912
|
--TableCell-filterPopOver-dropDownItem-height: 1.875rem;
|
|
13766
14913
|
--TableCell-filterPopOver-dropDownItem-padding: 0 0.625rem;
|
|
13767
14914
|
--ListControl-item-borderWidth: 0.0625rem;
|
|
13768
|
-
--ListControl-item-borderColor: #ccc;
|
|
13769
14915
|
--ListControl-item-borderRadius: 0.25rem;
|
|
13770
14916
|
--ListControl-item-paddingX: 0.625rem;
|
|
13771
14917
|
--ListControl-item-bg: var(--Button--default-bg);
|
|
@@ -13856,6 +15002,7 @@ readers do not read off random characters that represent icons */
|
|
|
13856
15002
|
--Wizard-badge-bg: var(--white);
|
|
13857
15003
|
--Wizard-badge-marginRight: 0.375rem;
|
|
13858
15004
|
--Tabs-linkFontSize: 0.875rem;
|
|
15005
|
+
--Tabs-link-disabled-color: #b8babf;
|
|
13859
15006
|
--Tabs--card-onActive-borderColor: var(--white);
|
|
13860
15007
|
--Tabs--card-bg: var(--Table-thead-bg);
|
|
13861
15008
|
--Tabs--radio-bg: var(--white);
|
|
@@ -13863,7 +15010,7 @@ readers do not read off random characters that represent icons */
|
|
|
13863
15010
|
--Tabs--chrome-bg: #f5f5f5;
|
|
13864
15011
|
--Tabs--simple-split-color: #f2f2f4;
|
|
13865
15012
|
--Tabs--simple-split-size: var(--gap-xs) var(--gap-md);
|
|
13866
|
-
--Tabs-
|
|
15013
|
+
--Tabs--sidebar-iconColor: #2468f2;
|
|
13867
15014
|
--Pagination-fontSize: 0.75rem;
|
|
13868
15015
|
--Pagination-onActive-backgroundColor: var(--white);
|
|
13869
15016
|
--Pagination-onActive-color: var(--primary);
|
|
@@ -13887,7 +15034,7 @@ readers do not read off random characters that represent icons */
|
|
|
13887
15034
|
--Alert-paddingX: 1rem;
|
|
13888
15035
|
--Alert-fontSize: 12px;
|
|
13889
15036
|
--Alert-borderRadius: 0.25rem;
|
|
13890
|
-
--Alert-marginBottom: var(--
|
|
15037
|
+
--Alert-marginBottom: var(--gap-md);
|
|
13891
15038
|
--Alert--danger-color: #5c5f66;
|
|
13892
15039
|
--Alert--danger-bg: #ffe8e6;
|
|
13893
15040
|
--Alert--danger-borderColor: transparent;
|
|
@@ -13956,6 +15103,17 @@ readers do not read off random characters that represent icons */
|
|
|
13956
15103
|
--ResultBox-value-bg: #f7f7f9;
|
|
13957
15104
|
--ResultBox-value-clear-bg: #e8e9eb;
|
|
13958
15105
|
--ResultBox-value-clear-hover-bg: #f2f2f4;
|
|
15106
|
+
--menu-background: #fff;
|
|
15107
|
+
--menu-box-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
|
|
15108
|
+
--menu-border-radius: 4px;
|
|
15109
|
+
--menu-font-color: #151b26;
|
|
15110
|
+
--menu-font-family: PingFangSC-Regular;
|
|
15111
|
+
--menu-border-color: #e8e9eb;
|
|
15112
|
+
--menu-active-color: #2468f2;
|
|
15113
|
+
--menu-hover-bg-color: #e6f0ff;
|
|
15114
|
+
--menu-disabled-color: #b8babf;
|
|
15115
|
+
--default-icon-color: #84868c;
|
|
15116
|
+
--default-padding: 4px 12px;
|
|
13959
15117
|
}
|
|
13960
15118
|
|
|
13961
15119
|
/* BASICS */
|
|
@@ -28148,7 +29306,6 @@ readers do not read off random characters that represent icons */
|
|
|
28148
29306
|
z-index: 1600;
|
|
28149
29307
|
word-wrap: break-word;
|
|
28150
29308
|
background: var(--Tooltip-bg);
|
|
28151
|
-
border: var(--Tooltip-borderWidth) solid var(--Tooltip-borderColor);
|
|
28152
29309
|
box-shadow: var(--Tooltip-boxShadow);
|
|
28153
29310
|
}
|
|
28154
29311
|
|
|
@@ -28185,7 +29342,6 @@ readers do not read off random characters that represent icons */
|
|
|
28185
29342
|
|
|
28186
29343
|
.amis-scope .cxd-Tooltip--top .cxd-Tooltip-arrow::before {
|
|
28187
29344
|
bottom: 0;
|
|
28188
|
-
border-top-color: var(--Tooltip-arrow-outerColor);
|
|
28189
29345
|
}
|
|
28190
29346
|
|
|
28191
29347
|
.amis-scope .cxd-Tooltip--top .cxd-Tooltip-arrow::after {
|
|
@@ -28212,7 +29368,6 @@ readers do not read off random characters that represent icons */
|
|
|
28212
29368
|
|
|
28213
29369
|
.amis-scope .cxd-Tooltip--right .cxd-Tooltip-arrow::before {
|
|
28214
29370
|
left: 0;
|
|
28215
|
-
border-right-color: var(--Tooltip-arrow-outerColor);
|
|
28216
29371
|
}
|
|
28217
29372
|
|
|
28218
29373
|
.amis-scope .cxd-Tooltip--right .cxd-Tooltip-arrow::after {
|
|
@@ -28235,7 +29390,6 @@ readers do not read off random characters that represent icons */
|
|
|
28235
29390
|
|
|
28236
29391
|
.amis-scope .cxd-Tooltip--bottom .cxd-Tooltip-arrow::before {
|
|
28237
29392
|
top: 0;
|
|
28238
|
-
border-bottom-color: var(--Tooltip-arrow-outerColor);
|
|
28239
29393
|
}
|
|
28240
29394
|
|
|
28241
29395
|
.amis-scope .cxd-Tooltip--bottom .cxd-Tooltip-arrow::after {
|
|
@@ -28274,7 +29428,6 @@ readers do not read off random characters that represent icons */
|
|
|
28274
29428
|
|
|
28275
29429
|
.amis-scope .cxd-Tooltip--left .cxd-Tooltip-arrow::before {
|
|
28276
29430
|
right: 0;
|
|
28277
|
-
border-left-color: var(--Tooltip-arrow-outerColor);
|
|
28278
29431
|
}
|
|
28279
29432
|
|
|
28280
29433
|
.amis-scope .cxd-Tooltip--left .cxd-Tooltip-arrow::after {
|
|
@@ -28283,14 +29436,14 @@ readers do not read off random characters that represent icons */
|
|
|
28283
29436
|
}
|
|
28284
29437
|
|
|
28285
29438
|
.amis-scope .cxd-Tooltip-title {
|
|
28286
|
-
padding: var(--Tooltip-title-paddingY) var(--Tooltip-title-paddingX);
|
|
29439
|
+
padding: var(--Tooltip-title-paddingY) var(--Tooltip-title-paddingX) 0;
|
|
28287
29440
|
margin-bottom: 0;
|
|
28288
29441
|
font-size: var(--fontSizeBase);
|
|
28289
29442
|
color: var(--Tooltip-title-color);
|
|
28290
|
-
|
|
28291
|
-
border-bottom: var(--Tooltip-borderWidth) solid var(--Tooltip-title-borderBottom-color);
|
|
29443
|
+
font-weight: var(--Tooltip-fontWeight);
|
|
28292
29444
|
border-top-left-radius: calc( var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth) );
|
|
28293
29445
|
border-top-right-radius: calc( var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth) );
|
|
29446
|
+
font-weight: var(--Tooltip-title-fontWeight);
|
|
28294
29447
|
}
|
|
28295
29448
|
|
|
28296
29449
|
.amis-scope .cxd-Tooltip-title:empty {
|
|
@@ -28300,6 +29453,64 @@ readers do not read off random characters that represent icons */
|
|
|
28300
29453
|
.amis-scope .cxd-Tooltip-body {
|
|
28301
29454
|
color: var(--Tooltip-body-color);
|
|
28302
29455
|
padding: var(--Tooltip-body-paddingY) var(--Tooltip-body-paddingX);
|
|
29456
|
+
word-break: break-all;
|
|
29457
|
+
text-align: left;
|
|
29458
|
+
}
|
|
29459
|
+
|
|
29460
|
+
.amis-scope .cxd-Tooltip--dark {
|
|
29461
|
+
background: var(--Tooltip-bg--dark);
|
|
29462
|
+
border: none;
|
|
29463
|
+
box-shadow: var(--Tooltip-boxShadow--dark);
|
|
29464
|
+
}
|
|
29465
|
+
|
|
29466
|
+
.amis-scope .cxd-Tooltip--dark .cxd-Tooltip-title {
|
|
29467
|
+
color: var(--Tooltip-title-color--dark);
|
|
29468
|
+
background: transparent;
|
|
29469
|
+
border-bottom: none;
|
|
29470
|
+
}
|
|
29471
|
+
|
|
29472
|
+
.amis-scope .cxd-Tooltip--dark .cxd-Tooltip-title::before {
|
|
29473
|
+
border-bottom-color: transparent;
|
|
29474
|
+
}
|
|
29475
|
+
|
|
29476
|
+
.amis-scope .cxd-Tooltip--dark .cxd-Tooltip-body {
|
|
29477
|
+
color: var(--Tooltip-body-color--dark);
|
|
29478
|
+
}
|
|
29479
|
+
|
|
29480
|
+
.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--top .cxd-Tooltip-arrow::before {
|
|
29481
|
+
border-width: 0;
|
|
29482
|
+
}
|
|
29483
|
+
|
|
29484
|
+
.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--top .cxd-Tooltip-arrow::after {
|
|
29485
|
+
border-top-color: var(--Tooltip-arrow-color--dark);
|
|
29486
|
+
}
|
|
29487
|
+
|
|
29488
|
+
.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--bottom .cxd-Tooltip-arrow::before {
|
|
29489
|
+
border-width: 0;
|
|
29490
|
+
}
|
|
29491
|
+
|
|
29492
|
+
.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--bottom .cxd-Tooltip-arrow::after {
|
|
29493
|
+
border-bottom-color: var(--Tooltip-arrow-color--dark);
|
|
29494
|
+
}
|
|
29495
|
+
|
|
29496
|
+
.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--left .cxd-Tooltip-arrow::before {
|
|
29497
|
+
border-width: 0;
|
|
29498
|
+
}
|
|
29499
|
+
|
|
29500
|
+
.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--left .cxd-Tooltip-arrow::after {
|
|
29501
|
+
border-left-color: var(--Tooltip-arrow-color--dark);
|
|
29502
|
+
}
|
|
29503
|
+
|
|
29504
|
+
.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--right .cxd-Tooltip-arrow::before {
|
|
29505
|
+
border-width: 0;
|
|
29506
|
+
}
|
|
29507
|
+
|
|
29508
|
+
.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--right .cxd-Tooltip-arrow::after {
|
|
29509
|
+
border-right-color: var(--Tooltip-arrow-color--dark);
|
|
29510
|
+
}
|
|
29511
|
+
|
|
29512
|
+
.amis-scope .cxd-TooltipWrapper--inline {
|
|
29513
|
+
display: inline-block;
|
|
28303
29514
|
}
|
|
28304
29515
|
|
|
28305
29516
|
@keyframes tooltipIn {
|
|
@@ -29029,7 +30240,7 @@ readers do not read off random characters that represent icons */
|
|
|
29029
30240
|
}
|
|
29030
30241
|
|
|
29031
30242
|
.amis-scope .cxd-Alert-icon {
|
|
29032
|
-
margin-right:
|
|
30243
|
+
margin-right: var(--gap-sm);
|
|
29033
30244
|
font-size: var(--fontSizeLg);
|
|
29034
30245
|
}
|
|
29035
30246
|
|
|
@@ -29288,7 +30499,7 @@ readers do not read off random characters that represent icons */
|
|
|
29288
30499
|
margin-left: var(--Tabs-add-margin);
|
|
29289
30500
|
align-items: center;
|
|
29290
30501
|
justify-content: flex-start;
|
|
29291
|
-
padding: var(--Tabs--line-
|
|
30502
|
+
padding: var(--Tabs--line-addPadding);
|
|
29292
30503
|
white-space: nowrap;
|
|
29293
30504
|
cursor: pointer;
|
|
29294
30505
|
}
|
|
@@ -29305,7 +30516,13 @@ readers do not read off random characters that represent icons */
|
|
|
29305
30516
|
line-height: 1;
|
|
29306
30517
|
}
|
|
29307
30518
|
|
|
30519
|
+
.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable:hover {
|
|
30520
|
+
color: var(--primary);
|
|
30521
|
+
fill: var(--primary);
|
|
30522
|
+
}
|
|
30523
|
+
|
|
29308
30524
|
.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer {
|
|
30525
|
+
flex-grow: 1;
|
|
29309
30526
|
position: relative;
|
|
29310
30527
|
display: flex;
|
|
29311
30528
|
align-items: center;
|
|
@@ -29313,7 +30530,7 @@ readers do not read off random characters that represent icons */
|
|
|
29313
30530
|
}
|
|
29314
30531
|
|
|
29315
30532
|
.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow {
|
|
29316
|
-
margin
|
|
30533
|
+
margin: var(--Tabs--line-addPadding);
|
|
29317
30534
|
width: 16px;
|
|
29318
30535
|
height: 100%;
|
|
29319
30536
|
display: flex;
|
|
@@ -29348,6 +30565,7 @@ readers do not read off random characters that represent icons */
|
|
|
29348
30565
|
}
|
|
29349
30566
|
|
|
29350
30567
|
.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-main {
|
|
30568
|
+
position: relative;
|
|
29351
30569
|
overflow-y: auto;
|
|
29352
30570
|
scrollbar-width: none;
|
|
29353
30571
|
width: 100%;
|
|
@@ -29358,8 +30576,10 @@ readers do not read off random characters that represent icons */
|
|
|
29358
30576
|
}
|
|
29359
30577
|
|
|
29360
30578
|
.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-main .cxd-Tabs-links {
|
|
29361
|
-
position: relative;
|
|
29362
30579
|
min-width: 100%;
|
|
30580
|
+
max-width: 0;
|
|
30581
|
+
height: 100%;
|
|
30582
|
+
overflow-x: hidden;
|
|
29363
30583
|
}
|
|
29364
30584
|
|
|
29365
30585
|
.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-main .cxd-Tabs-links .cxd-Tabs-links-drag {
|
|
@@ -29402,7 +30622,9 @@ readers do not read off random characters that represent icons */
|
|
|
29402
30622
|
}
|
|
29403
30623
|
|
|
29404
30624
|
.amis-scope .cxd-Tabs-links > .cxd-Tabs-link .cxd-Tabs-link-close {
|
|
29405
|
-
margin
|
|
30625
|
+
margin: var(--Tabs-close-marginTop) 0 0 var(--Tabs-close-margin);
|
|
30626
|
+
fill: var(--Tabs-gray-color);
|
|
30627
|
+
cursor: pointer;
|
|
29406
30628
|
}
|
|
29407
30629
|
|
|
29408
30630
|
.amis-scope .cxd-Tabs-links > .cxd-Tabs-link .cxd-Tabs-link-close .cxd-Tabs-link-close-icon {
|
|
@@ -29490,6 +30712,18 @@ readers do not read off random characters that represent icons */
|
|
|
29490
30712
|
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs--simple-split-color);
|
|
29491
30713
|
}
|
|
29492
30714
|
|
|
30715
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper--toolbar .cxd-Tabs-link {
|
|
30716
|
+
padding-top: 10px;
|
|
30717
|
+
}
|
|
30718
|
+
|
|
30719
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper--toolbar .cxd-Tabs-addable {
|
|
30720
|
+
padding: 0;
|
|
30721
|
+
}
|
|
30722
|
+
|
|
30723
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper--toolbar .cxd-Tabs-linksContainer-arrow {
|
|
30724
|
+
margin: 0;
|
|
30725
|
+
}
|
|
30726
|
+
|
|
29493
30727
|
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-arrow {
|
|
29494
30728
|
top: -4px;
|
|
29495
30729
|
}
|
|
@@ -29521,13 +30755,15 @@ readers do not read off random characters that represent icons */
|
|
|
29521
30755
|
padding: var(--Tabs--line-linkPadding);
|
|
29522
30756
|
}
|
|
29523
30757
|
|
|
29524
|
-
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li
|
|
29525
|
-
.amis-scope .cxd-Tabs--line > .cxd-Tabs-
|
|
29526
|
-
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:hover,
|
|
29527
|
-
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:focus {
|
|
30758
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:not(.is-disabled):hover a:first-child,
|
|
30759
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:not(.is-disabled):hover a:first-child {
|
|
29528
30760
|
color: var(--primary);
|
|
29529
30761
|
background: transparent;
|
|
29530
|
-
|
|
30762
|
+
}
|
|
30763
|
+
|
|
30764
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:not(.is-disabled):hover .cxd-Tabs-link-close,
|
|
30765
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:not(.is-disabled):hover .cxd-Tabs-link-close {
|
|
30766
|
+
fill: var(--primary);
|
|
29531
30767
|
}
|
|
29532
30768
|
|
|
29533
30769
|
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:last-child > a,
|
|
@@ -29567,6 +30803,10 @@ readers do not read off random characters that represent icons */
|
|
|
29567
30803
|
margin-right: var(--Tabs--card-add-gap);
|
|
29568
30804
|
}
|
|
29569
30805
|
|
|
30806
|
+
.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer .cxd-Tabs-addable {
|
|
30807
|
+
padding: 0;
|
|
30808
|
+
}
|
|
30809
|
+
|
|
29570
30810
|
.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-arrow {
|
|
29571
30811
|
padding: var(--Tabs--card-arrow-gap) var(--Tabs--card-add-gap) 0;
|
|
29572
30812
|
margin-bottom: 0;
|
|
@@ -29592,6 +30832,10 @@ readers do not read off random characters that represent icons */
|
|
|
29592
30832
|
background: var(--Tabs--card-onActive-bg);
|
|
29593
30833
|
}
|
|
29594
30834
|
|
|
30835
|
+
.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-disabled {
|
|
30836
|
+
cursor: not-allowed;
|
|
30837
|
+
}
|
|
30838
|
+
|
|
29595
30839
|
.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:hover,
|
|
29596
30840
|
.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:focus {
|
|
29597
30841
|
background: var(--Tabs--card-onActive-bg);
|
|
@@ -29603,6 +30847,11 @@ readers do not read off random characters that represent icons */
|
|
|
29603
30847
|
border: none;
|
|
29604
30848
|
}
|
|
29605
30849
|
|
|
30850
|
+
.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-toolbar {
|
|
30851
|
+
padding: var(--Tabs--card-padding);
|
|
30852
|
+
margin: 0;
|
|
30853
|
+
}
|
|
30854
|
+
|
|
29606
30855
|
.amis-scope .cxd-Tabs--card > .cxd-Tabs-content {
|
|
29607
30856
|
border-width: 0;
|
|
29608
30857
|
}
|
|
@@ -29611,7 +30860,7 @@ readers do not read off random characters that represent icons */
|
|
|
29611
30860
|
margin-bottom: 0.625rem;
|
|
29612
30861
|
}
|
|
29613
30862
|
|
|
29614
|
-
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper
|
|
30863
|
+
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable {
|
|
29615
30864
|
padding: 0;
|
|
29616
30865
|
}
|
|
29617
30866
|
|
|
@@ -29703,7 +30952,7 @@ readers do not read off random characters that represent icons */
|
|
|
29703
30952
|
border-right-width: 0;
|
|
29704
30953
|
}
|
|
29705
30954
|
|
|
29706
|
-
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper
|
|
30955
|
+
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable {
|
|
29707
30956
|
padding: 0 var(--Tabs--tiled-add-gap);
|
|
29708
30957
|
margin-left: 0;
|
|
29709
30958
|
white-space: nowrap;
|
|
@@ -29757,6 +31006,10 @@ readers do not read off random characters that represent icons */
|
|
|
29757
31006
|
border-bottom-color: transparent;
|
|
29758
31007
|
}
|
|
29759
31008
|
|
|
31009
|
+
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-disabled {
|
|
31010
|
+
cursor: not-allowed;
|
|
31011
|
+
}
|
|
31012
|
+
|
|
29760
31013
|
.amis-scope .cxd-Tabs--vertical {
|
|
29761
31014
|
display: flex;
|
|
29762
31015
|
min-height: 12.5rem;
|
|
@@ -29811,6 +31064,87 @@ readers do not read off random characters that represent icons */
|
|
|
29811
31064
|
height: 100%;
|
|
29812
31065
|
}
|
|
29813
31066
|
|
|
31067
|
+
.amis-scope .cxd-Tabs--sidebar {
|
|
31068
|
+
display: flex;
|
|
31069
|
+
height: 100%;
|
|
31070
|
+
}
|
|
31071
|
+
|
|
31072
|
+
.amis-scope .cxd-Tabs--sidebar.sidebar--left {
|
|
31073
|
+
flex-direction: row;
|
|
31074
|
+
}
|
|
31075
|
+
|
|
31076
|
+
.amis-scope .cxd-Tabs--sidebar.sidebar--left > .cxd-Tabs-content {
|
|
31077
|
+
border-right: none;
|
|
31078
|
+
}
|
|
31079
|
+
|
|
31080
|
+
.amis-scope .cxd-Tabs--sidebar.sidebar--right {
|
|
31081
|
+
flex-direction: row-reverse;
|
|
31082
|
+
}
|
|
31083
|
+
|
|
31084
|
+
.amis-scope .cxd-Tabs--sidebar.sidebar--right > .cxd-Tabs-content {
|
|
31085
|
+
border-left: none;
|
|
31086
|
+
}
|
|
31087
|
+
|
|
31088
|
+
.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper {
|
|
31089
|
+
flex: 0 0 var(--Tabs--sidebar-sideWidth);
|
|
31090
|
+
align-items: flex-start;
|
|
31091
|
+
border: none;
|
|
31092
|
+
}
|
|
31093
|
+
|
|
31094
|
+
.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links {
|
|
31095
|
+
position: relative;
|
|
31096
|
+
margin: 0;
|
|
31097
|
+
padding-top: var(--Tabs--sidebar-sidePadding);
|
|
31098
|
+
flex-grow: 1;
|
|
31099
|
+
border: none;
|
|
31100
|
+
flex-direction: column;
|
|
31101
|
+
border: 0;
|
|
31102
|
+
}
|
|
31103
|
+
|
|
31104
|
+
.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li {
|
|
31105
|
+
display: flex;
|
|
31106
|
+
margin: var(--Tabs--sidebar-sideMargin);
|
|
31107
|
+
padding: 0;
|
|
31108
|
+
flex-direction: column;
|
|
31109
|
+
justify-content: flex-start;
|
|
31110
|
+
align-items: center;
|
|
31111
|
+
border: 0;
|
|
31112
|
+
}
|
|
31113
|
+
|
|
31114
|
+
.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:not(.is-disabled) > a:first-child {
|
|
31115
|
+
color: var(--Tabs-gray-color);
|
|
31116
|
+
}
|
|
31117
|
+
|
|
31118
|
+
.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child {
|
|
31119
|
+
padding: 0;
|
|
31120
|
+
border: 0;
|
|
31121
|
+
margin: 0;
|
|
31122
|
+
display: flex;
|
|
31123
|
+
flex-direction: column;
|
|
31124
|
+
align-items: center;
|
|
31125
|
+
}
|
|
31126
|
+
|
|
31127
|
+
.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child .cxd-Icon {
|
|
31128
|
+
font-size: var(--Tabs--sidebar-iconSize);
|
|
31129
|
+
height: var(--Tabs--sidebar-iconSize);
|
|
31130
|
+
margin-bottom: var(--Tabs--sidebar-iconMargin);
|
|
31131
|
+
}
|
|
31132
|
+
|
|
31133
|
+
.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child,
|
|
31134
|
+
.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child:hover,
|
|
31135
|
+
.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child:focus {
|
|
31136
|
+
color: var(--Tabs--sidebar-iconColor);
|
|
31137
|
+
}
|
|
31138
|
+
|
|
31139
|
+
.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-content {
|
|
31140
|
+
flex-grow: 1;
|
|
31141
|
+
border-bottom: none;
|
|
31142
|
+
}
|
|
31143
|
+
|
|
31144
|
+
.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-content > .cxd-Tabs-pane {
|
|
31145
|
+
height: 100%;
|
|
31146
|
+
}
|
|
31147
|
+
|
|
29814
31148
|
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper {
|
|
29815
31149
|
background: var(--Tabs--chrome-bg);
|
|
29816
31150
|
border-bottom: none;
|
|
@@ -29827,6 +31161,7 @@ readers do not read off random characters that represent icons */
|
|
|
29827
31161
|
padding: 0 0.625rem;
|
|
29828
31162
|
padding-top: 0.5rem;
|
|
29829
31163
|
display: flex;
|
|
31164
|
+
width: 100%;
|
|
29830
31165
|
}
|
|
29831
31166
|
|
|
29832
31167
|
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li {
|
|
@@ -29848,7 +31183,7 @@ readers do not read off random characters that represent icons */
|
|
|
29848
31183
|
z-index: 5;
|
|
29849
31184
|
overflow: hidden;
|
|
29850
31185
|
padding: 0;
|
|
29851
|
-
text-overflow:
|
|
31186
|
+
text-overflow: ellipsis;
|
|
29852
31187
|
}
|
|
29853
31188
|
|
|
29854
31189
|
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child,
|
|
@@ -29895,6 +31230,10 @@ readers do not read off random characters that represent icons */
|
|
|
29895
31230
|
fill: var(--Tabs-onActive-bg);
|
|
29896
31231
|
}
|
|
29897
31232
|
|
|
31233
|
+
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-disabled {
|
|
31234
|
+
cursor: not-allowed;
|
|
31235
|
+
}
|
|
31236
|
+
|
|
29898
31237
|
.amis-scope .cxd-Tabs--chrome .chrome-tab-background {
|
|
29899
31238
|
display: none;
|
|
29900
31239
|
position: absolute;
|
|
@@ -29926,7 +31265,7 @@ readers do not read off random characters that represent icons */
|
|
|
29926
31265
|
border-bottom: none;
|
|
29927
31266
|
}
|
|
29928
31267
|
|
|
29929
|
-
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper
|
|
31268
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable {
|
|
29930
31269
|
padding: 0;
|
|
29931
31270
|
}
|
|
29932
31271
|
|
|
@@ -29967,13 +31306,17 @@ readers do not read off random characters that represent icons */
|
|
|
29967
31306
|
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child,
|
|
29968
31307
|
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:hover,
|
|
29969
31308
|
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:focus,
|
|
29970
|
-
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:hover > a:first-child,
|
|
29971
|
-
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:hover > a:first-child:hover,
|
|
29972
|
-
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:hover > a:first-child:focus {
|
|
31309
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:not(.is-disabled):hover > a:first-child,
|
|
31310
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:not(.is-disabled):hover > a:first-child:hover,
|
|
31311
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:not(.is-disabled):hover > a:first-child:focus {
|
|
29973
31312
|
color: var(--Tabs--line-onHover-color);
|
|
29974
31313
|
border: none;
|
|
29975
31314
|
}
|
|
29976
31315
|
|
|
31316
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:not(.is-disabled):hover .cxd-Tabs-link-close {
|
|
31317
|
+
fill: var(--primary);
|
|
31318
|
+
}
|
|
31319
|
+
|
|
29977
31320
|
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child {
|
|
29978
31321
|
padding: 0;
|
|
29979
31322
|
}
|
|
@@ -29993,7 +31336,7 @@ readers do not read off random characters that represent icons */
|
|
|
29993
31336
|
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs--simple-split-color);
|
|
29994
31337
|
}
|
|
29995
31338
|
|
|
29996
|
-
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper
|
|
31339
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable {
|
|
29997
31340
|
width: var(--Tabs--strong-add-size);
|
|
29998
31341
|
margin-left: var(--Tabs--card-arrow-gap);
|
|
29999
31342
|
padding: 0;
|
|
@@ -30007,11 +31350,11 @@ readers do not read off random characters that represent icons */
|
|
|
30007
31350
|
flex: none;
|
|
30008
31351
|
}
|
|
30009
31352
|
|
|
30010
|
-
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper
|
|
31353
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable > .cxd-Tabs-addable-icon {
|
|
30011
31354
|
margin-right: 0;
|
|
30012
31355
|
}
|
|
30013
31356
|
|
|
30014
|
-
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper
|
|
31357
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable:hover {
|
|
30015
31358
|
color: var(--Tabs--line-onHover-color);
|
|
30016
31359
|
}
|
|
30017
31360
|
|
|
@@ -30065,15 +31408,23 @@ readers do not read off random characters that represent icons */
|
|
|
30065
31408
|
border-bottom-color: var(--Tabs-onActive-bg);
|
|
30066
31409
|
}
|
|
30067
31410
|
|
|
31411
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link.is-disabled {
|
|
31412
|
+
cursor: not-allowed;
|
|
31413
|
+
}
|
|
31414
|
+
|
|
30068
31415
|
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link.is-active > a:first-child,
|
|
30069
31416
|
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link.is-active > a:first-child:hover,
|
|
30070
31417
|
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link.is-active > a:first-child:focus,
|
|
30071
|
-
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:hover > a:first-child,
|
|
30072
|
-
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:hover > a:first-child:hover,
|
|
30073
|
-
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:hover > a:first-child:focus {
|
|
31418
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:not(.is-disabled):hover > a:first-child,
|
|
31419
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:not(.is-disabled):hover > a:first-child:hover,
|
|
31420
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:not(.is-disabled):hover > a:first-child:focus {
|
|
30074
31421
|
color: var(--Tabs--line-onHover-color);
|
|
30075
31422
|
}
|
|
30076
31423
|
|
|
31424
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:not(.is-disabled):hover .cxd-Tabs-link-close {
|
|
31425
|
+
fill: var(--primary);
|
|
31426
|
+
}
|
|
31427
|
+
|
|
30077
31428
|
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:last-of-type {
|
|
30078
31429
|
margin-right: 0;
|
|
30079
31430
|
}
|
|
@@ -30085,9 +31436,12 @@ readers do not read off random characters that represent icons */
|
|
|
30085
31436
|
}
|
|
30086
31437
|
|
|
30087
31438
|
.amis-scope .cxd-Tabs-toolbar {
|
|
30088
|
-
|
|
30089
|
-
|
|
30090
|
-
|
|
31439
|
+
flex: 1 1 auto;
|
|
31440
|
+
margin-left: var(--gap-base);
|
|
31441
|
+
display: flex;
|
|
31442
|
+
flex-direction: row;
|
|
31443
|
+
align-items: center;
|
|
31444
|
+
justify-content: flex-end;
|
|
30091
31445
|
}
|
|
30092
31446
|
|
|
30093
31447
|
.amis-scope .cxd-Nav {
|
|
@@ -30111,6 +31465,34 @@ readers do not read off random characters that represent icons */
|
|
|
30111
31465
|
vertical-align: middle;
|
|
30112
31466
|
}
|
|
30113
31467
|
|
|
31468
|
+
.amis-scope .cxd-Nav .cxd-Nav-list-overflow {
|
|
31469
|
+
min-height: var(--Nav-Item-height) !important;
|
|
31470
|
+
max-height: calc(var(--Nav-Item-height) * 5);
|
|
31471
|
+
max-width: var(--Nav-Item-maxWidth--tabs);
|
|
31472
|
+
font-size: var(--Nav-subItem-fontSize);
|
|
31473
|
+
overflow-x: hidden;
|
|
31474
|
+
overflow-y: auto;
|
|
31475
|
+
}
|
|
31476
|
+
|
|
31477
|
+
.amis-scope .cxd-Nav .cxd-Nav-list-overflow .cxd-Nav-subItems {
|
|
31478
|
+
margin-block-start: 0;
|
|
31479
|
+
margin-block-end: 0;
|
|
31480
|
+
}
|
|
31481
|
+
|
|
31482
|
+
.amis-scope .cxd-Nav .cxd-Nav-list-overflow .cxd-Nav-item {
|
|
31483
|
+
max-width: var(--Nav-Item-maxWidth--tabs);
|
|
31484
|
+
height: var(--Nav-Item-height);
|
|
31485
|
+
}
|
|
31486
|
+
|
|
31487
|
+
.amis-scope .cxd-Nav .cxd-Nav-list-overflow .cxd-Nav-item > a {
|
|
31488
|
+
border: none !important;
|
|
31489
|
+
display: block !important;
|
|
31490
|
+
text-overflow: ellipsis;
|
|
31491
|
+
overflow: hidden;
|
|
31492
|
+
white-space: nowrap;
|
|
31493
|
+
user-select: none;
|
|
31494
|
+
}
|
|
31495
|
+
|
|
30114
31496
|
.amis-scope .cxd-Nav .cxd-Nav-list--tabs {
|
|
30115
31497
|
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
|
|
30116
31498
|
}
|
|
@@ -30119,6 +31501,7 @@ readers do not read off random characters that represent icons */
|
|
|
30119
31501
|
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
|
30120
31502
|
display: inline-block;
|
|
30121
31503
|
position: relative;
|
|
31504
|
+
max-width: var(--Nav-Item-maxWidth--tabs);
|
|
30122
31505
|
}
|
|
30123
31506
|
|
|
30124
31507
|
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item > a {
|
|
@@ -30133,11 +31516,15 @@ readers do not read off random characters that represent icons */
|
|
|
30133
31516
|
margin-right: 0.125rem;
|
|
30134
31517
|
padding: var(--gap-sm) var(--gap-xl);
|
|
30135
31518
|
cursor: pointer;
|
|
31519
|
+
text-overflow: ellipsis;
|
|
31520
|
+
overflow: hidden;
|
|
31521
|
+
white-space: nowrap;
|
|
30136
31522
|
}
|
|
30137
31523
|
|
|
30138
31524
|
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item:hover > a,
|
|
30139
31525
|
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item > a:focus {
|
|
30140
31526
|
border-color: var(--Tabs-onHover-borderColor);
|
|
31527
|
+
border-bottom: none;
|
|
30141
31528
|
text-decoration: none;
|
|
30142
31529
|
}
|
|
30143
31530
|
|
|
@@ -30157,6 +31544,13 @@ readers do not read off random characters that represent icons */
|
|
|
30157
31544
|
border-bottom-color: var(--Tabs-content-bg);
|
|
30158
31545
|
}
|
|
30159
31546
|
|
|
31547
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item-overflow:hover > a,
|
|
31548
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item-overflow > a:focus,
|
|
31549
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item-overflow.is-overflow-opened > a {
|
|
31550
|
+
color: var(--primary);
|
|
31551
|
+
border-color: transparent;
|
|
31552
|
+
}
|
|
31553
|
+
|
|
30160
31554
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked {
|
|
30161
31555
|
min-height: 3.125rem;
|
|
30162
31556
|
}
|
|
@@ -31077,57 +32471,122 @@ readers do not read off random characters that represent icons */
|
|
|
31077
32471
|
}
|
|
31078
32472
|
}
|
|
31079
32473
|
|
|
31080
|
-
.amis-scope .
|
|
31081
|
-
|
|
31082
|
-
|
|
31083
|
-
|
|
31084
|
-
|
|
31085
|
-
position: absolute;
|
|
31086
|
-
z-index: 10;
|
|
31087
|
-
top: 0;
|
|
31088
|
-
left: 0;
|
|
31089
|
-
right: 0;
|
|
31090
|
-
bottom: 0;
|
|
31091
|
-
background: var(--Spinner-overlay-bg);
|
|
31092
|
-
transition: ease-out opacity var(--animation-duration);
|
|
32474
|
+
.amis-scope .cxd-Spinner {
|
|
32475
|
+
display: inline-flex;
|
|
32476
|
+
flex-direction: column;
|
|
32477
|
+
align-items: center;
|
|
32478
|
+
justify-content: center;
|
|
31093
32479
|
opacity: 0;
|
|
32480
|
+
transition: ease-out opacity var(--animation-duration);
|
|
31094
32481
|
}
|
|
31095
32482
|
|
|
31096
|
-
.amis-scope .cxd-Spinner
|
|
32483
|
+
.amis-scope .cxd-Spinner.in {
|
|
31097
32484
|
opacity: 1;
|
|
31098
32485
|
}
|
|
31099
32486
|
|
|
31100
|
-
.amis-scope .cxd-Spinner {
|
|
32487
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon {
|
|
31101
32488
|
width: var(--Spinner-width);
|
|
31102
32489
|
height: var(--Spinner-height);
|
|
32490
|
+
position: relative;
|
|
31103
32491
|
transform: translateZ(0);
|
|
31104
|
-
|
|
32492
|
+
animation: spin 2s linear infinite;
|
|
32493
|
+
transition: ease-out all var(--animation-duration);
|
|
32494
|
+
}
|
|
32495
|
+
|
|
32496
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon--default {
|
|
31105
32497
|
background: var(--Spinner-bg);
|
|
31106
32498
|
background-size: 100%;
|
|
31107
|
-
|
|
32499
|
+
animation: none;
|
|
32500
|
+
}
|
|
32501
|
+
|
|
32502
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon--simple {
|
|
32503
|
+
background: transparent;
|
|
32504
|
+
display: flex;
|
|
32505
|
+
align-items: center;
|
|
32506
|
+
justify-content: center;
|
|
32507
|
+
}
|
|
32508
|
+
|
|
32509
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon--simple .icon {
|
|
32510
|
+
width: 100%;
|
|
32511
|
+
height: 100%;
|
|
32512
|
+
color: var(--Spinner-color);
|
|
32513
|
+
}
|
|
32514
|
+
|
|
32515
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon--simple svg.icon {
|
|
32516
|
+
top: 0;
|
|
32517
|
+
}
|
|
32518
|
+
|
|
32519
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon--simple svg.icon path {
|
|
32520
|
+
fill: var(--Spinner-color);
|
|
32521
|
+
}
|
|
32522
|
+
|
|
32523
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon--simple i.icon {
|
|
32524
|
+
display: flex;
|
|
32525
|
+
align-items: center;
|
|
32526
|
+
justify-content: center;
|
|
32527
|
+
font-size: var(--Spinner-width);
|
|
31108
32528
|
}
|
|
31109
32529
|
|
|
31110
|
-
.amis-scope .cxd-Spinner--
|
|
32530
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon--custom {
|
|
32531
|
+
width: auto;
|
|
32532
|
+
height: auto;
|
|
32533
|
+
}
|
|
32534
|
+
|
|
32535
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon--lg {
|
|
31111
32536
|
width: var(--Spinner--lg-width);
|
|
31112
32537
|
height: var(--Spinner--lg-height);
|
|
31113
32538
|
}
|
|
31114
32539
|
|
|
31115
|
-
.amis-scope .cxd-Spinner--
|
|
32540
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon--lg i.icon {
|
|
32541
|
+
font-size: var(--Spinner--lg-height);
|
|
32542
|
+
}
|
|
32543
|
+
|
|
32544
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon--sm {
|
|
31116
32545
|
width: var(--Spinner--sm-width);
|
|
31117
32546
|
height: var(--Spinner--sm-height);
|
|
31118
32547
|
}
|
|
31119
32548
|
|
|
31120
|
-
.amis-scope .cxd-Spinner--icon {
|
|
31121
|
-
|
|
31122
|
-
animation: spin 2s linear infinite;
|
|
31123
|
-
width: 16px;
|
|
31124
|
-
height: 16px;
|
|
32549
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon--sm i.icon {
|
|
32550
|
+
font-size: var(--Spinner--sm-height);
|
|
31125
32551
|
}
|
|
31126
32552
|
|
|
31127
|
-
.amis-scope .cxd-Spinner
|
|
31128
|
-
|
|
31129
|
-
|
|
31130
|
-
|
|
32553
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-tip {
|
|
32554
|
+
margin: 0.75rem 0 0 0;
|
|
32555
|
+
word-break: keep-all;
|
|
32556
|
+
white-space: nowrap;
|
|
32557
|
+
color: var(--Spinner-color);
|
|
32558
|
+
}
|
|
32559
|
+
|
|
32560
|
+
.amis-scope .cxd-Spinner.cxd-Spinner-tip--top {
|
|
32561
|
+
flex-direction: column-reverse;
|
|
32562
|
+
}
|
|
32563
|
+
|
|
32564
|
+
.amis-scope .cxd-Spinner.cxd-Spinner-tip--top .cxd-Spinner-tip {
|
|
32565
|
+
margin: 0 0 0.75rem 0;
|
|
32566
|
+
}
|
|
32567
|
+
|
|
32568
|
+
.amis-scope .cxd-Spinner.cxd-Spinner-tip--right {
|
|
32569
|
+
flex-direction: row;
|
|
32570
|
+
}
|
|
32571
|
+
|
|
32572
|
+
.amis-scope .cxd-Spinner.cxd-Spinner-tip--right .cxd-Spinner-tip {
|
|
32573
|
+
margin: 0 0 0 0.75rem;
|
|
32574
|
+
}
|
|
32575
|
+
|
|
32576
|
+
.amis-scope .cxd-Spinner.cxd-Spinner-tip--bottom {
|
|
32577
|
+
flex-direction: column;
|
|
32578
|
+
}
|
|
32579
|
+
|
|
32580
|
+
.amis-scope .cxd-Spinner.cxd-Spinner-tip--bottom .cxd-Spinner-tip {
|
|
32581
|
+
margin: 0.75rem 0 0 0;
|
|
32582
|
+
}
|
|
32583
|
+
|
|
32584
|
+
.amis-scope .cxd-Spinner.cxd-Spinner-tip--left {
|
|
32585
|
+
flex-direction: row-reverse;
|
|
32586
|
+
}
|
|
32587
|
+
|
|
32588
|
+
.amis-scope .cxd-Spinner.cxd-Spinner-tip--left .cxd-Spinner-tip {
|
|
32589
|
+
margin: 0 0.75rem 0 0;
|
|
31131
32590
|
}
|
|
31132
32591
|
|
|
31133
32592
|
.amis-scope .cxd-Spinner--overlay {
|
|
@@ -31138,20 +32597,34 @@ readers do not read off random characters that represent icons */
|
|
|
31138
32597
|
transform: translate3d(-50%, -50%, 0);
|
|
31139
32598
|
}
|
|
31140
32599
|
|
|
31141
|
-
.amis-scope .cxd-Spinner
|
|
31142
|
-
|
|
31143
|
-
|
|
31144
|
-
|
|
32600
|
+
.amis-scope .cxd-Spinner-overlay {
|
|
32601
|
+
position: absolute;
|
|
32602
|
+
z-index: 10;
|
|
32603
|
+
top: 0;
|
|
32604
|
+
left: 0;
|
|
32605
|
+
right: 0;
|
|
32606
|
+
bottom: 0;
|
|
32607
|
+
background: var(--Spinner-overlay-bg);
|
|
32608
|
+
transition: ease-out opacity var(--animation-duration);
|
|
32609
|
+
opacity: 0;
|
|
31145
32610
|
}
|
|
31146
32611
|
|
|
31147
|
-
|
|
31148
|
-
|
|
31149
|
-
|
|
31150
|
-
}
|
|
32612
|
+
.amis-scope .cxd-Spinner-overlay.in {
|
|
32613
|
+
opacity: 1;
|
|
32614
|
+
}
|
|
31151
32615
|
|
|
31152
|
-
|
|
31153
|
-
|
|
31154
|
-
|
|
32616
|
+
.amis-scope .cxd-Spinner-wrap {
|
|
32617
|
+
position: relative;
|
|
32618
|
+
width: 100%;
|
|
32619
|
+
height: 100%;
|
|
32620
|
+
}
|
|
32621
|
+
|
|
32622
|
+
.amis-scope .cxd-Spinner-wrap .cxd-Spinner {
|
|
32623
|
+
position: absolute;
|
|
32624
|
+
z-index: 11;
|
|
32625
|
+
top: 50%;
|
|
32626
|
+
left: 50%;
|
|
32627
|
+
transform: translate3d(-50%, -50%, 0);
|
|
31155
32628
|
}
|
|
31156
32629
|
|
|
31157
32630
|
.amis-scope .cxd-ButtonGroup {
|
|
@@ -31221,10 +32694,15 @@ readers do not read off random characters that represent icons */
|
|
|
31221
32694
|
border-bottom-left-radius: 0;
|
|
31222
32695
|
}
|
|
31223
32696
|
|
|
32697
|
+
.amis-scope .cxd-ButtonGroup > .cxd-ButtonGroup:last-child > .cxd-Button:not(:last-child) {
|
|
32698
|
+
border-top-right-radius: 0;
|
|
32699
|
+
}
|
|
32700
|
+
|
|
31224
32701
|
.amis-scope .cxd-ButtonGroup--vertical {
|
|
31225
32702
|
flex-direction: column;
|
|
31226
32703
|
align-items: flex-start;
|
|
31227
32704
|
justify-content: center;
|
|
32705
|
+
/* 修正头尾的圆角 */
|
|
31228
32706
|
}
|
|
31229
32707
|
|
|
31230
32708
|
.amis-scope .cxd-ButtonGroup--vertical .cxd-Button,
|
|
@@ -31252,6 +32730,16 @@ readers do not read off random characters that represent icons */
|
|
|
31252
32730
|
border-top-right-radius: 0;
|
|
31253
32731
|
}
|
|
31254
32732
|
|
|
32733
|
+
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Button:first-child,
|
|
32734
|
+
.amis-scope .cxd-ButtonGroup--vertical > .cxd-ButtonGroup:first-child > .cxd-Button:first-child {
|
|
32735
|
+
border-top-right-radius: var(--Button-borderRadius);
|
|
32736
|
+
}
|
|
32737
|
+
|
|
32738
|
+
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Button:last-child,
|
|
32739
|
+
.amis-scope .cxd-ButtonGroup--vertical > .cxd-ButtonGroup:last-child > .cxd-Button:last-child {
|
|
32740
|
+
border-bottom-left-radius: var(--Button-borderRadius);
|
|
32741
|
+
}
|
|
32742
|
+
|
|
31255
32743
|
.amis-scope .cxd-ButtonGroup--tiled {
|
|
31256
32744
|
display: flex;
|
|
31257
32745
|
}
|
|
@@ -31971,12 +33459,41 @@ readers do not read off random characters that represent icons */
|
|
|
31971
33459
|
|
|
31972
33460
|
.amis-scope .cxd-CBGroup {
|
|
31973
33461
|
font-size: var(--fontSizeSm);
|
|
33462
|
+
position: relative;
|
|
33463
|
+
border: 1px solid #e8e9eb;
|
|
33464
|
+
border-radius: 4px;
|
|
33465
|
+
border-left: 0.1875rem solid #e6f0ff;
|
|
33466
|
+
padding: 1.875rem 1.6875rem 1.0625rem;
|
|
33467
|
+
margin-top: 1.875rem;
|
|
33468
|
+
}
|
|
33469
|
+
|
|
33470
|
+
.amis-scope .cxd-CBGroup-toolbarCondition {
|
|
33471
|
+
text-align: center;
|
|
33472
|
+
margin-top: -2.75rem;
|
|
33473
|
+
margin-bottom: 1rem;
|
|
33474
|
+
}
|
|
33475
|
+
|
|
33476
|
+
.amis-scope .cxd-CBGroup-toolbarCondition .cxd-Select {
|
|
33477
|
+
font-size: 12px;
|
|
33478
|
+
height: 1.75rem;
|
|
33479
|
+
width: 3.875rem;
|
|
33480
|
+
background: #d4e5ff;
|
|
33481
|
+
border: none;
|
|
33482
|
+
color: #0832a6;
|
|
33483
|
+
font-weight: 500;
|
|
33484
|
+
padding: 0;
|
|
33485
|
+
padding-left: 0.5rem;
|
|
33486
|
+
min-height: 1.75rem;
|
|
33487
|
+
}
|
|
33488
|
+
|
|
33489
|
+
.amis-scope .cxd-CBGroup-toolbarCondition .cxd-Select:hover {
|
|
33490
|
+
background: #d4e5ff;
|
|
31974
33491
|
}
|
|
31975
33492
|
|
|
31976
33493
|
.amis-scope .cxd-CBGroup-toolbar {
|
|
31977
33494
|
display: flex;
|
|
31978
33495
|
flex-direction: row;
|
|
31979
|
-
|
|
33496
|
+
margin-top: 0.5rem;
|
|
31980
33497
|
}
|
|
31981
33498
|
|
|
31982
33499
|
.amis-scope .cxd-CBGroup-toolbar .cxd-Button {
|
|
@@ -31991,27 +33508,21 @@ readers do not read off random characters that represent icons */
|
|
|
31991
33508
|
margin-right: 5px;
|
|
31992
33509
|
}
|
|
31993
33510
|
|
|
31994
|
-
.amis-scope .cxd-CBGroup-toolbar:not(:hover) .cxd-CBGroup-toolbarCondition .cxd-Button:not(.is-active) {
|
|
31995
|
-
width: 0;
|
|
31996
|
-
padding: 0;
|
|
31997
|
-
overflow: hidden;
|
|
31998
|
-
opacity: 0;
|
|
31999
|
-
margin: 0;
|
|
32000
|
-
border: 0;
|
|
32001
|
-
}
|
|
32002
|
-
|
|
32003
33511
|
.amis-scope .cxd-CBGroup-toolbar .cxd-CBGroup-toolbarConditionAdd {
|
|
32004
|
-
transition: opacity var(--animation-duration);
|
|
32005
33512
|
display: flex;
|
|
32006
33513
|
align-items: center;
|
|
32007
33514
|
}
|
|
32008
33515
|
|
|
33516
|
+
.amis-scope .cxd-CBGroup-toolbar .cxd-CBGroup-toolbarConditionAdd .cxd-ButtonGroup > .cxd-Button:first-child {
|
|
33517
|
+
margin-right: 1.5rem;
|
|
33518
|
+
}
|
|
33519
|
+
|
|
32009
33520
|
.amis-scope .cxd-CBGroup-toolbar .cxd-CBGroup-toolbarConditionAdd .cxd-CBDelete {
|
|
32010
33521
|
margin-left: var(--gap-xs);
|
|
32011
33522
|
}
|
|
32012
33523
|
|
|
32013
|
-
.amis-scope .cxd-CBGroup
|
|
32014
|
-
|
|
33524
|
+
.amis-scope .cxd-CBGroup .cxd-ResultBox {
|
|
33525
|
+
padding-right: 0.1875rem;
|
|
32015
33526
|
}
|
|
32016
33527
|
|
|
32017
33528
|
.amis-scope .cxd-CBGroup-field,
|
|
@@ -32050,94 +33561,88 @@ readers do not read off random characters that represent icons */
|
|
|
32050
33561
|
.amis-scope .cxd-CBGroup-placeholder {
|
|
32051
33562
|
color: var(--text--muted-color);
|
|
32052
33563
|
position: relative;
|
|
32053
|
-
margin-left: 30px;
|
|
32054
33564
|
padding: 10px;
|
|
32055
33565
|
background: rgba(0, 0, 0, 0.03);
|
|
32056
33566
|
border-radius: 5px;
|
|
32057
33567
|
}
|
|
32058
33568
|
|
|
32059
|
-
.amis-scope .cxd-CBGroup-placeholder:before {
|
|
32060
|
-
position: absolute;
|
|
32061
|
-
content: "";
|
|
32062
|
-
top: -10px;
|
|
32063
|
-
left: -30px;
|
|
32064
|
-
width: var(--gap-md);
|
|
32065
|
-
border-left: solid 1px var(--borderColor);
|
|
32066
|
-
bottom: 0;
|
|
32067
|
-
}
|
|
32068
|
-
|
|
32069
|
-
.amis-scope .cxd-CBGroup-placeholder:after {
|
|
32070
|
-
position: absolute;
|
|
32071
|
-
content: "";
|
|
32072
|
-
top: 50%;
|
|
32073
|
-
width: var(--gap-md);
|
|
32074
|
-
left: -30px;
|
|
32075
|
-
border-top: solid 1px var(--borderColor);
|
|
32076
|
-
}
|
|
32077
|
-
|
|
32078
|
-
.amis-scope .cxd-CBGroup-placeholder:last-child:before {
|
|
32079
|
-
border-bottom-left-radius: 5px;
|
|
32080
|
-
border-bottom: solid 1px var(--borderColor);
|
|
32081
|
-
bottom: 50%;
|
|
32082
|
-
}
|
|
32083
|
-
|
|
32084
|
-
.amis-scope .cxd-CBGroup-placeholder:last-child:after {
|
|
32085
|
-
display: none;
|
|
32086
|
-
}
|
|
32087
|
-
|
|
32088
33569
|
.amis-scope .cxd-CBGroup-placeholder.simple {
|
|
32089
33570
|
margin-left: 0;
|
|
32090
33571
|
}
|
|
32091
33572
|
|
|
32092
|
-
.amis-scope .cxd-CBGroup-placeholder.simple:before {
|
|
32093
|
-
display: none;
|
|
32094
|
-
}
|
|
32095
|
-
|
|
32096
|
-
.amis-scope .cxd-CBGroup-placeholder.simple:after {
|
|
32097
|
-
display: none;
|
|
32098
|
-
}
|
|
32099
|
-
|
|
32100
|
-
.amis-scope .cxd-CBGroup-toolbarCondition {
|
|
32101
|
-
margin-right: var(--gap-base);
|
|
32102
|
-
}
|
|
32103
|
-
|
|
32104
33573
|
.amis-scope .cxd-CBDelete {
|
|
32105
|
-
color: var(--icon-color);
|
|
32106
33574
|
cursor: pointer;
|
|
32107
33575
|
margin-left: auto;
|
|
32108
|
-
transition: opacity var(--animation-duration);
|
|
32109
33576
|
}
|
|
32110
33577
|
|
|
32111
|
-
.amis-scope .cxd-
|
|
32112
|
-
|
|
33578
|
+
.amis-scope .cxd-CBGroupOrItem-body-group--hover > .cxd-CBGroupOrItem-dragbar {
|
|
33579
|
+
opacity: 1 !important;
|
|
33580
|
+
}
|
|
33581
|
+
|
|
33582
|
+
.amis-scope .cxd-CBGroupOrItem-body-group--hover > .cxd-CBGroup {
|
|
33583
|
+
border-left-color: #2468f1;
|
|
32113
33584
|
}
|
|
32114
33585
|
|
|
32115
33586
|
.amis-scope .cxd-CBGroupOrItem {
|
|
32116
33587
|
position: relative;
|
|
32117
|
-
margin-left: 1.875rem;
|
|
32118
33588
|
}
|
|
32119
33589
|
|
|
32120
33590
|
.amis-scope .cxd-CBGroupOrItem + .cxd-CBGroupOrItem {
|
|
32121
33591
|
margin-top: 0.625rem;
|
|
32122
33592
|
}
|
|
32123
33593
|
|
|
33594
|
+
.amis-scope .cxd-CBGroupOrItem-dragbar {
|
|
33595
|
+
cursor: move;
|
|
33596
|
+
width: 20px;
|
|
33597
|
+
margin-left: -5px;
|
|
33598
|
+
opacity: 0.6;
|
|
33599
|
+
text-align: center;
|
|
33600
|
+
transition: opacity var(--animation-duration) ease-out;
|
|
33601
|
+
color: var(--icon-color);
|
|
33602
|
+
}
|
|
33603
|
+
|
|
33604
|
+
.amis-scope .cxd-CBGroupOrItem-dragbar:hover {
|
|
33605
|
+
color: var(--icon-onHover-color);
|
|
33606
|
+
}
|
|
33607
|
+
|
|
32124
33608
|
.amis-scope .cxd-CBGroupOrItem-body {
|
|
32125
33609
|
display: flex;
|
|
32126
|
-
padding: 2px 7px;
|
|
32127
|
-
border-radius: 5px;
|
|
32128
33610
|
flex-direction: row;
|
|
32129
33611
|
align-items: center;
|
|
32130
33612
|
position: relative;
|
|
32131
|
-
background: rgba(0, 0, 0, 0.03);
|
|
32132
33613
|
transition: all var(--animation-duration) ease-out;
|
|
32133
33614
|
}
|
|
32134
33615
|
|
|
32135
|
-
.amis-scope .cxd-CBGroupOrItem-body
|
|
32136
|
-
|
|
33616
|
+
.amis-scope .cxd-CBGroupOrItem-body-group {
|
|
33617
|
+
width: 100%;
|
|
33618
|
+
flex-direction: row;
|
|
33619
|
+
display: flex;
|
|
33620
|
+
align-items: center;
|
|
33621
|
+
margin-top: 1rem;
|
|
32137
33622
|
}
|
|
32138
33623
|
|
|
32139
|
-
.amis-scope .cxd-CBGroupOrItem-body
|
|
32140
|
-
|
|
33624
|
+
.amis-scope .cxd-CBGroupOrItem-body-group > .cxd-CBGroupOrItem-dragbar {
|
|
33625
|
+
left: -1rem;
|
|
33626
|
+
position: absolute;
|
|
33627
|
+
}
|
|
33628
|
+
|
|
33629
|
+
.amis-scope .cxd-CBGroupOrItem-body-group > .cxd-CBGroup {
|
|
33630
|
+
margin: 0px;
|
|
33631
|
+
}
|
|
33632
|
+
|
|
33633
|
+
.amis-scope .cxd-CBGroupOrItem-body-item {
|
|
33634
|
+
background-color: #f7f7f9;
|
|
33635
|
+
width: 100%;
|
|
33636
|
+
padding: 0.75rem;
|
|
33637
|
+
padding-left: 1.75rem;
|
|
33638
|
+
display: flex;
|
|
33639
|
+
flex-direction: row;
|
|
33640
|
+
align-items: center;
|
|
33641
|
+
}
|
|
33642
|
+
|
|
33643
|
+
.amis-scope .cxd-CBGroupOrItem-body-item > .cxd-CBGroupOrItem-dragbar {
|
|
33644
|
+
left: 0.625rem;
|
|
33645
|
+
position: absolute;
|
|
32141
33646
|
}
|
|
32142
33647
|
|
|
32143
33648
|
.amis-scope .cxd-CBGroupOrItem.is-dragging {
|
|
@@ -32155,61 +33660,19 @@ readers do not read off random characters that represent icons */
|
|
|
32155
33660
|
background: rgba(36, 104, 242, 0.2);
|
|
32156
33661
|
}
|
|
32157
33662
|
|
|
32158
|
-
.amis-scope .cxd-CBGroupOrItem-dragbar {
|
|
32159
|
-
cursor: move;
|
|
32160
|
-
width: 20px;
|
|
32161
|
-
margin-left: -5px;
|
|
32162
|
-
opacity: 0.6;
|
|
32163
|
-
text-align: center;
|
|
32164
|
-
transition: opacity var(--animation-duration) ease-out;
|
|
32165
|
-
color: var(--icon-color);
|
|
32166
|
-
}
|
|
32167
|
-
|
|
32168
|
-
.amis-scope .cxd-CBGroupOrItem-dragbar:hover {
|
|
32169
|
-
color: var(--icon-onHover-color);
|
|
32170
|
-
}
|
|
32171
|
-
|
|
32172
33663
|
.amis-scope .cxd-CBGroupOrItem .cxd-CBGroup {
|
|
32173
33664
|
flex-grow: 1;
|
|
32174
33665
|
}
|
|
32175
33666
|
|
|
32176
|
-
.amis-scope .cxd-CBGroupOrItem
|
|
32177
|
-
|
|
33667
|
+
.amis-scope .cxd-CBGroupOrItem > .cxd-CBGroupOrItem-body > .cxd-CBGroupOrItem-body-group > .cxd-CBGroupOrItem-dragbar,
|
|
33668
|
+
.amis-scope .cxd-CBGroupOrItem > .cxd-CBGroupOrItem-body > .cxd-CBGroupOrItem-body-item > .cxd-CBGroupOrItem-dragbar {
|
|
33669
|
+
opacity: 0;
|
|
32178
33670
|
}
|
|
32179
33671
|
|
|
32180
|
-
.amis-scope .cxd-CBGroupOrItem:hover > .cxd-CBGroupOrItem-body > .cxd-CBGroupOrItem-dragbar {
|
|
33672
|
+
.amis-scope .cxd-CBGroupOrItem:hover > .cxd-CBGroupOrItem-body > .cxd-CBGroupOrItem-body-item > .cxd-CBGroupOrItem-dragbar {
|
|
32181
33673
|
opacity: 1;
|
|
32182
33674
|
}
|
|
32183
33675
|
|
|
32184
|
-
.amis-scope .cxd-CBGroupOrItem:before {
|
|
32185
|
-
position: absolute;
|
|
32186
|
-
content: "";
|
|
32187
|
-
top: -10px;
|
|
32188
|
-
left: -30px;
|
|
32189
|
-
width: 20px;
|
|
32190
|
-
border-left: solid 1px var(--borderColor);
|
|
32191
|
-
bottom: 0;
|
|
32192
|
-
}
|
|
32193
|
-
|
|
32194
|
-
.amis-scope .cxd-CBGroupOrItem:after {
|
|
32195
|
-
position: absolute;
|
|
32196
|
-
content: "";
|
|
32197
|
-
top: 50%;
|
|
32198
|
-
width: 20px;
|
|
32199
|
-
left: -30px;
|
|
32200
|
-
border-top: solid 1px var(--borderColor);
|
|
32201
|
-
}
|
|
32202
|
-
|
|
32203
|
-
.amis-scope .cxd-CBGroupOrItem:last-child:before {
|
|
32204
|
-
border-bottom-left-radius: 5px;
|
|
32205
|
-
border-bottom: solid 1px var(--borderColor);
|
|
32206
|
-
bottom: 50%;
|
|
32207
|
-
}
|
|
32208
|
-
|
|
32209
|
-
.amis-scope .cxd-CBGroupOrItem:last-child:after {
|
|
32210
|
-
display: none;
|
|
32211
|
-
}
|
|
32212
|
-
|
|
32213
33676
|
.amis-scope .cxd-CBGroupOrItem-simple {
|
|
32214
33677
|
margin-bottom: var(--gap-sm);
|
|
32215
33678
|
}
|
|
@@ -32335,13 +33798,13 @@ readers do not read off random characters that represent icons */
|
|
|
32335
33798
|
display: block;
|
|
32336
33799
|
position: absolute;
|
|
32337
33800
|
margin: 0;
|
|
32338
|
-
padding:
|
|
32339
|
-
background:
|
|
32340
|
-
box-shadow:
|
|
32341
|
-
color:
|
|
32342
|
-
font-family: -
|
|
32343
|
-
font-size:
|
|
32344
|
-
line-height:
|
|
33801
|
+
padding: 0;
|
|
33802
|
+
background: var(--menu-background);
|
|
33803
|
+
box-shadow: var(--menu-box-shadow);
|
|
33804
|
+
color: var(--menu-font-color);
|
|
33805
|
+
font-family: var(--menu-font-family);
|
|
33806
|
+
font-size: 12px;
|
|
33807
|
+
line-height: 20px;
|
|
32345
33808
|
}
|
|
32346
33809
|
|
|
32347
33810
|
.amis-scope .cxd-ContextMenu-menu.in,
|
|
@@ -32367,16 +33830,16 @@ readers do not read off random characters that represent icons */
|
|
|
32367
33830
|
left: -1px;
|
|
32368
33831
|
bottom: -1px;
|
|
32369
33832
|
right: -1px;
|
|
32370
|
-
border-radius:
|
|
32371
|
-
border: 1px solid
|
|
33833
|
+
border-radius: var(--menu-border-radius);
|
|
33834
|
+
border: 1px solid var(--menu-border-color);
|
|
32372
33835
|
z-index: -1;
|
|
32373
33836
|
}
|
|
32374
33837
|
|
|
32375
33838
|
.amis-scope .cxd-ContextMenu-divider {
|
|
32376
33839
|
border: none;
|
|
32377
33840
|
height: 1px;
|
|
32378
|
-
background:
|
|
32379
|
-
margin:
|
|
33841
|
+
background: var(--menu-border-color);
|
|
33842
|
+
margin: 4px 1px;
|
|
32380
33843
|
padding: 0;
|
|
32381
33844
|
}
|
|
32382
33845
|
|
|
@@ -32384,7 +33847,7 @@ readers do not read off random characters that represent icons */
|
|
|
32384
33847
|
list-style: none;
|
|
32385
33848
|
margin: 0;
|
|
32386
33849
|
padding: 0;
|
|
32387
|
-
width:
|
|
33850
|
+
min-width: 100px;
|
|
32388
33851
|
}
|
|
32389
33852
|
|
|
32390
33853
|
.amis-scope .cxd-ContextMenu-item {
|
|
@@ -32394,24 +33857,23 @@ readers do not read off random characters that represent icons */
|
|
|
32394
33857
|
.amis-scope .cxd-ContextMenu-item > a {
|
|
32395
33858
|
white-space: nowrap;
|
|
32396
33859
|
display: block;
|
|
32397
|
-
padding:
|
|
32398
|
-
border-top: 1px solid rgba(0, 0, 0, 0);
|
|
32399
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0);
|
|
33860
|
+
padding: var(--default-padding);
|
|
32400
33861
|
color: inherit;
|
|
33862
|
+
border-top: none;
|
|
33863
|
+
border-bottom: none;
|
|
32401
33864
|
}
|
|
32402
33865
|
|
|
32403
33866
|
.amis-scope .cxd-ContextMenu-item:not(.is-disabled):hover > a {
|
|
32404
33867
|
text-decoration: none;
|
|
32405
|
-
color:
|
|
32406
|
-
background: -
|
|
32407
|
-
background: linear-gradient(to bottom, #648bf5 0%, #2866f2 100%);
|
|
32408
|
-
border-top: 1px solid #5a82eb;
|
|
32409
|
-
border-bottom: 1px solid #1758e7;
|
|
33868
|
+
color: var(--menu-active-color);
|
|
33869
|
+
background: var(--menu-hover-bg-color);
|
|
32410
33870
|
cursor: pointer;
|
|
33871
|
+
border-top: none;
|
|
33872
|
+
border-bottom: none;
|
|
32411
33873
|
}
|
|
32412
33874
|
|
|
32413
33875
|
.amis-scope .cxd-ContextMenu-item.is-disabled > a {
|
|
32414
|
-
color:
|
|
33876
|
+
color: var(--menu-disabled-color);
|
|
32415
33877
|
pointer-events: none;
|
|
32416
33878
|
}
|
|
32417
33879
|
|
|
@@ -32421,8 +33883,8 @@ readers do not read off random characters that represent icons */
|
|
|
32421
33883
|
height: 0;
|
|
32422
33884
|
border-width: 4px 7px;
|
|
32423
33885
|
border-style: solid;
|
|
32424
|
-
border-color: transparent transparent transparent
|
|
32425
|
-
text-shadow:
|
|
33886
|
+
border-color: transparent transparent transparent var(--default-icon-color);
|
|
33887
|
+
text-shadow: var(--menu-box-shadow);
|
|
32426
33888
|
position: absolute;
|
|
32427
33889
|
top: 50%;
|
|
32428
33890
|
right: 0;
|
|
@@ -32430,7 +33892,7 @@ readers do not read off random characters that represent icons */
|
|
|
32430
33892
|
}
|
|
32431
33893
|
|
|
32432
33894
|
.amis-scope .cxd-ContextMenu-item.has-child:hover > a::after {
|
|
32433
|
-
border-color: transparent transparent transparent
|
|
33895
|
+
border-color: transparent transparent transparent var(--menu-active-color);
|
|
32434
33896
|
}
|
|
32435
33897
|
|
|
32436
33898
|
.amis-scope .cxd-ContextMenu-itemIcon {
|
|
@@ -32440,6 +33902,7 @@ readers do not read off random characters that represent icons */
|
|
|
32440
33902
|
.amis-scope .cxd-ContextMenu-subList {
|
|
32441
33903
|
display: none;
|
|
32442
33904
|
list-style: none;
|
|
33905
|
+
transition: display ease-out 0.25s;
|
|
32443
33906
|
}
|
|
32444
33907
|
|
|
32445
33908
|
.amis-scope .cxd-ContextMenu-item:hover > .cxd-ContextMenu-subList {
|
|
@@ -32447,19 +33910,23 @@ readers do not read off random characters that represent icons */
|
|
|
32447
33910
|
animation-duration: var(--animation-duration);
|
|
32448
33911
|
animation-fill-mode: both;
|
|
32449
33912
|
animation-name: contextMenuIn;
|
|
32450
|
-
display: block;
|
|
32451
33913
|
position: absolute;
|
|
32452
33914
|
left: 100%;
|
|
32453
33915
|
top: -3px;
|
|
33916
|
+
min-width: 100px;
|
|
32454
33917
|
margin: 0;
|
|
32455
|
-
padding:
|
|
32456
|
-
background:
|
|
32457
|
-
box-shadow:
|
|
32458
|
-
border-radius:
|
|
32459
|
-
color:
|
|
32460
|
-
font-family: -
|
|
32461
|
-
font-size:
|
|
32462
|
-
line-height:
|
|
33918
|
+
padding: 0;
|
|
33919
|
+
background: var(--menu-background);
|
|
33920
|
+
box-shadow: var(--menu-box-shadow);
|
|
33921
|
+
border-radius: var(--menu-border-radius);
|
|
33922
|
+
color: var(--menu-font-color);
|
|
33923
|
+
font-family: var(--menu-font-family);
|
|
33924
|
+
font-size: 12px;
|
|
33925
|
+
line-height: 20px;
|
|
33926
|
+
}
|
|
33927
|
+
|
|
33928
|
+
.amis-scope .cxd-ContextMenu-item:hover > .cxd-ContextMenu-subList:hover {
|
|
33929
|
+
display: block;
|
|
32463
33930
|
}
|
|
32464
33931
|
|
|
32465
33932
|
.amis-scope .cxd-ContextMenu-item:hover > .cxd-ContextMenu-subList::before {
|
|
@@ -32470,8 +33937,8 @@ readers do not read off random characters that represent icons */
|
|
|
32470
33937
|
left: -1px;
|
|
32471
33938
|
bottom: -1px;
|
|
32472
33939
|
right: -1px;
|
|
32473
|
-
border-radius:
|
|
32474
|
-
border: 1px solid
|
|
33940
|
+
border-radius: var(--menu-border-radius);
|
|
33941
|
+
border: 1px solid var(--menu-border-color);
|
|
32475
33942
|
z-index: -1;
|
|
32476
33943
|
}
|
|
32477
33944
|
|
|
@@ -33278,12 +34745,6 @@ readers do not read off random characters that represent icons */
|
|
|
33278
34745
|
border-color: var(--Table-onModified-borderColor);
|
|
33279
34746
|
}
|
|
33280
34747
|
|
|
33281
|
-
.amis-scope .cxd-Table-table > tbody > tr.is-summary {
|
|
33282
|
-
background: var(--Table-thead-bg);
|
|
33283
|
-
color: var(--Table-thead-color);
|
|
33284
|
-
font-weight: var(--fontWeightNormal);
|
|
33285
|
-
}
|
|
33286
|
-
|
|
33287
34748
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light {
|
|
33288
34749
|
background-color: #eaf6fe;
|
|
33289
34750
|
color: #151a26;
|
|
@@ -34726,14 +36187,11 @@ readers do not read off random characters that represent icons */
|
|
|
34726
36187
|
background: var(--ColumnToggler-item-backgroundColor);
|
|
34727
36188
|
border-radius: 0.125rem;
|
|
34728
36189
|
font-size: var(--fontSizeSm);
|
|
34729
|
-
padding:
|
|
36190
|
+
padding: var(--ColumnToggler-item-paddingY) var(--ColumnToggler-item-paddingX);
|
|
34730
36191
|
height: var(--ColumnToggler-lineHeight);
|
|
34731
|
-
width: calc((100% -
|
|
36192
|
+
width: calc((100% - var(--ColumnToggler-item-margin) * 6) / 3);
|
|
36193
|
+
margin: var(--ColumnToggler-item-margin);
|
|
34732
36194
|
float: left;
|
|
34733
|
-
margin: 0.25rem;
|
|
34734
|
-
text-overflow: ellipsis;
|
|
34735
|
-
white-space: nowrap;
|
|
34736
|
-
overflow: hidden;
|
|
34737
36195
|
}
|
|
34738
36196
|
|
|
34739
36197
|
.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem:hover {
|
|
@@ -34744,6 +36202,20 @@ readers do not read off random characters that represent icons */
|
|
|
34744
36202
|
border: 1px solid var(--link-color);
|
|
34745
36203
|
}
|
|
34746
36204
|
|
|
36205
|
+
.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem-label {
|
|
36206
|
+
display: inline-block;
|
|
36207
|
+
width: calc(100% - var(--Checkbox--sm-size));
|
|
36208
|
+
}
|
|
36209
|
+
|
|
36210
|
+
.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem-label > span {
|
|
36211
|
+
display: inline-block;
|
|
36212
|
+
max-width: 100%;
|
|
36213
|
+
text-overflow: ellipsis;
|
|
36214
|
+
white-space: nowrap;
|
|
36215
|
+
overflow: hidden;
|
|
36216
|
+
user-select: none;
|
|
36217
|
+
}
|
|
36218
|
+
|
|
34747
36219
|
.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem label > i {
|
|
34748
36220
|
height: var(--fontSizeLg);
|
|
34749
36221
|
width: var(--fontSizeLg);
|
|
@@ -34751,10 +36223,12 @@ readers do not read off random characters that represent icons */
|
|
|
34751
36223
|
}
|
|
34752
36224
|
|
|
34753
36225
|
.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem-dragBar {
|
|
36226
|
+
display: inline-block;
|
|
34754
36227
|
margin-left: 0;
|
|
34755
36228
|
margin-right: var(--gap-xs);
|
|
36229
|
+
vertical-align: super;
|
|
36230
|
+
color: var(--ColumnToggler-item-dragBar-color);
|
|
34756
36231
|
cursor: move;
|
|
34757
|
-
color: #d8d8d8;
|
|
34758
36232
|
}
|
|
34759
36233
|
|
|
34760
36234
|
.amis-scope .cxd-ColumnToggler-modal-footer {
|
|
@@ -34793,10 +36267,6 @@ readers do not read off random characters that represent icons */
|
|
|
34793
36267
|
justify-content: flex-end;
|
|
34794
36268
|
}
|
|
34795
36269
|
|
|
34796
|
-
.amis-scope .cxd-ColumnToggler-modal-footer > div:last-child button {
|
|
34797
|
-
width: 72px;
|
|
34798
|
-
}
|
|
34799
|
-
|
|
34800
36270
|
.amis-scope .cxd-ColumnToggler-tooltip {
|
|
34801
36271
|
border: none;
|
|
34802
36272
|
}
|
|
@@ -35640,6 +37110,35 @@ readers do not read off random characters that represent icons */
|
|
|
35640
37110
|
padding-top: unset !important;
|
|
35641
37111
|
}
|
|
35642
37112
|
|
|
37113
|
+
.amis-scope .cxd-Card2 {
|
|
37114
|
+
width: 100%;
|
|
37115
|
+
background: var(--Card-bg);
|
|
37116
|
+
border: var(--Card-borderWidth) solid var(--Card-borderColor);
|
|
37117
|
+
border-radius: var(--Card-borderRadius);
|
|
37118
|
+
position: relative;
|
|
37119
|
+
}
|
|
37120
|
+
|
|
37121
|
+
.amis-scope .cxd-Card2.checkOnItem {
|
|
37122
|
+
cursor: pointer !important;
|
|
37123
|
+
}
|
|
37124
|
+
|
|
37125
|
+
.amis-scope .cxd-Card2-checkbox {
|
|
37126
|
+
margin: 0;
|
|
37127
|
+
position: absolute;
|
|
37128
|
+
right: var(--gap-md);
|
|
37129
|
+
top: var(--gap-md);
|
|
37130
|
+
}
|
|
37131
|
+
|
|
37132
|
+
.amis-scope .cxd-Card2-body {
|
|
37133
|
+
padding: var(--gap-md);
|
|
37134
|
+
}
|
|
37135
|
+
|
|
37136
|
+
.amis-scope .cxd-Card2.is-checked {
|
|
37137
|
+
background: var(--Card-onChecked-bg);
|
|
37138
|
+
border-color: var(--Card-onChecked-borderColor);
|
|
37139
|
+
color: var(--Card-onChecked-color);
|
|
37140
|
+
}
|
|
37141
|
+
|
|
35643
37142
|
.amis-scope .cxd-Field-quickEditBtn {
|
|
35644
37143
|
color: var(--QuickEdit-iconColor);
|
|
35645
37144
|
margin-left: var(--gap-xs);
|
|
@@ -35752,31 +37251,29 @@ readers do not read off random characters that represent icons */
|
|
|
35752
37251
|
right: 0;
|
|
35753
37252
|
}
|
|
35754
37253
|
|
|
37254
|
+
.amis-scope .cxd-Progress {
|
|
37255
|
+
display: flex;
|
|
37256
|
+
align-items: center;
|
|
37257
|
+
color: var(--text-color);
|
|
37258
|
+
font-size: var(--fontSizeXs);
|
|
37259
|
+
}
|
|
37260
|
+
|
|
35755
37261
|
.amis-scope .cxd-Progress-line {
|
|
35756
37262
|
display: inline-block;
|
|
35757
37263
|
width: 100%;
|
|
35758
|
-
margin-right: calc(-2em + -8px);
|
|
35759
|
-
padding-right: calc(2em + 8px);
|
|
35760
37264
|
}
|
|
35761
37265
|
|
|
35762
37266
|
.amis-scope .cxd-Progress-line-inter {
|
|
35763
|
-
height:
|
|
37267
|
+
height: 100%;
|
|
35764
37268
|
background-color: var(--Progress-bar-backgroundColor);
|
|
35765
37269
|
overflow: hidden;
|
|
35766
37270
|
border-radius: var(--Progress-borderRadius);
|
|
35767
37271
|
}
|
|
35768
37272
|
|
|
35769
|
-
.amis-scope .cxd-Progress-line-no-label {
|
|
35770
|
-
padding-right: 0;
|
|
35771
|
-
margin-right: 0;
|
|
35772
|
-
}
|
|
35773
|
-
|
|
35774
37273
|
.amis-scope .cxd-Progress-line-text {
|
|
35775
37274
|
display: inline-block;
|
|
35776
|
-
|
|
37275
|
+
flex-grow: 1;
|
|
35777
37276
|
margin-left: 8px;
|
|
35778
|
-
color: var(--text-color);
|
|
35779
|
-
font-size: var(--fontSizeXs);
|
|
35780
37277
|
white-space: nowrap;
|
|
35781
37278
|
text-align: left;
|
|
35782
37279
|
word-break: normal;
|
|
@@ -35789,10 +37286,7 @@ readers do not read off random characters that represent icons */
|
|
|
35789
37286
|
.amis-scope .cxd-Progress-line-bar {
|
|
35790
37287
|
float: left;
|
|
35791
37288
|
width: 0;
|
|
35792
|
-
height:
|
|
35793
|
-
font-size: 12px;
|
|
35794
|
-
line-height: 10px;
|
|
35795
|
-
text-align: center;
|
|
37289
|
+
height: 10px;
|
|
35796
37290
|
background: var(--primary);
|
|
35797
37291
|
transition: width var(--animation-duration) ease;
|
|
35798
37292
|
}
|
|
@@ -35825,8 +37319,7 @@ readers do not read off random characters that represent icons */
|
|
|
35825
37319
|
}
|
|
35826
37320
|
|
|
35827
37321
|
.amis-scope .cxd-Progress-circle {
|
|
35828
|
-
width:
|
|
35829
|
-
height: 120px;
|
|
37322
|
+
width: 100%;
|
|
35830
37323
|
position: relative;
|
|
35831
37324
|
}
|
|
35832
37325
|
|
|
@@ -35837,9 +37330,6 @@ readers do not read off random characters that represent icons */
|
|
|
35837
37330
|
width: 100%;
|
|
35838
37331
|
margin: 0;
|
|
35839
37332
|
padding: 0;
|
|
35840
|
-
color: var(--text-color);
|
|
35841
|
-
font-size: 1em;
|
|
35842
|
-
line-height: 1;
|
|
35843
37333
|
white-space: normal;
|
|
35844
37334
|
text-align: center;
|
|
35845
37335
|
transform: translate(-50%, -50%);
|
|
@@ -36046,7 +37536,7 @@ readers do not read off random characters that represent icons */
|
|
|
36046
37536
|
}
|
|
36047
37537
|
|
|
36048
37538
|
.amis-scope .cxd-Pagination-inputGroup input {
|
|
36049
|
-
width: 3.
|
|
37539
|
+
width: 3.5rem;
|
|
36050
37540
|
height: var(--Pagination-height);
|
|
36051
37541
|
border: var(--borderWidth) solid var(--borderColor);
|
|
36052
37542
|
border-radius: var(--borderRadius);
|
|
@@ -36055,6 +37545,10 @@ readers do not read off random characters that represent icons */
|
|
|
36055
37545
|
text-align: center;
|
|
36056
37546
|
}
|
|
36057
37547
|
|
|
37548
|
+
.amis-scope .cxd-Pagination-inputGroup input:focus {
|
|
37549
|
+
width: auto;
|
|
37550
|
+
}
|
|
37551
|
+
|
|
36058
37552
|
.amis-scope .cxd-Pagination-inputGroup input:focus,
|
|
36059
37553
|
.amis-scope .cxd-Pagination-inputGroup input:hover {
|
|
36060
37554
|
outline: none;
|
|
@@ -36314,6 +37808,7 @@ readers do not read off random characters that represent icons */
|
|
|
36314
37808
|
}
|
|
36315
37809
|
|
|
36316
37810
|
.amis-scope .cxd-Carousel-dotsControl .cxd-Carousel-dot {
|
|
37811
|
+
cursor: pointer;
|
|
36317
37812
|
display: inline-block;
|
|
36318
37813
|
height: var(--Carousel-dot-width);
|
|
36319
37814
|
width: var(--Carousel-dot-height);
|
|
@@ -37476,6 +38971,10 @@ readers do not read off random characters that represent icons */
|
|
|
37476
38971
|
line-height: 2rem;
|
|
37477
38972
|
}
|
|
37478
38973
|
|
|
38974
|
+
.amis-scope .cxd-Steps .cxd-StepsItem-container {
|
|
38975
|
+
position: relative;
|
|
38976
|
+
}
|
|
38977
|
+
|
|
37479
38978
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerIcon {
|
|
37480
38979
|
vertical-align: top;
|
|
37481
38980
|
display: inline-block;
|
|
@@ -37525,6 +39024,13 @@ readers do not read off random characters that represent icons */
|
|
|
37525
39024
|
background-color: var(--Steps-line-success-bg);
|
|
37526
39025
|
}
|
|
37527
39026
|
|
|
39027
|
+
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-ellText {
|
|
39028
|
+
max-width: 9.875rem;
|
|
39029
|
+
overflow: hidden;
|
|
39030
|
+
text-overflow: ellipsis;
|
|
39031
|
+
white-space: nowrap;
|
|
39032
|
+
}
|
|
39033
|
+
|
|
37528
39034
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-subTitle {
|
|
37529
39035
|
padding-left: 0.625rem;
|
|
37530
39036
|
font-size: var(--Steps-sub-title-fontsize);
|
|
@@ -37534,6 +39040,8 @@ readers do not read off random characters that represent icons */
|
|
|
37534
39040
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
|
|
37535
39041
|
max-width: 8.75rem;
|
|
37536
39042
|
white-space: nowrap;
|
|
39043
|
+
position: relative;
|
|
39044
|
+
bottom: 0.625rem;
|
|
37537
39045
|
}
|
|
37538
39046
|
|
|
37539
39047
|
.amis-scope .cxd-Steps .cxd-StepsItem:last-child {
|
|
@@ -37551,19 +39059,16 @@ readers do not read off random characters that represent icons */
|
|
|
37551
39059
|
.amis-scope .cxd-Steps--vertical .cxd-StepsItem {
|
|
37552
39060
|
padding: 0.3125rem 0;
|
|
37553
39061
|
min-height: 75px;
|
|
39062
|
+
overflow: hidden !important;
|
|
37554
39063
|
}
|
|
37555
39064
|
|
|
37556
|
-
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerIcon
|
|
37557
|
-
position: relative;
|
|
37558
|
-
}
|
|
37559
|
-
|
|
37560
|
-
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerIcon > .cxd-StepsItem-icon:after {
|
|
39065
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerIcon:after {
|
|
37561
39066
|
content: "";
|
|
37562
39067
|
position: absolute;
|
|
37563
39068
|
right: 0;
|
|
37564
|
-
top:
|
|
39069
|
+
top: 2rem;
|
|
37565
39070
|
height: 9999px;
|
|
37566
|
-
left: 0.
|
|
39071
|
+
left: 0.6875rem;
|
|
37567
39072
|
width: 1px;
|
|
37568
39073
|
background-color: var(--Steps-line-bg);
|
|
37569
39074
|
}
|
|
@@ -37572,14 +39077,185 @@ readers do not read off random characters that represent icons */
|
|
|
37572
39077
|
display: none;
|
|
37573
39078
|
}
|
|
37574
39079
|
|
|
39080
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerTail:after {
|
|
39081
|
+
display: none !important;
|
|
39082
|
+
}
|
|
39083
|
+
|
|
37575
39084
|
.amis-scope .cxd-Steps--vertical .cxd-StepsItem:last-child {
|
|
37576
39085
|
flex: none;
|
|
37577
39086
|
}
|
|
37578
39087
|
|
|
37579
|
-
.amis-scope .cxd-Steps--vertical .cxd-StepsItem:last-child .cxd-StepsItem-
|
|
39088
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem:last-child .cxd-StepsItem-containerIcon:after {
|
|
39089
|
+
display: none;
|
|
39090
|
+
}
|
|
39091
|
+
|
|
39092
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot {
|
|
39093
|
+
margin-left: 10px;
|
|
39094
|
+
}
|
|
39095
|
+
|
|
39096
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-container {
|
|
39097
|
+
flex-direction: row;
|
|
39098
|
+
}
|
|
39099
|
+
|
|
39100
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerTail {
|
|
39101
|
+
display: none;
|
|
39102
|
+
}
|
|
39103
|
+
|
|
39104
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerWrapper {
|
|
39105
|
+
width: 25rem;
|
|
39106
|
+
}
|
|
39107
|
+
|
|
39108
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerProgressDot {
|
|
39109
|
+
margin-left: 0px;
|
|
39110
|
+
margin-top: 0.625rem;
|
|
39111
|
+
}
|
|
39112
|
+
|
|
39113
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerProgressDot:after {
|
|
39114
|
+
content: "";
|
|
39115
|
+
position: absolute;
|
|
39116
|
+
display: inline-block;
|
|
39117
|
+
top: 1.75rem;
|
|
39118
|
+
width: 1px;
|
|
39119
|
+
left: 3px;
|
|
39120
|
+
height: 9999px;
|
|
39121
|
+
background-color: var(--Steps-line-bg);
|
|
39122
|
+
}
|
|
39123
|
+
|
|
39124
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-title > span {
|
|
39125
|
+
display: inline-block !important;
|
|
39126
|
+
}
|
|
39127
|
+
|
|
39128
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-vertical-ProgressDot {
|
|
39129
|
+
right: 0.625rem;
|
|
39130
|
+
}
|
|
39131
|
+
|
|
39132
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-body {
|
|
39133
|
+
text-align: left !important;
|
|
39134
|
+
}
|
|
39135
|
+
|
|
39136
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot:last-child .cxd-StepsItem-containerProgressDot:after {
|
|
39137
|
+
display: none;
|
|
39138
|
+
}
|
|
39139
|
+
|
|
39140
|
+
.amis-scope .cxd-Steps--vertical .is-finish .cxd-StepsItem-containerProgressDot:after {
|
|
39141
|
+
background: var(--Steps-status-success);
|
|
39142
|
+
}
|
|
39143
|
+
|
|
39144
|
+
.amis-scope .cxd-Steps--Placement-vertical {
|
|
39145
|
+
display: flex;
|
|
39146
|
+
list-style: none;
|
|
39147
|
+
padding: 0;
|
|
39148
|
+
}
|
|
39149
|
+
|
|
39150
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem {
|
|
39151
|
+
flex: 1;
|
|
39152
|
+
padding: 0;
|
|
39153
|
+
overflow: visible;
|
|
39154
|
+
}
|
|
39155
|
+
|
|
39156
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-container {
|
|
39157
|
+
display: flex;
|
|
39158
|
+
flex-direction: column;
|
|
39159
|
+
justify-content: flex-start;
|
|
39160
|
+
}
|
|
39161
|
+
|
|
39162
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerTail:after {
|
|
39163
|
+
content: "";
|
|
39164
|
+
position: absolute;
|
|
39165
|
+
display: inline-block;
|
|
39166
|
+
top: 1rem;
|
|
39167
|
+
height: 1px;
|
|
39168
|
+
left: 8.125rem;
|
|
39169
|
+
width: calc(100% - 55px);
|
|
39170
|
+
background-color: var(--Steps-line-bg);
|
|
39171
|
+
}
|
|
39172
|
+
|
|
39173
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerIcon {
|
|
39174
|
+
margin-left: 5.625rem;
|
|
39175
|
+
}
|
|
39176
|
+
|
|
39177
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper {
|
|
39178
|
+
width: 12.5rem;
|
|
39179
|
+
}
|
|
39180
|
+
|
|
39181
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body {
|
|
39182
|
+
text-align: center;
|
|
39183
|
+
}
|
|
39184
|
+
|
|
39185
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title {
|
|
39186
|
+
padding: 0 0.625rem;
|
|
39187
|
+
width: 100%;
|
|
39188
|
+
}
|
|
39189
|
+
|
|
39190
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title > span {
|
|
39191
|
+
display: block;
|
|
39192
|
+
position: relative;
|
|
39193
|
+
left: 0.625rem;
|
|
39194
|
+
}
|
|
39195
|
+
|
|
39196
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title .cxd-StepsItem-subTitle {
|
|
39197
|
+
word-break: break-all;
|
|
39198
|
+
padding: 0 0.625rem;
|
|
39199
|
+
position: relative;
|
|
39200
|
+
left: 0.625rem;
|
|
39201
|
+
}
|
|
39202
|
+
|
|
39203
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title:after {
|
|
37580
39204
|
display: none;
|
|
37581
39205
|
}
|
|
37582
39206
|
|
|
39207
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
|
|
39208
|
+
min-width: 12.5rem;
|
|
39209
|
+
word-break: break-all;
|
|
39210
|
+
padding: 0 0.625rem;
|
|
39211
|
+
}
|
|
39212
|
+
|
|
39213
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title.is-success:after {
|
|
39214
|
+
background-color: var(--Steps-line-success-bg);
|
|
39215
|
+
}
|
|
39216
|
+
|
|
39217
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem:last-child .cxd-StepsItem-containerTail:after {
|
|
39218
|
+
display: none;
|
|
39219
|
+
}
|
|
39220
|
+
|
|
39221
|
+
.amis-scope .cxd-Steps--Placement-vertical .is-finish .cxd-StepsItem-containerTail:after {
|
|
39222
|
+
background: var(--Steps-status-success);
|
|
39223
|
+
}
|
|
39224
|
+
|
|
39225
|
+
.amis-scope .cxd-Steps--ProgressDot .cxd-StepsItem-containerTail:after {
|
|
39226
|
+
left: 6.875rem;
|
|
39227
|
+
width: calc(100% - 20px);
|
|
39228
|
+
}
|
|
39229
|
+
|
|
39230
|
+
.amis-scope .cxd-Steps--ProgressDot .cxd-StepsItem-containerProgressDot {
|
|
39231
|
+
margin-top: 0.8125rem;
|
|
39232
|
+
margin-bottom: 0.3125rem;
|
|
39233
|
+
width: 0.5rem;
|
|
39234
|
+
height: 0.5rem;
|
|
39235
|
+
margin-left: 6rem;
|
|
39236
|
+
border: 1px solid var(--Steps-line-success-bg);
|
|
39237
|
+
border-radius: 100%;
|
|
39238
|
+
}
|
|
39239
|
+
|
|
39240
|
+
.amis-scope .cxd-Steps--ProgressDot .is-finish .cxd-StepsItem-containerTail:after {
|
|
39241
|
+
background: var(--Steps-status-success);
|
|
39242
|
+
}
|
|
39243
|
+
|
|
39244
|
+
.amis-scope .cxd-Steps--ProgressDot .is-wait .cxd-StepsItem-containerProgressDot {
|
|
39245
|
+
background: var(--Steps-line-bg);
|
|
39246
|
+
border: 1px solid var(--Steps-line-bg);
|
|
39247
|
+
}
|
|
39248
|
+
|
|
39249
|
+
.amis-scope .cxd-Steps--ProgressDot .is-error .cxd-StepsItem-containerProgressDot {
|
|
39250
|
+
background: var(--Steps-status-error);
|
|
39251
|
+
border: 1px solid var(--Steps-status-error);
|
|
39252
|
+
}
|
|
39253
|
+
|
|
39254
|
+
.amis-scope .cxd-Steps--ProgressDot .is-process .cxd-StepsItem-containerProgressDot {
|
|
39255
|
+
border: 1px solid var(--Steps-status-success);
|
|
39256
|
+
background: var(--Steps-status-success);
|
|
39257
|
+
}
|
|
39258
|
+
|
|
37583
39259
|
.amis-scope .cxd-Steps .cxd-StepsItem.is-wait .cxd-StepsItem-icon {
|
|
37584
39260
|
background-color: var(--white);
|
|
37585
39261
|
color: var(--Steps-bg);
|
|
@@ -38381,6 +40057,11 @@ readers do not read off random characters that represent icons */
|
|
|
38381
40057
|
fill: var(--Form-input-clearBtn-color-onActive);
|
|
38382
40058
|
}
|
|
38383
40059
|
|
|
40060
|
+
.amis-scope .cxd-TextControl-passwordReveal {
|
|
40061
|
+
cursor: pointer;
|
|
40062
|
+
color: var(--text--muted-color);
|
|
40063
|
+
}
|
|
40064
|
+
|
|
38384
40065
|
@media (min-width: 576px) {
|
|
38385
40066
|
.amis-scope .cxd-TextControl.cxd-Form-control--sizeXs > .cxd-TextControl-input,
|
|
38386
40067
|
.amis-scope .cxd-TextControl.cxd-Form-control--sizeSm > .cxd-TextControl-input,
|
|
@@ -38628,10 +40309,127 @@ readers do not read off random characters that represent icons */
|
|
|
38628
40309
|
}
|
|
38629
40310
|
|
|
38630
40311
|
.amis-scope .cxd-TextareaControl {
|
|
40312
|
+
position: relative;
|
|
40313
|
+
max-width: 100%;
|
|
38631
40314
|
--Form-input-clearBtn-padding: 0.125rem;
|
|
38632
40315
|
position: relative;
|
|
38633
40316
|
}
|
|
38634
40317
|
|
|
40318
|
+
.amis-scope .cxd-TextareaControl.is-inline {
|
|
40319
|
+
display: inline-block;
|
|
40320
|
+
width: var(--Form-control-widthBase);
|
|
40321
|
+
}
|
|
40322
|
+
|
|
40323
|
+
.amis-scope .cxd-TextareaControl-input {
|
|
40324
|
+
display: flex;
|
|
40325
|
+
background: var(--Form-input-bg);
|
|
40326
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
40327
|
+
border-radius: var(--Form-input-borderRadius);
|
|
40328
|
+
line-height: var(--Form-input-lineHeight);
|
|
40329
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
40330
|
+
font-size: var(--Form-input-fontSize);
|
|
40331
|
+
flex-wrap: wrap;
|
|
40332
|
+
justify-content: flex-start;
|
|
40333
|
+
}
|
|
40334
|
+
|
|
40335
|
+
.amis-scope .cxd-TextareaControl-input input {
|
|
40336
|
+
flex-basis: 5rem;
|
|
40337
|
+
flex-grow: 1;
|
|
40338
|
+
outline: none;
|
|
40339
|
+
background: transparent;
|
|
40340
|
+
border: none;
|
|
40341
|
+
color: var(--Form-input-color);
|
|
40342
|
+
width: 100%;
|
|
40343
|
+
height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
40344
|
+
}
|
|
40345
|
+
|
|
40346
|
+
.amis-scope .cxd-TextareaControl-input input::placeholder {
|
|
40347
|
+
color: var(--Form-input-placeholderColor);
|
|
40348
|
+
user-select: none;
|
|
40349
|
+
}
|
|
40350
|
+
|
|
40351
|
+
.amis-scope .cxd-TextareaControl-input:hover {
|
|
40352
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
|
40353
|
+
}
|
|
40354
|
+
|
|
40355
|
+
.amis-scope .cxd-TextareaControl-input--borderHalf {
|
|
40356
|
+
border-left-color: transparent !important;
|
|
40357
|
+
border-right-color: transparent !important;
|
|
40358
|
+
border-top-color: transparent !important;
|
|
40359
|
+
}
|
|
40360
|
+
|
|
40361
|
+
.amis-scope .cxd-TextareaControl-input--borderNone {
|
|
40362
|
+
border-color: transparent !important;
|
|
40363
|
+
}
|
|
40364
|
+
|
|
40365
|
+
.amis-scope .cxd-TextareaControl.is-error > .cxd-TextareaControl-input {
|
|
40366
|
+
border-color: var(--Form-input-onError-borderColor);
|
|
40367
|
+
background: var(--Form-input-onError-bg);
|
|
40368
|
+
transition: all var(--animation-duration);
|
|
40369
|
+
}
|
|
40370
|
+
|
|
40371
|
+
.amis-scope .cxd-TextareaControl.is-focused > .cxd-TextareaControl-input {
|
|
40372
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
|
40373
|
+
box-shadow: var(--Form-input-boxShadow);
|
|
40374
|
+
background: var(--Form-input-onFocused-bg);
|
|
40375
|
+
transition: all var(--animation-duration);
|
|
40376
|
+
}
|
|
40377
|
+
|
|
40378
|
+
.amis-scope .cxd-TextareaControl.is-error.is-focused > .cxd-TextareaControl-input {
|
|
40379
|
+
border-color: var(--Form-input-onError-borderColor);
|
|
40380
|
+
}
|
|
40381
|
+
|
|
40382
|
+
.amis-scope .cxd-TextareaControl.is-disabled > .cxd-TextareaControl-input {
|
|
40383
|
+
color: var(--text--muted-color);
|
|
40384
|
+
background: var(--Form-input-onDisabled-bg);
|
|
40385
|
+
border-color: var(--Form-input-onDisabled-borderColor);
|
|
40386
|
+
transition: all var(--animation-duration);
|
|
40387
|
+
}
|
|
40388
|
+
|
|
40389
|
+
.amis-scope .cxd-TextareaControl-spinner {
|
|
40390
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
40391
|
+
}
|
|
40392
|
+
|
|
40393
|
+
.amis-scope .cxd-TextareaControl-clear {
|
|
40394
|
+
padding: var(--Form-input-clearBtn-padding);
|
|
40395
|
+
cursor: pointer;
|
|
40396
|
+
display: flex;
|
|
40397
|
+
align-items: center;
|
|
40398
|
+
justify-content: center;
|
|
40399
|
+
margin-left: auto;
|
|
40400
|
+
text-decoration: none;
|
|
40401
|
+
}
|
|
40402
|
+
|
|
40403
|
+
.amis-scope .cxd-TextareaControl-clear svg {
|
|
40404
|
+
fill: var(--Form-input-clearBtn-color);
|
|
40405
|
+
top: 0;
|
|
40406
|
+
width: var(--Form-input-clearBtn-size);
|
|
40407
|
+
height: var(--Form-input-clearBtn-size);
|
|
40408
|
+
}
|
|
40409
|
+
|
|
40410
|
+
.amis-scope .cxd-TextareaControl-clear:hover svg {
|
|
40411
|
+
fill: var(--Form-input-clearBtn-color-onHover);
|
|
40412
|
+
}
|
|
40413
|
+
|
|
40414
|
+
.amis-scope .cxd-TextareaControl-clear:active svg {
|
|
40415
|
+
fill: var(--Form-input-clearBtn-color-onActive);
|
|
40416
|
+
}
|
|
40417
|
+
|
|
40418
|
+
.amis-scope .cxd-TextareaControl-passwordReveal {
|
|
40419
|
+
cursor: pointer;
|
|
40420
|
+
color: var(--text--muted-color);
|
|
40421
|
+
}
|
|
40422
|
+
|
|
40423
|
+
@media (min-width: 576px) {
|
|
40424
|
+
.amis-scope .cxd-TextareaControl.cxd-Form-control--sizeXs > .cxd-TextareaControl-input,
|
|
40425
|
+
.amis-scope .cxd-TextareaControl.cxd-Form-control--sizeSm > .cxd-TextareaControl-input,
|
|
40426
|
+
.amis-scope .cxd-TextareaControl.cxd-Form-control--sizeMd > .cxd-TextareaControl-input,
|
|
40427
|
+
.amis-scope .cxd-TextareaControl.cxd-Form-control--sizeLg > .cxd-TextareaControl-input {
|
|
40428
|
+
min-width: 100%;
|
|
40429
|
+
display: inline-flex;
|
|
40430
|
+
}
|
|
40431
|
+
}
|
|
40432
|
+
|
|
38635
40433
|
.amis-scope .cxd-TextareaControl > textarea {
|
|
38636
40434
|
border: 1px solid var(--Form-input-borderColor);
|
|
38637
40435
|
border-radius: var(--Form-input-borderRadius);
|
|
@@ -38663,27 +40461,6 @@ readers do not read off random characters that represent icons */
|
|
|
38663
40461
|
border-color: var(--Form-input-onHover-borderColor);
|
|
38664
40462
|
}
|
|
38665
40463
|
|
|
38666
|
-
.amis-scope .cxd-TextareaControl > textarea:focus,
|
|
38667
|
-
.amis-scope .cxd-TextareaControl.is-focused > textarea {
|
|
38668
|
-
border-color: var(--Form-input-onFocused-borderColor);
|
|
38669
|
-
box-shadow: var(--Form-input-boxShadow);
|
|
38670
|
-
}
|
|
38671
|
-
|
|
38672
|
-
.amis-scope .cxd-TextareaControl > textarea:focus:hover,
|
|
38673
|
-
.amis-scope .cxd-TextareaControl.is-focused > textarea:hover {
|
|
38674
|
-
border-color: var(--Form-input-onFocused-borderColor);
|
|
38675
|
-
}
|
|
38676
|
-
|
|
38677
|
-
.amis-scope .cxd-TextareaControl.is-disabled > textarea,
|
|
38678
|
-
.amis-scope .cxd-TextareaControl > textarea[disabled] {
|
|
38679
|
-
background: #e5e7eb;
|
|
38680
|
-
color: var(--text--muted-color);
|
|
38681
|
-
}
|
|
38682
|
-
|
|
38683
|
-
.amis-scope .cxd-TextareaControl.is-error > textarea {
|
|
38684
|
-
border-color: var(--Form-input-onError-borderColor);
|
|
38685
|
-
}
|
|
38686
|
-
|
|
38687
40464
|
.amis-scope .cxd-TextareaControl-counter {
|
|
38688
40465
|
position: absolute;
|
|
38689
40466
|
right: var(--Form-input-paddingX);
|
|
@@ -38883,11 +40660,124 @@ readers do not read off random characters that represent icons */
|
|
|
38883
40660
|
height: 0;
|
|
38884
40661
|
border-color: transparent;
|
|
38885
40662
|
transition: width var(--animation-duration), height var(--animation-duration), transform var(--animation-duration);
|
|
38886
|
-
border-width: 0 0 0.
|
|
38887
|
-
transform: translate(-50%, -
|
|
40663
|
+
border-width: 0 0 0.0625rem 0.0625rem;
|
|
40664
|
+
transform: translate(-50%, -90%) rotate(-40deg);
|
|
40665
|
+
border-style: solid;
|
|
40666
|
+
}
|
|
40667
|
+
|
|
40668
|
+
.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input {
|
|
40669
|
+
margin-left: calc(var(--Checkbox-size) * -1);
|
|
40670
|
+
}
|
|
40671
|
+
|
|
40672
|
+
.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input + i {
|
|
40673
|
+
border-color: var(--Checkbox-onHover-color);
|
|
40674
|
+
}
|
|
40675
|
+
|
|
40676
|
+
.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input + i:before {
|
|
40677
|
+
width: var(--Checkbox-inner-size);
|
|
40678
|
+
height: var(--Checkbox-inner-size);
|
|
40679
|
+
background: var(--Checkbox-onHover-color);
|
|
40680
|
+
}
|
|
40681
|
+
|
|
40682
|
+
.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input[disabled] + i {
|
|
40683
|
+
border-color: var(--Checkbox-onDisabled-color);
|
|
40684
|
+
}
|
|
40685
|
+
|
|
40686
|
+
.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input[disabled] + i:before {
|
|
40687
|
+
width: var(--Checkbox-inner-size);
|
|
40688
|
+
height: var(--Checkbox-inner-size);
|
|
40689
|
+
background: var(--Checkbox-inner-onDisabled-bg);
|
|
40690
|
+
}
|
|
40691
|
+
|
|
40692
|
+
.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input:checked[disabled] + i {
|
|
40693
|
+
width: var(--Checkbox-inner-size);
|
|
40694
|
+
height: var(--Checkbox-inner-size);
|
|
40695
|
+
background: var(--Checkbox-onDisabled-bg);
|
|
40696
|
+
}
|
|
40697
|
+
|
|
40698
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox {
|
|
40699
|
+
text-align: center;
|
|
40700
|
+
height: var(--Checkbox-button-height);
|
|
40701
|
+
line-height: var(--Checkbox-button-line-height);
|
|
40702
|
+
padding-left: var(--Checkbox-paddingX);
|
|
40703
|
+
padding-right: var(--Checkbox-paddingX);
|
|
40704
|
+
font-size: var(--fontSizeSm);
|
|
40705
|
+
border: var(--Checkbox-border-width) solid;
|
|
40706
|
+
cursor: pointer;
|
|
40707
|
+
position: relative;
|
|
40708
|
+
display: inline-block;
|
|
40709
|
+
background-color: var(--Checkbox-gb);
|
|
40710
|
+
border-color: var(--Checkbox-color);
|
|
40711
|
+
margin-right: 0;
|
|
40712
|
+
border-radius: calc(var(--Checkbox-borderRadius) * 2);
|
|
40713
|
+
min-width: var(--Checkbox-button-min-width);
|
|
40714
|
+
}
|
|
40715
|
+
|
|
40716
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox:hover:not(:disabled) {
|
|
40717
|
+
color: var(--Checkbox-onHover-color);
|
|
40718
|
+
}
|
|
40719
|
+
|
|
40720
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input:checked + i {
|
|
40721
|
+
background: transparent;
|
|
40722
|
+
top: 0;
|
|
40723
|
+
left: 0;
|
|
40724
|
+
width: 0;
|
|
40725
|
+
height: 0;
|
|
40726
|
+
border-width: 0.5rem;
|
|
40727
|
+
border-color: var(--Checkbox-onHover-color) transparent transparent var(--Checkbox-onHover-color);
|
|
40728
|
+
border-radius: 0;
|
|
40729
|
+
}
|
|
40730
|
+
|
|
40731
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input:checked + i:before {
|
|
40732
|
+
position: absolute;
|
|
40733
|
+
top: 0;
|
|
40734
|
+
left: 0;
|
|
40735
|
+
width: var(--Checkbox--full-inner-size);
|
|
40736
|
+
height: calc(var(--Checkbox--full-inner-size) / 2);
|
|
40737
|
+
transform: translate(-80%, -160%) rotate(-50deg);
|
|
40738
|
+
background: transparent;
|
|
40739
|
+
}
|
|
40740
|
+
|
|
40741
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input[disabled] + i {
|
|
40742
|
+
border-color: var(--Checkbox-onDisabled-color);
|
|
40743
|
+
background: transparent;
|
|
40744
|
+
}
|
|
40745
|
+
|
|
40746
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input[disabled] + i:before {
|
|
40747
|
+
background: transparent;
|
|
40748
|
+
}
|
|
40749
|
+
|
|
40750
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input:checked[disabled] + i {
|
|
40751
|
+
background: transparent;
|
|
40752
|
+
border-width: 0.5rem;
|
|
40753
|
+
border-color: var(--Checkbox-onHover-color) transparent transparent var(--Checkbox-onHover-color);
|
|
40754
|
+
}
|
|
40755
|
+
|
|
40756
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox > i {
|
|
40757
|
+
position: absolute;
|
|
40758
|
+
top: 0;
|
|
40759
|
+
left: 0;
|
|
40760
|
+
margin-left: 0;
|
|
40761
|
+
border: 0;
|
|
38888
40762
|
border-style: solid;
|
|
38889
40763
|
}
|
|
38890
40764
|
|
|
40765
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox > i + span {
|
|
40766
|
+
max-width: 6.25rem;
|
|
40767
|
+
text-overflow: ellipsis;
|
|
40768
|
+
white-space: nowrap;
|
|
40769
|
+
overflow: hidden;
|
|
40770
|
+
}
|
|
40771
|
+
|
|
40772
|
+
.amis-scope .cxd-Checkbox--button--checked.cxd-Checkbox--checkbox {
|
|
40773
|
+
border-color: var(--Checkbox-onHover-color);
|
|
40774
|
+
color: var(--Checkbox-onHover-color);
|
|
40775
|
+
}
|
|
40776
|
+
|
|
40777
|
+
.amis-scope .cxd-Checkbox--button--disabled--unchecked.cxd-Checkbox--checkbox {
|
|
40778
|
+
background: var(--Checkbox-disabled-unchecked-bg);
|
|
40779
|
+
}
|
|
40780
|
+
|
|
38891
40781
|
.amis-scope .cxd-Checkbox--radio {
|
|
38892
40782
|
padding-left: var(--Radio-size);
|
|
38893
40783
|
}
|
|
@@ -38984,12 +40874,24 @@ readers do not read off random characters that represent icons */
|
|
|
38984
40874
|
margin-bottom: var(--Form-label-paddingTop);
|
|
38985
40875
|
}
|
|
38986
40876
|
|
|
40877
|
+
.amis-scope .cxd-RadiosControl .cxd-Checkbox--button,
|
|
40878
|
+
.amis-scope .cxd-CheckboxesControl .cxd-Checkbox--button {
|
|
40879
|
+
margin-bottom: 0;
|
|
40880
|
+
}
|
|
40881
|
+
|
|
38987
40882
|
.amis-scope .cxd-RadiosControl.is-inline .cxd-Checkbox,
|
|
38988
40883
|
.amis-scope .cxd-CheckboxesControl.is-inline .cxd-Checkbox {
|
|
38989
40884
|
display: inline-block;
|
|
38990
40885
|
margin-right: var(--gap-md);
|
|
38991
40886
|
}
|
|
38992
40887
|
|
|
40888
|
+
.amis-scope .cxd-RadiosControl.is-inline .cxd-Checkbox--button,
|
|
40889
|
+
.amis-scope .cxd-CheckboxesControl.is-inline .cxd-Checkbox--button {
|
|
40890
|
+
display: inline-block;
|
|
40891
|
+
margin-right: 0;
|
|
40892
|
+
margin-bottom: 0;
|
|
40893
|
+
}
|
|
40894
|
+
|
|
38993
40895
|
.amis-scope .cxd-RadiosControl-group:not(:first-child),
|
|
38994
40896
|
.amis-scope .cxd-CheckboxesControl-group:not(:first-child) {
|
|
38995
40897
|
margin-top: 0.625rem;
|
|
@@ -39473,6 +41375,7 @@ readers do not read off random characters that represent icons */
|
|
|
39473
41375
|
|
|
39474
41376
|
.amis-scope .cxd-Switch.is-checked .text {
|
|
39475
41377
|
color: var(--white);
|
|
41378
|
+
margin: 0 1.5625rem 0 0.4375rem;
|
|
39476
41379
|
}
|
|
39477
41380
|
|
|
39478
41381
|
.amis-scope .cxd-Switch.is-checked.is-disabled .slider:before {
|
|
@@ -39521,6 +41424,7 @@ readers do not read off random characters that represent icons */
|
|
|
39521
41424
|
background: var(--Number-bg);
|
|
39522
41425
|
border: var(--Number-borderWidth) solid var(--Number-borderColor);
|
|
39523
41426
|
border-radius: var(--Number-borderRadius);
|
|
41427
|
+
overflow: hidden;
|
|
39524
41428
|
}
|
|
39525
41429
|
|
|
39526
41430
|
.amis-scope .cxd-Number--borderHalf {
|
|
@@ -39595,6 +41499,7 @@ readers do not read off random characters that represent icons */
|
|
|
39595
41499
|
transition: all var(--animation-duration) ease;
|
|
39596
41500
|
border: 0;
|
|
39597
41501
|
border-radius: var(--Form-input-borderRadius);
|
|
41502
|
+
color: var(--Form-input-color);
|
|
39598
41503
|
padding: 0 var(--Form-input-paddingX);
|
|
39599
41504
|
}
|
|
39600
41505
|
|
|
@@ -39651,9 +41556,10 @@ readers do not read off random characters that represent icons */
|
|
|
39651
41556
|
}
|
|
39652
41557
|
|
|
39653
41558
|
.amis-scope .cxd-Number-disabled .cxd-Number-input {
|
|
39654
|
-
opacity: 0.72;
|
|
39655
41559
|
cursor: not-allowed;
|
|
39656
|
-
|
|
41560
|
+
color: var(--text--muted-color);
|
|
41561
|
+
background: var(--Form-input-onDisabled-bg);
|
|
41562
|
+
border-color: var(--Form-input-onDisabled-borderColor);
|
|
39657
41563
|
}
|
|
39658
41564
|
|
|
39659
41565
|
.amis-scope .cxd-Number-disabled .cxd-Number-handler {
|
|
@@ -39752,6 +41658,7 @@ readers do not read off random characters that represent icons */
|
|
|
39752
41658
|
line-height: var(--Form-input-lineHeight);
|
|
39753
41659
|
user-select: none;
|
|
39754
41660
|
white-space: nowrap;
|
|
41661
|
+
color: var(--Form-select-placeholderColor);
|
|
39755
41662
|
}
|
|
39756
41663
|
|
|
39757
41664
|
.amis-scope .cxd-Select-value {
|
|
@@ -39771,10 +41678,6 @@ readers do not read off random characters that represent icons */
|
|
|
39771
41678
|
min-height: var(--Form-selectOption-height);
|
|
39772
41679
|
}
|
|
39773
41680
|
|
|
39774
|
-
.amis-scope .cxd-Select--multi .cxd-Select-valueWrap {
|
|
39775
|
-
margin-bottom: calc(var(--gap-xs) * -1);
|
|
39776
|
-
}
|
|
39777
|
-
|
|
39778
41681
|
.amis-scope .cxd-Select--multi .cxd-Select-valueWrap > input {
|
|
39779
41682
|
display: inline-block;
|
|
39780
41683
|
width: 6.25rem;
|
|
@@ -39947,10 +41850,6 @@ readers do not read off random characters that represent icons */
|
|
|
39947
41850
|
background: var(--Form-select-menu-onDisabled-bg);
|
|
39948
41851
|
}
|
|
39949
41852
|
|
|
39950
|
-
.amis-scope .cxd-Select-option--placeholder {
|
|
39951
|
-
color: var(--Form-input-placeholderColor);
|
|
39952
|
-
}
|
|
39953
|
-
|
|
39954
41853
|
.amis-scope .cxd-Select-option > label {
|
|
39955
41854
|
display: block;
|
|
39956
41855
|
}
|
|
@@ -40574,6 +42473,21 @@ readers do not read off random characters that represent icons */
|
|
|
40574
42473
|
color: var(--DatePicker-color);
|
|
40575
42474
|
background: var(--DatePicker-bg);
|
|
40576
42475
|
border-radius: var(--DatePicker-borderRadius);
|
|
42476
|
+
min-width: var(--DatePicker-minWidth);
|
|
42477
|
+
}
|
|
42478
|
+
|
|
42479
|
+
.amis-scope .cxd-DatePicker-input {
|
|
42480
|
+
display: inline-block;
|
|
42481
|
+
width: 100%;
|
|
42482
|
+
background: none;
|
|
42483
|
+
padding: 0;
|
|
42484
|
+
border: 0;
|
|
42485
|
+
}
|
|
42486
|
+
|
|
42487
|
+
.amis-scope .cxd-DatePicker-input:focus {
|
|
42488
|
+
border: none;
|
|
42489
|
+
outline: none;
|
|
42490
|
+
box-sizing: none;
|
|
40577
42491
|
}
|
|
40578
42492
|
|
|
40579
42493
|
.amis-scope .cxd-DatePicker--borderHalf {
|
|
@@ -40694,12 +42608,22 @@ readers do not read off random characters that represent icons */
|
|
|
40694
42608
|
display: flex;
|
|
40695
42609
|
}
|
|
40696
42610
|
|
|
42611
|
+
.amis-scope .cxd-DateControl {
|
|
42612
|
+
width: auto !important;
|
|
42613
|
+
}
|
|
42614
|
+
|
|
42615
|
+
.amis-scope .cxd-DateControl.is-date > .cxd-DatePicker {
|
|
42616
|
+
min-width: calc(var(--DatePicker-minWidth) + var(--fontSizeLg) * 2);
|
|
42617
|
+
}
|
|
42618
|
+
|
|
42619
|
+
.amis-scope .cxd-DateControl.is-datetime > .cxd-DatePicker {
|
|
42620
|
+
min-width: calc(var(--DatePicker-minWidth) + var(--fontSizeLg) * 6);
|
|
42621
|
+
}
|
|
42622
|
+
|
|
40697
42623
|
.amis-scope .cxd-DatePicker-shortcuts {
|
|
40698
42624
|
margin: 0;
|
|
40699
|
-
background: var(--Calendar-shortcuts-bg);
|
|
40700
42625
|
padding: calc( ( var(--Calendar-shortcuts-height) - var(--Calendar-fontSize) * var(--lineHeightBase) ) / 2 ) var(--gap-sm);
|
|
40701
42626
|
list-style: none;
|
|
40702
|
-
width: 15.625rem;
|
|
40703
42627
|
}
|
|
40704
42628
|
|
|
40705
42629
|
.amis-scope .cxd-DatePicker-shortcuts + .rdt .rdtPicker {
|
|
@@ -40785,15 +42709,54 @@ readers do not read off random characters that represent icons */
|
|
|
40785
42709
|
color: var(--Calendar-color);
|
|
40786
42710
|
}
|
|
40787
42711
|
|
|
42712
|
+
.amis-scope .rdt .rdtDays {
|
|
42713
|
+
display: flex;
|
|
42714
|
+
}
|
|
42715
|
+
|
|
42716
|
+
.amis-scope .rdt .rdtDays .rdtDaysPart {
|
|
42717
|
+
width: 16.5rem;
|
|
42718
|
+
border-right: 1px solid var(--Calendar-input-borderColor);
|
|
42719
|
+
}
|
|
42720
|
+
|
|
42721
|
+
.amis-scope .rdt .rdtDays .rdtTimePart {
|
|
42722
|
+
width: 8rem;
|
|
42723
|
+
text-align: center;
|
|
42724
|
+
}
|
|
42725
|
+
|
|
42726
|
+
.amis-scope .rdt .rdtDays .rdtTimePartWithS {
|
|
42727
|
+
width: 12rem;
|
|
42728
|
+
text-align: center;
|
|
42729
|
+
}
|
|
42730
|
+
|
|
42731
|
+
.amis-scope .rdt .rdtDays .rdtShowTime {
|
|
42732
|
+
height: 2.6875rem;
|
|
42733
|
+
padding-top: 0.6875rem;
|
|
42734
|
+
margin-left: 0.125rem;
|
|
42735
|
+
border-bottom: 1px solid var(--Calendar-input-borderColor);
|
|
42736
|
+
}
|
|
42737
|
+
|
|
42738
|
+
.amis-scope .rdt .rdtPickerTime {
|
|
42739
|
+
width: 100%;
|
|
42740
|
+
height: 100%;
|
|
42741
|
+
}
|
|
42742
|
+
|
|
42743
|
+
.amis-scope .rdt .rdtPickerDate {
|
|
42744
|
+
width: 17rem;
|
|
42745
|
+
height: 100%;
|
|
42746
|
+
}
|
|
42747
|
+
|
|
42748
|
+
.amis-scope .rdt .rdtPickerTimeWithoutD {
|
|
42749
|
+
width: 100%;
|
|
42750
|
+
}
|
|
42751
|
+
|
|
40788
42752
|
.amis-scope .rdt .rdtPicker {
|
|
40789
42753
|
margin-top: 0;
|
|
40790
|
-
padding:
|
|
42754
|
+
padding: 0;
|
|
40791
42755
|
background: transparent;
|
|
40792
42756
|
border: none;
|
|
40793
42757
|
}
|
|
40794
42758
|
|
|
40795
42759
|
.amis-scope .rdt .rdtPicker .dow {
|
|
40796
|
-
color: var(--Calendar-wLabel-color);
|
|
40797
42760
|
font-weight: normal;
|
|
40798
42761
|
}
|
|
40799
42762
|
|
|
@@ -40845,6 +42808,10 @@ readers do not read off random characters that represent icons */
|
|
|
40845
42808
|
background: transparent;
|
|
40846
42809
|
}
|
|
40847
42810
|
|
|
42811
|
+
.amis-scope .rdt tbody {
|
|
42812
|
+
height: 12.125rem;
|
|
42813
|
+
}
|
|
42814
|
+
|
|
40848
42815
|
.amis-scope .rdt tfoot {
|
|
40849
42816
|
border-top: 0;
|
|
40850
42817
|
}
|
|
@@ -40861,31 +42828,42 @@ readers do not read off random characters that represent icons */
|
|
|
40861
42828
|
}
|
|
40862
42829
|
|
|
40863
42830
|
.amis-scope .rdt tfoot td .rdtActions {
|
|
40864
|
-
margin-top: var(--gap-sm);
|
|
40865
42831
|
text-align: right;
|
|
42832
|
+
padding: var(--gap-sm);
|
|
42833
|
+
border-top: 1px solid var(--Calendar-input-borderColor);
|
|
40866
42834
|
}
|
|
40867
42835
|
|
|
40868
42836
|
.amis-scope .cxd-CalendarInputWrapper {
|
|
40869
42837
|
display: inline-block;
|
|
40870
42838
|
position: relative;
|
|
42839
|
+
width: 4rem;
|
|
42840
|
+
height: 14rem;
|
|
42841
|
+
overflow: auto;
|
|
40871
42842
|
}
|
|
40872
42843
|
|
|
40873
42844
|
.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugs {
|
|
40874
42845
|
list-style: none;
|
|
40875
|
-
position: absolute;
|
|
40876
42846
|
background: var(--Form-select-menu-bg);
|
|
40877
42847
|
color: var(--Form-select-menu-color);
|
|
40878
|
-
border: var(--Form-input-borderWidth) solid var(--Form-input-onFocused-borderColor);
|
|
40879
42848
|
left: -0.0625rem;
|
|
40880
42849
|
right: -0.0625rem;
|
|
40881
42850
|
top: 100%;
|
|
40882
42851
|
z-index: 10;
|
|
40883
|
-
|
|
40884
|
-
|
|
42852
|
+
}
|
|
42853
|
+
|
|
42854
|
+
.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsHours {
|
|
42855
|
+
height: 54.25rem;
|
|
42856
|
+
}
|
|
42857
|
+
|
|
42858
|
+
.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsTimes {
|
|
42859
|
+
height: 117.25rem;
|
|
42860
|
+
border-left: 1px solid var(--Calendar-input-borderColor);
|
|
40885
42861
|
}
|
|
40886
42862
|
|
|
40887
42863
|
.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem {
|
|
40888
|
-
|
|
42864
|
+
text-align: center;
|
|
42865
|
+
height: 28px;
|
|
42866
|
+
line-height: 28px;
|
|
40889
42867
|
}
|
|
40890
42868
|
|
|
40891
42869
|
.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem.is-highlight,
|
|
@@ -40894,9 +42872,16 @@ readers do not read off random characters that represent icons */
|
|
|
40894
42872
|
background: var(--Form-select-menu-onHover-bg);
|
|
40895
42873
|
}
|
|
40896
42874
|
|
|
42875
|
+
.amis-scope .cxd-TimeRangeHeaderWrapper {
|
|
42876
|
+
height: 40px;
|
|
42877
|
+
padding-top: 10px;
|
|
42878
|
+
text-align: center;
|
|
42879
|
+
border-bottom: 1px solid var(--Calendar-input-borderColor);
|
|
42880
|
+
}
|
|
42881
|
+
|
|
40897
42882
|
.amis-scope .cxd-CalendarInput {
|
|
40898
42883
|
outline: none;
|
|
40899
|
-
width:
|
|
42884
|
+
width: 3.5rem;
|
|
40900
42885
|
font-size: var(--Calendar-input-fontSize);
|
|
40901
42886
|
color: var(--Calendar-input-color);
|
|
40902
42887
|
border: 1px solid var(--Calendar-input-borderColor);
|
|
@@ -41067,7 +43052,6 @@ readers do not read off random characters that represent icons */
|
|
|
41067
43052
|
|
|
41068
43053
|
.amis-scope .rdtSwitch {
|
|
41069
43054
|
text-align: center;
|
|
41070
|
-
color: #000;
|
|
41071
43055
|
cursor: pointer;
|
|
41072
43056
|
font-weight: normal;
|
|
41073
43057
|
}
|
|
@@ -41081,6 +43065,8 @@ readers do not read off random characters that represent icons */
|
|
|
41081
43065
|
display: table;
|
|
41082
43066
|
table-layout: fixed;
|
|
41083
43067
|
border-collapse: separate;
|
|
43068
|
+
border-bottom: 1px solid var(--Calendar-input-borderColor);
|
|
43069
|
+
height: 40px;
|
|
41084
43070
|
width: 100%;
|
|
41085
43071
|
}
|
|
41086
43072
|
|
|
@@ -41171,6 +43157,7 @@ readers do not read off random characters that represent icons */
|
|
|
41171
43157
|
border-radius: var(--DatePicker-borderRadius);
|
|
41172
43158
|
color: var(--DatePicker-color);
|
|
41173
43159
|
background: var(--DatePicker-bg);
|
|
43160
|
+
min-width: var(--DateRangePicker-minWidth);
|
|
41174
43161
|
}
|
|
41175
43162
|
|
|
41176
43163
|
.amis-scope .cxd-DateRangePicker--borderHalf {
|
|
@@ -41201,6 +43188,22 @@ readers do not read off random characters that represent icons */
|
|
|
41201
43188
|
box-shadow: var(--Form-input-boxShadow);
|
|
41202
43189
|
}
|
|
41203
43190
|
|
|
43191
|
+
.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input {
|
|
43192
|
+
border: none;
|
|
43193
|
+
border-bottom: 1px solid transparent;
|
|
43194
|
+
outline: none;
|
|
43195
|
+
padding: 0;
|
|
43196
|
+
background: 0;
|
|
43197
|
+
}
|
|
43198
|
+
|
|
43199
|
+
.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input.isActive {
|
|
43200
|
+
border-bottom: 1px solid var(--DatePicker-onFocused-borderColor);
|
|
43201
|
+
}
|
|
43202
|
+
|
|
43203
|
+
.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input-separator {
|
|
43204
|
+
margin: 0 var(--gap-sm);
|
|
43205
|
+
}
|
|
43206
|
+
|
|
41204
43207
|
.amis-scope .cxd-DateRangePicker.is-disabled {
|
|
41205
43208
|
background: #e5e7eb;
|
|
41206
43209
|
}
|
|
@@ -41288,7 +43291,7 @@ readers do not read off random characters that represent icons */
|
|
|
41288
43291
|
|
|
41289
43292
|
.amis-scope .cxd-DateRangePicker-wrap {
|
|
41290
43293
|
width: auto;
|
|
41291
|
-
padding:
|
|
43294
|
+
padding: 0;
|
|
41292
43295
|
}
|
|
41293
43296
|
|
|
41294
43297
|
.amis-scope .cxd-DateRangePicker-start,
|
|
@@ -41309,8 +43312,8 @@ readers do not read off random characters that represent icons */
|
|
|
41309
43312
|
}
|
|
41310
43313
|
|
|
41311
43314
|
.amis-scope .cxd-DateRangePicker-rangers {
|
|
41312
|
-
margin: 0
|
|
41313
|
-
padding: 0;
|
|
43315
|
+
margin: 0;
|
|
43316
|
+
padding: 10px 0 0 10px;
|
|
41314
43317
|
list-style: none;
|
|
41315
43318
|
}
|
|
41316
43319
|
|
|
@@ -41325,13 +43328,22 @@ readers do not read off random characters that represent icons */
|
|
|
41325
43328
|
|
|
41326
43329
|
.amis-scope .cxd-DateRangePicker-actions {
|
|
41327
43330
|
text-align: right;
|
|
41328
|
-
|
|
43331
|
+
padding: var(--gap-sm);
|
|
43332
|
+
border-top: 1px solid var(--Calendar-input-borderColor);
|
|
41329
43333
|
}
|
|
41330
43334
|
|
|
41331
43335
|
.amis-scope .cxd-DateRangeControl:not(.is-inline) > .cxd-DateRangePicker {
|
|
41332
43336
|
display: flex;
|
|
41333
43337
|
}
|
|
41334
43338
|
|
|
43339
|
+
.amis-scope .cxd-DateRangeControl.is-date > .cxd-DateRangePicker {
|
|
43340
|
+
min-width: calc(var(--DateRangePicker-minWidth) + var(--fontSizeLg) * 5.5);
|
|
43341
|
+
}
|
|
43342
|
+
|
|
43343
|
+
.amis-scope .cxd-DateRangeControl.is-datetime > .cxd-DateRangePicker {
|
|
43344
|
+
min-width: calc(var(--DateRangePicker-minWidth) + var(--fontSizeLg) * 11);
|
|
43345
|
+
}
|
|
43346
|
+
|
|
41335
43347
|
.amis-scope .cxd-DateRangePicker-popover {
|
|
41336
43348
|
margin: 0.125rem 0 0;
|
|
41337
43349
|
}
|
|
@@ -41352,7 +43364,7 @@ readers do not read off random characters that represent icons */
|
|
|
41352
43364
|
|
|
41353
43365
|
.amis-scope .cxd-DateRangePicker-end {
|
|
41354
43366
|
margin-top: 0;
|
|
41355
|
-
|
|
43367
|
+
border-left: 1px solid var(--Calendar-input-borderColor);
|
|
41356
43368
|
}
|
|
41357
43369
|
}
|
|
41358
43370
|
|
|
@@ -41853,6 +43865,10 @@ readers do not read off random characters that represent icons */
|
|
|
41853
43865
|
top: 0;
|
|
41854
43866
|
}
|
|
41855
43867
|
|
|
43868
|
+
.amis-scope .cxd-FileControl-dropzone.is-active .cxd-FileControl-acceptTip {
|
|
43869
|
+
border-color: var(--info);
|
|
43870
|
+
}
|
|
43871
|
+
|
|
41856
43872
|
.amis-scope .cxd-FileControl-sum {
|
|
41857
43873
|
font-size: var(--fontSizeSm);
|
|
41858
43874
|
}
|
|
@@ -41912,7 +43928,7 @@ readers do not read off random characters that represent icons */
|
|
|
41912
43928
|
|
|
41913
43929
|
.amis-scope .cxd-EditorControl > .cxd-MonacoEditor,
|
|
41914
43930
|
.amis-scope .cxd-EditorControl > .cxd-MonacoEditor > .monaco-diff-editor {
|
|
41915
|
-
min-height:
|
|
43931
|
+
min-height: inherit;
|
|
41916
43932
|
}
|
|
41917
43933
|
|
|
41918
43934
|
.amis-scope .cxd-EditorControl.is-error {
|
|
@@ -42016,7 +44032,7 @@ readers do not read off random characters that represent icons */
|
|
|
42016
44032
|
}
|
|
42017
44033
|
|
|
42018
44034
|
.fr-popup {
|
|
42019
|
-
z-index:
|
|
44035
|
+
z-index: 3000 !important;
|
|
42020
44036
|
}
|
|
42021
44037
|
|
|
42022
44038
|
.amis-scope .cxd-RichTextControl {
|
|
@@ -42504,20 +44520,8 @@ readers do not read off random characters that represent icons */
|
|
|
42504
44520
|
position: relative;
|
|
42505
44521
|
}
|
|
42506
44522
|
|
|
42507
|
-
.amis-scope .cxd-Tree-itemLabel
|
|
42508
|
-
position: relative;
|
|
42509
|
-
z-index: 2;
|
|
42510
|
-
}
|
|
42511
|
-
|
|
42512
|
-
.amis-scope .cxd-Tree-itemLabel:hover:after {
|
|
42513
|
-
position: absolute;
|
|
42514
|
-
content: "";
|
|
42515
|
-
z-index: 1;
|
|
44523
|
+
.amis-scope .cxd-Tree-itemLabel:hover {
|
|
42516
44524
|
background: var(--Tree-item-onHover-bg);
|
|
42517
|
-
top: 0;
|
|
42518
|
-
right: 0;
|
|
42519
|
-
bottom: 0;
|
|
42520
|
-
left: -99999px;
|
|
42521
44525
|
}
|
|
42522
44526
|
|
|
42523
44527
|
.amis-scope .cxd-Tree.is-draggable .cxd-Tree-itemLabel:hover::after {
|
|
@@ -42831,6 +44835,11 @@ readers do not read off random characters that represent icons */
|
|
|
42831
44835
|
fill: var(--Form-input-clearBtn-color-onActive);
|
|
42832
44836
|
}
|
|
42833
44837
|
|
|
44838
|
+
.amis-scope .cxd-TreeSelect-passwordReveal {
|
|
44839
|
+
cursor: pointer;
|
|
44840
|
+
color: var(--text--muted-color);
|
|
44841
|
+
}
|
|
44842
|
+
|
|
42834
44843
|
@media (min-width: 576px) {
|
|
42835
44844
|
.amis-scope .cxd-TreeSelect.cxd-Form-control--sizeXs > .cxd-TreeSelect-input,
|
|
42836
44845
|
.amis-scope .cxd-TreeSelect.cxd-Form-control--sizeSm > .cxd-TreeSelect-input,
|
|
@@ -43050,6 +45059,10 @@ readers do not read off random characters that represent icons */
|
|
|
43050
45059
|
opacity: var(--Button-onDisabled-opacity);
|
|
43051
45060
|
}
|
|
43052
45061
|
|
|
45062
|
+
.amis-scope .cxd-Combo--hor .cxd-Combo-delController {
|
|
45063
|
+
margin-left: var(--gap-xs);
|
|
45064
|
+
}
|
|
45065
|
+
|
|
43053
45066
|
.amis-scope .cxd-Combo--hor.is-draggable .cxd-Combo-toolbar {
|
|
43054
45067
|
padding-left: 1.5rem;
|
|
43055
45068
|
}
|
|
@@ -43111,10 +45124,19 @@ readers do not read off random characters that represent icons */
|
|
|
43111
45124
|
}
|
|
43112
45125
|
|
|
43113
45126
|
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-item:hover > .cxd-Combo-delBtn,
|
|
43114
|
-
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-
|
|
45127
|
+
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-item:hover > .cxd-Combo-delController,
|
|
45128
|
+
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-items > .cxd-Combo-item:hover > .cxd-Combo-delBtn,
|
|
45129
|
+
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-items > .cxd-Combo-item:hover > .cxd-Combo-delController {
|
|
43115
45130
|
opacity: 1;
|
|
43116
45131
|
}
|
|
43117
45132
|
|
|
45133
|
+
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder) .cxd-Combo-delController {
|
|
45134
|
+
position: absolute;
|
|
45135
|
+
top: var(--gap-xs);
|
|
45136
|
+
right: var(--gap-xs);
|
|
45137
|
+
opacity: 0;
|
|
45138
|
+
}
|
|
45139
|
+
|
|
43118
45140
|
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-item > .cxd-Combo-itemDrager {
|
|
43119
45141
|
position: absolute;
|
|
43120
45142
|
top: var(--Combo--horizontal-dragger-top);
|
|
@@ -43429,6 +45451,11 @@ readers do not read off random characters that represent icons */
|
|
|
43429
45451
|
fill: var(--Form-input-clearBtn-color-onActive);
|
|
43430
45452
|
}
|
|
43431
45453
|
|
|
45454
|
+
.amis-scope .cxd-Picker-passwordReveal {
|
|
45455
|
+
cursor: pointer;
|
|
45456
|
+
color: var(--text--muted-color);
|
|
45457
|
+
}
|
|
45458
|
+
|
|
43432
45459
|
@media (min-width: 576px) {
|
|
43433
45460
|
.amis-scope .cxd-Picker.cxd-Form-control--sizeXs > .cxd-Picker-input,
|
|
43434
45461
|
.amis-scope .cxd-Picker.cxd-Form-control--sizeSm > .cxd-Picker-input,
|
|
@@ -43865,6 +45892,25 @@ readers do not read off random characters that represent icons */
|
|
|
43865
45892
|
height: 40px;
|
|
43866
45893
|
}
|
|
43867
45894
|
|
|
45895
|
+
.amis-scope .cxd-TabsTransfer-tabs .cxd-Tabs-linksContainer {
|
|
45896
|
+
padding-left: 1.25rem;
|
|
45897
|
+
padding-top: 0.5rem;
|
|
45898
|
+
background-color: var(--TabsTransfer-title-bg);
|
|
45899
|
+
}
|
|
45900
|
+
|
|
45901
|
+
.amis-scope .cxd-TabsTransfer-search {
|
|
45902
|
+
margin: var(--gap-sm) var(--gap-sm);
|
|
45903
|
+
}
|
|
45904
|
+
|
|
45905
|
+
.amis-scope .cxd-TabsTransfer-search .cxd-InputBox {
|
|
45906
|
+
border: 1px solid var(--TabsTransfer-border-color);
|
|
45907
|
+
}
|
|
45908
|
+
|
|
45909
|
+
.amis-scope .cxd-TabsTransfer .cxd-Transfer-result .cxd-Transfer-title {
|
|
45910
|
+
height: 2.5rem;
|
|
45911
|
+
line-height: 2.5rem;
|
|
45912
|
+
}
|
|
45913
|
+
|
|
43868
45914
|
.amis-scope .cxd-TabsTransfer-placeholder {
|
|
43869
45915
|
height: var(--Form-input-height);
|
|
43870
45916
|
line-height: var(--Form-input-lineHeight);
|
|
@@ -43994,8 +46040,9 @@ readers do not read off random characters that represent icons */
|
|
|
43994
46040
|
|
|
43995
46041
|
.amis-scope .cxd-TransferDropDown-content > .cxd-Transfer-selection {
|
|
43996
46042
|
flex-grow: 1;
|
|
43997
|
-
max-height:
|
|
43998
|
-
overflow:
|
|
46043
|
+
max-height: var(--Transfer-selection-maxHeight);
|
|
46044
|
+
overflow-x: hidden;
|
|
46045
|
+
overflow-y: auto;
|
|
43999
46046
|
position: relative;
|
|
44000
46047
|
}
|
|
44001
46048
|
|
|
@@ -44097,6 +46144,7 @@ readers do not read off random characters that represent icons */
|
|
|
44097
46144
|
.amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option.no-result {
|
|
44098
46145
|
justify-content: center;
|
|
44099
46146
|
cursor: default;
|
|
46147
|
+
color: var(--Form-select-placeholderColor);
|
|
44100
46148
|
}
|
|
44101
46149
|
|
|
44102
46150
|
.amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option.no-result:hover {
|
|
@@ -44328,6 +46376,11 @@ readers do not read off random characters that represent icons */
|
|
|
44328
46376
|
fill: var(--Form-input-clearBtn-color-onActive);
|
|
44329
46377
|
}
|
|
44330
46378
|
|
|
46379
|
+
.amis-scope .cxd-IconPickerControl-passwordReveal {
|
|
46380
|
+
cursor: pointer;
|
|
46381
|
+
color: var(--text--muted-color);
|
|
46382
|
+
}
|
|
46383
|
+
|
|
44331
46384
|
@media (min-width: 576px) {
|
|
44332
46385
|
.amis-scope .cxd-IconPickerControl.cxd-Form-control--sizeXs > .cxd-IconPickerControl-input,
|
|
44333
46386
|
.amis-scope .cxd-IconPickerControl.cxd-Form-control--sizeSm > .cxd-IconPickerControl-input,
|
|
@@ -44553,6 +46606,23 @@ readers do not read off random characters that represent icons */
|
|
|
44553
46606
|
white-space: var(--Form--horizontal-label-whiteSpace);
|
|
44554
46607
|
}
|
|
44555
46608
|
|
|
46609
|
+
.amis-scope .cxd-Form-item--horizontal-justify {
|
|
46610
|
+
justify-content: space-between;
|
|
46611
|
+
}
|
|
46612
|
+
|
|
46613
|
+
.amis-scope .cxd-Form-item--horizontal-justify > .cxd-Form-label {
|
|
46614
|
+
text-align: var(--Form--horizontal-justify-label-align);
|
|
46615
|
+
white-space: var(--Form--horizontal-justify-label-whiteSpace);
|
|
46616
|
+
}
|
|
46617
|
+
|
|
46618
|
+
.amis-scope .cxd-Form-item--horizontal-justify > .cxd-Form-value {
|
|
46619
|
+
text-align: var(--Form--horizontal-justify-value-align);
|
|
46620
|
+
}
|
|
46621
|
+
|
|
46622
|
+
.amis-scope .cxd-Form-item--horizontal-justify > .cxd-Form-value > * {
|
|
46623
|
+
text-align: initial;
|
|
46624
|
+
}
|
|
46625
|
+
|
|
44556
46626
|
.amis-scope .cxd-Form-item--normal > .cxd-Form-label {
|
|
44557
46627
|
display: block;
|
|
44558
46628
|
}
|
|
@@ -44894,6 +46964,17 @@ readers do not read off random characters that represent icons */
|
|
|
44894
46964
|
/* 移动端样式调整 */
|
|
44895
46965
|
|
|
44896
46966
|
@media (max-width: 767px) {
|
|
46967
|
+
.amis-scope .cxd-Form::before {
|
|
46968
|
+
position: absolute;
|
|
46969
|
+
box-sizing: border-box;
|
|
46970
|
+
content: " ";
|
|
46971
|
+
pointer-events: none;
|
|
46972
|
+
right: 0;
|
|
46973
|
+
top: 0;
|
|
46974
|
+
left: 0;
|
|
46975
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
46976
|
+
}
|
|
46977
|
+
|
|
44897
46978
|
.amis-scope .cxd-Form .cxd-Form-item {
|
|
44898
46979
|
display: flex;
|
|
44899
46980
|
flex-wrap: wrap;
|
|
@@ -44911,7 +46992,6 @@ readers do not read off random characters that represent icons */
|
|
|
44911
46992
|
bottom: 0;
|
|
44912
46993
|
left: 0;
|
|
44913
46994
|
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
44914
|
-
transform: scaleY(0.5);
|
|
44915
46995
|
}
|
|
44916
46996
|
|
|
44917
46997
|
.amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup-addOn,
|
|
@@ -45043,6 +47123,10 @@ readers do not read off random characters that represent icons */
|
|
|
45043
47123
|
margin-bottom: 0;
|
|
45044
47124
|
}
|
|
45045
47125
|
|
|
47126
|
+
.amis-scope .cxd-Form > .cxd-Form-item.is-placeholder::after {
|
|
47127
|
+
display: none;
|
|
47128
|
+
}
|
|
47129
|
+
|
|
45046
47130
|
.amis-scope .cxd-Form .cxd-Divider {
|
|
45047
47131
|
display: none;
|
|
45048
47132
|
}
|
|
@@ -45051,11 +47135,6 @@ readers do not read off random characters that represent icons */
|
|
|
45051
47135
|
padding: 0;
|
|
45052
47136
|
}
|
|
45053
47137
|
|
|
45054
|
-
.amis-scope .cxd-Form > .cxd-Form-item:last-child::after,
|
|
45055
|
-
.amis-scope .cxd-Form > .cxd-Form-item:last-of-type::after {
|
|
45056
|
-
display: none;
|
|
45057
|
-
}
|
|
45058
|
-
|
|
45059
47138
|
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-groupColumn > .cxd-Form-item {
|
|
45060
47139
|
padding-bottom: var(--Form-input-paddingX);
|
|
45061
47140
|
}
|
|
@@ -45469,7 +47548,7 @@ readers do not read off random characters that represent icons */
|
|
|
45469
47548
|
box-sizing: border-box;
|
|
45470
47549
|
background: var(--InputFormula-header-bgColor);
|
|
45471
47550
|
border-radius: var(--borderRadius) var(--borderRadius) 0 0;
|
|
45472
|
-
border-bottom:
|
|
47551
|
+
border-bottom: none;
|
|
45473
47552
|
font-weight: 500;
|
|
45474
47553
|
}
|
|
45475
47554
|
|
|
@@ -45513,11 +47592,11 @@ readers do not read off random characters that represent icons */
|
|
|
45513
47592
|
|
|
45514
47593
|
.amis-scope .cxd-FormulaEditor-panel {
|
|
45515
47594
|
display: flex;
|
|
47595
|
+
flex: 1;
|
|
45516
47596
|
flex-flow: column nowrap;
|
|
45517
47597
|
justify-content: space-between;
|
|
45518
47598
|
align-items: stretch;
|
|
45519
47599
|
height: 15.625rem;
|
|
45520
|
-
width: 13.75rem;
|
|
45521
47600
|
border-radius: var(--borderRadius);
|
|
45522
47601
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
45523
47602
|
}
|
|
@@ -45538,7 +47617,7 @@ readers do not read off random characters that represent icons */
|
|
|
45538
47617
|
box-sizing: border-box;
|
|
45539
47618
|
background: var(--InputFormula-header-bgColor);
|
|
45540
47619
|
border-radius: var(--borderRadius) var(--borderRadius) 0 0;
|
|
45541
|
-
border-bottom:
|
|
47620
|
+
border-bottom: none;
|
|
45542
47621
|
font-weight: 500;
|
|
45543
47622
|
}
|
|
45544
47623
|
|
|
@@ -45549,42 +47628,114 @@ readers do not read off random characters that represent icons */
|
|
|
45549
47628
|
max-height: 13.75rem;
|
|
45550
47629
|
}
|
|
45551
47630
|
|
|
47631
|
+
.amis-scope .cxd-FormulaEditor-panel-body--tabs {
|
|
47632
|
+
max-height: 15.625rem;
|
|
47633
|
+
}
|
|
47634
|
+
|
|
45552
47635
|
.amis-scope .cxd-FormulaEditor-VariableList-root {
|
|
45553
|
-
max-height:
|
|
47636
|
+
max-height: 100%;
|
|
47637
|
+
}
|
|
47638
|
+
|
|
47639
|
+
.amis-scope .cxd-FormulaEditor-VariableList-body {
|
|
47640
|
+
display: flex;
|
|
47641
|
+
flex-flow: column nowrap;
|
|
47642
|
+
max-height: 100%;
|
|
45554
47643
|
}
|
|
45555
47644
|
|
|
45556
|
-
.amis-scope .cxd-FormulaEditor-VariableList-
|
|
47645
|
+
.amis-scope .cxd-FormulaEditor-VariableList-base {
|
|
47646
|
+
--Form-input-fontSize: var(--fontSizeSm);
|
|
47647
|
+
--gap-sm: 0.625rem;
|
|
47648
|
+
flex: 1;
|
|
47649
|
+
max-height: 100%;
|
|
47650
|
+
}
|
|
47651
|
+
|
|
47652
|
+
.amis-scope .cxd-FormulaEditor-VariableList-base.is-scrollable {
|
|
45557
47653
|
overflow-x: hidden;
|
|
45558
47654
|
overflow-y: auto;
|
|
45559
47655
|
}
|
|
45560
47656
|
|
|
45561
|
-
.amis-scope .cxd-FormulaEditor-VariableList-
|
|
47657
|
+
.amis-scope .cxd-FormulaEditor-VariableList-base.is-scrollable::-webkit-scrollbar {
|
|
45562
47658
|
width: 6px;
|
|
45563
47659
|
height: 6px;
|
|
45564
47660
|
}
|
|
45565
47661
|
|
|
45566
|
-
.amis-scope .cxd-FormulaEditor-VariableList-
|
|
47662
|
+
.amis-scope .cxd-FormulaEditor-VariableList-base.is-scrollable::-webkit-scrollbar-thumb {
|
|
45567
47663
|
border-radius: 3px;
|
|
45568
47664
|
background: rgba(0, 0, 0, 0.3);
|
|
45569
47665
|
}
|
|
45570
47666
|
|
|
45571
|
-
.amis-scope .cxd-FormulaEditor-VariableList-
|
|
45572
|
-
|
|
45573
|
-
|
|
45574
|
-
|
|
47667
|
+
.amis-scope .cxd-FormulaEditor-VariableList-searchBox {
|
|
47668
|
+
display: flex;
|
|
47669
|
+
width: auto;
|
|
47670
|
+
flex-shrink: 0;
|
|
47671
|
+
padding: 0.5rem;
|
|
47672
|
+
}
|
|
47673
|
+
|
|
47674
|
+
.amis-scope .cxd-FormulaEditor-VariableList-searchBox > div {
|
|
47675
|
+
flex: 1;
|
|
47676
|
+
font-size: var(--fontSizeSm);
|
|
47677
|
+
height: var(--gap-xl);
|
|
45575
47678
|
}
|
|
45576
47679
|
|
|
45577
47680
|
.amis-scope .cxd-FormulaEditor-VariableList-tabs {
|
|
45578
47681
|
--Tabs-linkFontSize: var(--fontSizeSm);
|
|
45579
47682
|
--Tabs--card-linkPadding: 0.3125rem;
|
|
45580
|
-
max-height:
|
|
47683
|
+
max-height: 100%;
|
|
45581
47684
|
display: flex;
|
|
45582
47685
|
flex-flow: column nowrap;
|
|
45583
47686
|
justify-content: space-between;
|
|
45584
47687
|
}
|
|
45585
47688
|
|
|
45586
|
-
.amis-scope .cxd-FormulaEditor-VariableList-tabs
|
|
45587
|
-
|
|
47689
|
+
.amis-scope .cxd-FormulaEditor-VariableList-tabs .cxd-Tabs-content {
|
|
47690
|
+
padding: 0;
|
|
47691
|
+
}
|
|
47692
|
+
|
|
47693
|
+
.amis-scope .cxd-FormulaEditor-VariableList-tabs .cxd-Tabs-content .cxd-FormulaEditor-VariableList-sub .cxd-FormulaEditor-VariableList-body {
|
|
47694
|
+
max-height: 13.75rem;
|
|
47695
|
+
overflow-y: hidden;
|
|
47696
|
+
}
|
|
47697
|
+
|
|
47698
|
+
.amis-scope .cxd-FormulaEditor-VariableList-tabs .cxd-Tabs-content .cxd-FormulaEditor-VariableList-sub-FormulaEditor-VariableList-base {
|
|
47699
|
+
overflow-x: hidden;
|
|
47700
|
+
overflow-y: auto;
|
|
47701
|
+
}
|
|
47702
|
+
|
|
47703
|
+
.amis-scope .cxd-FormulaEditor-VariableList-tabs .cxd-Tabs-content .cxd-FormulaEditor-VariableList-sub-FormulaEditor-VariableList-base::-webkit-scrollbar {
|
|
47704
|
+
width: 6px;
|
|
47705
|
+
height: 6px;
|
|
47706
|
+
}
|
|
47707
|
+
|
|
47708
|
+
.amis-scope .cxd-FormulaEditor-VariableList-tabs .cxd-Tabs-content .cxd-FormulaEditor-VariableList-sub-FormulaEditor-VariableList-base::-webkit-scrollbar-thumb {
|
|
47709
|
+
border-radius: 3px;
|
|
47710
|
+
background: rgba(0, 0, 0, 0.3);
|
|
47711
|
+
}
|
|
47712
|
+
|
|
47713
|
+
.amis-scope .cxd-FormulaEditor-VariableList-tabs .cxd-Tabs-linksContainer-wrapper {
|
|
47714
|
+
width: 100%;
|
|
47715
|
+
height: 1.875rem;
|
|
47716
|
+
line-height: 1.875rem;
|
|
47717
|
+
padding: 0 0.625rem;
|
|
47718
|
+
box-sizing: border-box;
|
|
47719
|
+
background: var(--InputFormula-header-bgColor);
|
|
47720
|
+
border-radius: var(--borderRadius) var(--borderRadius) 0 0;
|
|
47721
|
+
border-bottom: none;
|
|
47722
|
+
font-weight: 500;
|
|
47723
|
+
max-height: 1.875rem;
|
|
47724
|
+
min-height: 1.875rem;
|
|
47725
|
+
}
|
|
47726
|
+
|
|
47727
|
+
.amis-scope .cxd-FormulaEditor-VariableList-tabs .cxd-Tabs-linksContainer-wrapper ul.cxd-Tabs-links > li {
|
|
47728
|
+
height: 30px;
|
|
47729
|
+
line-height: 30px;
|
|
47730
|
+
}
|
|
47731
|
+
|
|
47732
|
+
.amis-scope .cxd-FormulaEditor-VariableList-tabs .cxd-Tabs-linksContainer-wrapper ul.cxd-Tabs-links > li > a {
|
|
47733
|
+
margin: 0;
|
|
47734
|
+
padding: 0;
|
|
47735
|
+
}
|
|
47736
|
+
|
|
47737
|
+
.amis-scope .cxd-FormulaEditor-VariableList-tabs .cxd-Tabs-linksContainer--overflow > div {
|
|
47738
|
+
margin: 0;
|
|
45588
47739
|
}
|
|
45589
47740
|
|
|
45590
47741
|
.amis-scope .cxd-FormulaEditor-VariableList-tabs > div {
|
|
@@ -45637,6 +47788,10 @@ readers do not read off random characters that represent icons */
|
|
|
45637
47788
|
flex: 1;
|
|
45638
47789
|
}
|
|
45639
47790
|
|
|
47791
|
+
.amis-scope .cxd-FormulaEditor-FuncList .cxd-FormulaEditor-panel {
|
|
47792
|
+
width: 11.75rem;
|
|
47793
|
+
}
|
|
47794
|
+
|
|
45640
47795
|
.amis-scope .cxd-FormulaEditor-FuncList:not(:last-child) {
|
|
45641
47796
|
margin-right: 0.625rem;
|
|
45642
47797
|
}
|
|
@@ -45698,7 +47853,7 @@ readers do not read off random characters that represent icons */
|
|
|
45698
47853
|
|
|
45699
47854
|
.amis-scope .cxd-FormulaEditor-FuncList-item {
|
|
45700
47855
|
cursor: pointer;
|
|
45701
|
-
padding: 0
|
|
47856
|
+
padding: 0 1.875rem;
|
|
45702
47857
|
height: var(--gap-xl);
|
|
45703
47858
|
line-height: var(--gap-xl);
|
|
45704
47859
|
}
|
|
@@ -45798,6 +47953,26 @@ readers do not read off random characters that represent icons */
|
|
|
45798
47953
|
color: var(--InputFormula-icon-color-onActive);
|
|
45799
47954
|
}
|
|
45800
47955
|
|
|
47956
|
+
.amis-scope .cxd-FormulaPicker-ResultBox {
|
|
47957
|
+
padding-right: 10px;
|
|
47958
|
+
}
|
|
47959
|
+
|
|
47960
|
+
.amis-scope .cxd-FormulaPicker-ResultBox span.c-field {
|
|
47961
|
+
background: #007bff;
|
|
47962
|
+
padding: 3px 5px;
|
|
47963
|
+
margin: 0 1px;
|
|
47964
|
+
color: #fff;
|
|
47965
|
+
font-size: 12px;
|
|
47966
|
+
border-radius: 4px;
|
|
47967
|
+
}
|
|
47968
|
+
|
|
47969
|
+
.amis-scope .cxd-FormulaPicker-ResultBox span.c-func {
|
|
47970
|
+
color: #ae4597;
|
|
47971
|
+
font-weight: bold;
|
|
47972
|
+
line-height: 14px;
|
|
47973
|
+
padding: 0 2px;
|
|
47974
|
+
}
|
|
47975
|
+
|
|
45801
47976
|
.amis-scope .cxd-Timeline-vertical {
|
|
45802
47977
|
display: flex;
|
|
45803
47978
|
flex-flow: column;
|
|
@@ -45987,11 +48162,34 @@ readers do not read off random characters that represent icons */
|
|
|
45987
48162
|
border-radius: var(--TimelineItem--icon-radius);
|
|
45988
48163
|
}
|
|
45989
48164
|
|
|
45990
|
-
.amis-scope .cxd-BarCode >
|
|
48165
|
+
.amis-scope .cxd-BarCode > img {
|
|
45991
48166
|
display: block;
|
|
45992
48167
|
margin: 0 auto;
|
|
45993
48168
|
}
|
|
45994
48169
|
|
|
48170
|
+
.amis-scope .cxd-PullRefresh-wrap {
|
|
48171
|
+
position: relative;
|
|
48172
|
+
height: 100%;
|
|
48173
|
+
}
|
|
48174
|
+
|
|
48175
|
+
.amis-scope .cxd-PullRefresh-header {
|
|
48176
|
+
position: absolute;
|
|
48177
|
+
left: 0px;
|
|
48178
|
+
width: 100%;
|
|
48179
|
+
text-align: center;
|
|
48180
|
+
transform: translateY(-100%);
|
|
48181
|
+
overflow: hidden;
|
|
48182
|
+
padding: var(--gap-xs) 0;
|
|
48183
|
+
min-height: var(--gap-lg);
|
|
48184
|
+
line-height: var(--gap-lg);
|
|
48185
|
+
color: #999;
|
|
48186
|
+
}
|
|
48187
|
+
|
|
48188
|
+
.amis-scope .cxd-PullRefresh .loading-icon {
|
|
48189
|
+
animation: var(--Button-animation-spin);
|
|
48190
|
+
margin-right: var(--gap-xs);
|
|
48191
|
+
}
|
|
48192
|
+
|
|
45995
48193
|
/**
|
|
45996
48194
|
* Debug 模块的 UI,由于没法使用任何主题,所以这里使用独立配色风格
|
|
45997
48195
|
*/
|
|
@@ -46063,9 +48261,8 @@ readers do not read off random characters that represent icons */
|
|
|
46063
48261
|
right: 0;
|
|
46064
48262
|
width: 24px;
|
|
46065
48263
|
height: 48px;
|
|
46066
|
-
box-shadow: rgba(
|
|
46067
|
-
border-
|
|
46068
|
-
border-bottom-left-radius: 12px;
|
|
48264
|
+
box-shadow: 0 4px 6px 0 rgba(8, 14, 26, 0.04), 0 1px 10px 0 rgba(8, 14, 26, 0.05), 0 2px 4px -1px rgba(8, 14, 26, 0.06);
|
|
48265
|
+
border-radius: var(--borderRadius) 0 0 var(--borderRadius);
|
|
46069
48266
|
padding-top: 14px;
|
|
46070
48267
|
padding-left: 6px;
|
|
46071
48268
|
cursor: pointer;
|