@northdata/fomantic-ui 2.9.419 → 2.9.421
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/lib/semantic-ui/dist/components/accordion.css +10 -0
- package/lib/semantic-ui/dist/components/accordion.min.css +1 -1
- package/lib/semantic-ui/dist/components/button.css +322 -7
- package/lib/semantic-ui/dist/components/button.min.css +1 -1
- package/lib/semantic-ui/dist/components/header.css +1 -1
- package/lib/semantic-ui/dist/components/header.min.css +1 -1
- package/lib/semantic-ui/dist/components/icon.css +9 -0
- package/lib/semantic-ui/dist/components/icon.min.css +1 -1
- package/lib/semantic-ui/dist/components/input.css +12 -12
- package/lib/semantic-ui/dist/components/input.min.css +1 -1
- package/lib/semantic-ui/dist/components/list.css +17 -12
- package/lib/semantic-ui/dist/components/list.min.css +1 -1
- package/lib/semantic-ui/dist/components/message.css +48 -7
- package/lib/semantic-ui/dist/components/message.min.css +1 -1
- package/lib/semantic-ui/dist/components/modal.css +8 -2
- package/lib/semantic-ui/dist/components/modal.min.css +1 -1
- package/lib/semantic-ui/dist/components/toast.css +288 -0
- package/lib/semantic-ui/dist/components/toast.js +964 -0
- package/lib/semantic-ui/dist/components/toast.min.css +9 -0
- package/lib/semantic-ui/dist/components/toast.min.js +11 -0
- package/lib/semantic-ui/dist/less/site/variation.variables +13 -13
- package/lib/semantic-ui/dist/semantic-packed.css +723 -38
- package/lib/semantic-ui/dist/semantic.css +847 -43
- package/lib/semantic-ui/dist/semantic.full.css +1028 -39
- package/lib/semantic-ui/dist/semantic.full.min.css +1 -1
- package/lib/semantic-ui/dist/semantic.js +965 -0
- package/lib/semantic-ui/dist/semantic.min.css +16 -8
- package/lib/semantic-ui/dist/semantic.min.js +1 -1
- package/package.json +2 -2
|
@@ -699,7 +699,7 @@ input::selection {
|
|
|
699
699
|
}
|
|
700
700
|
|
|
701
701
|
.ui.button:hover .icon {
|
|
702
|
-
opacity:
|
|
702
|
+
opacity: 1;
|
|
703
703
|
}
|
|
704
704
|
|
|
705
705
|
/* --------------
|
|
@@ -714,7 +714,7 @@ input::selection {
|
|
|
714
714
|
}
|
|
715
715
|
|
|
716
716
|
.ui.button:focus .icon {
|
|
717
|
-
opacity:
|
|
717
|
+
opacity: 1;
|
|
718
718
|
}
|
|
719
719
|
|
|
720
720
|
/* --------------
|
|
@@ -805,11 +805,19 @@ input::selection {
|
|
|
805
805
|
box-shadow: none;
|
|
806
806
|
}
|
|
807
807
|
|
|
808
|
+
.ui.basic.loading.button::before {
|
|
809
|
+
border-color: rgba(0, 0, 0, 0.1);
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
.ui.basic.loading.button::after {
|
|
813
|
+
border-color: #a3b3c0;
|
|
814
|
+
}
|
|
815
|
+
|
|
808
816
|
/* -------------------
|
|
809
817
|
Disabled
|
|
810
818
|
-------------------- */
|
|
811
819
|
|
|
812
|
-
.ui.buttons .disabled.button,
|
|
820
|
+
.ui.buttons .disabled.button:not(.basic),
|
|
813
821
|
.ui.disabled.button,
|
|
814
822
|
.ui.button:disabled,
|
|
815
823
|
.ui.disabled.button:hover,
|
|
@@ -821,6 +829,12 @@ input::selection {
|
|
|
821
829
|
pointer-events: none !important;
|
|
822
830
|
}
|
|
823
831
|
|
|
832
|
+
/* Basic Group With Disabled */
|
|
833
|
+
|
|
834
|
+
.ui.basic.buttons .ui.disabled.button {
|
|
835
|
+
border-color: rgba(34, 36, 38, 0.5);
|
|
836
|
+
}
|
|
837
|
+
|
|
824
838
|
/*******************************
|
|
825
839
|
Types
|
|
826
840
|
*******************************/
|
|
@@ -888,7 +902,7 @@ input::selection {
|
|
|
888
902
|
|
|
889
903
|
.ui.button > .icon:not(.button) {
|
|
890
904
|
height: auto;
|
|
891
|
-
opacity:
|
|
905
|
+
opacity: 1;
|
|
892
906
|
transition: opacity 0.1s ease;
|
|
893
907
|
color: "";
|
|
894
908
|
}
|
|
@@ -1058,11 +1072,99 @@ input::selection {
|
|
|
1058
1072
|
.ui.animated.icon.button > .content > .icon,
|
|
1059
1073
|
.ui.icon.buttons .button > .icon,
|
|
1060
1074
|
.ui.icon.button > .icon {
|
|
1061
|
-
opacity:
|
|
1075
|
+
opacity: 1;
|
|
1062
1076
|
margin: 0 !important;
|
|
1063
1077
|
vertical-align: top;
|
|
1064
1078
|
}
|
|
1065
1079
|
|
|
1080
|
+
/* -------------------
|
|
1081
|
+
Basic
|
|
1082
|
+
-------------------- */
|
|
1083
|
+
|
|
1084
|
+
.ui.basic.buttons .button,
|
|
1085
|
+
.ui.basic.button {
|
|
1086
|
+
background: #fff none;
|
|
1087
|
+
color: rgba(0, 0, 0, 0.6);
|
|
1088
|
+
font-weight: normal;
|
|
1089
|
+
border-radius: 0;
|
|
1090
|
+
text-transform: none;
|
|
1091
|
+
text-shadow: none !important;
|
|
1092
|
+
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
.ui.basic.buttons {
|
|
1096
|
+
box-shadow: none;
|
|
1097
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
1098
|
+
border-radius: 0;
|
|
1099
|
+
border-right: none;
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
.ui.basic.buttons .button {
|
|
1103
|
+
border-radius: 0;
|
|
1104
|
+
}
|
|
1105
|
+
|
|
1106
|
+
.ui.basic.buttons .button:hover,
|
|
1107
|
+
.ui.basic.button:hover {
|
|
1108
|
+
background: #f9fafb;
|
|
1109
|
+
color: rgba(0, 0, 0, 0.8);
|
|
1110
|
+
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
1111
|
+
}
|
|
1112
|
+
|
|
1113
|
+
.ui.basic.buttons .button:focus,
|
|
1114
|
+
.ui.basic.button:focus {
|
|
1115
|
+
background: #f9fafb;
|
|
1116
|
+
color: rgba(0, 0, 0, 0.8);
|
|
1117
|
+
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
.ui.basic.buttons .button:active,
|
|
1121
|
+
.ui.basic.button:active {
|
|
1122
|
+
background: #f8f8f8;
|
|
1123
|
+
color: rgba(0, 0, 0, 0.9);
|
|
1124
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 4px 0 rgba(34, 36, 38, 0.15) inset;
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
.ui.basic.buttons .active.button,
|
|
1128
|
+
.ui.basic.active.button {
|
|
1129
|
+
background: rgba(0, 0, 0, 0.05);
|
|
1130
|
+
box-shadow: "";
|
|
1131
|
+
color: rgba(0, 0, 0, 0.95);
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
.ui.basic.buttons .active.button:hover,
|
|
1135
|
+
.ui.basic.active.button:hover {
|
|
1136
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
1137
|
+
}
|
|
1138
|
+
|
|
1139
|
+
.ui.basic.buttons .button:hover {
|
|
1140
|
+
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1143
|
+
.ui.basic.buttons .button:active {
|
|
1144
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 4px 0 rgba(34, 36, 38, 0.15) inset;
|
|
1145
|
+
}
|
|
1146
|
+
|
|
1147
|
+
.ui.basic.buttons .active.button {
|
|
1148
|
+
box-shadow: "";
|
|
1149
|
+
}
|
|
1150
|
+
|
|
1151
|
+
/* Basic Group */
|
|
1152
|
+
|
|
1153
|
+
.ui.basic.buttons .button:not(.basic) {
|
|
1154
|
+
border-right: 1px solid rgba(0, 0, 0, 0.1);
|
|
1155
|
+
box-shadow: none;
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
.ui.basic.vertical.buttons .button {
|
|
1159
|
+
border-left: none;
|
|
1160
|
+
border-left-width: 0;
|
|
1161
|
+
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
.ui.basic.vertical.buttons:not(.spaced):not(.circular) .button:first-child {
|
|
1165
|
+
border-top: none;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1066
1168
|
/* --------------
|
|
1067
1169
|
Labeled Icon
|
|
1068
1170
|
--------------- */
|
|
@@ -1177,6 +1279,18 @@ input::selection {
|
|
|
1177
1279
|
margin-bottom: 0.25em;
|
|
1178
1280
|
}
|
|
1179
1281
|
|
|
1282
|
+
.ui.circular.basic.buttons {
|
|
1283
|
+
border: none;
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
.ui.circular.basic.buttons .button {
|
|
1287
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
.ui.circular.basic.buttons .button.basic {
|
|
1291
|
+
border: none;
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1180
1294
|
.ui.two.buttons {
|
|
1181
1295
|
width: 100%;
|
|
1182
1296
|
}
|
|
@@ -1355,6 +1469,42 @@ input::selection {
|
|
|
1355
1469
|
text-shadow: none;
|
|
1356
1470
|
}
|
|
1357
1471
|
|
|
1472
|
+
/* Basic */
|
|
1473
|
+
|
|
1474
|
+
.ui.basic.primary.buttons .button,
|
|
1475
|
+
.ui.basic.primary.button {
|
|
1476
|
+
background: transparent;
|
|
1477
|
+
box-shadow: 0 0 0 1px #007388 inset;
|
|
1478
|
+
color: #007388;
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1481
|
+
.ui.basic.primary.buttons .button:hover,
|
|
1482
|
+
.ui.basic.primary.button:hover {
|
|
1483
|
+
background: transparent;
|
|
1484
|
+
box-shadow: 0 0 0 1px #005d6f inset;
|
|
1485
|
+
color: #005d6f;
|
|
1486
|
+
}
|
|
1487
|
+
|
|
1488
|
+
.ui.basic.primary.buttons .button:focus,
|
|
1489
|
+
.ui.basic.primary.button:focus {
|
|
1490
|
+
background: transparent;
|
|
1491
|
+
box-shadow: 0 0 0 1px #00505f inset;
|
|
1492
|
+
color: #005d6f;
|
|
1493
|
+
}
|
|
1494
|
+
|
|
1495
|
+
.ui.basic.primary.buttons .active.button,
|
|
1496
|
+
.ui.basic.primary.active.button {
|
|
1497
|
+
background: transparent;
|
|
1498
|
+
box-shadow: 0 0 0 1px #005d6f inset;
|
|
1499
|
+
color: #004855;
|
|
1500
|
+
}
|
|
1501
|
+
|
|
1502
|
+
.ui.basic.primary.buttons .button:active,
|
|
1503
|
+
.ui.basic.primary.button:active {
|
|
1504
|
+
box-shadow: 0 0 0 1px #004855 inset;
|
|
1505
|
+
color: #004855;
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1358
1508
|
.ui.secondary.buttons .button,
|
|
1359
1509
|
.ui.secondary.button {
|
|
1360
1510
|
background-color: #294755;
|
|
@@ -1397,6 +1547,42 @@ input::selection {
|
|
|
1397
1547
|
text-shadow: none;
|
|
1398
1548
|
}
|
|
1399
1549
|
|
|
1550
|
+
/* Basic */
|
|
1551
|
+
|
|
1552
|
+
.ui.basic.secondary.buttons .button,
|
|
1553
|
+
.ui.basic.secondary.button {
|
|
1554
|
+
background: transparent;
|
|
1555
|
+
box-shadow: 0 0 0 1px #294755 inset;
|
|
1556
|
+
color: #294755;
|
|
1557
|
+
}
|
|
1558
|
+
|
|
1559
|
+
.ui.basic.secondary.buttons .button:hover,
|
|
1560
|
+
.ui.basic.secondary.button:hover {
|
|
1561
|
+
background: transparent;
|
|
1562
|
+
box-shadow: 0 0 0 1px #2f5669 inset;
|
|
1563
|
+
color: #2f5669;
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1566
|
+
.ui.basic.secondary.buttons .button:focus,
|
|
1567
|
+
.ui.basic.secondary.button:focus {
|
|
1568
|
+
background: transparent;
|
|
1569
|
+
box-shadow: 0 0 0 1px #306076 inset;
|
|
1570
|
+
color: #2f5669;
|
|
1571
|
+
}
|
|
1572
|
+
|
|
1573
|
+
.ui.basic.secondary.buttons .active.button,
|
|
1574
|
+
.ui.basic.secondary.active.button {
|
|
1575
|
+
background: transparent;
|
|
1576
|
+
box-shadow: 0 0 0 1px #2d576a inset;
|
|
1577
|
+
color: #3a6477;
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1580
|
+
.ui.basic.secondary.buttons .button:active,
|
|
1581
|
+
.ui.basic.secondary.button:active {
|
|
1582
|
+
box-shadow: 0 0 0 1px #3a6477 inset;
|
|
1583
|
+
color: #3a6477;
|
|
1584
|
+
}
|
|
1585
|
+
|
|
1400
1586
|
.ui.green.buttons .button,
|
|
1401
1587
|
.ui.green.button {
|
|
1402
1588
|
background-color: #81b08c;
|
|
@@ -1439,6 +1625,42 @@ input::selection {
|
|
|
1439
1625
|
text-shadow: none;
|
|
1440
1626
|
}
|
|
1441
1627
|
|
|
1628
|
+
/* Basic */
|
|
1629
|
+
|
|
1630
|
+
.ui.basic.green.buttons .button,
|
|
1631
|
+
.ui.basic.green.button {
|
|
1632
|
+
background: transparent;
|
|
1633
|
+
box-shadow: 0 0 0 1px #81b08c inset;
|
|
1634
|
+
color: #81b08c;
|
|
1635
|
+
}
|
|
1636
|
+
|
|
1637
|
+
.ui.basic.green.buttons .button:hover,
|
|
1638
|
+
.ui.basic.green.button:hover {
|
|
1639
|
+
background: transparent;
|
|
1640
|
+
box-shadow: 0 0 0 1px #6fa97c inset;
|
|
1641
|
+
color: #6fa97c;
|
|
1642
|
+
}
|
|
1643
|
+
|
|
1644
|
+
.ui.basic.green.buttons .button:focus,
|
|
1645
|
+
.ui.basic.green.button:focus {
|
|
1646
|
+
background: transparent;
|
|
1647
|
+
box-shadow: 0 0 0 1px #62a672 inset;
|
|
1648
|
+
color: #6fa97c;
|
|
1649
|
+
}
|
|
1650
|
+
|
|
1651
|
+
.ui.basic.green.buttons .active.button,
|
|
1652
|
+
.ui.basic.green.active.button {
|
|
1653
|
+
background: transparent;
|
|
1654
|
+
box-shadow: 0 0 0 1px #6daa7c inset;
|
|
1655
|
+
color: #629c70;
|
|
1656
|
+
}
|
|
1657
|
+
|
|
1658
|
+
.ui.basic.green.buttons .button:active,
|
|
1659
|
+
.ui.basic.green.button:active {
|
|
1660
|
+
box-shadow: 0 0 0 1px #629c70 inset;
|
|
1661
|
+
color: #629c70;
|
|
1662
|
+
}
|
|
1663
|
+
|
|
1442
1664
|
.ui.red.buttons .button,
|
|
1443
1665
|
.ui.red.button {
|
|
1444
1666
|
background-color: #af4e4a;
|
|
@@ -1481,6 +1703,42 @@ input::selection {
|
|
|
1481
1703
|
text-shadow: none;
|
|
1482
1704
|
}
|
|
1483
1705
|
|
|
1706
|
+
/* Basic */
|
|
1707
|
+
|
|
1708
|
+
.ui.basic.red.buttons .button,
|
|
1709
|
+
.ui.basic.red.button {
|
|
1710
|
+
background: transparent;
|
|
1711
|
+
box-shadow: 0 0 0 1px #af4e4a inset;
|
|
1712
|
+
color: #af4e4a;
|
|
1713
|
+
}
|
|
1714
|
+
|
|
1715
|
+
.ui.basic.red.buttons .button:hover,
|
|
1716
|
+
.ui.basic.red.button:hover {
|
|
1717
|
+
background: transparent;
|
|
1718
|
+
box-shadow: 0 0 0 1px #a2423e inset;
|
|
1719
|
+
color: #a2423e;
|
|
1720
|
+
}
|
|
1721
|
+
|
|
1722
|
+
.ui.basic.red.buttons .button:focus,
|
|
1723
|
+
.ui.basic.red.button:focus {
|
|
1724
|
+
background: transparent;
|
|
1725
|
+
box-shadow: 0 0 0 1px #9b3935 inset;
|
|
1726
|
+
color: #a2423e;
|
|
1727
|
+
}
|
|
1728
|
+
|
|
1729
|
+
.ui.basic.red.buttons .active.button,
|
|
1730
|
+
.ui.basic.red.active.button {
|
|
1731
|
+
background: transparent;
|
|
1732
|
+
box-shadow: 0 0 0 1px #a4403c inset;
|
|
1733
|
+
color: #8b3e3b;
|
|
1734
|
+
}
|
|
1735
|
+
|
|
1736
|
+
.ui.basic.red.buttons .button:active,
|
|
1737
|
+
.ui.basic.red.button:active {
|
|
1738
|
+
box-shadow: 0 0 0 1px #8b3e3b inset;
|
|
1739
|
+
color: #8b3e3b;
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1484
1742
|
/* Standard */
|
|
1485
1743
|
|
|
1486
1744
|
.ui.positive.buttons .button,
|
|
@@ -1525,6 +1783,46 @@ input::selection {
|
|
|
1525
1783
|
text-shadow: none;
|
|
1526
1784
|
}
|
|
1527
1785
|
|
|
1786
|
+
/* Basic */
|
|
1787
|
+
|
|
1788
|
+
.ui.basic.positive.buttons .button,
|
|
1789
|
+
.ui.basic.positive.button {
|
|
1790
|
+
background: transparent;
|
|
1791
|
+
box-shadow: 0 0 0 1px #81b08c inset;
|
|
1792
|
+
color: #81b08c;
|
|
1793
|
+
}
|
|
1794
|
+
|
|
1795
|
+
.ui.basic.positive.buttons .button:hover,
|
|
1796
|
+
.ui.basic.positive.button:hover {
|
|
1797
|
+
background: transparent;
|
|
1798
|
+
box-shadow: 0 0 0 1px #6fa97c inset;
|
|
1799
|
+
color: #6fa97c;
|
|
1800
|
+
}
|
|
1801
|
+
|
|
1802
|
+
.ui.basic.positive.buttons .button:focus,
|
|
1803
|
+
.ui.basic.positive.button:focus {
|
|
1804
|
+
background: transparent;
|
|
1805
|
+
box-shadow: 0 0 0 1px #62a672 inset;
|
|
1806
|
+
color: #6fa97c;
|
|
1807
|
+
}
|
|
1808
|
+
|
|
1809
|
+
.ui.basic.positive.buttons .active.button,
|
|
1810
|
+
.ui.basic.positive.active.button {
|
|
1811
|
+
background: transparent;
|
|
1812
|
+
box-shadow: 0 0 0 1px #6daa7c inset;
|
|
1813
|
+
color: #629c70;
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
.ui.basic.positive.buttons .button:active,
|
|
1817
|
+
.ui.basic.positive.button:active {
|
|
1818
|
+
box-shadow: 0 0 0 1px #629c70 inset;
|
|
1819
|
+
color: #629c70;
|
|
1820
|
+
}
|
|
1821
|
+
|
|
1822
|
+
.ui.buttons:not(.vertical) > .basic.positive.button:not(:first-child) {
|
|
1823
|
+
margin-left: -1px;
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1528
1826
|
/* Standard */
|
|
1529
1827
|
|
|
1530
1828
|
.ui.negative.buttons .button,
|
|
@@ -1569,6 +1867,46 @@ input::selection {
|
|
|
1569
1867
|
text-shadow: none;
|
|
1570
1868
|
}
|
|
1571
1869
|
|
|
1870
|
+
/* Basic */
|
|
1871
|
+
|
|
1872
|
+
.ui.basic.negative.buttons .button,
|
|
1873
|
+
.ui.basic.negative.button {
|
|
1874
|
+
background: transparent;
|
|
1875
|
+
box-shadow: 0 0 0 1px #af4e4a inset;
|
|
1876
|
+
color: #af4e4a;
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
|
+
.ui.basic.negative.buttons .button:hover,
|
|
1880
|
+
.ui.basic.negative.button:hover {
|
|
1881
|
+
background: transparent;
|
|
1882
|
+
box-shadow: 0 0 0 1px #a2423e inset;
|
|
1883
|
+
color: #a2423e;
|
|
1884
|
+
}
|
|
1885
|
+
|
|
1886
|
+
.ui.basic.negative.buttons .button:focus,
|
|
1887
|
+
.ui.basic.negative.button:focus {
|
|
1888
|
+
background: transparent;
|
|
1889
|
+
box-shadow: 0 0 0 1px #9b3935 inset;
|
|
1890
|
+
color: #a2423e;
|
|
1891
|
+
}
|
|
1892
|
+
|
|
1893
|
+
.ui.basic.negative.buttons .active.button,
|
|
1894
|
+
.ui.basic.negative.active.button {
|
|
1895
|
+
background: transparent;
|
|
1896
|
+
box-shadow: 0 0 0 1px #a4403c inset;
|
|
1897
|
+
color: #8b3e3b;
|
|
1898
|
+
}
|
|
1899
|
+
|
|
1900
|
+
.ui.basic.negative.buttons .button:active,
|
|
1901
|
+
.ui.basic.negative.button:active {
|
|
1902
|
+
box-shadow: 0 0 0 1px #8b3e3b inset;
|
|
1903
|
+
color: #8b3e3b;
|
|
1904
|
+
}
|
|
1905
|
+
|
|
1906
|
+
.ui.buttons:not(.vertical) > .basic.negative.button:not(:first-child) {
|
|
1907
|
+
margin-left: -1px;
|
|
1908
|
+
}
|
|
1909
|
+
|
|
1572
1910
|
/*******************************
|
|
1573
1911
|
Groups
|
|
1574
1912
|
*******************************/
|
|
@@ -1581,7 +1919,7 @@ input::selection {
|
|
|
1581
1919
|
margin: 0 0.25em 0 0;
|
|
1582
1920
|
}
|
|
1583
1921
|
|
|
1584
|
-
.ui.buttons {
|
|
1922
|
+
.ui.buttons:not(.basic) {
|
|
1585
1923
|
box-shadow: none;
|
|
1586
1924
|
}
|
|
1587
1925
|
|
|
@@ -1603,7 +1941,7 @@ input::selection {
|
|
|
1603
1941
|
margin: 0;
|
|
1604
1942
|
}
|
|
1605
1943
|
|
|
1606
|
-
.ui.buttons > .button {
|
|
1944
|
+
.ui.buttons:not(.basic) > .button:not(.basic) {
|
|
1607
1945
|
box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
1608
1946
|
}
|
|
1609
1947
|
|
|
@@ -1632,6 +1970,9 @@ input::selection {
|
|
|
1632
1970
|
width: 100%;
|
|
1633
1971
|
margin: 0;
|
|
1634
1972
|
border-radius: 0;
|
|
1973
|
+
}
|
|
1974
|
+
|
|
1975
|
+
.ui.vertical.buttons .button:not(.basic) {
|
|
1635
1976
|
box-shadow: none;
|
|
1636
1977
|
}
|
|
1637
1978
|
|
|
@@ -1650,12 +1991,47 @@ input::selection {
|
|
|
1650
1991
|
border-radius: 0;
|
|
1651
1992
|
}
|
|
1652
1993
|
|
|
1994
|
+
.ui.vertical.buttons .basic.button:not(:first-child) {
|
|
1995
|
+
border-top: none;
|
|
1996
|
+
}
|
|
1997
|
+
|
|
1653
1998
|
.ui.spaced.buttons .ui.button {
|
|
1654
1999
|
margin-bottom: 1em;
|
|
1655
2000
|
margin-right: 1em;
|
|
1656
2001
|
border-radius: 0;
|
|
1657
2002
|
}
|
|
1658
2003
|
|
|
2004
|
+
.ui.spaced.basic.buttons {
|
|
2005
|
+
border: none;
|
|
2006
|
+
}
|
|
2007
|
+
|
|
2008
|
+
.ui.spaced.basic.buttons .button {
|
|
2009
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
2010
|
+
}
|
|
2011
|
+
|
|
2012
|
+
.ui.spaced.basic.buttons .button.basic {
|
|
2013
|
+
border: none;
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2016
|
+
.ui.spaced.basic.vertical.buttons .button:first-child {
|
|
2017
|
+
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
.ui.basic.buttons:not(.vertical).inverted .button,
|
|
2021
|
+
.ui.basic.buttons:not(.vertical) .basic.button {
|
|
2022
|
+
margin-left: -1px;
|
|
2023
|
+
border-right: none;
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2026
|
+
.ui.basic.buttons:not(.vertical):not(.spaced) .basic.button {
|
|
2027
|
+
margin-top: -1px;
|
|
2028
|
+
border-bottom: none;
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2031
|
+
.ui.basic.buttons:not(.vertical):not(.spaced) .basic.button {
|
|
2032
|
+
margin-bottom: -1px;
|
|
2033
|
+
}
|
|
2034
|
+
|
|
1659
2035
|
/*******************************
|
|
1660
2036
|
Theme Overrides
|
|
1661
2037
|
*******************************/
|
|
@@ -3488,7 +3864,7 @@ i.flag.zimbabwe::before {
|
|
|
3488
3864
|
opacity: 1;
|
|
3489
3865
|
font-size: 1.5em;
|
|
3490
3866
|
padding-top: 0.14285714em;
|
|
3491
|
-
vertical-align:
|
|
3867
|
+
vertical-align: baseline;
|
|
3492
3868
|
}
|
|
3493
3869
|
|
|
3494
3870
|
/* With Text Node */
|
|
@@ -4250,6 +4626,16 @@ i.emphasized.icons {
|
|
|
4250
4626
|
Variations
|
|
4251
4627
|
*******************************/
|
|
4252
4628
|
|
|
4629
|
+
/* -------------------
|
|
4630
|
+
Fitted
|
|
4631
|
+
-------------------- */
|
|
4632
|
+
|
|
4633
|
+
i.fitted.icons,
|
|
4634
|
+
i.fitted.icon {
|
|
4635
|
+
width: auto;
|
|
4636
|
+
margin: 0 !important;
|
|
4637
|
+
}
|
|
4638
|
+
|
|
4253
4639
|
/* -------------------
|
|
4254
4640
|
Link
|
|
4255
4641
|
-------------------- */
|
|
@@ -14037,39 +14423,39 @@ input[type="file"].ui.invisible.file.input,
|
|
|
14037
14423
|
position: absolute;
|
|
14038
14424
|
}
|
|
14039
14425
|
|
|
14040
|
-
input[type="file"].ui.file.input:focus + label.ui.button,
|
|
14041
|
-
.ui.file.input input[type="file"]:focus + label.ui.button {
|
|
14426
|
+
input[type="file"].ui.file.input:focus + label.ui.button:not(.basic),
|
|
14427
|
+
.ui.file.input input[type="file"]:focus + label.ui.button:not(.basic) {
|
|
14042
14428
|
background: #cacbcd;
|
|
14043
14429
|
color: rgba(0, 0, 0, 0.8);
|
|
14044
14430
|
}
|
|
14045
14431
|
|
|
14046
|
-
input[type="file"].ui.file.input:focus + label.ui.button.inverted,
|
|
14047
|
-
.ui.file.input input[type="file"]:focus + label.ui.button.inverted {
|
|
14432
|
+
input[type="file"].ui.file.input:focus + label.ui.button:not(.basic).inverted,
|
|
14433
|
+
.ui.file.input input[type="file"]:focus + label.ui.button:not(.basic).inverted {
|
|
14048
14434
|
background: #fff;
|
|
14049
14435
|
}
|
|
14050
14436
|
|
|
14051
14437
|
/* this is related to existing buttons, so the button color variable is used here! */
|
|
14052
14438
|
|
|
14053
|
-
input[type="file"].ui.file.input:focus + label.ui.primary.button,
|
|
14054
|
-
.ui.file.input input[type="file"]:focus + label.ui.primary.button {
|
|
14439
|
+
input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic),
|
|
14440
|
+
.ui.file.input input[type="file"]:focus + label.ui.primary.button:not(.basic) {
|
|
14055
14441
|
background-color: #005d6f;
|
|
14056
14442
|
color: #fff;
|
|
14057
14443
|
}
|
|
14058
14444
|
|
|
14059
|
-
input[type="file"].ui.file.input:focus + label.ui.secondary.button,
|
|
14060
|
-
.ui.file.input input[type="file"]:focus + label.ui.secondary.button {
|
|
14445
|
+
input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic),
|
|
14446
|
+
.ui.file.input input[type="file"]:focus + label.ui.secondary.button:not(.basic) {
|
|
14061
14447
|
background-color: #2f5669;
|
|
14062
14448
|
color: #fff;
|
|
14063
14449
|
}
|
|
14064
14450
|
|
|
14065
|
-
input[type="file"].ui.file.input:focus + label.ui.green.button,
|
|
14066
|
-
.ui.file.input input[type="file"]:focus + label.ui.green.button {
|
|
14451
|
+
input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic),
|
|
14452
|
+
.ui.file.input input[type="file"]:focus + label.ui.green.button:not(.basic) {
|
|
14067
14453
|
background-color: #6fa97c;
|
|
14068
14454
|
color: #fff;
|
|
14069
14455
|
}
|
|
14070
14456
|
|
|
14071
|
-
input[type="file"].ui.file.input:focus + label.ui.red.button,
|
|
14072
|
-
.ui.file.input input[type="file"]:focus + label.ui.red.button {
|
|
14457
|
+
input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic),
|
|
14458
|
+
.ui.file.input input[type="file"]:focus + label.ui.red.button:not(.basic) {
|
|
14073
14459
|
background-color: #a2423e;
|
|
14074
14460
|
color: #fff;
|
|
14075
14461
|
}
|
|
@@ -15722,7 +16108,7 @@ ul.ui.list,
|
|
|
15722
16108
|
ol.ui.list,
|
|
15723
16109
|
.ui.list {
|
|
15724
16110
|
list-style-type: none;
|
|
15725
|
-
margin:
|
|
16111
|
+
margin: 1.14285714rem 0;
|
|
15726
16112
|
padding: 0 0;
|
|
15727
16113
|
}
|
|
15728
16114
|
|
|
@@ -15754,7 +16140,7 @@ ol.ui.list li,
|
|
|
15754
16140
|
table-layout: fixed;
|
|
15755
16141
|
list-style-type: none;
|
|
15756
16142
|
list-style-position: outside;
|
|
15757
|
-
padding: 0
|
|
16143
|
+
padding: 0 0;
|
|
15758
16144
|
line-height: 1.14285714em;
|
|
15759
16145
|
}
|
|
15760
16146
|
|
|
@@ -15890,8 +16276,8 @@ ol.ui.list ol li,
|
|
|
15890
16276
|
.ui.list > .item .header {
|
|
15891
16277
|
display: block;
|
|
15892
16278
|
margin: 0;
|
|
15893
|
-
font-family: "
|
|
15894
|
-
font-weight:
|
|
16279
|
+
font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
16280
|
+
font-weight: 500;
|
|
15895
16281
|
color: rgba(0, 0, 0, 0.87);
|
|
15896
16282
|
}
|
|
15897
16283
|
|
|
@@ -15978,7 +16364,7 @@ ol.ui.list ol li,
|
|
|
15978
16364
|
background-color: transparent;
|
|
15979
16365
|
list-style-type: none;
|
|
15980
16366
|
list-style-position: outside;
|
|
15981
|
-
padding: 0
|
|
16367
|
+
padding: 0 0;
|
|
15982
16368
|
line-height: 1.14285714em;
|
|
15983
16369
|
}
|
|
15984
16370
|
|
|
@@ -16040,8 +16426,8 @@ ol.ui.list ol li,
|
|
|
16040
16426
|
|
|
16041
16427
|
.ui.horizontal.list > .item:first-child,
|
|
16042
16428
|
.ui.horizontal.list > .item:last-child {
|
|
16043
|
-
padding-top: 0
|
|
16044
|
-
padding-bottom: 0
|
|
16429
|
+
padding-top: 0;
|
|
16430
|
+
padding-bottom: 0;
|
|
16045
16431
|
}
|
|
16046
16432
|
|
|
16047
16433
|
/* Horizontal List */
|
|
@@ -16414,7 +16800,7 @@ ol.ui.suffixed.list li::before,
|
|
|
16414
16800
|
.ui.divided.ordered.list .item .list:not(.icon) {
|
|
16415
16801
|
margin-left: 0;
|
|
16416
16802
|
margin-right: 0;
|
|
16417
|
-
padding-bottom: 0
|
|
16803
|
+
padding-bottom: 0;
|
|
16418
16804
|
}
|
|
16419
16805
|
|
|
16420
16806
|
.ui.divided.ordered.list .item .list > .item {
|
|
@@ -16473,8 +16859,8 @@ ol.ui.suffixed.list li::before,
|
|
|
16473
16859
|
|
|
16474
16860
|
.ui.celled.list > .item:first-child,
|
|
16475
16861
|
.ui.celled.list > .item:last-child {
|
|
16476
|
-
padding-top: 0
|
|
16477
|
-
padding-bottom: 0
|
|
16862
|
+
padding-top: 0;
|
|
16863
|
+
padding-bottom: 0;
|
|
16478
16864
|
}
|
|
16479
16865
|
|
|
16480
16866
|
/* Sub Menu */
|
|
@@ -16501,7 +16887,7 @@ ol.ui.suffixed.list li::before,
|
|
|
16501
16887
|
.ui.celled.bulleted.list .item .list:not(.icon) {
|
|
16502
16888
|
margin-left: -1.25rem;
|
|
16503
16889
|
margin-right: -1.25rem;
|
|
16504
|
-
padding-bottom: 0
|
|
16890
|
+
padding-bottom: 0;
|
|
16505
16891
|
}
|
|
16506
16892
|
|
|
16507
16893
|
/* Celled Ordered */
|
|
@@ -16518,7 +16904,7 @@ ol.ui.suffixed.list li::before,
|
|
|
16518
16904
|
.ui.celled.ordered.list .item .list:not(.icon) {
|
|
16519
16905
|
margin-left: 0;
|
|
16520
16906
|
margin-right: 0;
|
|
16521
|
-
padding-bottom: 0
|
|
16907
|
+
padding-bottom: 0;
|
|
16522
16908
|
}
|
|
16523
16909
|
|
|
16524
16910
|
.ui.celled.ordered.list .list > .item {
|
|
@@ -16647,8 +17033,14 @@ ol.ui.suffixed.list li::before,
|
|
|
16647
17033
|
/*******************************
|
|
16648
17034
|
Site Overrides
|
|
16649
17035
|
*******************************/
|
|
16650
|
-
|
|
16651
|
-
|
|
17036
|
+
|
|
17037
|
+
.ui.list .list > .item .sub.header,
|
|
17038
|
+
.ui.list > .item .sub.header {
|
|
17039
|
+
font-weight: 300;
|
|
17040
|
+
margin-top: 0.28571429em;
|
|
17041
|
+
}
|
|
17042
|
+
/*!
|
|
17043
|
+
* # Fomantic-UI 2.9.4 - Loader
|
|
16652
17044
|
* https://github.com/fomantic/Fomantic-UI/
|
|
16653
17045
|
*
|
|
16654
17046
|
*
|
|
@@ -22787,9 +23179,9 @@ Floated Menu / Item
|
|
|
22787
23179
|
.ui.message {
|
|
22788
23180
|
position: relative;
|
|
22789
23181
|
min-height: 1em;
|
|
22790
|
-
margin:
|
|
23182
|
+
margin: 1.14285714rem 0;
|
|
22791
23183
|
background: #f8f8f9;
|
|
22792
|
-
padding:
|
|
23184
|
+
padding: 1.14285714em;
|
|
22793
23185
|
line-height: 1.4285em;
|
|
22794
23186
|
color: rgba(0, 0, 0, 0.87);
|
|
22795
23187
|
transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
|
|
@@ -22813,9 +23205,9 @@ Floated Menu / Item
|
|
|
22813
23205
|
|
|
22814
23206
|
.ui.message .header {
|
|
22815
23207
|
display: block;
|
|
22816
|
-
font-family: "
|
|
22817
|
-
font-weight:
|
|
22818
|
-
margin:
|
|
23208
|
+
font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
23209
|
+
font-weight: 300;
|
|
23210
|
+
margin: 0 0 0 0;
|
|
22819
23211
|
}
|
|
22820
23212
|
|
|
22821
23213
|
/* Default font size */
|
|
@@ -22840,7 +23232,7 @@ Floated Menu / Item
|
|
|
22840
23232
|
}
|
|
22841
23233
|
|
|
22842
23234
|
.ui.message .header + p {
|
|
22843
|
-
margin-top: 0.
|
|
23235
|
+
margin-top: 0.28571429em;
|
|
22844
23236
|
}
|
|
22845
23237
|
|
|
22846
23238
|
/* List */
|
|
@@ -23007,7 +23399,7 @@ Floated Menu / Item
|
|
|
23007
23399
|
}
|
|
23008
23400
|
|
|
23009
23401
|
.ui.bottom.attached.message:not(:last-child) {
|
|
23010
|
-
margin-bottom:
|
|
23402
|
+
margin-bottom: 1.14285714rem;
|
|
23011
23403
|
}
|
|
23012
23404
|
|
|
23013
23405
|
.ui.attached.icon.message {
|
|
@@ -23221,6 +23613,42 @@ Floated Menu / Item
|
|
|
23221
23613
|
color: rgba(255, 255, 255, 0.9);
|
|
23222
23614
|
}
|
|
23223
23615
|
|
|
23616
|
+
.ui.violet.message {
|
|
23617
|
+
background-color: #eae7ff;
|
|
23618
|
+
color: #9461ac;
|
|
23619
|
+
}
|
|
23620
|
+
|
|
23621
|
+
.ui.violet.message,
|
|
23622
|
+
.ui.attached.violet.message {
|
|
23623
|
+
box-shadow: 0 0 0 1px #9461ac inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
23624
|
+
}
|
|
23625
|
+
|
|
23626
|
+
.ui.floating.violet.message {
|
|
23627
|
+
box-shadow: 0 0 0 1px #9461ac inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
23628
|
+
}
|
|
23629
|
+
|
|
23630
|
+
.ui.violet.message .header {
|
|
23631
|
+
color: #8754a0;
|
|
23632
|
+
}
|
|
23633
|
+
|
|
23634
|
+
.ui.purple.message {
|
|
23635
|
+
background-color: #f6e7ff;
|
|
23636
|
+
color: #6667af;
|
|
23637
|
+
}
|
|
23638
|
+
|
|
23639
|
+
.ui.purple.message,
|
|
23640
|
+
.ui.attached.purple.message {
|
|
23641
|
+
box-shadow: 0 0 0 1px #6667af inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
23642
|
+
}
|
|
23643
|
+
|
|
23644
|
+
.ui.floating.purple.message {
|
|
23645
|
+
box-shadow: 0 0 0 1px #6667af inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
23646
|
+
}
|
|
23647
|
+
|
|
23648
|
+
.ui.purple.message .header {
|
|
23649
|
+
color: #5657a5;
|
|
23650
|
+
}
|
|
23651
|
+
|
|
23224
23652
|
/* --------------
|
|
23225
23653
|
Sizes
|
|
23226
23654
|
--------------- */
|
|
@@ -23264,6 +23692,22 @@ Floated Menu / Item
|
|
|
23264
23692
|
/*******************************
|
|
23265
23693
|
Site Overrides
|
|
23266
23694
|
*******************************/
|
|
23695
|
+
|
|
23696
|
+
.ui.icon.message {
|
|
23697
|
+
align-items: flex-start;
|
|
23698
|
+
}
|
|
23699
|
+
|
|
23700
|
+
.ui.icon.message > .content.details {
|
|
23701
|
+
flex: 0 0 auto;
|
|
23702
|
+
align-self: center;
|
|
23703
|
+
margin-left: 0.57142857em;
|
|
23704
|
+
}
|
|
23705
|
+
|
|
23706
|
+
@media only screen and (max-width: 767.98px) {
|
|
23707
|
+
.ui.icon.message > .content.details {
|
|
23708
|
+
display: none;
|
|
23709
|
+
}
|
|
23710
|
+
}
|
|
23267
23711
|
/*!
|
|
23268
23712
|
* # Fomantic-UI 2.9.4 - Table
|
|
23269
23713
|
* https://github.com/fomantic/Fomantic-UI/
|
|
@@ -27445,6 +27889,13 @@ a.ui.secondary.card:hover,
|
|
|
27445
27889
|
transform: none;
|
|
27446
27890
|
}
|
|
27447
27891
|
|
|
27892
|
+
.ui.accordion .ui.header > .dropdown.icon.right,
|
|
27893
|
+
.ui.accordion .title > .dropdown.icon.right,
|
|
27894
|
+
.ui.accordion .accordion .title > .dropdown.icon.right {
|
|
27895
|
+
float: right;
|
|
27896
|
+
transform: rotate(180deg);
|
|
27897
|
+
}
|
|
27898
|
+
|
|
27448
27899
|
/* --------------
|
|
27449
27900
|
Coupling
|
|
27450
27901
|
--------------- */
|
|
@@ -27659,6 +28110,11 @@ a.ui.secondary.card:hover,
|
|
|
27659
28110
|
transform: none;
|
|
27660
28111
|
}
|
|
27661
28112
|
|
|
28113
|
+
.plain-accordion .title > .dropdown.icon.right {
|
|
28114
|
+
float: right;
|
|
28115
|
+
transform: rotate(180deg);
|
|
28116
|
+
}
|
|
28117
|
+
|
|
27662
28118
|
/* States */
|
|
27663
28119
|
|
|
27664
28120
|
.plain-accordion[open] .title > .dropdown.icon,
|
|
@@ -31001,7 +31457,7 @@ select.ui.dropdown {
|
|
|
31001
31457
|
display: block;
|
|
31002
31458
|
width: 100%;
|
|
31003
31459
|
font-size: 1em;
|
|
31004
|
-
line-height: 1.
|
|
31460
|
+
line-height: 1.4285em;
|
|
31005
31461
|
padding: 1.5rem;
|
|
31006
31462
|
background: #fff;
|
|
31007
31463
|
}
|
|
@@ -31066,7 +31522,7 @@ select.ui.dropdown {
|
|
|
31066
31522
|
|
|
31067
31523
|
.ui.modal > .actions {
|
|
31068
31524
|
background: #f9fafb;
|
|
31069
|
-
padding:
|
|
31525
|
+
padding: 1.5rem;
|
|
31070
31526
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
|
31071
31527
|
text-align: right;
|
|
31072
31528
|
}
|
|
@@ -31750,6 +32206,14 @@ select.ui.dropdown {
|
|
|
31750
32206
|
/*******************************
|
|
31751
32207
|
Site Overrides
|
|
31752
32208
|
*******************************/
|
|
32209
|
+
|
|
32210
|
+
.ui.modal > .actions > .ui.button {
|
|
32211
|
+
margin-inline: 1rem 0;
|
|
32212
|
+
}
|
|
32213
|
+
|
|
32214
|
+
.ui.modal > .left.actions > .ui.button {
|
|
32215
|
+
margin-inline: 0 1rem;
|
|
32216
|
+
}
|
|
31753
32217
|
/*!
|
|
31754
32218
|
* # Fomantic-UI 2.9.4 - Popup
|
|
31755
32219
|
* https://github.com/fomantic/Fomantic-UI/
|
|
@@ -33218,6 +33682,346 @@ select.ui.dropdown {
|
|
|
33218
33682
|
/*******************************
|
|
33219
33683
|
User Overrides
|
|
33220
33684
|
*******************************/
|
|
33685
|
+
/*!
|
|
33686
|
+
* # Fomantic-UI 2.9.4 - Toast
|
|
33687
|
+
* https://github.com/fomantic/Fomantic-UI/
|
|
33688
|
+
*
|
|
33689
|
+
*
|
|
33690
|
+
* Released under the MIT license
|
|
33691
|
+
* https://opensource.org/licenses/MIT
|
|
33692
|
+
*
|
|
33693
|
+
*/
|
|
33694
|
+
|
|
33695
|
+
/*******************************
|
|
33696
|
+
Toast container
|
|
33697
|
+
*******************************/
|
|
33698
|
+
|
|
33699
|
+
.ui.toast-container {
|
|
33700
|
+
position: fixed;
|
|
33701
|
+
z-index: 9999;
|
|
33702
|
+
}
|
|
33703
|
+
|
|
33704
|
+
.ui.toast-container.absolute {
|
|
33705
|
+
position: absolute;
|
|
33706
|
+
}
|
|
33707
|
+
|
|
33708
|
+
.ui.toast-container.top.right {
|
|
33709
|
+
top: 0.85714286em;
|
|
33710
|
+
right: 0.85714286em;
|
|
33711
|
+
margin-left: 0.85714286em;
|
|
33712
|
+
}
|
|
33713
|
+
|
|
33714
|
+
.ui.toast-container.top.left {
|
|
33715
|
+
top: 0.85714286em;
|
|
33716
|
+
left: 0.85714286em;
|
|
33717
|
+
margin-right: 0.85714286em;
|
|
33718
|
+
}
|
|
33719
|
+
|
|
33720
|
+
.ui.toast-container.top.center {
|
|
33721
|
+
left: 50%;
|
|
33722
|
+
transform: translate(-50%, 0);
|
|
33723
|
+
top: 0.85714286em;
|
|
33724
|
+
}
|
|
33725
|
+
|
|
33726
|
+
.ui.toast-container.bottom.right {
|
|
33727
|
+
bottom: 0.85714286em;
|
|
33728
|
+
right: 0.85714286em;
|
|
33729
|
+
margin-left: 0.85714286em;
|
|
33730
|
+
}
|
|
33731
|
+
|
|
33732
|
+
.ui.toast-container.bottom.left {
|
|
33733
|
+
bottom: 0.85714286em;
|
|
33734
|
+
left: 0.85714286em;
|
|
33735
|
+
margin-right: 0.85714286em;
|
|
33736
|
+
}
|
|
33737
|
+
|
|
33738
|
+
.ui.toast-container.bottom.center {
|
|
33739
|
+
left: 50%;
|
|
33740
|
+
transform: translate(-50%, 0);
|
|
33741
|
+
bottom: 0.85714286em;
|
|
33742
|
+
}
|
|
33743
|
+
|
|
33744
|
+
.ui.toast-container .visible.toast-box,
|
|
33745
|
+
.ui.toast-container .animating.toast-box,
|
|
33746
|
+
.ui.toast-container .toast-box {
|
|
33747
|
+
display: table !important;
|
|
33748
|
+
}
|
|
33749
|
+
|
|
33750
|
+
.ui.toast-container .toast-box {
|
|
33751
|
+
margin-bottom: 0.5em;
|
|
33752
|
+
border-radius: 0;
|
|
33753
|
+
cursor: default;
|
|
33754
|
+
will-change: transform, opacity;
|
|
33755
|
+
}
|
|
33756
|
+
|
|
33757
|
+
.ui.toast-container .toast-box:hover {
|
|
33758
|
+
opacity: 1;
|
|
33759
|
+
}
|
|
33760
|
+
|
|
33761
|
+
.ui.toast-container .toast-box:hover {
|
|
33762
|
+
cursor: pointer;
|
|
33763
|
+
}
|
|
33764
|
+
|
|
33765
|
+
.ui.toast-container .toast-box.floating,
|
|
33766
|
+
.ui.toast-container .toast-box.hoverfloating:hover {
|
|
33767
|
+
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
33768
|
+
border: none;
|
|
33769
|
+
}
|
|
33770
|
+
|
|
33771
|
+
.ui.toast-container .toast-box.compact,
|
|
33772
|
+
.ui.toast-container .toast-box > .compact {
|
|
33773
|
+
width: 416px;
|
|
33774
|
+
}
|
|
33775
|
+
|
|
33776
|
+
.ui.toast-container .toast-box > .ui.toast,
|
|
33777
|
+
.ui.toast-container .toast-box > .ui.message {
|
|
33778
|
+
margin: 0;
|
|
33779
|
+
position: relative;
|
|
33780
|
+
}
|
|
33781
|
+
|
|
33782
|
+
.ui.toast-container .toast-box > .ui.message > .close.icon {
|
|
33783
|
+
top: 1rem;
|
|
33784
|
+
right: 1rem;
|
|
33785
|
+
}
|
|
33786
|
+
|
|
33787
|
+
.ui.toast-container .toast-box > .ui.message.icon {
|
|
33788
|
+
align-items: inherit;
|
|
33789
|
+
}
|
|
33790
|
+
|
|
33791
|
+
.ui.toast-container .toast-box > .ui.message.icon > :not(.icon) {
|
|
33792
|
+
padding-left: 0;
|
|
33793
|
+
}
|
|
33794
|
+
|
|
33795
|
+
.ui.toast-container .toast-box > .ui.message.icon > i.icon:not(.close) {
|
|
33796
|
+
display: inline-block;
|
|
33797
|
+
position: absolute;
|
|
33798
|
+
width: 4rem;
|
|
33799
|
+
top: 50%;
|
|
33800
|
+
transform: translateY(-50%);
|
|
33801
|
+
}
|
|
33802
|
+
|
|
33803
|
+
.ui.toast-container .toast-box > .ui.message.icon:not(.vertical).icon.icon.icon {
|
|
33804
|
+
display: block;
|
|
33805
|
+
}
|
|
33806
|
+
|
|
33807
|
+
.ui.toast-container .toast-box .ui.toast > .close.icon {
|
|
33808
|
+
cursor: pointer;
|
|
33809
|
+
margin: 0;
|
|
33810
|
+
opacity: 0.7;
|
|
33811
|
+
transition: opacity 0.1s ease;
|
|
33812
|
+
}
|
|
33813
|
+
|
|
33814
|
+
.ui.toast-container .toast-box .ui.toast > .close.icon:hover {
|
|
33815
|
+
opacity: 1;
|
|
33816
|
+
}
|
|
33817
|
+
|
|
33818
|
+
.ui.toast-container .toast-box .ui.toast.vertical > .close.icon {
|
|
33819
|
+
margin-top: -1rem;
|
|
33820
|
+
margin-right: -1rem;
|
|
33821
|
+
}
|
|
33822
|
+
|
|
33823
|
+
.ui.toast-container .toast-box .ui.toast:not(.vertical) > .close.icon {
|
|
33824
|
+
position: absolute;
|
|
33825
|
+
top: 1rem;
|
|
33826
|
+
}
|
|
33827
|
+
|
|
33828
|
+
.ui.toast-container .toast-box .ui.toast:not(.vertical) > .close.icon:not(.left) {
|
|
33829
|
+
right: 1rem;
|
|
33830
|
+
}
|
|
33831
|
+
|
|
33832
|
+
.ui.toast-container .toast-box .ui.toast:not(.vertical) > .close.icon.left {
|
|
33833
|
+
margin-left: -1rem;
|
|
33834
|
+
}
|
|
33835
|
+
|
|
33836
|
+
.ui.toast-container .toast-box .progressing {
|
|
33837
|
+
animation-iteration-count: 1;
|
|
33838
|
+
animation-timing-function: linear;
|
|
33839
|
+
}
|
|
33840
|
+
|
|
33841
|
+
.ui.toast-container .toast-box .progressing.wait {
|
|
33842
|
+
animation-name: progressWait;
|
|
33843
|
+
}
|
|
33844
|
+
|
|
33845
|
+
.ui.toast-container .toast-box:hover .pausable.progressing {
|
|
33846
|
+
animation-play-state: paused;
|
|
33847
|
+
}
|
|
33848
|
+
|
|
33849
|
+
.ui.toast-container .toast-box .ui.toast:not(.vertical) {
|
|
33850
|
+
display: block;
|
|
33851
|
+
}
|
|
33852
|
+
|
|
33853
|
+
.ui.toast-container .toast-box .vertical.actions > .button,
|
|
33854
|
+
.ui.toast-container .toast-box > .vertical > .vertical.vertical,
|
|
33855
|
+
.ui.toast-container .toast-box > .vertical.vertical.vertical {
|
|
33856
|
+
display: flex;
|
|
33857
|
+
}
|
|
33858
|
+
|
|
33859
|
+
/*******************************
|
|
33860
|
+
Toast
|
|
33861
|
+
*******************************/
|
|
33862
|
+
|
|
33863
|
+
.ui.toast {
|
|
33864
|
+
display: none;
|
|
33865
|
+
border-radius: 0;
|
|
33866
|
+
padding: 0.78571429em 1em;
|
|
33867
|
+
margin: 0;
|
|
33868
|
+
color: rgba(0, 0, 0, 0.87);
|
|
33869
|
+
background-color: #fff;
|
|
33870
|
+
}
|
|
33871
|
+
|
|
33872
|
+
.ui.toast > .content > .header {
|
|
33873
|
+
font-weight: bold;
|
|
33874
|
+
color: inherit;
|
|
33875
|
+
margin: 0;
|
|
33876
|
+
}
|
|
33877
|
+
|
|
33878
|
+
.ui.toast.info {
|
|
33879
|
+
background-color: #31ccec;
|
|
33880
|
+
color: rgba(255, 255, 255, 0.9);
|
|
33881
|
+
}
|
|
33882
|
+
|
|
33883
|
+
.ui.toast.warning {
|
|
33884
|
+
background-color: #f2c037;
|
|
33885
|
+
color: rgba(255, 255, 255, 0.9);
|
|
33886
|
+
}
|
|
33887
|
+
|
|
33888
|
+
.ui.toast.success {
|
|
33889
|
+
background-color: #81b08c;
|
|
33890
|
+
color: rgba(255, 255, 255, 0.9);
|
|
33891
|
+
}
|
|
33892
|
+
|
|
33893
|
+
.ui.toast.error {
|
|
33894
|
+
background-color: #af4e4a;
|
|
33895
|
+
color: rgba(255, 255, 255, 0.9);
|
|
33896
|
+
}
|
|
33897
|
+
|
|
33898
|
+
.ui.toast.neutral {
|
|
33899
|
+
background-color: #fff;
|
|
33900
|
+
color: rgba(0, 0, 0, 0.87);
|
|
33901
|
+
}
|
|
33902
|
+
|
|
33903
|
+
.ui.toast > i.icon:not(.close) {
|
|
33904
|
+
font-size: 1.5em;
|
|
33905
|
+
}
|
|
33906
|
+
|
|
33907
|
+
.ui.toast:not(.vertical):not(.center) > i.icon:not(.close) {
|
|
33908
|
+
position: absolute;
|
|
33909
|
+
}
|
|
33910
|
+
|
|
33911
|
+
.ui.toast:not(.vertical) > i.icon:not(.close) + .content {
|
|
33912
|
+
padding-left: 3em;
|
|
33913
|
+
}
|
|
33914
|
+
|
|
33915
|
+
.ui.toast:not(.vertical) > .close.icon + .content {
|
|
33916
|
+
padding-left: 1.5em;
|
|
33917
|
+
}
|
|
33918
|
+
|
|
33919
|
+
.ui.toast:not(.vertical):not(.center) > .centered.image,
|
|
33920
|
+
.ui.toast:not(.vertical):not(.center) > .centered.icon {
|
|
33921
|
+
transform: translateY(-50%);
|
|
33922
|
+
top: 50%;
|
|
33923
|
+
}
|
|
33924
|
+
|
|
33925
|
+
.ui.toast.vertical > .content {
|
|
33926
|
+
flex-grow: 1;
|
|
33927
|
+
}
|
|
33928
|
+
|
|
33929
|
+
.ui.toast.vertical > .close.icon + .content {
|
|
33930
|
+
padding-left: 1em;
|
|
33931
|
+
}
|
|
33932
|
+
|
|
33933
|
+
.ui.toast.vertical > .ui.image + .content,
|
|
33934
|
+
.ui.toast.vertical > i.icon:not(.close) + .content {
|
|
33935
|
+
padding-left: 1em;
|
|
33936
|
+
}
|
|
33937
|
+
|
|
33938
|
+
.ui.toast.vertical > .centered.image,
|
|
33939
|
+
.ui.toast.vertical > .centered.icon {
|
|
33940
|
+
align-self: center;
|
|
33941
|
+
}
|
|
33942
|
+
|
|
33943
|
+
.ui.hoverfloating.message:hover {
|
|
33944
|
+
box-shadow: 0 0 0 1px inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
33945
|
+
}
|
|
33946
|
+
|
|
33947
|
+
.ui.center.toast-container .toast-box,
|
|
33948
|
+
.ui.right.toast-container .toast-box {
|
|
33949
|
+
margin-left: auto;
|
|
33950
|
+
}
|
|
33951
|
+
|
|
33952
|
+
.ui.center.toast-container .toast-box {
|
|
33953
|
+
margin-right: auto;
|
|
33954
|
+
}
|
|
33955
|
+
|
|
33956
|
+
/* --------------
|
|
33957
|
+
Colors
|
|
33958
|
+
-------------- */
|
|
33959
|
+
|
|
33960
|
+
@media only screen and (max-width: 420px) {
|
|
33961
|
+
.ui.toast-container .toast-box.toast-box,
|
|
33962
|
+
.ui.toast-container .toast-box > .compact,
|
|
33963
|
+
.ui.toast-container .toast-box > .vertical > *,
|
|
33964
|
+
.ui.toast-container .toast-box > * {
|
|
33965
|
+
width: auto;
|
|
33966
|
+
max-width: 100%;
|
|
33967
|
+
}
|
|
33968
|
+
|
|
33969
|
+
.ui.toast-container .toast-box > *:not(.vertical) {
|
|
33970
|
+
min-width: 280px;
|
|
33971
|
+
}
|
|
33972
|
+
}
|
|
33973
|
+
|
|
33974
|
+
/* ---------------
|
|
33975
|
+
Progress Bar
|
|
33976
|
+
---------------- */
|
|
33977
|
+
|
|
33978
|
+
@keyframes progressWait {
|
|
33979
|
+
0% {
|
|
33980
|
+
opacity: 1;
|
|
33981
|
+
}
|
|
33982
|
+
|
|
33983
|
+
100% {
|
|
33984
|
+
opacity: 0;
|
|
33985
|
+
}
|
|
33986
|
+
}
|
|
33987
|
+
|
|
33988
|
+
/*******************************
|
|
33989
|
+
Theme Overrides
|
|
33990
|
+
*******************************/
|
|
33991
|
+
|
|
33992
|
+
/*******************************
|
|
33993
|
+
User Overrides
|
|
33994
|
+
*******************************/
|
|
33995
|
+
|
|
33996
|
+
.ui.toast-container .toast-box > .ui.message > .close.icon,
|
|
33997
|
+
.ui.toast-container .toast-box > .ui.toast > .close.icon {
|
|
33998
|
+
color: rgba(0, 0, 0, 0.87);
|
|
33999
|
+
font-size: 1.075em;
|
|
34000
|
+
}
|
|
34001
|
+
|
|
34002
|
+
.ui.toast-container .toast-box > .ui.message {
|
|
34003
|
+
padding: 0.85714286rem 3.42857143rem 0.85714286rem 1rem;
|
|
34004
|
+
}
|
|
34005
|
+
|
|
34006
|
+
.ui.toast-container .toast-box > .ui.message .header {
|
|
34007
|
+
font-size: 1.14285714rem;
|
|
34008
|
+
font-weight: 500;
|
|
34009
|
+
}
|
|
34010
|
+
|
|
34011
|
+
.ui.toast-container .toast-box > .ui.message .header + .message {
|
|
34012
|
+
margin-top: 0.28571429em;
|
|
34013
|
+
}
|
|
34014
|
+
|
|
34015
|
+
.ui.toast-container .toast-box > .ui.icon.message > i.icon:not(.close) {
|
|
34016
|
+
width: auto;
|
|
34017
|
+
top: 1rem;
|
|
34018
|
+
transform: none;
|
|
34019
|
+
font-size: 1.075em;
|
|
34020
|
+
}
|
|
34021
|
+
|
|
34022
|
+
.ui.toast-container .toast-box > .ui.icon.message > .content {
|
|
34023
|
+
padding-left: 1.57142857em;
|
|
34024
|
+
}
|
|
33221
34025
|
/*!
|
|
33222
34026
|
* # Fomantic-UI 2.9.4 - Transition
|
|
33223
34027
|
* https://github.com/fomantic/Fomantic-UI/
|