@northdata/fomantic-ui 2.9.418 → 2.9.420
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 +52 -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 +13 -13
- package/lib/semantic-ui/dist/components/header.min.css +1 -1
- package/lib/semantic-ui/dist/components/icon.css +17 -8
- 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/label.css +36 -36
- package/lib/semantic-ui/dist/components/label.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/table.css +462 -38
- package/lib/semantic-ui/dist/components/table.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/site.variables +5 -3
- package/lib/semantic-ui/dist/less/site/variation.variables +14 -14
- package/lib/semantic-ui/dist/semantic-packed.css +1424 -138
- package/lib/semantic-ui/dist/semantic.css +1549 -215
- package/lib/semantic-ui/dist/semantic.full.css +1741 -543
- 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 +18 -10
- 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,6 +805,14 @@ 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
|
-------------------- */
|
|
@@ -820,6 +828,8 @@ input::selection {
|
|
|
820
828
|
pointer-events: none !important;
|
|
821
829
|
}
|
|
822
830
|
|
|
831
|
+
/* Basic Group With Disabled */
|
|
832
|
+
|
|
823
833
|
/*******************************
|
|
824
834
|
Types
|
|
825
835
|
*******************************/
|
|
@@ -887,7 +897,7 @@ input::selection {
|
|
|
887
897
|
|
|
888
898
|
.ui.button > .icon:not(.button) {
|
|
889
899
|
height: auto;
|
|
890
|
-
opacity:
|
|
900
|
+
opacity: 1;
|
|
891
901
|
transition: opacity 0.1s ease;
|
|
892
902
|
color: "";
|
|
893
903
|
}
|
|
@@ -996,11 +1006,55 @@ input::selection {
|
|
|
996
1006
|
|
|
997
1007
|
.ui.animated.icon.button > .content > .icon,
|
|
998
1008
|
.ui.icon.button > .icon {
|
|
999
|
-
opacity:
|
|
1009
|
+
opacity: 1;
|
|
1000
1010
|
margin: 0 !important;
|
|
1001
1011
|
vertical-align: top;
|
|
1002
1012
|
}
|
|
1003
1013
|
|
|
1014
|
+
/* -------------------
|
|
1015
|
+
Basic
|
|
1016
|
+
-------------------- */
|
|
1017
|
+
|
|
1018
|
+
.ui.basic.button {
|
|
1019
|
+
background: #fff none;
|
|
1020
|
+
color: rgba(0, 0, 0, 0.6);
|
|
1021
|
+
font-weight: normal;
|
|
1022
|
+
border-radius: 0;
|
|
1023
|
+
text-transform: none;
|
|
1024
|
+
text-shadow: none !important;
|
|
1025
|
+
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
.ui.basic.button:hover {
|
|
1029
|
+
background: #f9fafb;
|
|
1030
|
+
color: rgba(0, 0, 0, 0.8);
|
|
1031
|
+
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
.ui.basic.button:focus {
|
|
1035
|
+
background: #f9fafb;
|
|
1036
|
+
color: rgba(0, 0, 0, 0.8);
|
|
1037
|
+
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
.ui.basic.button:active {
|
|
1041
|
+
background: #f8f8f8;
|
|
1042
|
+
color: rgba(0, 0, 0, 0.9);
|
|
1043
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 4px 0 rgba(34, 36, 38, 0.15) inset;
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
.ui.basic.active.button {
|
|
1047
|
+
background: rgba(0, 0, 0, 0.05);
|
|
1048
|
+
box-shadow: "";
|
|
1049
|
+
color: rgba(0, 0, 0, 0.95);
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
.ui.basic.active.button:hover {
|
|
1053
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
/* Basic Group */
|
|
1057
|
+
|
|
1004
1058
|
/* --------------
|
|
1005
1059
|
Labeled Icon
|
|
1006
1060
|
--------------- */
|
|
@@ -1117,6 +1171,37 @@ input::selection {
|
|
|
1117
1171
|
text-shadow: none;
|
|
1118
1172
|
}
|
|
1119
1173
|
|
|
1174
|
+
/* Basic */
|
|
1175
|
+
|
|
1176
|
+
.ui.basic.primary.button {
|
|
1177
|
+
background: transparent;
|
|
1178
|
+
box-shadow: 0 0 0 1px #007388 inset;
|
|
1179
|
+
color: #007388;
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
.ui.basic.primary.button:hover {
|
|
1183
|
+
background: transparent;
|
|
1184
|
+
box-shadow: 0 0 0 1px #005d6f inset;
|
|
1185
|
+
color: #005d6f;
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
.ui.basic.primary.button:focus {
|
|
1189
|
+
background: transparent;
|
|
1190
|
+
box-shadow: 0 0 0 1px #00505f inset;
|
|
1191
|
+
color: #005d6f;
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1194
|
+
.ui.basic.primary.active.button {
|
|
1195
|
+
background: transparent;
|
|
1196
|
+
box-shadow: 0 0 0 1px #005d6f inset;
|
|
1197
|
+
color: #004855;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
.ui.basic.primary.button:active {
|
|
1201
|
+
box-shadow: 0 0 0 1px #004855 inset;
|
|
1202
|
+
color: #004855;
|
|
1203
|
+
}
|
|
1204
|
+
|
|
1120
1205
|
.ui.secondary.button {
|
|
1121
1206
|
background-color: #294755;
|
|
1122
1207
|
color: #fff;
|
|
@@ -1153,6 +1238,37 @@ input::selection {
|
|
|
1153
1238
|
text-shadow: none;
|
|
1154
1239
|
}
|
|
1155
1240
|
|
|
1241
|
+
/* Basic */
|
|
1242
|
+
|
|
1243
|
+
.ui.basic.secondary.button {
|
|
1244
|
+
background: transparent;
|
|
1245
|
+
box-shadow: 0 0 0 1px #294755 inset;
|
|
1246
|
+
color: #294755;
|
|
1247
|
+
}
|
|
1248
|
+
|
|
1249
|
+
.ui.basic.secondary.button:hover {
|
|
1250
|
+
background: transparent;
|
|
1251
|
+
box-shadow: 0 0 0 1px #2f5669 inset;
|
|
1252
|
+
color: #2f5669;
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
.ui.basic.secondary.button:focus {
|
|
1256
|
+
background: transparent;
|
|
1257
|
+
box-shadow: 0 0 0 1px #306076 inset;
|
|
1258
|
+
color: #2f5669;
|
|
1259
|
+
}
|
|
1260
|
+
|
|
1261
|
+
.ui.basic.secondary.active.button {
|
|
1262
|
+
background: transparent;
|
|
1263
|
+
box-shadow: 0 0 0 1px #2d576a inset;
|
|
1264
|
+
color: #3a6477;
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1267
|
+
.ui.basic.secondary.button:active {
|
|
1268
|
+
box-shadow: 0 0 0 1px #3a6477 inset;
|
|
1269
|
+
color: #3a6477;
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1156
1272
|
.ui.green.button {
|
|
1157
1273
|
background-color: #81b08c;
|
|
1158
1274
|
color: #fff;
|
|
@@ -1189,6 +1305,37 @@ input::selection {
|
|
|
1189
1305
|
text-shadow: none;
|
|
1190
1306
|
}
|
|
1191
1307
|
|
|
1308
|
+
/* Basic */
|
|
1309
|
+
|
|
1310
|
+
.ui.basic.green.button {
|
|
1311
|
+
background: transparent;
|
|
1312
|
+
box-shadow: 0 0 0 1px #81b08c inset;
|
|
1313
|
+
color: #81b08c;
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
.ui.basic.green.button:hover {
|
|
1317
|
+
background: transparent;
|
|
1318
|
+
box-shadow: 0 0 0 1px #6fa97c inset;
|
|
1319
|
+
color: #6fa97c;
|
|
1320
|
+
}
|
|
1321
|
+
|
|
1322
|
+
.ui.basic.green.button:focus {
|
|
1323
|
+
background: transparent;
|
|
1324
|
+
box-shadow: 0 0 0 1px #62a672 inset;
|
|
1325
|
+
color: #6fa97c;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
.ui.basic.green.active.button {
|
|
1329
|
+
background: transparent;
|
|
1330
|
+
box-shadow: 0 0 0 1px #6daa7c inset;
|
|
1331
|
+
color: #629c70;
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
.ui.basic.green.button:active {
|
|
1335
|
+
box-shadow: 0 0 0 1px #629c70 inset;
|
|
1336
|
+
color: #629c70;
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1192
1339
|
.ui.red.button {
|
|
1193
1340
|
background-color: #af4e4a;
|
|
1194
1341
|
color: #fff;
|
|
@@ -1225,6 +1372,37 @@ input::selection {
|
|
|
1225
1372
|
text-shadow: none;
|
|
1226
1373
|
}
|
|
1227
1374
|
|
|
1375
|
+
/* Basic */
|
|
1376
|
+
|
|
1377
|
+
.ui.basic.red.button {
|
|
1378
|
+
background: transparent;
|
|
1379
|
+
box-shadow: 0 0 0 1px #af4e4a inset;
|
|
1380
|
+
color: #af4e4a;
|
|
1381
|
+
}
|
|
1382
|
+
|
|
1383
|
+
.ui.basic.red.button:hover {
|
|
1384
|
+
background: transparent;
|
|
1385
|
+
box-shadow: 0 0 0 1px #a2423e inset;
|
|
1386
|
+
color: #a2423e;
|
|
1387
|
+
}
|
|
1388
|
+
|
|
1389
|
+
.ui.basic.red.button:focus {
|
|
1390
|
+
background: transparent;
|
|
1391
|
+
box-shadow: 0 0 0 1px #9b3935 inset;
|
|
1392
|
+
color: #a2423e;
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
.ui.basic.red.active.button {
|
|
1396
|
+
background: transparent;
|
|
1397
|
+
box-shadow: 0 0 0 1px #a4403c inset;
|
|
1398
|
+
color: #8b3e3b;
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
.ui.basic.red.button:active {
|
|
1402
|
+
box-shadow: 0 0 0 1px #8b3e3b inset;
|
|
1403
|
+
color: #8b3e3b;
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1228
1406
|
/* Standard */
|
|
1229
1407
|
|
|
1230
1408
|
.ui.positive.button {
|
|
@@ -1263,6 +1441,37 @@ input::selection {
|
|
|
1263
1441
|
text-shadow: none;
|
|
1264
1442
|
}
|
|
1265
1443
|
|
|
1444
|
+
/* Basic */
|
|
1445
|
+
|
|
1446
|
+
.ui.basic.positive.button {
|
|
1447
|
+
background: transparent;
|
|
1448
|
+
box-shadow: 0 0 0 1px #81b08c inset;
|
|
1449
|
+
color: #81b08c;
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
.ui.basic.positive.button:hover {
|
|
1453
|
+
background: transparent;
|
|
1454
|
+
box-shadow: 0 0 0 1px #6fa97c inset;
|
|
1455
|
+
color: #6fa97c;
|
|
1456
|
+
}
|
|
1457
|
+
|
|
1458
|
+
.ui.basic.positive.button:focus {
|
|
1459
|
+
background: transparent;
|
|
1460
|
+
box-shadow: 0 0 0 1px #62a672 inset;
|
|
1461
|
+
color: #6fa97c;
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
.ui.basic.positive.active.button {
|
|
1465
|
+
background: transparent;
|
|
1466
|
+
box-shadow: 0 0 0 1px #6daa7c inset;
|
|
1467
|
+
color: #629c70;
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1470
|
+
.ui.basic.positive.button:active {
|
|
1471
|
+
box-shadow: 0 0 0 1px #629c70 inset;
|
|
1472
|
+
color: #629c70;
|
|
1473
|
+
}
|
|
1474
|
+
|
|
1266
1475
|
/* Standard */
|
|
1267
1476
|
|
|
1268
1477
|
.ui.negative.button {
|
|
@@ -1301,6 +1510,37 @@ input::selection {
|
|
|
1301
1510
|
text-shadow: none;
|
|
1302
1511
|
}
|
|
1303
1512
|
|
|
1513
|
+
/* Basic */
|
|
1514
|
+
|
|
1515
|
+
.ui.basic.negative.button {
|
|
1516
|
+
background: transparent;
|
|
1517
|
+
box-shadow: 0 0 0 1px #af4e4a inset;
|
|
1518
|
+
color: #af4e4a;
|
|
1519
|
+
}
|
|
1520
|
+
|
|
1521
|
+
.ui.basic.negative.button:hover {
|
|
1522
|
+
background: transparent;
|
|
1523
|
+
box-shadow: 0 0 0 1px #a2423e inset;
|
|
1524
|
+
color: #a2423e;
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1527
|
+
.ui.basic.negative.button:focus {
|
|
1528
|
+
background: transparent;
|
|
1529
|
+
box-shadow: 0 0 0 1px #9b3935 inset;
|
|
1530
|
+
color: #a2423e;
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1533
|
+
.ui.basic.negative.active.button {
|
|
1534
|
+
background: transparent;
|
|
1535
|
+
box-shadow: 0 0 0 1px #a4403c inset;
|
|
1536
|
+
color: #8b3e3b;
|
|
1537
|
+
}
|
|
1538
|
+
|
|
1539
|
+
.ui.basic.negative.button:active {
|
|
1540
|
+
box-shadow: 0 0 0 1px #8b3e3b inset;
|
|
1541
|
+
color: #8b3e3b;
|
|
1542
|
+
}
|
|
1543
|
+
|
|
1304
1544
|
/*******************************
|
|
1305
1545
|
Groups
|
|
1306
1546
|
*******************************/
|
|
@@ -2044,7 +2284,7 @@ i.flag.us::before {
|
|
|
2044
2284
|
opacity: 1;
|
|
2045
2285
|
font-size: 1.5em;
|
|
2046
2286
|
padding-top: 0.14285714em;
|
|
2047
|
-
vertical-align:
|
|
2287
|
+
vertical-align: baseline;
|
|
2048
2288
|
}
|
|
2049
2289
|
|
|
2050
2290
|
/* With Text Node */
|
|
@@ -2385,15 +2625,15 @@ a.ui.red.header:hover {
|
|
|
2385
2625
|
}
|
|
2386
2626
|
|
|
2387
2627
|
.ui.orange.header {
|
|
2388
|
-
color: #
|
|
2628
|
+
color: #af6a66;
|
|
2389
2629
|
}
|
|
2390
2630
|
|
|
2391
2631
|
a.ui.orange.header:hover {
|
|
2392
|
-
color: #
|
|
2632
|
+
color: #a95752;
|
|
2393
2633
|
}
|
|
2394
2634
|
|
|
2395
2635
|
.ui.orange.dividing.header {
|
|
2396
|
-
border-bottom: 2px solid #
|
|
2636
|
+
border-bottom: 2px solid #af6a66;
|
|
2397
2637
|
}
|
|
2398
2638
|
|
|
2399
2639
|
.ui.yellow.header {
|
|
@@ -2469,39 +2709,39 @@ a.ui.violet.header:hover {
|
|
|
2469
2709
|
}
|
|
2470
2710
|
|
|
2471
2711
|
.ui.purple.header {
|
|
2472
|
-
color: #
|
|
2712
|
+
color: #6667af;
|
|
2473
2713
|
}
|
|
2474
2714
|
|
|
2475
2715
|
a.ui.purple.header:hover {
|
|
2476
|
-
color: #
|
|
2716
|
+
color: #5254a9;
|
|
2477
2717
|
}
|
|
2478
2718
|
|
|
2479
2719
|
.ui.purple.dividing.header {
|
|
2480
|
-
border-bottom: 2px solid #
|
|
2720
|
+
border-bottom: 2px solid #6667af;
|
|
2481
2721
|
}
|
|
2482
2722
|
|
|
2483
2723
|
.ui.pink.header {
|
|
2484
|
-
color: #
|
|
2724
|
+
color: #af6687;
|
|
2485
2725
|
}
|
|
2486
2726
|
|
|
2487
2727
|
a.ui.pink.header:hover {
|
|
2488
|
-
color: #
|
|
2728
|
+
color: #a9527a;
|
|
2489
2729
|
}
|
|
2490
2730
|
|
|
2491
2731
|
.ui.pink.dividing.header {
|
|
2492
|
-
border-bottom: 2px solid #
|
|
2732
|
+
border-bottom: 2px solid #af6687;
|
|
2493
2733
|
}
|
|
2494
2734
|
|
|
2495
2735
|
.ui.brown.header {
|
|
2496
|
-
color: #
|
|
2736
|
+
color: #af9066;
|
|
2497
2737
|
}
|
|
2498
2738
|
|
|
2499
2739
|
a.ui.brown.header:hover {
|
|
2500
|
-
color: #
|
|
2740
|
+
color: #a98452;
|
|
2501
2741
|
}
|
|
2502
2742
|
|
|
2503
2743
|
.ui.brown.dividing.header {
|
|
2504
|
-
border-bottom: 2px solid #
|
|
2744
|
+
border-bottom: 2px solid #af9066;
|
|
2505
2745
|
}
|
|
2506
2746
|
|
|
2507
2747
|
.ui.grey.header {
|
|
@@ -2798,6 +3038,15 @@ i.emphasized.icon {
|
|
|
2798
3038
|
Variations
|
|
2799
3039
|
*******************************/
|
|
2800
3040
|
|
|
3041
|
+
/* -------------------
|
|
3042
|
+
Fitted
|
|
3043
|
+
-------------------- */
|
|
3044
|
+
|
|
3045
|
+
i.fitted.icon {
|
|
3046
|
+
width: auto;
|
|
3047
|
+
margin: 0 !important;
|
|
3048
|
+
}
|
|
3049
|
+
|
|
2801
3050
|
/* -------------------
|
|
2802
3051
|
Link
|
|
2803
3052
|
-------------------- */
|
|
@@ -2897,7 +3146,7 @@ i.inverted.circular.red.icon.icon.icon.icon.icon.icon {
|
|
|
2897
3146
|
}
|
|
2898
3147
|
|
|
2899
3148
|
i.orange.icon.icon.icon.icon.icon.icon {
|
|
2900
|
-
color: #
|
|
3149
|
+
color: #af6a66;
|
|
2901
3150
|
}
|
|
2902
3151
|
|
|
2903
3152
|
i.inverted.orange.icon.icon.icon.icon.icon.icon {
|
|
@@ -2906,7 +3155,7 @@ i.inverted.orange.icon.icon.icon.icon.icon.icon {
|
|
|
2906
3155
|
|
|
2907
3156
|
i.inverted.bordered.orange.icon.icon.icon.icon.icon.icon,
|
|
2908
3157
|
i.inverted.circular.orange.icon.icon.icon.icon.icon.icon {
|
|
2909
|
-
background-color: #
|
|
3158
|
+
background-color: #af6a66;
|
|
2910
3159
|
color: #fff;
|
|
2911
3160
|
}
|
|
2912
3161
|
|
|
@@ -2995,7 +3244,7 @@ i.inverted.circular.violet.icon.icon.icon.icon.icon.icon {
|
|
|
2995
3244
|
}
|
|
2996
3245
|
|
|
2997
3246
|
i.purple.icon.icon.icon.icon.icon.icon {
|
|
2998
|
-
color: #
|
|
3247
|
+
color: #6667af;
|
|
2999
3248
|
}
|
|
3000
3249
|
|
|
3001
3250
|
i.inverted.purple.icon.icon.icon.icon.icon.icon {
|
|
@@ -3004,12 +3253,12 @@ i.inverted.purple.icon.icon.icon.icon.icon.icon {
|
|
|
3004
3253
|
|
|
3005
3254
|
i.inverted.bordered.purple.icon.icon.icon.icon.icon.icon,
|
|
3006
3255
|
i.inverted.circular.purple.icon.icon.icon.icon.icon.icon {
|
|
3007
|
-
background-color: #
|
|
3256
|
+
background-color: #6667af;
|
|
3008
3257
|
color: #fff;
|
|
3009
3258
|
}
|
|
3010
3259
|
|
|
3011
3260
|
i.pink.icon.icon.icon.icon.icon.icon {
|
|
3012
|
-
color: #
|
|
3261
|
+
color: #af6687;
|
|
3013
3262
|
}
|
|
3014
3263
|
|
|
3015
3264
|
i.inverted.pink.icon.icon.icon.icon.icon.icon {
|
|
@@ -3018,12 +3267,12 @@ i.inverted.pink.icon.icon.icon.icon.icon.icon {
|
|
|
3018
3267
|
|
|
3019
3268
|
i.inverted.bordered.pink.icon.icon.icon.icon.icon.icon,
|
|
3020
3269
|
i.inverted.circular.pink.icon.icon.icon.icon.icon.icon {
|
|
3021
|
-
background-color: #
|
|
3270
|
+
background-color: #af6687;
|
|
3022
3271
|
color: #fff;
|
|
3023
3272
|
}
|
|
3024
3273
|
|
|
3025
3274
|
i.brown.icon.icon.icon.icon.icon.icon {
|
|
3026
|
-
color: #
|
|
3275
|
+
color: #af9066;
|
|
3027
3276
|
}
|
|
3028
3277
|
|
|
3029
3278
|
i.inverted.brown.icon.icon.icon.icon.icon.icon {
|
|
@@ -3032,7 +3281,7 @@ i.inverted.brown.icon.icon.icon.icon.icon.icon {
|
|
|
3032
3281
|
|
|
3033
3282
|
i.inverted.bordered.brown.icon.icon.icon.icon.icon.icon,
|
|
3034
3283
|
i.inverted.circular.brown.icon.icon.icon.icon.icon.icon {
|
|
3035
|
-
background-color: #
|
|
3284
|
+
background-color: #af9066;
|
|
3036
3285
|
color: #fff;
|
|
3037
3286
|
}
|
|
3038
3287
|
|
|
@@ -3145,6 +3394,22 @@ i.icon.american.sign.language.interpreting::before {
|
|
|
3145
3394
|
content: "\f2a3";
|
|
3146
3395
|
}
|
|
3147
3396
|
|
|
3397
|
+
i.icon.arrow.down::before {
|
|
3398
|
+
content: "\f063";
|
|
3399
|
+
}
|
|
3400
|
+
|
|
3401
|
+
i.icon.arrow.left::before {
|
|
3402
|
+
content: "\f060";
|
|
3403
|
+
}
|
|
3404
|
+
|
|
3405
|
+
i.icon.arrow.right::before {
|
|
3406
|
+
content: "\f061";
|
|
3407
|
+
}
|
|
3408
|
+
|
|
3409
|
+
i.icon.arrow.up::before {
|
|
3410
|
+
content: "\f062";
|
|
3411
|
+
}
|
|
3412
|
+
|
|
3148
3413
|
i.icon.assistive.listening.systems::before {
|
|
3149
3414
|
content: "\f2a2";
|
|
3150
3415
|
}
|
|
@@ -3237,6 +3502,10 @@ i.icon.cart.plus::before {
|
|
|
3237
3502
|
content: "\f217";
|
|
3238
3503
|
}
|
|
3239
3504
|
|
|
3505
|
+
i.icon.chalkboard.teacher::before {
|
|
3506
|
+
content: "\f51c";
|
|
3507
|
+
}
|
|
3508
|
+
|
|
3240
3509
|
i.icon.chart.bar::before {
|
|
3241
3510
|
content: "\f080";
|
|
3242
3511
|
}
|
|
@@ -3245,6 +3514,10 @@ i.icon.chart.pie::before {
|
|
|
3245
3514
|
content: "\f200";
|
|
3246
3515
|
}
|
|
3247
3516
|
|
|
3517
|
+
i.icon.chartline::before {
|
|
3518
|
+
content: "\f201";
|
|
3519
|
+
}
|
|
3520
|
+
|
|
3248
3521
|
i.icon.check::before {
|
|
3249
3522
|
content: "\f00c";
|
|
3250
3523
|
}
|
|
@@ -3505,6 +3778,10 @@ i.icon.file.word::before {
|
|
|
3505
3778
|
content: "\f1c2";
|
|
3506
3779
|
}
|
|
3507
3780
|
|
|
3781
|
+
i.icon.filter::before {
|
|
3782
|
+
content: "\f0b0";
|
|
3783
|
+
}
|
|
3784
|
+
|
|
3508
3785
|
i.icon.fingerprint::before {
|
|
3509
3786
|
content: "\f577";
|
|
3510
3787
|
}
|
|
@@ -3569,10 +3846,38 @@ i.icon.globe.europe::before {
|
|
|
3569
3846
|
content: "\f7a2";
|
|
3570
3847
|
}
|
|
3571
3848
|
|
|
3849
|
+
i.icon.graduation.cap::before {
|
|
3850
|
+
content: "\f19d";
|
|
3851
|
+
}
|
|
3852
|
+
|
|
3572
3853
|
i.icon.grin.stars::before {
|
|
3573
3854
|
content: "\f587";
|
|
3574
3855
|
}
|
|
3575
3856
|
|
|
3857
|
+
i.icon.hand.holding.usd::before {
|
|
3858
|
+
content: "\f4c0";
|
|
3859
|
+
}
|
|
3860
|
+
|
|
3861
|
+
i.icon.hand.point.down::before {
|
|
3862
|
+
content: "\f0a7";
|
|
3863
|
+
}
|
|
3864
|
+
|
|
3865
|
+
i.icon.hand.point.left::before {
|
|
3866
|
+
content: "\f0a5";
|
|
3867
|
+
}
|
|
3868
|
+
|
|
3869
|
+
i.icon.hand.point.right::before {
|
|
3870
|
+
content: "\f0a4";
|
|
3871
|
+
}
|
|
3872
|
+
|
|
3873
|
+
i.icon.hand.point.up::before {
|
|
3874
|
+
content: "\f0a6";
|
|
3875
|
+
}
|
|
3876
|
+
|
|
3877
|
+
i.icon.hand.pointer::before {
|
|
3878
|
+
content: "\f25a";
|
|
3879
|
+
}
|
|
3880
|
+
|
|
3576
3881
|
i.icon.heartbeat::before {
|
|
3577
3882
|
content: "\f21e";
|
|
3578
3883
|
}
|
|
@@ -3717,6 +4022,10 @@ i.icon.pencil.ruler::before {
|
|
|
3717
4022
|
content: "\f5ae";
|
|
3718
4023
|
}
|
|
3719
4024
|
|
|
4025
|
+
i.icon.photo.video::before {
|
|
4026
|
+
content: "\f87c";
|
|
4027
|
+
}
|
|
4028
|
+
|
|
3720
4029
|
i.icon.piggy.bank::before {
|
|
3721
4030
|
content: "\f4d3";
|
|
3722
4031
|
}
|
|
@@ -3745,6 +4054,10 @@ i.icon.print::before {
|
|
|
3745
4054
|
content: "\f02f";
|
|
3746
4055
|
}
|
|
3747
4056
|
|
|
4057
|
+
i.icon.project.diagram::before {
|
|
4058
|
+
content: "\f542";
|
|
4059
|
+
}
|
|
4060
|
+
|
|
3748
4061
|
i.icon.ruble.sign::before {
|
|
3749
4062
|
content: "\f158";
|
|
3750
4063
|
}
|
|
@@ -3981,6 +4294,14 @@ i.icon.users.slash::before {
|
|
|
3981
4294
|
content: "\e073";
|
|
3982
4295
|
}
|
|
3983
4296
|
|
|
4297
|
+
i.icon.video::before {
|
|
4298
|
+
content: "\f03d";
|
|
4299
|
+
}
|
|
4300
|
+
|
|
4301
|
+
i.icon.video.slash::before {
|
|
4302
|
+
content: "\f4e2";
|
|
4303
|
+
}
|
|
4304
|
+
|
|
3984
4305
|
i.icon.warehouse::before {
|
|
3985
4306
|
content: "\f494";
|
|
3986
4307
|
}
|
|
@@ -4231,6 +4552,10 @@ i.icon.video.camera::before {
|
|
|
4231
4552
|
content: "\f03d";
|
|
4232
4553
|
}
|
|
4233
4554
|
|
|
4555
|
+
i.icon.video.play::before {
|
|
4556
|
+
content: "\f144";
|
|
4557
|
+
}
|
|
4558
|
+
|
|
4234
4559
|
i.icon.warning::before {
|
|
4235
4560
|
content: "\f12a";
|
|
4236
4561
|
}
|
|
@@ -4397,6 +4722,26 @@ i.icon.grin.stars.outline::before {
|
|
|
4397
4722
|
content: "\f587";
|
|
4398
4723
|
}
|
|
4399
4724
|
|
|
4725
|
+
i.icon.hand.point.down.outline::before {
|
|
4726
|
+
content: "\f0a7";
|
|
4727
|
+
}
|
|
4728
|
+
|
|
4729
|
+
i.icon.hand.point.left.outline::before {
|
|
4730
|
+
content: "\f0a5";
|
|
4731
|
+
}
|
|
4732
|
+
|
|
4733
|
+
i.icon.hand.point.right.outline::before {
|
|
4734
|
+
content: "\f0a4";
|
|
4735
|
+
}
|
|
4736
|
+
|
|
4737
|
+
i.icon.hand.point.up.outline::before {
|
|
4738
|
+
content: "\f0a6";
|
|
4739
|
+
}
|
|
4740
|
+
|
|
4741
|
+
i.icon.hand.pointer.outline::before {
|
|
4742
|
+
content: "\f25a";
|
|
4743
|
+
}
|
|
4744
|
+
|
|
4400
4745
|
i.icon.lightbulb.outline::before {
|
|
4401
4746
|
content: "\f0eb";
|
|
4402
4747
|
}
|
|
@@ -5704,39 +6049,39 @@ input[type="file"].ui.invisible.file.input,
|
|
|
5704
6049
|
position: absolute;
|
|
5705
6050
|
}
|
|
5706
6051
|
|
|
5707
|
-
input[type="file"].ui.file.input:focus + label.ui.button,
|
|
5708
|
-
.ui.file.input input[type="file"]:focus + label.ui.button {
|
|
6052
|
+
input[type="file"].ui.file.input:focus + label.ui.button:not(.basic),
|
|
6053
|
+
.ui.file.input input[type="file"]:focus + label.ui.button:not(.basic) {
|
|
5709
6054
|
background: #cacbcd;
|
|
5710
6055
|
color: rgba(0, 0, 0, 0.8);
|
|
5711
6056
|
}
|
|
5712
6057
|
|
|
5713
|
-
input[type="file"].ui.file.input:focus + label.ui.button.inverted,
|
|
5714
|
-
.ui.file.input input[type="file"]:focus + label.ui.button.inverted {
|
|
6058
|
+
input[type="file"].ui.file.input:focus + label.ui.button:not(.basic).inverted,
|
|
6059
|
+
.ui.file.input input[type="file"]:focus + label.ui.button:not(.basic).inverted {
|
|
5715
6060
|
background: #fff;
|
|
5716
6061
|
}
|
|
5717
6062
|
|
|
5718
6063
|
/* this is related to existing buttons, so the button color variable is used here! */
|
|
5719
6064
|
|
|
5720
|
-
input[type="file"].ui.file.input:focus + label.ui.primary.button,
|
|
5721
|
-
.ui.file.input input[type="file"]:focus + label.ui.primary.button {
|
|
6065
|
+
input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic),
|
|
6066
|
+
.ui.file.input input[type="file"]:focus + label.ui.primary.button:not(.basic) {
|
|
5722
6067
|
background-color: #005d6f;
|
|
5723
6068
|
color: #fff;
|
|
5724
6069
|
}
|
|
5725
6070
|
|
|
5726
|
-
input[type="file"].ui.file.input:focus + label.ui.secondary.button,
|
|
5727
|
-
.ui.file.input input[type="file"]:focus + label.ui.secondary.button {
|
|
6071
|
+
input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic),
|
|
6072
|
+
.ui.file.input input[type="file"]:focus + label.ui.secondary.button:not(.basic) {
|
|
5728
6073
|
background-color: #2f5669;
|
|
5729
6074
|
color: #fff;
|
|
5730
6075
|
}
|
|
5731
6076
|
|
|
5732
|
-
input[type="file"].ui.file.input:focus + label.ui.green.button,
|
|
5733
|
-
.ui.file.input input[type="file"]:focus + label.ui.green.button {
|
|
6077
|
+
input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic),
|
|
6078
|
+
.ui.file.input input[type="file"]:focus + label.ui.green.button:not(.basic) {
|
|
5734
6079
|
background-color: #6fa97c;
|
|
5735
6080
|
color: #fff;
|
|
5736
6081
|
}
|
|
5737
6082
|
|
|
5738
|
-
input[type="file"].ui.file.input:focus + label.ui.red.button,
|
|
5739
|
-
.ui.file.input input[type="file"]:focus + label.ui.red.button {
|
|
6083
|
+
input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic),
|
|
6084
|
+
.ui.file.input input[type="file"]:focus + label.ui.red.button:not(.basic) {
|
|
5740
6085
|
background-color: #a2423e;
|
|
5741
6086
|
color: #fff;
|
|
5742
6087
|
}
|
|
@@ -6669,8 +7014,8 @@ a.ui.ui.ui.basic.red.label:hover {
|
|
|
6669
7014
|
|
|
6670
7015
|
.ui.orange.labels .label,
|
|
6671
7016
|
.ui.ui.ui.orange.label {
|
|
6672
|
-
background-color: #
|
|
6673
|
-
border-color: #
|
|
7017
|
+
background-color: #af6a66;
|
|
7018
|
+
border-color: #af6a66;
|
|
6674
7019
|
color: #fff;
|
|
6675
7020
|
}
|
|
6676
7021
|
|
|
@@ -6678,15 +7023,15 @@ a.ui.ui.ui.basic.red.label:hover {
|
|
|
6678
7023
|
|
|
6679
7024
|
.ui.orange.labels a.label:hover,
|
|
6680
7025
|
a.ui.ui.ui.orange.label:hover {
|
|
6681
|
-
background-color: #
|
|
6682
|
-
border-color: #
|
|
7026
|
+
background-color: #a95752;
|
|
7027
|
+
border-color: #a95752;
|
|
6683
7028
|
color: #fff;
|
|
6684
7029
|
}
|
|
6685
7030
|
|
|
6686
7031
|
/* Ribbon */
|
|
6687
7032
|
|
|
6688
7033
|
.ui.ui.ui.orange.ribbon.label {
|
|
6689
|
-
border-color: #
|
|
7034
|
+
border-color: #94514e;
|
|
6690
7035
|
}
|
|
6691
7036
|
|
|
6692
7037
|
/* Basic */
|
|
@@ -6694,15 +7039,15 @@ a.ui.ui.ui.orange.label:hover {
|
|
|
6694
7039
|
.ui.basic.labels .orange.label,
|
|
6695
7040
|
.ui.ui.ui.basic.orange.label {
|
|
6696
7041
|
background: none #fff;
|
|
6697
|
-
border-color: #
|
|
6698
|
-
color: #
|
|
7042
|
+
border-color: #af6a66;
|
|
7043
|
+
color: #af6a66;
|
|
6699
7044
|
}
|
|
6700
7045
|
|
|
6701
7046
|
.ui.basic.labels a.orange.label:hover,
|
|
6702
7047
|
a.ui.ui.ui.basic.orange.label:hover {
|
|
6703
7048
|
background: none #fff;
|
|
6704
|
-
border-color: #
|
|
6705
|
-
color: #
|
|
7049
|
+
border-color: #a95752;
|
|
7050
|
+
color: #a95752;
|
|
6706
7051
|
}
|
|
6707
7052
|
|
|
6708
7053
|
.ui.yellow.labels .label,
|
|
@@ -6935,8 +7280,8 @@ a.ui.ui.ui.basic.violet.label:hover {
|
|
|
6935
7280
|
|
|
6936
7281
|
.ui.purple.labels .label,
|
|
6937
7282
|
.ui.ui.ui.purple.label {
|
|
6938
|
-
background-color: #
|
|
6939
|
-
border-color: #
|
|
7283
|
+
background-color: #6667af;
|
|
7284
|
+
border-color: #6667af;
|
|
6940
7285
|
color: #fff;
|
|
6941
7286
|
}
|
|
6942
7287
|
|
|
@@ -6944,15 +7289,15 @@ a.ui.ui.ui.basic.violet.label:hover {
|
|
|
6944
7289
|
|
|
6945
7290
|
.ui.purple.labels a.label:hover,
|
|
6946
7291
|
a.ui.ui.ui.purple.label:hover {
|
|
6947
|
-
background-color: #
|
|
6948
|
-
border-color: #
|
|
7292
|
+
background-color: #5254a9;
|
|
7293
|
+
border-color: #5254a9;
|
|
6949
7294
|
color: #fff;
|
|
6950
7295
|
}
|
|
6951
7296
|
|
|
6952
7297
|
/* Ribbon */
|
|
6953
7298
|
|
|
6954
7299
|
.ui.ui.ui.purple.ribbon.label {
|
|
6955
|
-
border-color: #
|
|
7300
|
+
border-color: #4e4f94;
|
|
6956
7301
|
}
|
|
6957
7302
|
|
|
6958
7303
|
/* Basic */
|
|
@@ -6960,21 +7305,21 @@ a.ui.ui.ui.purple.label:hover {
|
|
|
6960
7305
|
.ui.basic.labels .purple.label,
|
|
6961
7306
|
.ui.ui.ui.basic.purple.label {
|
|
6962
7307
|
background: none #fff;
|
|
6963
|
-
border-color: #
|
|
6964
|
-
color: #
|
|
7308
|
+
border-color: #6667af;
|
|
7309
|
+
color: #6667af;
|
|
6965
7310
|
}
|
|
6966
7311
|
|
|
6967
7312
|
.ui.basic.labels a.purple.label:hover,
|
|
6968
7313
|
a.ui.ui.ui.basic.purple.label:hover {
|
|
6969
7314
|
background: none #fff;
|
|
6970
|
-
border-color: #
|
|
6971
|
-
color: #
|
|
7315
|
+
border-color: #5254a9;
|
|
7316
|
+
color: #5254a9;
|
|
6972
7317
|
}
|
|
6973
7318
|
|
|
6974
7319
|
.ui.pink.labels .label,
|
|
6975
7320
|
.ui.ui.ui.pink.label {
|
|
6976
|
-
background-color: #
|
|
6977
|
-
border-color: #
|
|
7321
|
+
background-color: #af6687;
|
|
7322
|
+
border-color: #af6687;
|
|
6978
7323
|
color: #fff;
|
|
6979
7324
|
}
|
|
6980
7325
|
|
|
@@ -6982,15 +7327,15 @@ a.ui.ui.ui.basic.purple.label:hover {
|
|
|
6982
7327
|
|
|
6983
7328
|
.ui.pink.labels a.label:hover,
|
|
6984
7329
|
a.ui.ui.ui.pink.label:hover {
|
|
6985
|
-
background-color: #
|
|
6986
|
-
border-color: #
|
|
7330
|
+
background-color: #a9527a;
|
|
7331
|
+
border-color: #a9527a;
|
|
6987
7332
|
color: #fff;
|
|
6988
7333
|
}
|
|
6989
7334
|
|
|
6990
7335
|
/* Ribbon */
|
|
6991
7336
|
|
|
6992
7337
|
.ui.ui.ui.pink.ribbon.label {
|
|
6993
|
-
border-color: #
|
|
7338
|
+
border-color: #944e6e;
|
|
6994
7339
|
}
|
|
6995
7340
|
|
|
6996
7341
|
/* Basic */
|
|
@@ -6998,21 +7343,21 @@ a.ui.ui.ui.pink.label:hover {
|
|
|
6998
7343
|
.ui.basic.labels .pink.label,
|
|
6999
7344
|
.ui.ui.ui.basic.pink.label {
|
|
7000
7345
|
background: none #fff;
|
|
7001
|
-
border-color: #
|
|
7002
|
-
color: #
|
|
7346
|
+
border-color: #af6687;
|
|
7347
|
+
color: #af6687;
|
|
7003
7348
|
}
|
|
7004
7349
|
|
|
7005
7350
|
.ui.basic.labels a.pink.label:hover,
|
|
7006
7351
|
a.ui.ui.ui.basic.pink.label:hover {
|
|
7007
7352
|
background: none #fff;
|
|
7008
|
-
border-color: #
|
|
7009
|
-
color: #
|
|
7353
|
+
border-color: #a9527a;
|
|
7354
|
+
color: #a9527a;
|
|
7010
7355
|
}
|
|
7011
7356
|
|
|
7012
7357
|
.ui.brown.labels .label,
|
|
7013
7358
|
.ui.ui.ui.brown.label {
|
|
7014
|
-
background-color: #
|
|
7015
|
-
border-color: #
|
|
7359
|
+
background-color: #af9066;
|
|
7360
|
+
border-color: #af9066;
|
|
7016
7361
|
color: #fff;
|
|
7017
7362
|
}
|
|
7018
7363
|
|
|
@@ -7020,15 +7365,15 @@ a.ui.ui.ui.basic.pink.label:hover {
|
|
|
7020
7365
|
|
|
7021
7366
|
.ui.brown.labels a.label:hover,
|
|
7022
7367
|
a.ui.ui.ui.brown.label:hover {
|
|
7023
|
-
background-color: #
|
|
7024
|
-
border-color: #
|
|
7368
|
+
background-color: #a98452;
|
|
7369
|
+
border-color: #a98452;
|
|
7025
7370
|
color: #fff;
|
|
7026
7371
|
}
|
|
7027
7372
|
|
|
7028
7373
|
/* Ribbon */
|
|
7029
7374
|
|
|
7030
7375
|
.ui.ui.ui.brown.ribbon.label {
|
|
7031
|
-
border-color: #
|
|
7376
|
+
border-color: #94764e;
|
|
7032
7377
|
}
|
|
7033
7378
|
|
|
7034
7379
|
/* Basic */
|
|
@@ -7036,15 +7381,15 @@ a.ui.ui.ui.brown.label:hover {
|
|
|
7036
7381
|
.ui.basic.labels .brown.label,
|
|
7037
7382
|
.ui.ui.ui.basic.brown.label {
|
|
7038
7383
|
background: none #fff;
|
|
7039
|
-
border-color: #
|
|
7040
|
-
color: #
|
|
7384
|
+
border-color: #af9066;
|
|
7385
|
+
color: #af9066;
|
|
7041
7386
|
}
|
|
7042
7387
|
|
|
7043
7388
|
.ui.basic.labels a.brown.label:hover,
|
|
7044
7389
|
a.ui.ui.ui.basic.brown.label:hover {
|
|
7045
7390
|
background: none #fff;
|
|
7046
|
-
border-color: #
|
|
7047
|
-
color: #
|
|
7391
|
+
border-color: #a98452;
|
|
7392
|
+
color: #a98452;
|
|
7048
7393
|
}
|
|
7049
7394
|
|
|
7050
7395
|
.ui.grey.labels .label,
|
|
@@ -7389,7 +7734,7 @@ ul.ui.list,
|
|
|
7389
7734
|
ol.ui.list,
|
|
7390
7735
|
.ui.list {
|
|
7391
7736
|
list-style-type: none;
|
|
7392
|
-
margin:
|
|
7737
|
+
margin: 1.14285714rem 0;
|
|
7393
7738
|
padding: 0 0;
|
|
7394
7739
|
}
|
|
7395
7740
|
|
|
@@ -7421,7 +7766,7 @@ ol.ui.list li,
|
|
|
7421
7766
|
table-layout: fixed;
|
|
7422
7767
|
list-style-type: none;
|
|
7423
7768
|
list-style-position: outside;
|
|
7424
|
-
padding: 0
|
|
7769
|
+
padding: 0 0;
|
|
7425
7770
|
line-height: 1.14285714em;
|
|
7426
7771
|
}
|
|
7427
7772
|
|
|
@@ -7557,8 +7902,8 @@ ol.ui.list ol li,
|
|
|
7557
7902
|
.ui.list > .item .header {
|
|
7558
7903
|
display: block;
|
|
7559
7904
|
margin: 0;
|
|
7560
|
-
font-family: "
|
|
7561
|
-
font-weight:
|
|
7905
|
+
font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
7906
|
+
font-weight: 500;
|
|
7562
7907
|
color: rgba(0, 0, 0, 0.87);
|
|
7563
7908
|
}
|
|
7564
7909
|
|
|
@@ -7643,7 +7988,7 @@ ol.ui.list ol li,
|
|
|
7643
7988
|
background-color: transparent;
|
|
7644
7989
|
list-style-type: none;
|
|
7645
7990
|
list-style-position: outside;
|
|
7646
|
-
padding: 0
|
|
7991
|
+
padding: 0 0;
|
|
7647
7992
|
line-height: 1.14285714em;
|
|
7648
7993
|
}
|
|
7649
7994
|
|
|
@@ -7705,8 +8050,8 @@ ol.ui.list ol li,
|
|
|
7705
8050
|
|
|
7706
8051
|
.ui.horizontal.list > .item:first-child,
|
|
7707
8052
|
.ui.horizontal.list > .item:last-child {
|
|
7708
|
-
padding-top: 0
|
|
7709
|
-
padding-bottom: 0
|
|
8053
|
+
padding-top: 0;
|
|
8054
|
+
padding-bottom: 0;
|
|
7710
8055
|
}
|
|
7711
8056
|
|
|
7712
8057
|
/* Horizontal List */
|
|
@@ -8076,7 +8421,7 @@ ol.ui.suffixed.list li::before,
|
|
|
8076
8421
|
.ui.divided.ordered.list .item .list:not(.icon) {
|
|
8077
8422
|
margin-left: 0;
|
|
8078
8423
|
margin-right: 0;
|
|
8079
|
-
padding-bottom: 0
|
|
8424
|
+
padding-bottom: 0;
|
|
8080
8425
|
}
|
|
8081
8426
|
|
|
8082
8427
|
.ui.divided.ordered.list .item .list > .item {
|
|
@@ -8135,8 +8480,8 @@ ol.ui.suffixed.list li::before,
|
|
|
8135
8480
|
|
|
8136
8481
|
.ui.celled.list > .item:first-child,
|
|
8137
8482
|
.ui.celled.list > .item:last-child {
|
|
8138
|
-
padding-top: 0
|
|
8139
|
-
padding-bottom: 0
|
|
8483
|
+
padding-top: 0;
|
|
8484
|
+
padding-bottom: 0;
|
|
8140
8485
|
}
|
|
8141
8486
|
|
|
8142
8487
|
/* Sub Menu */
|
|
@@ -8163,7 +8508,7 @@ ol.ui.suffixed.list li::before,
|
|
|
8163
8508
|
.ui.celled.bulleted.list .item .list:not(.icon) {
|
|
8164
8509
|
margin-left: -1.25rem;
|
|
8165
8510
|
margin-right: -1.25rem;
|
|
8166
|
-
padding-bottom: 0
|
|
8511
|
+
padding-bottom: 0;
|
|
8167
8512
|
}
|
|
8168
8513
|
|
|
8169
8514
|
/* Celled Ordered */
|
|
@@ -8180,7 +8525,7 @@ ol.ui.suffixed.list li::before,
|
|
|
8180
8525
|
.ui.celled.ordered.list .item .list:not(.icon) {
|
|
8181
8526
|
margin-left: 0;
|
|
8182
8527
|
margin-right: 0;
|
|
8183
|
-
padding-bottom: 0
|
|
8528
|
+
padding-bottom: 0;
|
|
8184
8529
|
}
|
|
8185
8530
|
|
|
8186
8531
|
.ui.celled.ordered.list .list > .item {
|
|
@@ -8309,6 +8654,12 @@ ol.ui.suffixed.list li::before,
|
|
|
8309
8654
|
/*******************************
|
|
8310
8655
|
Site Overrides
|
|
8311
8656
|
*******************************/
|
|
8657
|
+
|
|
8658
|
+
.ui.list .list > .item .sub.header,
|
|
8659
|
+
.ui.list > .item .sub.header {
|
|
8660
|
+
font-weight: 300;
|
|
8661
|
+
margin-top: 0.28571429em;
|
|
8662
|
+
}
|
|
8312
8663
|
/*!
|
|
8313
8664
|
* # Fomantic-UI 2.9.4 - Loader
|
|
8314
8665
|
* https://github.com/fomantic/Fomantic-UI/
|
|
@@ -14096,9 +14447,9 @@ Floated Menu / Item
|
|
|
14096
14447
|
.ui.message {
|
|
14097
14448
|
position: relative;
|
|
14098
14449
|
min-height: 1em;
|
|
14099
|
-
margin:
|
|
14450
|
+
margin: 1.14285714rem 0;
|
|
14100
14451
|
background: #f8f8f9;
|
|
14101
|
-
padding:
|
|
14452
|
+
padding: 1.14285714em;
|
|
14102
14453
|
line-height: 1.4285em;
|
|
14103
14454
|
color: rgba(0, 0, 0, 0.87);
|
|
14104
14455
|
transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
|
|
@@ -14122,9 +14473,9 @@ Floated Menu / Item
|
|
|
14122
14473
|
|
|
14123
14474
|
.ui.message .header {
|
|
14124
14475
|
display: block;
|
|
14125
|
-
font-family: "
|
|
14126
|
-
font-weight:
|
|
14127
|
-
margin:
|
|
14476
|
+
font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
14477
|
+
font-weight: 300;
|
|
14478
|
+
margin: 0 0 0 0;
|
|
14128
14479
|
}
|
|
14129
14480
|
|
|
14130
14481
|
/* Default font size */
|
|
@@ -14149,7 +14500,7 @@ Floated Menu / Item
|
|
|
14149
14500
|
}
|
|
14150
14501
|
|
|
14151
14502
|
.ui.message .header + p {
|
|
14152
|
-
margin-top: 0.
|
|
14503
|
+
margin-top: 0.28571429em;
|
|
14153
14504
|
}
|
|
14154
14505
|
|
|
14155
14506
|
/* List */
|
|
@@ -14312,7 +14663,7 @@ Floated Menu / Item
|
|
|
14312
14663
|
}
|
|
14313
14664
|
|
|
14314
14665
|
.ui.bottom.attached.message:not(:last-child) {
|
|
14315
|
-
margin-bottom:
|
|
14666
|
+
margin-bottom: 1.14285714rem;
|
|
14316
14667
|
}
|
|
14317
14668
|
|
|
14318
14669
|
.ui.attached.icon.message {
|
|
@@ -14524,9 +14875,45 @@ Floated Menu / Item
|
|
|
14524
14875
|
color: rgba(255, 255, 255, 0.9);
|
|
14525
14876
|
}
|
|
14526
14877
|
|
|
14527
|
-
|
|
14528
|
-
|
|
14529
|
-
|
|
14878
|
+
.ui.violet.message {
|
|
14879
|
+
background-color: #eae7ff;
|
|
14880
|
+
color: #9461ac;
|
|
14881
|
+
}
|
|
14882
|
+
|
|
14883
|
+
.ui.violet.message,
|
|
14884
|
+
.ui.attached.violet.message {
|
|
14885
|
+
box-shadow: 0 0 0 1px #9461ac inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
14886
|
+
}
|
|
14887
|
+
|
|
14888
|
+
.ui.floating.violet.message {
|
|
14889
|
+
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);
|
|
14890
|
+
}
|
|
14891
|
+
|
|
14892
|
+
.ui.violet.message .header {
|
|
14893
|
+
color: #8754a0;
|
|
14894
|
+
}
|
|
14895
|
+
|
|
14896
|
+
.ui.purple.message {
|
|
14897
|
+
background-color: #f6e7ff;
|
|
14898
|
+
color: #6667af;
|
|
14899
|
+
}
|
|
14900
|
+
|
|
14901
|
+
.ui.purple.message,
|
|
14902
|
+
.ui.attached.purple.message {
|
|
14903
|
+
box-shadow: 0 0 0 1px #6667af inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
14904
|
+
}
|
|
14905
|
+
|
|
14906
|
+
.ui.floating.purple.message {
|
|
14907
|
+
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);
|
|
14908
|
+
}
|
|
14909
|
+
|
|
14910
|
+
.ui.purple.message .header {
|
|
14911
|
+
color: #5657a5;
|
|
14912
|
+
}
|
|
14913
|
+
|
|
14914
|
+
/* --------------
|
|
14915
|
+
Sizes
|
|
14916
|
+
--------------- */
|
|
14530
14917
|
|
|
14531
14918
|
.ui.message {
|
|
14532
14919
|
font-size: 1em;
|
|
@@ -14567,6 +14954,22 @@ Floated Menu / Item
|
|
|
14567
14954
|
/*******************************
|
|
14568
14955
|
Site Overrides
|
|
14569
14956
|
*******************************/
|
|
14957
|
+
|
|
14958
|
+
.ui.icon.message {
|
|
14959
|
+
align-items: flex-start;
|
|
14960
|
+
}
|
|
14961
|
+
|
|
14962
|
+
.ui.icon.message > .content.details {
|
|
14963
|
+
flex: 0 0 auto;
|
|
14964
|
+
align-self: center;
|
|
14965
|
+
margin-left: 0.57142857em;
|
|
14966
|
+
}
|
|
14967
|
+
|
|
14968
|
+
@media only screen and (max-width: 767.98px) {
|
|
14969
|
+
.ui.icon.message > .content.details {
|
|
14970
|
+
display: none;
|
|
14971
|
+
}
|
|
14972
|
+
}
|
|
14570
14973
|
/*!
|
|
14571
14974
|
* # Fomantic-UI 2.9.4 - Table
|
|
14572
14975
|
* https://github.com/fomantic/Fomantic-UI/
|
|
@@ -15645,6 +16048,256 @@ Floated Menu / Item
|
|
|
15645
16048
|
color: #1ebc30;
|
|
15646
16049
|
}
|
|
15647
16050
|
|
|
16051
|
+
.ui.olive.table {
|
|
16052
|
+
border-top: 0.2em solid #a0b06c;
|
|
16053
|
+
}
|
|
16054
|
+
|
|
16055
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
16056
|
+
|
|
16057
|
+
.ui.scrolling.table > thead.olive,
|
|
16058
|
+
.ui.scrolling.table > tfoot.olive {
|
|
16059
|
+
background: #f7fae4;
|
|
16060
|
+
color: #f7fae4;
|
|
16061
|
+
}
|
|
16062
|
+
|
|
16063
|
+
.ui.scrolling.table > thead.olive > tr > th,
|
|
16064
|
+
.ui.scrolling.table > tfoot.olive > tr > th,
|
|
16065
|
+
.ui.scrolling.table > thead.olive > tr > td,
|
|
16066
|
+
.ui.scrolling.table > tfoot.olive > tr > td {
|
|
16067
|
+
background: inherit;
|
|
16068
|
+
color: #8abc1e;
|
|
16069
|
+
}
|
|
16070
|
+
|
|
16071
|
+
.ui.ui.ui.ui.table tr[class*="olive colored"],
|
|
16072
|
+
.ui.ui.table th[class*="olive colored"],
|
|
16073
|
+
.ui.ui.table td[class*="olive colored"],
|
|
16074
|
+
.ui.ui.ui.ui.table tr.olive,
|
|
16075
|
+
.ui.ui.table th.olive,
|
|
16076
|
+
.ui.ui.table td.olive {
|
|
16077
|
+
background: #f7fae4;
|
|
16078
|
+
color: #8abc1e;
|
|
16079
|
+
}
|
|
16080
|
+
|
|
16081
|
+
.ui.table > thead > tr[class*="olive colored"] > th,
|
|
16082
|
+
.ui.table > tfoot > tr[class*="olive colored"] > th,
|
|
16083
|
+
.ui.table > tfoot > tr[class*="olive colored"] > td,
|
|
16084
|
+
.ui.table > thead > tr.olive > th,
|
|
16085
|
+
.ui.table > tfoot > tr.olive > th,
|
|
16086
|
+
.ui.table > tfoot > tr.olive > td {
|
|
16087
|
+
background: inherit;
|
|
16088
|
+
color: #8abc1e;
|
|
16089
|
+
}
|
|
16090
|
+
|
|
16091
|
+
.ui.ui.selectable.table tr[class*="olive colored"]:hover,
|
|
16092
|
+
.ui.table tr td.selectable[class*="olive colored"]:hover,
|
|
16093
|
+
.ui.selectable.table tr:hover td[class*="olive colored"],
|
|
16094
|
+
.ui.ui.selectable.table tr.olive:hover,
|
|
16095
|
+
.ui.table tr td.selectable.olive:hover,
|
|
16096
|
+
.ui.selectable.table tr:hover td.olive {
|
|
16097
|
+
background: #f6fada;
|
|
16098
|
+
color: #8abc1e;
|
|
16099
|
+
}
|
|
16100
|
+
|
|
16101
|
+
.ui.pink.table {
|
|
16102
|
+
border-top: 0.2em solid #af6687;
|
|
16103
|
+
}
|
|
16104
|
+
|
|
16105
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
16106
|
+
|
|
16107
|
+
.ui.scrolling.table > thead.pink,
|
|
16108
|
+
.ui.scrolling.table > tfoot.pink {
|
|
16109
|
+
background: #ffe8f9;
|
|
16110
|
+
color: #ffe8f9;
|
|
16111
|
+
}
|
|
16112
|
+
|
|
16113
|
+
.ui.scrolling.table > thead.pink > tr > th,
|
|
16114
|
+
.ui.scrolling.table > tfoot.pink > tr > th,
|
|
16115
|
+
.ui.scrolling.table > thead.pink > tr > td,
|
|
16116
|
+
.ui.scrolling.table > tfoot.pink > tr > td {
|
|
16117
|
+
background: inherit;
|
|
16118
|
+
color: #af6687;
|
|
16119
|
+
}
|
|
16120
|
+
|
|
16121
|
+
.ui.ui.ui.ui.table tr[class*="pink colored"],
|
|
16122
|
+
.ui.ui.table th[class*="pink colored"],
|
|
16123
|
+
.ui.ui.table td[class*="pink colored"],
|
|
16124
|
+
.ui.ui.ui.ui.table tr.pink,
|
|
16125
|
+
.ui.ui.table th.pink,
|
|
16126
|
+
.ui.ui.table td.pink {
|
|
16127
|
+
background: #ffe8f9;
|
|
16128
|
+
color: #af6687;
|
|
16129
|
+
}
|
|
16130
|
+
|
|
16131
|
+
.ui.table > thead > tr[class*="pink colored"] > th,
|
|
16132
|
+
.ui.table > tfoot > tr[class*="pink colored"] > th,
|
|
16133
|
+
.ui.table > tfoot > tr[class*="pink colored"] > td,
|
|
16134
|
+
.ui.table > thead > tr.pink > th,
|
|
16135
|
+
.ui.table > tfoot > tr.pink > th,
|
|
16136
|
+
.ui.table > tfoot > tr.pink > td {
|
|
16137
|
+
background: inherit;
|
|
16138
|
+
color: #af6687;
|
|
16139
|
+
}
|
|
16140
|
+
|
|
16141
|
+
.ui.ui.selectable.table tr[class*="pink colored"]:hover,
|
|
16142
|
+
.ui.table tr td.selectable[class*="pink colored"]:hover,
|
|
16143
|
+
.ui.selectable.table tr:hover td[class*="pink colored"],
|
|
16144
|
+
.ui.ui.selectable.table tr.pink:hover,
|
|
16145
|
+
.ui.table tr td.selectable.pink:hover,
|
|
16146
|
+
.ui.selectable.table tr:hover td.pink {
|
|
16147
|
+
background: #ffdef6;
|
|
16148
|
+
color: #af6687;
|
|
16149
|
+
}
|
|
16150
|
+
|
|
16151
|
+
.ui.purple.table {
|
|
16152
|
+
border-top: 0.2em solid #6667af;
|
|
16153
|
+
}
|
|
16154
|
+
|
|
16155
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
16156
|
+
|
|
16157
|
+
.ui.scrolling.table > thead.purple,
|
|
16158
|
+
.ui.scrolling.table > tfoot.purple {
|
|
16159
|
+
background: #f8e3ff;
|
|
16160
|
+
color: #f8e3ff;
|
|
16161
|
+
}
|
|
16162
|
+
|
|
16163
|
+
.ui.scrolling.table > thead.purple > tr > th,
|
|
16164
|
+
.ui.scrolling.table > tfoot.purple > tr > th,
|
|
16165
|
+
.ui.scrolling.table > thead.purple > tr > td,
|
|
16166
|
+
.ui.scrolling.table > tfoot.purple > tr > td {
|
|
16167
|
+
background: inherit;
|
|
16168
|
+
color: #6667af;
|
|
16169
|
+
}
|
|
16170
|
+
|
|
16171
|
+
.ui.ui.ui.ui.table tr[class*="purple colored"],
|
|
16172
|
+
.ui.ui.table th[class*="purple colored"],
|
|
16173
|
+
.ui.ui.table td[class*="purple colored"],
|
|
16174
|
+
.ui.ui.ui.ui.table tr.purple,
|
|
16175
|
+
.ui.ui.table th.purple,
|
|
16176
|
+
.ui.ui.table td.purple {
|
|
16177
|
+
background: #f8e3ff;
|
|
16178
|
+
color: #6667af;
|
|
16179
|
+
}
|
|
16180
|
+
|
|
16181
|
+
.ui.table > thead > tr[class*="purple colored"] > th,
|
|
16182
|
+
.ui.table > tfoot > tr[class*="purple colored"] > th,
|
|
16183
|
+
.ui.table > tfoot > tr[class*="purple colored"] > td,
|
|
16184
|
+
.ui.table > thead > tr.purple > th,
|
|
16185
|
+
.ui.table > tfoot > tr.purple > th,
|
|
16186
|
+
.ui.table > tfoot > tr.purple > td {
|
|
16187
|
+
background: inherit;
|
|
16188
|
+
color: #6667af;
|
|
16189
|
+
}
|
|
16190
|
+
|
|
16191
|
+
.ui.ui.selectable.table tr[class*="purple colored"]:hover,
|
|
16192
|
+
.ui.table tr td.selectable[class*="purple colored"]:hover,
|
|
16193
|
+
.ui.selectable.table tr:hover td[class*="purple colored"],
|
|
16194
|
+
.ui.ui.selectable.table tr.purple:hover,
|
|
16195
|
+
.ui.table tr td.selectable.purple:hover,
|
|
16196
|
+
.ui.selectable.table tr:hover td.purple {
|
|
16197
|
+
background: #f5d9ff;
|
|
16198
|
+
color: #6667af;
|
|
16199
|
+
}
|
|
16200
|
+
|
|
16201
|
+
.ui.orange.table {
|
|
16202
|
+
border-top: 0.2em solid #af6a66;
|
|
16203
|
+
}
|
|
16204
|
+
|
|
16205
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
16206
|
+
|
|
16207
|
+
.ui.scrolling.table > thead.orange,
|
|
16208
|
+
.ui.scrolling.table > tfoot.orange {
|
|
16209
|
+
background: #ffe7d1;
|
|
16210
|
+
color: #ffe7d1;
|
|
16211
|
+
}
|
|
16212
|
+
|
|
16213
|
+
.ui.scrolling.table > thead.orange > tr > th,
|
|
16214
|
+
.ui.scrolling.table > tfoot.orange > tr > th,
|
|
16215
|
+
.ui.scrolling.table > thead.orange > tr > td,
|
|
16216
|
+
.ui.scrolling.table > tfoot.orange > tr > td {
|
|
16217
|
+
background: inherit;
|
|
16218
|
+
color: #af6a66;
|
|
16219
|
+
}
|
|
16220
|
+
|
|
16221
|
+
.ui.ui.ui.ui.table tr[class*="orange colored"],
|
|
16222
|
+
.ui.ui.table th[class*="orange colored"],
|
|
16223
|
+
.ui.ui.table td[class*="orange colored"],
|
|
16224
|
+
.ui.ui.ui.ui.table tr.orange,
|
|
16225
|
+
.ui.ui.table th.orange,
|
|
16226
|
+
.ui.ui.table td.orange {
|
|
16227
|
+
background: #ffe7d1;
|
|
16228
|
+
color: #af6a66;
|
|
16229
|
+
}
|
|
16230
|
+
|
|
16231
|
+
.ui.table > thead > tr[class*="orange colored"] > th,
|
|
16232
|
+
.ui.table > tfoot > tr[class*="orange colored"] > th,
|
|
16233
|
+
.ui.table > tfoot > tr[class*="orange colored"] > td,
|
|
16234
|
+
.ui.table > thead > tr.orange > th,
|
|
16235
|
+
.ui.table > tfoot > tr.orange > th,
|
|
16236
|
+
.ui.table > tfoot > tr.orange > td {
|
|
16237
|
+
background: inherit;
|
|
16238
|
+
color: #af6a66;
|
|
16239
|
+
}
|
|
16240
|
+
|
|
16241
|
+
.ui.ui.selectable.table tr[class*="orange colored"]:hover,
|
|
16242
|
+
.ui.table tr td.selectable[class*="orange colored"]:hover,
|
|
16243
|
+
.ui.selectable.table tr:hover td[class*="orange colored"],
|
|
16244
|
+
.ui.ui.selectable.table tr.orange:hover,
|
|
16245
|
+
.ui.table tr td.selectable.orange:hover,
|
|
16246
|
+
.ui.selectable.table tr:hover td.orange {
|
|
16247
|
+
background: #fae1cc;
|
|
16248
|
+
color: #af6a66;
|
|
16249
|
+
}
|
|
16250
|
+
|
|
16251
|
+
.ui.brown.table {
|
|
16252
|
+
border-top: 0.2em solid #af9066;
|
|
16253
|
+
}
|
|
16254
|
+
|
|
16255
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
16256
|
+
|
|
16257
|
+
.ui.scrolling.table > thead.brown,
|
|
16258
|
+
.ui.scrolling.table > tfoot.brown {
|
|
16259
|
+
background: #f7e5d2;
|
|
16260
|
+
color: #f7e5d2;
|
|
16261
|
+
}
|
|
16262
|
+
|
|
16263
|
+
.ui.scrolling.table > thead.brown > tr > th,
|
|
16264
|
+
.ui.scrolling.table > tfoot.brown > tr > th,
|
|
16265
|
+
.ui.scrolling.table > thead.brown > tr > td,
|
|
16266
|
+
.ui.scrolling.table > tfoot.brown > tr > td {
|
|
16267
|
+
background: inherit;
|
|
16268
|
+
color: #af9066;
|
|
16269
|
+
}
|
|
16270
|
+
|
|
16271
|
+
.ui.ui.ui.ui.table tr[class*="brown colored"],
|
|
16272
|
+
.ui.ui.table th[class*="brown colored"],
|
|
16273
|
+
.ui.ui.table td[class*="brown colored"],
|
|
16274
|
+
.ui.ui.ui.ui.table tr.brown,
|
|
16275
|
+
.ui.ui.table th.brown,
|
|
16276
|
+
.ui.ui.table td.brown {
|
|
16277
|
+
background: #f7e5d2;
|
|
16278
|
+
color: #af9066;
|
|
16279
|
+
}
|
|
16280
|
+
|
|
16281
|
+
.ui.table > thead > tr[class*="brown colored"] > th,
|
|
16282
|
+
.ui.table > tfoot > tr[class*="brown colored"] > th,
|
|
16283
|
+
.ui.table > tfoot > tr[class*="brown colored"] > td,
|
|
16284
|
+
.ui.table > thead > tr.brown > th,
|
|
16285
|
+
.ui.table > tfoot > tr.brown > th,
|
|
16286
|
+
.ui.table > tfoot > tr.brown > td {
|
|
16287
|
+
background: inherit;
|
|
16288
|
+
color: #af9066;
|
|
16289
|
+
}
|
|
16290
|
+
|
|
16291
|
+
.ui.ui.selectable.table tr[class*="brown colored"]:hover,
|
|
16292
|
+
.ui.table tr td.selectable[class*="brown colored"]:hover,
|
|
16293
|
+
.ui.selectable.table tr:hover td[class*="brown colored"],
|
|
16294
|
+
.ui.ui.selectable.table tr.brown:hover,
|
|
16295
|
+
.ui.table tr td.selectable.brown:hover,
|
|
16296
|
+
.ui.selectable.table tr:hover td.brown {
|
|
16297
|
+
background: #efe0cf;
|
|
16298
|
+
color: #af9066;
|
|
16299
|
+
}
|
|
16300
|
+
|
|
15648
16301
|
/* --------------
|
|
15649
16302
|
Column Count
|
|
15650
16303
|
--------------- */
|
|
@@ -16043,107 +16696,338 @@ Floated Menu / Item
|
|
|
16043
16696
|
Site Overrides
|
|
16044
16697
|
*******************************/
|
|
16045
16698
|
|
|
16046
|
-
.ui.
|
|
16699
|
+
.ui.panel {
|
|
16700
|
+
background-color: #f9fafb;
|
|
16047
16701
|
border-top-left-radius: 0.28571429em;
|
|
16048
16702
|
border-top-right-radius: 0.28571429em;
|
|
16049
16703
|
}
|
|
16050
16704
|
|
|
16051
|
-
.ui.
|
|
16052
|
-
|
|
16053
|
-
|
|
16705
|
+
.ui.panel > .header,
|
|
16706
|
+
.ui.panel > .content {
|
|
16707
|
+
border-left: 1px solid rgba(34, 36, 38, 0.15);
|
|
16708
|
+
border-right: 1px solid rgba(34, 36, 38, 0.15);
|
|
16709
|
+
border-bottom: 1px solid rgba(34, 36, 38, 0.1);
|
|
16710
|
+
padding: 0.92857143em 0.7em;
|
|
16711
|
+
}
|
|
16712
|
+
|
|
16713
|
+
.ui.fitted.panel > .content {
|
|
16714
|
+
padding: 0;
|
|
16715
|
+
border: none;
|
|
16716
|
+
overflow-x: auto;
|
|
16717
|
+
}
|
|
16718
|
+
|
|
16719
|
+
.ui.primary.panel {
|
|
16720
|
+
border-top: 0.2em solid #007388;
|
|
16054
16721
|
}
|
|
16055
16722
|
|
|
16056
|
-
.ui.
|
|
16057
|
-
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), #f9fafb 80%);
|
|
16723
|
+
.ui.primary.panel > .header {
|
|
16724
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), #f9fafb 80%), #f9fafb;
|
|
16725
|
+
background-size: auto 65px;
|
|
16726
|
+
background-repeat: no-repeat;
|
|
16727
|
+
}
|
|
16728
|
+
|
|
16729
|
+
.ui.ui.ui.ui.ui.primary.table {
|
|
16730
|
+
border-top-left-radius: 0.28571429em;
|
|
16731
|
+
border-top-right-radius: 0.28571429em;
|
|
16732
|
+
}
|
|
16733
|
+
|
|
16734
|
+
.ui.ui.ui.ui.ui.primary.table > thead > tr:first-child > th {
|
|
16735
|
+
/* Colored header */
|
|
16736
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), #f9fafb 80%), #f9fafb;
|
|
16737
|
+
background-size: auto 65px;
|
|
16738
|
+
background-repeat: no-repeat;
|
|
16058
16739
|
}
|
|
16059
16740
|
|
|
16060
16741
|
@media only screen and (max-width: 767.98px) {
|
|
16061
|
-
.ui.ui.ui.ui.primary.table:not(.unstackable) > thead > tr
|
|
16742
|
+
.ui.ui.ui.ui.ui.primary.table:not(.unstackable) > thead > tr:first-child {
|
|
16743
|
+
/* Colored header (stacked table) */
|
|
16744
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), transparent 80%), transparent;
|
|
16745
|
+
background-size: auto 65px;
|
|
16746
|
+
background-repeat: no-repeat;
|
|
16747
|
+
}
|
|
16748
|
+
|
|
16749
|
+
.ui.ui.ui.ui.ui.primary.table:not(.unstackable) > thead > tr:first-child > th {
|
|
16062
16750
|
background: none;
|
|
16063
16751
|
}
|
|
16064
16752
|
}
|
|
16065
16753
|
|
|
16066
|
-
|
|
16067
|
-
|
|
16068
|
-
|
|
16069
|
-
|
|
16754
|
+
.ui.secondary.panel {
|
|
16755
|
+
border-top: 0.2em solid #294755;
|
|
16756
|
+
}
|
|
16757
|
+
|
|
16758
|
+
.ui.secondary.panel > .header {
|
|
16759
|
+
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), #f9fafb 80%), #f9fafb;
|
|
16760
|
+
background-size: auto 65px;
|
|
16761
|
+
background-repeat: no-repeat;
|
|
16070
16762
|
}
|
|
16071
16763
|
|
|
16072
|
-
.ui.ui.ui.ui.secondary.table {
|
|
16764
|
+
.ui.ui.ui.ui.ui.secondary.table {
|
|
16073
16765
|
border-top-left-radius: 0.28571429em;
|
|
16074
16766
|
border-top-right-radius: 0.28571429em;
|
|
16075
16767
|
}
|
|
16076
16768
|
|
|
16077
|
-
.ui.ui.ui.ui.secondary.table
|
|
16769
|
+
.ui.ui.ui.ui.ui.secondary.table > thead > tr:first-child > th {
|
|
16078
16770
|
/* Colored header */
|
|
16079
|
-
|
|
16080
|
-
|
|
16081
|
-
|
|
16082
|
-
.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
16083
|
-
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), #f9fafb 80%);
|
|
16771
|
+
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), #f9fafb 80%), #f9fafb;
|
|
16772
|
+
background-size: auto 65px;
|
|
16773
|
+
background-repeat: no-repeat;
|
|
16084
16774
|
}
|
|
16085
16775
|
|
|
16086
16776
|
@media only screen and (max-width: 767.98px) {
|
|
16087
|
-
.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr
|
|
16777
|
+
.ui.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr:first-child {
|
|
16778
|
+
/* Colored header (stacked table) */
|
|
16779
|
+
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), transparent 80%), transparent;
|
|
16780
|
+
background-size: auto 65px;
|
|
16781
|
+
background-repeat: no-repeat;
|
|
16782
|
+
}
|
|
16783
|
+
|
|
16784
|
+
.ui.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr:first-child > th {
|
|
16088
16785
|
background: none;
|
|
16089
16786
|
}
|
|
16090
16787
|
}
|
|
16091
16788
|
|
|
16789
|
+
.ui.violet.panel {
|
|
16790
|
+
border-top: 0.2em solid #9461ac;
|
|
16791
|
+
}
|
|
16792
|
+
|
|
16793
|
+
.ui.violet.panel > .header {
|
|
16794
|
+
background: linear-gradient(to bottom, rgba(148, 97, 172, 0.12), #f9fafb 80%), #f9fafb;
|
|
16795
|
+
background-size: auto 65px;
|
|
16796
|
+
background-repeat: no-repeat;
|
|
16797
|
+
}
|
|
16798
|
+
|
|
16799
|
+
.ui.ui.ui.ui.ui.violet.table {
|
|
16800
|
+
border-top-left-radius: 0.28571429em;
|
|
16801
|
+
border-top-right-radius: 0.28571429em;
|
|
16802
|
+
}
|
|
16803
|
+
|
|
16804
|
+
.ui.ui.ui.ui.ui.violet.table > thead > tr:first-child > th {
|
|
16805
|
+
/* Colored header */
|
|
16806
|
+
background: linear-gradient(to bottom, rgba(148, 97, 172, 0.12), #f9fafb 80%), #f9fafb;
|
|
16807
|
+
background-size: auto 65px;
|
|
16808
|
+
background-repeat: no-repeat;
|
|
16809
|
+
}
|
|
16810
|
+
|
|
16092
16811
|
@media only screen and (max-width: 767.98px) {
|
|
16093
|
-
.ui.ui.ui.ui.
|
|
16094
|
-
|
|
16812
|
+
.ui.ui.ui.ui.ui.violet.table:not(.unstackable) > thead > tr:first-child {
|
|
16813
|
+
/* Colored header (stacked table) */
|
|
16814
|
+
background: linear-gradient(to bottom, rgba(148, 97, 172, 0.12), transparent 80%), transparent;
|
|
16815
|
+
background-size: auto 65px;
|
|
16816
|
+
background-repeat: no-repeat;
|
|
16817
|
+
}
|
|
16818
|
+
|
|
16819
|
+
.ui.ui.ui.ui.ui.violet.table:not(.unstackable) > thead > tr:first-child > th {
|
|
16820
|
+
background: none;
|
|
16095
16821
|
}
|
|
16096
16822
|
}
|
|
16097
16823
|
|
|
16098
|
-
.ui.
|
|
16824
|
+
.ui.green.panel {
|
|
16825
|
+
border-top: 0.2em solid #81b08c;
|
|
16826
|
+
}
|
|
16827
|
+
|
|
16828
|
+
.ui.green.panel > .header {
|
|
16829
|
+
background: linear-gradient(to bottom, rgba(129, 176, 140, 0.12), #f9fafb 80%), #f9fafb;
|
|
16830
|
+
background-size: auto 65px;
|
|
16831
|
+
background-repeat: no-repeat;
|
|
16832
|
+
}
|
|
16833
|
+
|
|
16834
|
+
.ui.ui.ui.ui.ui.green.table {
|
|
16099
16835
|
border-top-left-radius: 0.28571429em;
|
|
16100
16836
|
border-top-right-radius: 0.28571429em;
|
|
16101
16837
|
}
|
|
16102
16838
|
|
|
16103
|
-
.ui.ui.ui.ui.
|
|
16839
|
+
.ui.ui.ui.ui.ui.green.table > thead > tr:first-child > th {
|
|
16104
16840
|
/* Colored header */
|
|
16105
|
-
|
|
16841
|
+
background: linear-gradient(to bottom, rgba(129, 176, 140, 0.12), #f9fafb 80%), #f9fafb;
|
|
16842
|
+
background-size: auto 65px;
|
|
16843
|
+
background-repeat: no-repeat;
|
|
16106
16844
|
}
|
|
16107
16845
|
|
|
16108
|
-
|
|
16109
|
-
|
|
16846
|
+
@media only screen and (max-width: 767.98px) {
|
|
16847
|
+
.ui.ui.ui.ui.ui.green.table:not(.unstackable) > thead > tr:first-child {
|
|
16848
|
+
/* Colored header (stacked table) */
|
|
16849
|
+
background: linear-gradient(to bottom, rgba(129, 176, 140, 0.12), transparent 80%), transparent;
|
|
16850
|
+
background-size: auto 65px;
|
|
16851
|
+
background-repeat: no-repeat;
|
|
16852
|
+
}
|
|
16853
|
+
|
|
16854
|
+
.ui.ui.ui.ui.ui.green.table:not(.unstackable) > thead > tr:first-child > th {
|
|
16855
|
+
background: none;
|
|
16856
|
+
}
|
|
16857
|
+
}
|
|
16858
|
+
|
|
16859
|
+
.ui.olive.panel {
|
|
16860
|
+
border-top: 0.2em solid #a0b06c;
|
|
16861
|
+
}
|
|
16862
|
+
|
|
16863
|
+
.ui.olive.panel > .header {
|
|
16864
|
+
background: linear-gradient(to bottom, rgba(160, 176, 108, 0.12), #f9fafb 80%), #f9fafb;
|
|
16865
|
+
background-size: auto 65px;
|
|
16866
|
+
background-repeat: no-repeat;
|
|
16867
|
+
}
|
|
16868
|
+
|
|
16869
|
+
.ui.ui.ui.ui.ui.olive.table {
|
|
16870
|
+
border-top-left-radius: 0.28571429em;
|
|
16871
|
+
border-top-right-radius: 0.28571429em;
|
|
16872
|
+
}
|
|
16873
|
+
|
|
16874
|
+
.ui.ui.ui.ui.ui.olive.table > thead > tr:first-child > th {
|
|
16875
|
+
/* Colored header */
|
|
16876
|
+
background: linear-gradient(to bottom, rgba(160, 176, 108, 0.12), #f9fafb 80%), #f9fafb;
|
|
16877
|
+
background-size: auto 65px;
|
|
16878
|
+
background-repeat: no-repeat;
|
|
16110
16879
|
}
|
|
16111
16880
|
|
|
16112
16881
|
@media only screen and (max-width: 767.98px) {
|
|
16113
|
-
.ui.ui.ui.ui.
|
|
16882
|
+
.ui.ui.ui.ui.ui.olive.table:not(.unstackable) > thead > tr:first-child {
|
|
16883
|
+
/* Colored header (stacked table) */
|
|
16884
|
+
background: linear-gradient(to bottom, rgba(160, 176, 108, 0.12), transparent 80%), transparent;
|
|
16885
|
+
background-size: auto 65px;
|
|
16886
|
+
background-repeat: no-repeat;
|
|
16887
|
+
}
|
|
16888
|
+
|
|
16889
|
+
.ui.ui.ui.ui.ui.olive.table:not(.unstackable) > thead > tr:first-child > th {
|
|
16114
16890
|
background: none;
|
|
16115
16891
|
}
|
|
16116
16892
|
}
|
|
16117
16893
|
|
|
16894
|
+
.ui.pink.panel {
|
|
16895
|
+
border-top: 0.2em solid #af6687;
|
|
16896
|
+
}
|
|
16897
|
+
|
|
16898
|
+
.ui.pink.panel > .header {
|
|
16899
|
+
background: linear-gradient(to bottom, rgba(175, 102, 135, 0.12), #f9fafb 80%), #f9fafb;
|
|
16900
|
+
background-size: auto 65px;
|
|
16901
|
+
background-repeat: no-repeat;
|
|
16902
|
+
}
|
|
16903
|
+
|
|
16904
|
+
.ui.ui.ui.ui.ui.pink.table {
|
|
16905
|
+
border-top-left-radius: 0.28571429em;
|
|
16906
|
+
border-top-right-radius: 0.28571429em;
|
|
16907
|
+
}
|
|
16908
|
+
|
|
16909
|
+
.ui.ui.ui.ui.ui.pink.table > thead > tr:first-child > th {
|
|
16910
|
+
/* Colored header */
|
|
16911
|
+
background: linear-gradient(to bottom, rgba(175, 102, 135, 0.12), #f9fafb 80%), #f9fafb;
|
|
16912
|
+
background-size: auto 65px;
|
|
16913
|
+
background-repeat: no-repeat;
|
|
16914
|
+
}
|
|
16915
|
+
|
|
16118
16916
|
@media only screen and (max-width: 767.98px) {
|
|
16119
|
-
.ui.ui.ui.ui.
|
|
16120
|
-
|
|
16917
|
+
.ui.ui.ui.ui.ui.pink.table:not(.unstackable) > thead > tr:first-child {
|
|
16918
|
+
/* Colored header (stacked table) */
|
|
16919
|
+
background: linear-gradient(to bottom, rgba(175, 102, 135, 0.12), transparent 80%), transparent;
|
|
16920
|
+
background-size: auto 65px;
|
|
16921
|
+
background-repeat: no-repeat;
|
|
16121
16922
|
}
|
|
16923
|
+
|
|
16924
|
+
.ui.ui.ui.ui.ui.pink.table:not(.unstackable) > thead > tr:first-child > th {
|
|
16925
|
+
background: none;
|
|
16926
|
+
}
|
|
16927
|
+
}
|
|
16928
|
+
|
|
16929
|
+
.ui.purple.panel {
|
|
16930
|
+
border-top: 0.2em solid #6667af;
|
|
16122
16931
|
}
|
|
16123
16932
|
|
|
16124
|
-
.ui.
|
|
16933
|
+
.ui.purple.panel > .header {
|
|
16934
|
+
background: linear-gradient(to bottom, rgba(102, 103, 175, 0.12), #f9fafb 80%), #f9fafb;
|
|
16935
|
+
background-size: auto 65px;
|
|
16936
|
+
background-repeat: no-repeat;
|
|
16937
|
+
}
|
|
16938
|
+
|
|
16939
|
+
.ui.ui.ui.ui.ui.purple.table {
|
|
16125
16940
|
border-top-left-radius: 0.28571429em;
|
|
16126
16941
|
border-top-right-radius: 0.28571429em;
|
|
16127
16942
|
}
|
|
16128
16943
|
|
|
16129
|
-
.ui.ui.ui.ui.
|
|
16944
|
+
.ui.ui.ui.ui.ui.purple.table > thead > tr:first-child > th {
|
|
16130
16945
|
/* Colored header */
|
|
16131
|
-
|
|
16946
|
+
background: linear-gradient(to bottom, rgba(102, 103, 175, 0.12), #f9fafb 80%), #f9fafb;
|
|
16947
|
+
background-size: auto 65px;
|
|
16948
|
+
background-repeat: no-repeat;
|
|
16132
16949
|
}
|
|
16133
16950
|
|
|
16134
|
-
|
|
16135
|
-
|
|
16951
|
+
@media only screen and (max-width: 767.98px) {
|
|
16952
|
+
.ui.ui.ui.ui.ui.purple.table:not(.unstackable) > thead > tr:first-child {
|
|
16953
|
+
/* Colored header (stacked table) */
|
|
16954
|
+
background: linear-gradient(to bottom, rgba(102, 103, 175, 0.12), transparent 80%), transparent;
|
|
16955
|
+
background-size: auto 65px;
|
|
16956
|
+
background-repeat: no-repeat;
|
|
16957
|
+
}
|
|
16958
|
+
|
|
16959
|
+
.ui.ui.ui.ui.ui.purple.table:not(.unstackable) > thead > tr:first-child > th {
|
|
16960
|
+
background: none;
|
|
16961
|
+
}
|
|
16962
|
+
}
|
|
16963
|
+
|
|
16964
|
+
.ui.orange.panel {
|
|
16965
|
+
border-top: 0.2em solid #af6a66;
|
|
16966
|
+
}
|
|
16967
|
+
|
|
16968
|
+
.ui.orange.panel > .header {
|
|
16969
|
+
background: linear-gradient(to bottom, rgba(175, 106, 102, 0.12), #f9fafb 80%), #f9fafb;
|
|
16970
|
+
background-size: auto 65px;
|
|
16971
|
+
background-repeat: no-repeat;
|
|
16972
|
+
}
|
|
16973
|
+
|
|
16974
|
+
.ui.ui.ui.ui.ui.orange.table {
|
|
16975
|
+
border-top-left-radius: 0.28571429em;
|
|
16976
|
+
border-top-right-radius: 0.28571429em;
|
|
16977
|
+
}
|
|
16978
|
+
|
|
16979
|
+
.ui.ui.ui.ui.ui.orange.table > thead > tr:first-child > th {
|
|
16980
|
+
/* Colored header */
|
|
16981
|
+
background: linear-gradient(to bottom, rgba(175, 106, 102, 0.12), #f9fafb 80%), #f9fafb;
|
|
16982
|
+
background-size: auto 65px;
|
|
16983
|
+
background-repeat: no-repeat;
|
|
16136
16984
|
}
|
|
16137
16985
|
|
|
16138
16986
|
@media only screen and (max-width: 767.98px) {
|
|
16139
|
-
.ui.ui.ui.ui.
|
|
16987
|
+
.ui.ui.ui.ui.ui.orange.table:not(.unstackable) > thead > tr:first-child {
|
|
16988
|
+
/* Colored header (stacked table) */
|
|
16989
|
+
background: linear-gradient(to bottom, rgba(175, 106, 102, 0.12), transparent 80%), transparent;
|
|
16990
|
+
background-size: auto 65px;
|
|
16991
|
+
background-repeat: no-repeat;
|
|
16992
|
+
}
|
|
16993
|
+
|
|
16994
|
+
.ui.ui.ui.ui.ui.orange.table:not(.unstackable) > thead > tr:first-child > th {
|
|
16140
16995
|
background: none;
|
|
16141
16996
|
}
|
|
16142
16997
|
}
|
|
16143
16998
|
|
|
16999
|
+
.ui.brown.panel {
|
|
17000
|
+
border-top: 0.2em solid #af9066;
|
|
17001
|
+
}
|
|
17002
|
+
|
|
17003
|
+
.ui.brown.panel > .header {
|
|
17004
|
+
background: linear-gradient(to bottom, rgba(175, 144, 102, 0.12), #f9fafb 80%), #f9fafb;
|
|
17005
|
+
background-size: auto 65px;
|
|
17006
|
+
background-repeat: no-repeat;
|
|
17007
|
+
}
|
|
17008
|
+
|
|
17009
|
+
.ui.ui.ui.ui.ui.brown.table {
|
|
17010
|
+
border-top-left-radius: 0.28571429em;
|
|
17011
|
+
border-top-right-radius: 0.28571429em;
|
|
17012
|
+
}
|
|
17013
|
+
|
|
17014
|
+
.ui.ui.ui.ui.ui.brown.table > thead > tr:first-child > th {
|
|
17015
|
+
/* Colored header */
|
|
17016
|
+
background: linear-gradient(to bottom, rgba(175, 144, 102, 0.12), #f9fafb 80%), #f9fafb;
|
|
17017
|
+
background-size: auto 65px;
|
|
17018
|
+
background-repeat: no-repeat;
|
|
17019
|
+
}
|
|
17020
|
+
|
|
16144
17021
|
@media only screen and (max-width: 767.98px) {
|
|
16145
|
-
.ui.ui.ui.ui.
|
|
16146
|
-
|
|
17022
|
+
.ui.ui.ui.ui.ui.brown.table:not(.unstackable) > thead > tr:first-child {
|
|
17023
|
+
/* Colored header (stacked table) */
|
|
17024
|
+
background: linear-gradient(to bottom, rgba(175, 144, 102, 0.12), transparent 80%), transparent;
|
|
17025
|
+
background-size: auto 65px;
|
|
17026
|
+
background-repeat: no-repeat;
|
|
17027
|
+
}
|
|
17028
|
+
|
|
17029
|
+
.ui.ui.ui.ui.ui.brown.table:not(.unstackable) > thead > tr:first-child > th {
|
|
17030
|
+
background: none;
|
|
16147
17031
|
}
|
|
16148
17032
|
}
|
|
16149
17033
|
/*!
|
|
@@ -18245,11 +19129,65 @@ a.ui.secondary.card:hover,
|
|
|
18245
19129
|
font-style: normal;
|
|
18246
19130
|
}
|
|
18247
19131
|
|
|
18248
|
-
/* Dropdown Icon */
|
|
19132
|
+
/* Dropdown Icon */
|
|
19133
|
+
|
|
19134
|
+
/*******************************
|
|
19135
|
+
User Overrides
|
|
19136
|
+
*******************************/
|
|
19137
|
+
|
|
19138
|
+
.plain-accordion {
|
|
19139
|
+
max-width: 100%;
|
|
19140
|
+
}
|
|
19141
|
+
|
|
19142
|
+
.plain-accordion .title {
|
|
19143
|
+
cursor: pointer;
|
|
19144
|
+
}
|
|
19145
|
+
|
|
19146
|
+
/* Dropdown Icon */
|
|
19147
|
+
|
|
19148
|
+
.plain-accordion .title > .dropdown.icon {
|
|
19149
|
+
font-family: Accordion;
|
|
19150
|
+
line-height: 1;
|
|
19151
|
+
backface-visibility: hidden;
|
|
19152
|
+
font-weight: normal;
|
|
19153
|
+
font-style: normal;
|
|
19154
|
+
text-align: center;
|
|
19155
|
+
}
|
|
19156
|
+
|
|
19157
|
+
.plain-accordion .title > .dropdown.icon::before {
|
|
19158
|
+
content: "\f0da"
|
|
19159
|
+
;
|
|
19160
|
+
}
|
|
18249
19161
|
|
|
18250
|
-
|
|
18251
|
-
|
|
18252
|
-
|
|
19162
|
+
.plain-accordion .title > .dropdown.icon {
|
|
19163
|
+
display: inline-block;
|
|
19164
|
+
float: none;
|
|
19165
|
+
opacity: 1;
|
|
19166
|
+
width: 1.25em;
|
|
19167
|
+
height: 1em;
|
|
19168
|
+
margin: 0 0.25rem 0 0;
|
|
19169
|
+
padding: 0;
|
|
19170
|
+
font-size: 1em;
|
|
19171
|
+
transition: transform 0.1s ease, opacity 0.1s ease;
|
|
19172
|
+
vertical-align: baseline;
|
|
19173
|
+
transform: none;
|
|
19174
|
+
}
|
|
19175
|
+
|
|
19176
|
+
.plain-accordion .title > .dropdown.icon.right {
|
|
19177
|
+
float: right;
|
|
19178
|
+
transform: rotate(180deg);
|
|
19179
|
+
}
|
|
19180
|
+
|
|
19181
|
+
/* States */
|
|
19182
|
+
|
|
19183
|
+
.plain-accordion[open] .title > .dropdown.icon,
|
|
19184
|
+
.plain-accordion .active.title > .dropdown.icon {
|
|
19185
|
+
transform: rotate(90deg);
|
|
19186
|
+
}
|
|
19187
|
+
|
|
19188
|
+
.plain-accordion .title ~ .content:not(.active) {
|
|
19189
|
+
display: none;
|
|
19190
|
+
}
|
|
18253
19191
|
/*!
|
|
18254
19192
|
* # Fomantic-UI 2.9.4 - Calendar
|
|
18255
19193
|
* https://github.com/fomantic/Fomantic-UI/
|
|
@@ -21577,7 +22515,7 @@ select.ui.dropdown {
|
|
|
21577
22515
|
display: block;
|
|
21578
22516
|
width: 100%;
|
|
21579
22517
|
font-size: 1em;
|
|
21580
|
-
line-height: 1.
|
|
22518
|
+
line-height: 1.4285em;
|
|
21581
22519
|
padding: 1.5rem;
|
|
21582
22520
|
background: #fff;
|
|
21583
22521
|
}
|
|
@@ -21642,7 +22580,7 @@ select.ui.dropdown {
|
|
|
21642
22580
|
|
|
21643
22581
|
.ui.modal > .actions {
|
|
21644
22582
|
background: #f9fafb;
|
|
21645
|
-
padding:
|
|
22583
|
+
padding: 1.5rem;
|
|
21646
22584
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
|
21647
22585
|
text-align: right;
|
|
21648
22586
|
}
|
|
@@ -22324,6 +23262,14 @@ select.ui.dropdown {
|
|
|
22324
23262
|
/*******************************
|
|
22325
23263
|
Site Overrides
|
|
22326
23264
|
*******************************/
|
|
23265
|
+
|
|
23266
|
+
.ui.modal > .actions > .ui.button {
|
|
23267
|
+
margin-inline: 1rem 0;
|
|
23268
|
+
}
|
|
23269
|
+
|
|
23270
|
+
.ui.modal > .left.actions > .ui.button {
|
|
23271
|
+
margin-inline: 0 1rem;
|
|
23272
|
+
}
|
|
22327
23273
|
/*!
|
|
22328
23274
|
* # Fomantic-UI 2.9.4 - Popup
|
|
22329
23275
|
* https://github.com/fomantic/Fomantic-UI/
|
|
@@ -23792,6 +24738,346 @@ select.ui.dropdown {
|
|
|
23792
24738
|
/*******************************
|
|
23793
24739
|
User Overrides
|
|
23794
24740
|
*******************************/
|
|
24741
|
+
/*!
|
|
24742
|
+
* # Fomantic-UI 2.9.4 - Toast
|
|
24743
|
+
* https://github.com/fomantic/Fomantic-UI/
|
|
24744
|
+
*
|
|
24745
|
+
*
|
|
24746
|
+
* Released under the MIT license
|
|
24747
|
+
* https://opensource.org/licenses/MIT
|
|
24748
|
+
*
|
|
24749
|
+
*/
|
|
24750
|
+
|
|
24751
|
+
/*******************************
|
|
24752
|
+
Toast container
|
|
24753
|
+
*******************************/
|
|
24754
|
+
|
|
24755
|
+
.ui.toast-container {
|
|
24756
|
+
position: fixed;
|
|
24757
|
+
z-index: 9999;
|
|
24758
|
+
}
|
|
24759
|
+
|
|
24760
|
+
.ui.toast-container.absolute {
|
|
24761
|
+
position: absolute;
|
|
24762
|
+
}
|
|
24763
|
+
|
|
24764
|
+
.ui.toast-container.top.right {
|
|
24765
|
+
top: 0.85714286em;
|
|
24766
|
+
right: 0.85714286em;
|
|
24767
|
+
margin-left: 0.85714286em;
|
|
24768
|
+
}
|
|
24769
|
+
|
|
24770
|
+
.ui.toast-container.top.left {
|
|
24771
|
+
top: 0.85714286em;
|
|
24772
|
+
left: 0.85714286em;
|
|
24773
|
+
margin-right: 0.85714286em;
|
|
24774
|
+
}
|
|
24775
|
+
|
|
24776
|
+
.ui.toast-container.top.center {
|
|
24777
|
+
left: 50%;
|
|
24778
|
+
transform: translate(-50%, 0);
|
|
24779
|
+
top: 0.85714286em;
|
|
24780
|
+
}
|
|
24781
|
+
|
|
24782
|
+
.ui.toast-container.bottom.right {
|
|
24783
|
+
bottom: 0.85714286em;
|
|
24784
|
+
right: 0.85714286em;
|
|
24785
|
+
margin-left: 0.85714286em;
|
|
24786
|
+
}
|
|
24787
|
+
|
|
24788
|
+
.ui.toast-container.bottom.left {
|
|
24789
|
+
bottom: 0.85714286em;
|
|
24790
|
+
left: 0.85714286em;
|
|
24791
|
+
margin-right: 0.85714286em;
|
|
24792
|
+
}
|
|
24793
|
+
|
|
24794
|
+
.ui.toast-container.bottom.center {
|
|
24795
|
+
left: 50%;
|
|
24796
|
+
transform: translate(-50%, 0);
|
|
24797
|
+
bottom: 0.85714286em;
|
|
24798
|
+
}
|
|
24799
|
+
|
|
24800
|
+
.ui.toast-container .visible.toast-box,
|
|
24801
|
+
.ui.toast-container .animating.toast-box,
|
|
24802
|
+
.ui.toast-container .toast-box {
|
|
24803
|
+
display: table !important;
|
|
24804
|
+
}
|
|
24805
|
+
|
|
24806
|
+
.ui.toast-container .toast-box {
|
|
24807
|
+
margin-bottom: 0.5em;
|
|
24808
|
+
border-radius: 0;
|
|
24809
|
+
cursor: default;
|
|
24810
|
+
will-change: transform, opacity;
|
|
24811
|
+
}
|
|
24812
|
+
|
|
24813
|
+
.ui.toast-container .toast-box:hover {
|
|
24814
|
+
opacity: 1;
|
|
24815
|
+
}
|
|
24816
|
+
|
|
24817
|
+
.ui.toast-container .toast-box:hover {
|
|
24818
|
+
cursor: pointer;
|
|
24819
|
+
}
|
|
24820
|
+
|
|
24821
|
+
.ui.toast-container .toast-box.floating,
|
|
24822
|
+
.ui.toast-container .toast-box.hoverfloating:hover {
|
|
24823
|
+
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
24824
|
+
border: none;
|
|
24825
|
+
}
|
|
24826
|
+
|
|
24827
|
+
.ui.toast-container .toast-box.compact,
|
|
24828
|
+
.ui.toast-container .toast-box > .compact {
|
|
24829
|
+
width: 416px;
|
|
24830
|
+
}
|
|
24831
|
+
|
|
24832
|
+
.ui.toast-container .toast-box > .ui.toast,
|
|
24833
|
+
.ui.toast-container .toast-box > .ui.message {
|
|
24834
|
+
margin: 0;
|
|
24835
|
+
position: relative;
|
|
24836
|
+
}
|
|
24837
|
+
|
|
24838
|
+
.ui.toast-container .toast-box > .ui.message > .close.icon {
|
|
24839
|
+
top: 1rem;
|
|
24840
|
+
right: 1rem;
|
|
24841
|
+
}
|
|
24842
|
+
|
|
24843
|
+
.ui.toast-container .toast-box > .ui.message.icon {
|
|
24844
|
+
align-items: inherit;
|
|
24845
|
+
}
|
|
24846
|
+
|
|
24847
|
+
.ui.toast-container .toast-box > .ui.message.icon > :not(.icon) {
|
|
24848
|
+
padding-left: 0;
|
|
24849
|
+
}
|
|
24850
|
+
|
|
24851
|
+
.ui.toast-container .toast-box > .ui.message.icon > i.icon:not(.close) {
|
|
24852
|
+
display: inline-block;
|
|
24853
|
+
position: absolute;
|
|
24854
|
+
width: 4rem;
|
|
24855
|
+
top: 50%;
|
|
24856
|
+
transform: translateY(-50%);
|
|
24857
|
+
}
|
|
24858
|
+
|
|
24859
|
+
.ui.toast-container .toast-box > .ui.message.icon:not(.vertical).icon.icon.icon {
|
|
24860
|
+
display: block;
|
|
24861
|
+
}
|
|
24862
|
+
|
|
24863
|
+
.ui.toast-container .toast-box .ui.toast > .close.icon {
|
|
24864
|
+
cursor: pointer;
|
|
24865
|
+
margin: 0;
|
|
24866
|
+
opacity: 0.7;
|
|
24867
|
+
transition: opacity 0.1s ease;
|
|
24868
|
+
}
|
|
24869
|
+
|
|
24870
|
+
.ui.toast-container .toast-box .ui.toast > .close.icon:hover {
|
|
24871
|
+
opacity: 1;
|
|
24872
|
+
}
|
|
24873
|
+
|
|
24874
|
+
.ui.toast-container .toast-box .ui.toast.vertical > .close.icon {
|
|
24875
|
+
margin-top: -1rem;
|
|
24876
|
+
margin-right: -1rem;
|
|
24877
|
+
}
|
|
24878
|
+
|
|
24879
|
+
.ui.toast-container .toast-box .ui.toast:not(.vertical) > .close.icon {
|
|
24880
|
+
position: absolute;
|
|
24881
|
+
top: 1rem;
|
|
24882
|
+
}
|
|
24883
|
+
|
|
24884
|
+
.ui.toast-container .toast-box .ui.toast:not(.vertical) > .close.icon:not(.left) {
|
|
24885
|
+
right: 1rem;
|
|
24886
|
+
}
|
|
24887
|
+
|
|
24888
|
+
.ui.toast-container .toast-box .ui.toast:not(.vertical) > .close.icon.left {
|
|
24889
|
+
margin-left: -1rem;
|
|
24890
|
+
}
|
|
24891
|
+
|
|
24892
|
+
.ui.toast-container .toast-box .progressing {
|
|
24893
|
+
animation-iteration-count: 1;
|
|
24894
|
+
animation-timing-function: linear;
|
|
24895
|
+
}
|
|
24896
|
+
|
|
24897
|
+
.ui.toast-container .toast-box .progressing.wait {
|
|
24898
|
+
animation-name: progressWait;
|
|
24899
|
+
}
|
|
24900
|
+
|
|
24901
|
+
.ui.toast-container .toast-box:hover .pausable.progressing {
|
|
24902
|
+
animation-play-state: paused;
|
|
24903
|
+
}
|
|
24904
|
+
|
|
24905
|
+
.ui.toast-container .toast-box .ui.toast:not(.vertical) {
|
|
24906
|
+
display: block;
|
|
24907
|
+
}
|
|
24908
|
+
|
|
24909
|
+
.ui.toast-container .toast-box .vertical.actions > .button,
|
|
24910
|
+
.ui.toast-container .toast-box > .vertical > .vertical.vertical,
|
|
24911
|
+
.ui.toast-container .toast-box > .vertical.vertical.vertical {
|
|
24912
|
+
display: flex;
|
|
24913
|
+
}
|
|
24914
|
+
|
|
24915
|
+
/*******************************
|
|
24916
|
+
Toast
|
|
24917
|
+
*******************************/
|
|
24918
|
+
|
|
24919
|
+
.ui.toast {
|
|
24920
|
+
display: none;
|
|
24921
|
+
border-radius: 0;
|
|
24922
|
+
padding: 0.78571429em 1em;
|
|
24923
|
+
margin: 0;
|
|
24924
|
+
color: rgba(0, 0, 0, 0.87);
|
|
24925
|
+
background-color: #fff;
|
|
24926
|
+
}
|
|
24927
|
+
|
|
24928
|
+
.ui.toast > .content > .header {
|
|
24929
|
+
font-weight: bold;
|
|
24930
|
+
color: inherit;
|
|
24931
|
+
margin: 0;
|
|
24932
|
+
}
|
|
24933
|
+
|
|
24934
|
+
.ui.toast.info {
|
|
24935
|
+
background-color: #31ccec;
|
|
24936
|
+
color: rgba(255, 255, 255, 0.9);
|
|
24937
|
+
}
|
|
24938
|
+
|
|
24939
|
+
.ui.toast.warning {
|
|
24940
|
+
background-color: #f2c037;
|
|
24941
|
+
color: rgba(255, 255, 255, 0.9);
|
|
24942
|
+
}
|
|
24943
|
+
|
|
24944
|
+
.ui.toast.success {
|
|
24945
|
+
background-color: #81b08c;
|
|
24946
|
+
color: rgba(255, 255, 255, 0.9);
|
|
24947
|
+
}
|
|
24948
|
+
|
|
24949
|
+
.ui.toast.error {
|
|
24950
|
+
background-color: #af4e4a;
|
|
24951
|
+
color: rgba(255, 255, 255, 0.9);
|
|
24952
|
+
}
|
|
24953
|
+
|
|
24954
|
+
.ui.toast.neutral {
|
|
24955
|
+
background-color: #fff;
|
|
24956
|
+
color: rgba(0, 0, 0, 0.87);
|
|
24957
|
+
}
|
|
24958
|
+
|
|
24959
|
+
.ui.toast > i.icon:not(.close) {
|
|
24960
|
+
font-size: 1.5em;
|
|
24961
|
+
}
|
|
24962
|
+
|
|
24963
|
+
.ui.toast:not(.vertical):not(.center) > i.icon:not(.close) {
|
|
24964
|
+
position: absolute;
|
|
24965
|
+
}
|
|
24966
|
+
|
|
24967
|
+
.ui.toast:not(.vertical) > i.icon:not(.close) + .content {
|
|
24968
|
+
padding-left: 3em;
|
|
24969
|
+
}
|
|
24970
|
+
|
|
24971
|
+
.ui.toast:not(.vertical) > .close.icon + .content {
|
|
24972
|
+
padding-left: 1.5em;
|
|
24973
|
+
}
|
|
24974
|
+
|
|
24975
|
+
.ui.toast:not(.vertical):not(.center) > .centered.image,
|
|
24976
|
+
.ui.toast:not(.vertical):not(.center) > .centered.icon {
|
|
24977
|
+
transform: translateY(-50%);
|
|
24978
|
+
top: 50%;
|
|
24979
|
+
}
|
|
24980
|
+
|
|
24981
|
+
.ui.toast.vertical > .content {
|
|
24982
|
+
flex-grow: 1;
|
|
24983
|
+
}
|
|
24984
|
+
|
|
24985
|
+
.ui.toast.vertical > .close.icon + .content {
|
|
24986
|
+
padding-left: 1em;
|
|
24987
|
+
}
|
|
24988
|
+
|
|
24989
|
+
.ui.toast.vertical > .ui.image + .content,
|
|
24990
|
+
.ui.toast.vertical > i.icon:not(.close) + .content {
|
|
24991
|
+
padding-left: 1em;
|
|
24992
|
+
}
|
|
24993
|
+
|
|
24994
|
+
.ui.toast.vertical > .centered.image,
|
|
24995
|
+
.ui.toast.vertical > .centered.icon {
|
|
24996
|
+
align-self: center;
|
|
24997
|
+
}
|
|
24998
|
+
|
|
24999
|
+
.ui.hoverfloating.message:hover {
|
|
25000
|
+
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);
|
|
25001
|
+
}
|
|
25002
|
+
|
|
25003
|
+
.ui.center.toast-container .toast-box,
|
|
25004
|
+
.ui.right.toast-container .toast-box {
|
|
25005
|
+
margin-left: auto;
|
|
25006
|
+
}
|
|
25007
|
+
|
|
25008
|
+
.ui.center.toast-container .toast-box {
|
|
25009
|
+
margin-right: auto;
|
|
25010
|
+
}
|
|
25011
|
+
|
|
25012
|
+
/* --------------
|
|
25013
|
+
Colors
|
|
25014
|
+
-------------- */
|
|
25015
|
+
|
|
25016
|
+
@media only screen and (max-width: 420px) {
|
|
25017
|
+
.ui.toast-container .toast-box.toast-box,
|
|
25018
|
+
.ui.toast-container .toast-box > .compact,
|
|
25019
|
+
.ui.toast-container .toast-box > .vertical > *,
|
|
25020
|
+
.ui.toast-container .toast-box > * {
|
|
25021
|
+
width: auto;
|
|
25022
|
+
max-width: 100%;
|
|
25023
|
+
}
|
|
25024
|
+
|
|
25025
|
+
.ui.toast-container .toast-box > *:not(.vertical) {
|
|
25026
|
+
min-width: 280px;
|
|
25027
|
+
}
|
|
25028
|
+
}
|
|
25029
|
+
|
|
25030
|
+
/* ---------------
|
|
25031
|
+
Progress Bar
|
|
25032
|
+
---------------- */
|
|
25033
|
+
|
|
25034
|
+
@keyframes progressWait {
|
|
25035
|
+
0% {
|
|
25036
|
+
opacity: 1;
|
|
25037
|
+
}
|
|
25038
|
+
|
|
25039
|
+
100% {
|
|
25040
|
+
opacity: 0;
|
|
25041
|
+
}
|
|
25042
|
+
}
|
|
25043
|
+
|
|
25044
|
+
/*******************************
|
|
25045
|
+
Theme Overrides
|
|
25046
|
+
*******************************/
|
|
25047
|
+
|
|
25048
|
+
/*******************************
|
|
25049
|
+
User Overrides
|
|
25050
|
+
*******************************/
|
|
25051
|
+
|
|
25052
|
+
.ui.toast-container .toast-box > .ui.message > .close.icon,
|
|
25053
|
+
.ui.toast-container .toast-box > .ui.toast > .close.icon {
|
|
25054
|
+
color: rgba(0, 0, 0, 0.87);
|
|
25055
|
+
font-size: 1.075em;
|
|
25056
|
+
}
|
|
25057
|
+
|
|
25058
|
+
.ui.toast-container .toast-box > .ui.message {
|
|
25059
|
+
padding: 0.85714286rem 3.42857143rem 0.85714286rem 1rem;
|
|
25060
|
+
}
|
|
25061
|
+
|
|
25062
|
+
.ui.toast-container .toast-box > .ui.message .header {
|
|
25063
|
+
font-size: 1.14285714rem;
|
|
25064
|
+
font-weight: 500;
|
|
25065
|
+
}
|
|
25066
|
+
|
|
25067
|
+
.ui.toast-container .toast-box > .ui.message .header + .message {
|
|
25068
|
+
margin-top: 0.28571429em;
|
|
25069
|
+
}
|
|
25070
|
+
|
|
25071
|
+
.ui.toast-container .toast-box > .ui.icon.message > i.icon:not(.close) {
|
|
25072
|
+
width: auto;
|
|
25073
|
+
top: 1rem;
|
|
25074
|
+
transform: none;
|
|
25075
|
+
font-size: 1.075em;
|
|
25076
|
+
}
|
|
25077
|
+
|
|
25078
|
+
.ui.toast-container .toast-box > .ui.icon.message > .content {
|
|
25079
|
+
padding-left: 1.57142857em;
|
|
25080
|
+
}
|
|
23795
25081
|
/*!
|
|
23796
25082
|
* # Fomantic-UI 2.9.4 - Transition
|
|
23797
25083
|
* https://github.com/fomantic/Fomantic-UI/
|