@northdata/fomantic-ui 2.9.418 → 2.9.419
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 +42 -0
- package/lib/semantic-ui/dist/components/accordion.min.css +1 -1
- package/lib/semantic-ui/dist/components/header.css +12 -12
- package/lib/semantic-ui/dist/components/header.min.css +1 -1
- package/lib/semantic-ui/dist/components/icon.css +8 -8
- package/lib/semantic-ui/dist/components/icon.min.css +1 -1
- package/lib/semantic-ui/dist/components/label.css +36 -36
- package/lib/semantic-ui/dist/components/label.min.css +1 -1
- package/lib/semantic-ui/dist/components/table.css +462 -38
- package/lib/semantic-ui/dist/components/table.min.css +1 -1
- package/lib/semantic-ui/dist/less/site/site.variables +5 -3
- package/lib/semantic-ui/dist/less/site/variation.variables +1 -1
- package/lib/semantic-ui/dist/semantic-packed.css +703 -93
- package/lib/semantic-ui/dist/semantic.css +623 -93
- package/lib/semantic-ui/dist/semantic.full.css +713 -504
- package/lib/semantic-ui/dist/semantic.full.min.css +1 -1
- package/lib/semantic-ui/dist/semantic.min.css +5 -5
- package/package.json +1 -1
|
@@ -935,6 +935,226 @@
|
|
|
935
935
|
background: #d2eed5;
|
|
936
936
|
color: #1ebc30;
|
|
937
937
|
}
|
|
938
|
+
.ui.olive.table {
|
|
939
|
+
border-top: 0.2em solid #a0b06c;
|
|
940
|
+
}
|
|
941
|
+
|
|
942
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
943
|
+
.ui.scrolling.table > thead.olive,
|
|
944
|
+
.ui.scrolling.table > tfoot.olive {
|
|
945
|
+
background: #f7fae4;
|
|
946
|
+
color: #f7fae4;
|
|
947
|
+
}
|
|
948
|
+
.ui.scrolling.table > thead.olive > tr > th,
|
|
949
|
+
.ui.scrolling.table > tfoot.olive > tr > th,
|
|
950
|
+
.ui.scrolling.table > thead.olive > tr > td,
|
|
951
|
+
.ui.scrolling.table > tfoot.olive > tr > td {
|
|
952
|
+
background: inherit;
|
|
953
|
+
color: #8abc1e;
|
|
954
|
+
}
|
|
955
|
+
.ui.ui.ui.ui.table tr[class*="olive colored"],
|
|
956
|
+
.ui.ui.table th[class*="olive colored"],
|
|
957
|
+
.ui.ui.table td[class*="olive colored"],
|
|
958
|
+
.ui.ui.ui.ui.table tr.olive,
|
|
959
|
+
.ui.ui.table th.olive,
|
|
960
|
+
.ui.ui.table td.olive {
|
|
961
|
+
background: #f7fae4;
|
|
962
|
+
color: #8abc1e;
|
|
963
|
+
}
|
|
964
|
+
.ui.table > thead > tr[class*="olive colored"] > th,
|
|
965
|
+
.ui.table > tfoot > tr[class*="olive colored"] > th,
|
|
966
|
+
.ui.table > tfoot > tr[class*="olive colored"] > td,
|
|
967
|
+
.ui.table > thead > tr.olive > th,
|
|
968
|
+
.ui.table > tfoot > tr.olive > th,
|
|
969
|
+
.ui.table > tfoot > tr.olive > td {
|
|
970
|
+
background: inherit;
|
|
971
|
+
color: #8abc1e;
|
|
972
|
+
}
|
|
973
|
+
.ui.ui.selectable.table tr[class*="olive colored"]:hover,
|
|
974
|
+
.ui.table tr td.selectable[class*="olive colored"]:hover,
|
|
975
|
+
.ui.selectable.table tr:hover td[class*="olive colored"],
|
|
976
|
+
.ui.ui.selectable.table tr.olive:hover,
|
|
977
|
+
.ui.table tr td.selectable.olive:hover,
|
|
978
|
+
.ui.selectable.table tr:hover td.olive {
|
|
979
|
+
background: #f6fada;
|
|
980
|
+
color: #8abc1e;
|
|
981
|
+
}
|
|
982
|
+
.ui.pink.table {
|
|
983
|
+
border-top: 0.2em solid #af6687;
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
987
|
+
.ui.scrolling.table > thead.pink,
|
|
988
|
+
.ui.scrolling.table > tfoot.pink {
|
|
989
|
+
background: #ffe8f9;
|
|
990
|
+
color: #ffe8f9;
|
|
991
|
+
}
|
|
992
|
+
.ui.scrolling.table > thead.pink > tr > th,
|
|
993
|
+
.ui.scrolling.table > tfoot.pink > tr > th,
|
|
994
|
+
.ui.scrolling.table > thead.pink > tr > td,
|
|
995
|
+
.ui.scrolling.table > tfoot.pink > tr > td {
|
|
996
|
+
background: inherit;
|
|
997
|
+
color: #af6687;
|
|
998
|
+
}
|
|
999
|
+
.ui.ui.ui.ui.table tr[class*="pink colored"],
|
|
1000
|
+
.ui.ui.table th[class*="pink colored"],
|
|
1001
|
+
.ui.ui.table td[class*="pink colored"],
|
|
1002
|
+
.ui.ui.ui.ui.table tr.pink,
|
|
1003
|
+
.ui.ui.table th.pink,
|
|
1004
|
+
.ui.ui.table td.pink {
|
|
1005
|
+
background: #ffe8f9;
|
|
1006
|
+
color: #af6687;
|
|
1007
|
+
}
|
|
1008
|
+
.ui.table > thead > tr[class*="pink colored"] > th,
|
|
1009
|
+
.ui.table > tfoot > tr[class*="pink colored"] > th,
|
|
1010
|
+
.ui.table > tfoot > tr[class*="pink colored"] > td,
|
|
1011
|
+
.ui.table > thead > tr.pink > th,
|
|
1012
|
+
.ui.table > tfoot > tr.pink > th,
|
|
1013
|
+
.ui.table > tfoot > tr.pink > td {
|
|
1014
|
+
background: inherit;
|
|
1015
|
+
color: #af6687;
|
|
1016
|
+
}
|
|
1017
|
+
.ui.ui.selectable.table tr[class*="pink colored"]:hover,
|
|
1018
|
+
.ui.table tr td.selectable[class*="pink colored"]:hover,
|
|
1019
|
+
.ui.selectable.table tr:hover td[class*="pink colored"],
|
|
1020
|
+
.ui.ui.selectable.table tr.pink:hover,
|
|
1021
|
+
.ui.table tr td.selectable.pink:hover,
|
|
1022
|
+
.ui.selectable.table tr:hover td.pink {
|
|
1023
|
+
background: #ffdef6;
|
|
1024
|
+
color: #af6687;
|
|
1025
|
+
}
|
|
1026
|
+
.ui.purple.table {
|
|
1027
|
+
border-top: 0.2em solid #6667af;
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
1031
|
+
.ui.scrolling.table > thead.purple,
|
|
1032
|
+
.ui.scrolling.table > tfoot.purple {
|
|
1033
|
+
background: #f8e3ff;
|
|
1034
|
+
color: #f8e3ff;
|
|
1035
|
+
}
|
|
1036
|
+
.ui.scrolling.table > thead.purple > tr > th,
|
|
1037
|
+
.ui.scrolling.table > tfoot.purple > tr > th,
|
|
1038
|
+
.ui.scrolling.table > thead.purple > tr > td,
|
|
1039
|
+
.ui.scrolling.table > tfoot.purple > tr > td {
|
|
1040
|
+
background: inherit;
|
|
1041
|
+
color: #6667af;
|
|
1042
|
+
}
|
|
1043
|
+
.ui.ui.ui.ui.table tr[class*="purple colored"],
|
|
1044
|
+
.ui.ui.table th[class*="purple colored"],
|
|
1045
|
+
.ui.ui.table td[class*="purple colored"],
|
|
1046
|
+
.ui.ui.ui.ui.table tr.purple,
|
|
1047
|
+
.ui.ui.table th.purple,
|
|
1048
|
+
.ui.ui.table td.purple {
|
|
1049
|
+
background: #f8e3ff;
|
|
1050
|
+
color: #6667af;
|
|
1051
|
+
}
|
|
1052
|
+
.ui.table > thead > tr[class*="purple colored"] > th,
|
|
1053
|
+
.ui.table > tfoot > tr[class*="purple colored"] > th,
|
|
1054
|
+
.ui.table > tfoot > tr[class*="purple colored"] > td,
|
|
1055
|
+
.ui.table > thead > tr.purple > th,
|
|
1056
|
+
.ui.table > tfoot > tr.purple > th,
|
|
1057
|
+
.ui.table > tfoot > tr.purple > td {
|
|
1058
|
+
background: inherit;
|
|
1059
|
+
color: #6667af;
|
|
1060
|
+
}
|
|
1061
|
+
.ui.ui.selectable.table tr[class*="purple colored"]:hover,
|
|
1062
|
+
.ui.table tr td.selectable[class*="purple colored"]:hover,
|
|
1063
|
+
.ui.selectable.table tr:hover td[class*="purple colored"],
|
|
1064
|
+
.ui.ui.selectable.table tr.purple:hover,
|
|
1065
|
+
.ui.table tr td.selectable.purple:hover,
|
|
1066
|
+
.ui.selectable.table tr:hover td.purple {
|
|
1067
|
+
background: #f5d9ff;
|
|
1068
|
+
color: #6667af;
|
|
1069
|
+
}
|
|
1070
|
+
.ui.orange.table {
|
|
1071
|
+
border-top: 0.2em solid #af6a66;
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
1075
|
+
.ui.scrolling.table > thead.orange,
|
|
1076
|
+
.ui.scrolling.table > tfoot.orange {
|
|
1077
|
+
background: #ffe7d1;
|
|
1078
|
+
color: #ffe7d1;
|
|
1079
|
+
}
|
|
1080
|
+
.ui.scrolling.table > thead.orange > tr > th,
|
|
1081
|
+
.ui.scrolling.table > tfoot.orange > tr > th,
|
|
1082
|
+
.ui.scrolling.table > thead.orange > tr > td,
|
|
1083
|
+
.ui.scrolling.table > tfoot.orange > tr > td {
|
|
1084
|
+
background: inherit;
|
|
1085
|
+
color: #af6a66;
|
|
1086
|
+
}
|
|
1087
|
+
.ui.ui.ui.ui.table tr[class*="orange colored"],
|
|
1088
|
+
.ui.ui.table th[class*="orange colored"],
|
|
1089
|
+
.ui.ui.table td[class*="orange colored"],
|
|
1090
|
+
.ui.ui.ui.ui.table tr.orange,
|
|
1091
|
+
.ui.ui.table th.orange,
|
|
1092
|
+
.ui.ui.table td.orange {
|
|
1093
|
+
background: #ffe7d1;
|
|
1094
|
+
color: #af6a66;
|
|
1095
|
+
}
|
|
1096
|
+
.ui.table > thead > tr[class*="orange colored"] > th,
|
|
1097
|
+
.ui.table > tfoot > tr[class*="orange colored"] > th,
|
|
1098
|
+
.ui.table > tfoot > tr[class*="orange colored"] > td,
|
|
1099
|
+
.ui.table > thead > tr.orange > th,
|
|
1100
|
+
.ui.table > tfoot > tr.orange > th,
|
|
1101
|
+
.ui.table > tfoot > tr.orange > td {
|
|
1102
|
+
background: inherit;
|
|
1103
|
+
color: #af6a66;
|
|
1104
|
+
}
|
|
1105
|
+
.ui.ui.selectable.table tr[class*="orange colored"]:hover,
|
|
1106
|
+
.ui.table tr td.selectable[class*="orange colored"]:hover,
|
|
1107
|
+
.ui.selectable.table tr:hover td[class*="orange colored"],
|
|
1108
|
+
.ui.ui.selectable.table tr.orange:hover,
|
|
1109
|
+
.ui.table tr td.selectable.orange:hover,
|
|
1110
|
+
.ui.selectable.table tr:hover td.orange {
|
|
1111
|
+
background: #fae1cc;
|
|
1112
|
+
color: #af6a66;
|
|
1113
|
+
}
|
|
1114
|
+
.ui.brown.table {
|
|
1115
|
+
border-top: 0.2em solid #af9066;
|
|
1116
|
+
}
|
|
1117
|
+
|
|
1118
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
1119
|
+
.ui.scrolling.table > thead.brown,
|
|
1120
|
+
.ui.scrolling.table > tfoot.brown {
|
|
1121
|
+
background: #f7e5d2;
|
|
1122
|
+
color: #f7e5d2;
|
|
1123
|
+
}
|
|
1124
|
+
.ui.scrolling.table > thead.brown > tr > th,
|
|
1125
|
+
.ui.scrolling.table > tfoot.brown > tr > th,
|
|
1126
|
+
.ui.scrolling.table > thead.brown > tr > td,
|
|
1127
|
+
.ui.scrolling.table > tfoot.brown > tr > td {
|
|
1128
|
+
background: inherit;
|
|
1129
|
+
color: #af9066;
|
|
1130
|
+
}
|
|
1131
|
+
.ui.ui.ui.ui.table tr[class*="brown colored"],
|
|
1132
|
+
.ui.ui.table th[class*="brown colored"],
|
|
1133
|
+
.ui.ui.table td[class*="brown colored"],
|
|
1134
|
+
.ui.ui.ui.ui.table tr.brown,
|
|
1135
|
+
.ui.ui.table th.brown,
|
|
1136
|
+
.ui.ui.table td.brown {
|
|
1137
|
+
background: #f7e5d2;
|
|
1138
|
+
color: #af9066;
|
|
1139
|
+
}
|
|
1140
|
+
.ui.table > thead > tr[class*="brown colored"] > th,
|
|
1141
|
+
.ui.table > tfoot > tr[class*="brown colored"] > th,
|
|
1142
|
+
.ui.table > tfoot > tr[class*="brown colored"] > td,
|
|
1143
|
+
.ui.table > thead > tr.brown > th,
|
|
1144
|
+
.ui.table > tfoot > tr.brown > th,
|
|
1145
|
+
.ui.table > tfoot > tr.brown > td {
|
|
1146
|
+
background: inherit;
|
|
1147
|
+
color: #af9066;
|
|
1148
|
+
}
|
|
1149
|
+
.ui.ui.selectable.table tr[class*="brown colored"]:hover,
|
|
1150
|
+
.ui.table tr td.selectable[class*="brown colored"]:hover,
|
|
1151
|
+
.ui.selectable.table tr:hover td[class*="brown colored"],
|
|
1152
|
+
.ui.ui.selectable.table tr.brown:hover,
|
|
1153
|
+
.ui.table tr td.selectable.brown:hover,
|
|
1154
|
+
.ui.selectable.table tr:hover td.brown {
|
|
1155
|
+
background: #efe0cf;
|
|
1156
|
+
color: #af9066;
|
|
1157
|
+
}
|
|
938
1158
|
|
|
939
1159
|
/* --------------
|
|
940
1160
|
Column Count
|
|
@@ -1287,95 +1507,299 @@
|
|
|
1287
1507
|
Site Overrides
|
|
1288
1508
|
*******************************/
|
|
1289
1509
|
|
|
1290
|
-
.ui.
|
|
1510
|
+
.ui.panel {
|
|
1511
|
+
background-color: #f9fafb;
|
|
1512
|
+
border-top-left-radius: 0.28571429em;
|
|
1513
|
+
border-top-right-radius: 0.28571429em;
|
|
1514
|
+
}
|
|
1515
|
+
.ui.panel > .header,
|
|
1516
|
+
.ui.panel > .content {
|
|
1517
|
+
border-left: 1px solid rgba(34, 36, 38, 0.15);
|
|
1518
|
+
border-right: 1px solid rgba(34, 36, 38, 0.15);
|
|
1519
|
+
border-bottom: 1px solid rgba(34, 36, 38, 0.1);
|
|
1520
|
+
padding: 0.92857143em 0.7em;
|
|
1521
|
+
}
|
|
1522
|
+
.ui.fitted.panel > .content {
|
|
1523
|
+
padding: 0;
|
|
1524
|
+
border: none;
|
|
1525
|
+
overflow-x: auto;
|
|
1526
|
+
}
|
|
1527
|
+
.ui.primary.panel {
|
|
1528
|
+
border-top: 0.2em solid #007388;
|
|
1529
|
+
}
|
|
1530
|
+
.ui.primary.panel > .header {
|
|
1531
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), #f9fafb 80%), #f9fafb;
|
|
1532
|
+
background-size: auto 65px;
|
|
1533
|
+
background-repeat: no-repeat;
|
|
1534
|
+
}
|
|
1535
|
+
.ui.ui.ui.ui.ui.primary.table {
|
|
1291
1536
|
border-top-left-radius: 0.28571429em;
|
|
1292
1537
|
border-top-right-radius: 0.28571429em;
|
|
1293
1538
|
}
|
|
1294
|
-
.ui.ui.ui.ui.primary.table
|
|
1539
|
+
.ui.ui.ui.ui.ui.primary.table > thead > tr:first-child > th {
|
|
1295
1540
|
|
|
1296
1541
|
/* Colored header */
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
.ui.ui.ui.ui.primary.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
1301
|
-
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), #f9fafb 80%);
|
|
1542
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), #f9fafb 80%), #f9fafb;
|
|
1543
|
+
background-size: auto 65px;
|
|
1544
|
+
background-repeat: no-repeat;
|
|
1302
1545
|
}
|
|
1303
1546
|
@media only screen and (max-width: 767.98px) {
|
|
1304
|
-
.ui.ui.ui.ui.primary.table:not(.unstackable) > thead > tr
|
|
1547
|
+
.ui.ui.ui.ui.ui.primary.table:not(.unstackable) > thead > tr:first-child {
|
|
1548
|
+
|
|
1549
|
+
/* Colored header (stacked table) */
|
|
1550
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), transparent 80%), transparent;
|
|
1551
|
+
background-size: auto 65px;
|
|
1552
|
+
background-repeat: no-repeat;
|
|
1553
|
+
}
|
|
1554
|
+
.ui.ui.ui.ui.ui.primary.table:not(.unstackable) > thead > tr:first-child > th {
|
|
1305
1555
|
background: none;
|
|
1306
1556
|
}
|
|
1307
1557
|
}
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), transparent 80%);
|
|
1311
|
-
}
|
|
1558
|
+
.ui.secondary.panel {
|
|
1559
|
+
border-top: 0.2em solid #294755;
|
|
1312
1560
|
}
|
|
1313
|
-
.ui.
|
|
1561
|
+
.ui.secondary.panel > .header {
|
|
1562
|
+
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), #f9fafb 80%), #f9fafb;
|
|
1563
|
+
background-size: auto 65px;
|
|
1564
|
+
background-repeat: no-repeat;
|
|
1565
|
+
}
|
|
1566
|
+
.ui.ui.ui.ui.ui.secondary.table {
|
|
1314
1567
|
border-top-left-radius: 0.28571429em;
|
|
1315
1568
|
border-top-right-radius: 0.28571429em;
|
|
1316
1569
|
}
|
|
1317
|
-
.ui.ui.ui.ui.secondary.table
|
|
1570
|
+
.ui.ui.ui.ui.ui.secondary.table > thead > tr:first-child > th {
|
|
1318
1571
|
|
|
1319
1572
|
/* Colored header */
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
1324
|
-
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), #f9fafb 80%);
|
|
1573
|
+
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), #f9fafb 80%), #f9fafb;
|
|
1574
|
+
background-size: auto 65px;
|
|
1575
|
+
background-repeat: no-repeat;
|
|
1325
1576
|
}
|
|
1326
1577
|
@media only screen and (max-width: 767.98px) {
|
|
1327
|
-
.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr
|
|
1578
|
+
.ui.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr:first-child {
|
|
1579
|
+
|
|
1580
|
+
/* Colored header (stacked table) */
|
|
1581
|
+
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), transparent 80%), transparent;
|
|
1582
|
+
background-size: auto 65px;
|
|
1583
|
+
background-repeat: no-repeat;
|
|
1584
|
+
}
|
|
1585
|
+
.ui.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr:first-child > th {
|
|
1328
1586
|
background: none;
|
|
1329
1587
|
}
|
|
1330
1588
|
}
|
|
1589
|
+
.ui.violet.panel {
|
|
1590
|
+
border-top: 0.2em solid #9461ac;
|
|
1591
|
+
}
|
|
1592
|
+
.ui.violet.panel > .header {
|
|
1593
|
+
background: linear-gradient(to bottom, rgba(148, 97, 172, 0.12), #f9fafb 80%), #f9fafb;
|
|
1594
|
+
background-size: auto 65px;
|
|
1595
|
+
background-repeat: no-repeat;
|
|
1596
|
+
}
|
|
1597
|
+
.ui.ui.ui.ui.ui.violet.table {
|
|
1598
|
+
border-top-left-radius: 0.28571429em;
|
|
1599
|
+
border-top-right-radius: 0.28571429em;
|
|
1600
|
+
}
|
|
1601
|
+
.ui.ui.ui.ui.ui.violet.table > thead > tr:first-child > th {
|
|
1602
|
+
|
|
1603
|
+
/* Colored header */
|
|
1604
|
+
background: linear-gradient(to bottom, rgba(148, 97, 172, 0.12), #f9fafb 80%), #f9fafb;
|
|
1605
|
+
background-size: auto 65px;
|
|
1606
|
+
background-repeat: no-repeat;
|
|
1607
|
+
}
|
|
1331
1608
|
@media only screen and (max-width: 767.98px) {
|
|
1332
|
-
.ui.ui.ui.ui.
|
|
1333
|
-
|
|
1609
|
+
.ui.ui.ui.ui.ui.violet.table:not(.unstackable) > thead > tr:first-child {
|
|
1610
|
+
|
|
1611
|
+
/* Colored header (stacked table) */
|
|
1612
|
+
background: linear-gradient(to bottom, rgba(148, 97, 172, 0.12), transparent 80%), transparent;
|
|
1613
|
+
background-size: auto 65px;
|
|
1614
|
+
background-repeat: no-repeat;
|
|
1615
|
+
}
|
|
1616
|
+
.ui.ui.ui.ui.ui.violet.table:not(.unstackable) > thead > tr:first-child > th {
|
|
1617
|
+
background: none;
|
|
1334
1618
|
}
|
|
1335
1619
|
}
|
|
1336
|
-
.ui.
|
|
1620
|
+
.ui.green.panel {
|
|
1621
|
+
border-top: 0.2em solid #81b08c;
|
|
1622
|
+
}
|
|
1623
|
+
.ui.green.panel > .header {
|
|
1624
|
+
background: linear-gradient(to bottom, rgba(129, 176, 140, 0.12), #f9fafb 80%), #f9fafb;
|
|
1625
|
+
background-size: auto 65px;
|
|
1626
|
+
background-repeat: no-repeat;
|
|
1627
|
+
}
|
|
1628
|
+
.ui.ui.ui.ui.ui.green.table {
|
|
1337
1629
|
border-top-left-radius: 0.28571429em;
|
|
1338
1630
|
border-top-right-radius: 0.28571429em;
|
|
1339
1631
|
}
|
|
1340
|
-
.ui.ui.ui.ui.
|
|
1632
|
+
.ui.ui.ui.ui.ui.green.table > thead > tr:first-child > th {
|
|
1341
1633
|
|
|
1342
1634
|
/* Colored header */
|
|
1343
|
-
|
|
1635
|
+
background: linear-gradient(to bottom, rgba(129, 176, 140, 0.12), #f9fafb 80%), #f9fafb;
|
|
1636
|
+
background-size: auto 65px;
|
|
1637
|
+
background-repeat: no-repeat;
|
|
1638
|
+
}
|
|
1639
|
+
@media only screen and (max-width: 767.98px) {
|
|
1640
|
+
.ui.ui.ui.ui.ui.green.table:not(.unstackable) > thead > tr:first-child {
|
|
1641
|
+
|
|
1344
1642
|
/* Colored header (stacked table) */
|
|
1643
|
+
background: linear-gradient(to bottom, rgba(129, 176, 140, 0.12), transparent 80%), transparent;
|
|
1644
|
+
background-size: auto 65px;
|
|
1645
|
+
background-repeat: no-repeat;
|
|
1646
|
+
}
|
|
1647
|
+
.ui.ui.ui.ui.ui.green.table:not(.unstackable) > thead > tr:first-child > th {
|
|
1648
|
+
background: none;
|
|
1649
|
+
}
|
|
1345
1650
|
}
|
|
1346
|
-
.ui.
|
|
1347
|
-
|
|
1651
|
+
.ui.olive.panel {
|
|
1652
|
+
border-top: 0.2em solid #a0b06c;
|
|
1653
|
+
}
|
|
1654
|
+
.ui.olive.panel > .header {
|
|
1655
|
+
background: linear-gradient(to bottom, rgba(160, 176, 108, 0.12), #f9fafb 80%), #f9fafb;
|
|
1656
|
+
background-size: auto 65px;
|
|
1657
|
+
background-repeat: no-repeat;
|
|
1658
|
+
}
|
|
1659
|
+
.ui.ui.ui.ui.ui.olive.table {
|
|
1660
|
+
border-top-left-radius: 0.28571429em;
|
|
1661
|
+
border-top-right-radius: 0.28571429em;
|
|
1662
|
+
}
|
|
1663
|
+
.ui.ui.ui.ui.ui.olive.table > thead > tr:first-child > th {
|
|
1664
|
+
|
|
1665
|
+
/* Colored header */
|
|
1666
|
+
background: linear-gradient(to bottom, rgba(160, 176, 108, 0.12), #f9fafb 80%), #f9fafb;
|
|
1667
|
+
background-size: auto 65px;
|
|
1668
|
+
background-repeat: no-repeat;
|
|
1348
1669
|
}
|
|
1349
1670
|
@media only screen and (max-width: 767.98px) {
|
|
1350
|
-
.ui.ui.ui.ui.
|
|
1671
|
+
.ui.ui.ui.ui.ui.olive.table:not(.unstackable) > thead > tr:first-child {
|
|
1672
|
+
|
|
1673
|
+
/* Colored header (stacked table) */
|
|
1674
|
+
background: linear-gradient(to bottom, rgba(160, 176, 108, 0.12), transparent 80%), transparent;
|
|
1675
|
+
background-size: auto 65px;
|
|
1676
|
+
background-repeat: no-repeat;
|
|
1677
|
+
}
|
|
1678
|
+
.ui.ui.ui.ui.ui.olive.table:not(.unstackable) > thead > tr:first-child > th {
|
|
1351
1679
|
background: none;
|
|
1352
1680
|
}
|
|
1353
1681
|
}
|
|
1682
|
+
.ui.pink.panel {
|
|
1683
|
+
border-top: 0.2em solid #af6687;
|
|
1684
|
+
}
|
|
1685
|
+
.ui.pink.panel > .header {
|
|
1686
|
+
background: linear-gradient(to bottom, rgba(175, 102, 135, 0.12), #f9fafb 80%), #f9fafb;
|
|
1687
|
+
background-size: auto 65px;
|
|
1688
|
+
background-repeat: no-repeat;
|
|
1689
|
+
}
|
|
1690
|
+
.ui.ui.ui.ui.ui.pink.table {
|
|
1691
|
+
border-top-left-radius: 0.28571429em;
|
|
1692
|
+
border-top-right-radius: 0.28571429em;
|
|
1693
|
+
}
|
|
1694
|
+
.ui.ui.ui.ui.ui.pink.table > thead > tr:first-child > th {
|
|
1695
|
+
|
|
1696
|
+
/* Colored header */
|
|
1697
|
+
background: linear-gradient(to bottom, rgba(175, 102, 135, 0.12), #f9fafb 80%), #f9fafb;
|
|
1698
|
+
background-size: auto 65px;
|
|
1699
|
+
background-repeat: no-repeat;
|
|
1700
|
+
}
|
|
1354
1701
|
@media only screen and (max-width: 767.98px) {
|
|
1355
|
-
.ui.ui.ui.ui.
|
|
1356
|
-
|
|
1702
|
+
.ui.ui.ui.ui.ui.pink.table:not(.unstackable) > thead > tr:first-child {
|
|
1703
|
+
|
|
1704
|
+
/* Colored header (stacked table) */
|
|
1705
|
+
background: linear-gradient(to bottom, rgba(175, 102, 135, 0.12), transparent 80%), transparent;
|
|
1706
|
+
background-size: auto 65px;
|
|
1707
|
+
background-repeat: no-repeat;
|
|
1708
|
+
}
|
|
1709
|
+
.ui.ui.ui.ui.ui.pink.table:not(.unstackable) > thead > tr:first-child > th {
|
|
1710
|
+
background: none;
|
|
1357
1711
|
}
|
|
1358
1712
|
}
|
|
1359
|
-
.ui.
|
|
1713
|
+
.ui.purple.panel {
|
|
1714
|
+
border-top: 0.2em solid #6667af;
|
|
1715
|
+
}
|
|
1716
|
+
.ui.purple.panel > .header {
|
|
1717
|
+
background: linear-gradient(to bottom, rgba(102, 103, 175, 0.12), #f9fafb 80%), #f9fafb;
|
|
1718
|
+
background-size: auto 65px;
|
|
1719
|
+
background-repeat: no-repeat;
|
|
1720
|
+
}
|
|
1721
|
+
.ui.ui.ui.ui.ui.purple.table {
|
|
1360
1722
|
border-top-left-radius: 0.28571429em;
|
|
1361
1723
|
border-top-right-radius: 0.28571429em;
|
|
1362
1724
|
}
|
|
1363
|
-
.ui.ui.ui.ui.
|
|
1725
|
+
.ui.ui.ui.ui.ui.purple.table > thead > tr:first-child > th {
|
|
1364
1726
|
|
|
1365
1727
|
/* Colored header */
|
|
1366
|
-
|
|
1728
|
+
background: linear-gradient(to bottom, rgba(102, 103, 175, 0.12), #f9fafb 80%), #f9fafb;
|
|
1729
|
+
background-size: auto 65px;
|
|
1730
|
+
background-repeat: no-repeat;
|
|
1731
|
+
}
|
|
1732
|
+
@media only screen and (max-width: 767.98px) {
|
|
1733
|
+
.ui.ui.ui.ui.ui.purple.table:not(.unstackable) > thead > tr:first-child {
|
|
1734
|
+
|
|
1367
1735
|
/* Colored header (stacked table) */
|
|
1736
|
+
background: linear-gradient(to bottom, rgba(102, 103, 175, 0.12), transparent 80%), transparent;
|
|
1737
|
+
background-size: auto 65px;
|
|
1738
|
+
background-repeat: no-repeat;
|
|
1739
|
+
}
|
|
1740
|
+
.ui.ui.ui.ui.ui.purple.table:not(.unstackable) > thead > tr:first-child > th {
|
|
1741
|
+
background: none;
|
|
1742
|
+
}
|
|
1743
|
+
}
|
|
1744
|
+
.ui.orange.panel {
|
|
1745
|
+
border-top: 0.2em solid #af6a66;
|
|
1746
|
+
}
|
|
1747
|
+
.ui.orange.panel > .header {
|
|
1748
|
+
background: linear-gradient(to bottom, rgba(175, 106, 102, 0.12), #f9fafb 80%), #f9fafb;
|
|
1749
|
+
background-size: auto 65px;
|
|
1750
|
+
background-repeat: no-repeat;
|
|
1751
|
+
}
|
|
1752
|
+
.ui.ui.ui.ui.ui.orange.table {
|
|
1753
|
+
border-top-left-radius: 0.28571429em;
|
|
1754
|
+
border-top-right-radius: 0.28571429em;
|
|
1368
1755
|
}
|
|
1369
|
-
.ui.ui.ui.ui.
|
|
1370
|
-
|
|
1756
|
+
.ui.ui.ui.ui.ui.orange.table > thead > tr:first-child > th {
|
|
1757
|
+
|
|
1758
|
+
/* Colored header */
|
|
1759
|
+
background: linear-gradient(to bottom, rgba(175, 106, 102, 0.12), #f9fafb 80%), #f9fafb;
|
|
1760
|
+
background-size: auto 65px;
|
|
1761
|
+
background-repeat: no-repeat;
|
|
1371
1762
|
}
|
|
1372
1763
|
@media only screen and (max-width: 767.98px) {
|
|
1373
|
-
.ui.ui.ui.ui.
|
|
1764
|
+
.ui.ui.ui.ui.ui.orange.table:not(.unstackable) > thead > tr:first-child {
|
|
1765
|
+
|
|
1766
|
+
/* Colored header (stacked table) */
|
|
1767
|
+
background: linear-gradient(to bottom, rgba(175, 106, 102, 0.12), transparent 80%), transparent;
|
|
1768
|
+
background-size: auto 65px;
|
|
1769
|
+
background-repeat: no-repeat;
|
|
1770
|
+
}
|
|
1771
|
+
.ui.ui.ui.ui.ui.orange.table:not(.unstackable) > thead > tr:first-child > th {
|
|
1374
1772
|
background: none;
|
|
1375
1773
|
}
|
|
1376
1774
|
}
|
|
1775
|
+
.ui.brown.panel {
|
|
1776
|
+
border-top: 0.2em solid #af9066;
|
|
1777
|
+
}
|
|
1778
|
+
.ui.brown.panel > .header {
|
|
1779
|
+
background: linear-gradient(to bottom, rgba(175, 144, 102, 0.12), #f9fafb 80%), #f9fafb;
|
|
1780
|
+
background-size: auto 65px;
|
|
1781
|
+
background-repeat: no-repeat;
|
|
1782
|
+
}
|
|
1783
|
+
.ui.ui.ui.ui.ui.brown.table {
|
|
1784
|
+
border-top-left-radius: 0.28571429em;
|
|
1785
|
+
border-top-right-radius: 0.28571429em;
|
|
1786
|
+
}
|
|
1787
|
+
.ui.ui.ui.ui.ui.brown.table > thead > tr:first-child > th {
|
|
1788
|
+
|
|
1789
|
+
/* Colored header */
|
|
1790
|
+
background: linear-gradient(to bottom, rgba(175, 144, 102, 0.12), #f9fafb 80%), #f9fafb;
|
|
1791
|
+
background-size: auto 65px;
|
|
1792
|
+
background-repeat: no-repeat;
|
|
1793
|
+
}
|
|
1377
1794
|
@media only screen and (max-width: 767.98px) {
|
|
1378
|
-
.ui.ui.ui.ui.
|
|
1379
|
-
|
|
1795
|
+
.ui.ui.ui.ui.ui.brown.table:not(.unstackable) > thead > tr:first-child {
|
|
1796
|
+
|
|
1797
|
+
/* Colored header (stacked table) */
|
|
1798
|
+
background: linear-gradient(to bottom, rgba(175, 144, 102, 0.12), transparent 80%), transparent;
|
|
1799
|
+
background-size: auto 65px;
|
|
1800
|
+
background-repeat: no-repeat;
|
|
1801
|
+
}
|
|
1802
|
+
.ui.ui.ui.ui.ui.brown.table:not(.unstackable) > thead > tr:first-child > th {
|
|
1803
|
+
background: none;
|
|
1380
1804
|
}
|
|
1381
1805
|
}
|