@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
|
@@ -2385,15 +2385,15 @@ a.ui.red.header:hover {
|
|
|
2385
2385
|
}
|
|
2386
2386
|
|
|
2387
2387
|
.ui.orange.header {
|
|
2388
|
-
color: #
|
|
2388
|
+
color: #af6a66;
|
|
2389
2389
|
}
|
|
2390
2390
|
|
|
2391
2391
|
a.ui.orange.header:hover {
|
|
2392
|
-
color: #
|
|
2392
|
+
color: #a95752;
|
|
2393
2393
|
}
|
|
2394
2394
|
|
|
2395
2395
|
.ui.orange.dividing.header {
|
|
2396
|
-
border-bottom: 2px solid #
|
|
2396
|
+
border-bottom: 2px solid #af6a66;
|
|
2397
2397
|
}
|
|
2398
2398
|
|
|
2399
2399
|
.ui.yellow.header {
|
|
@@ -2469,39 +2469,39 @@ a.ui.violet.header:hover {
|
|
|
2469
2469
|
}
|
|
2470
2470
|
|
|
2471
2471
|
.ui.purple.header {
|
|
2472
|
-
color: #
|
|
2472
|
+
color: #6667af;
|
|
2473
2473
|
}
|
|
2474
2474
|
|
|
2475
2475
|
a.ui.purple.header:hover {
|
|
2476
|
-
color: #
|
|
2476
|
+
color: #5254a9;
|
|
2477
2477
|
}
|
|
2478
2478
|
|
|
2479
2479
|
.ui.purple.dividing.header {
|
|
2480
|
-
border-bottom: 2px solid #
|
|
2480
|
+
border-bottom: 2px solid #6667af;
|
|
2481
2481
|
}
|
|
2482
2482
|
|
|
2483
2483
|
.ui.pink.header {
|
|
2484
|
-
color: #
|
|
2484
|
+
color: #af6687;
|
|
2485
2485
|
}
|
|
2486
2486
|
|
|
2487
2487
|
a.ui.pink.header:hover {
|
|
2488
|
-
color: #
|
|
2488
|
+
color: #a9527a;
|
|
2489
2489
|
}
|
|
2490
2490
|
|
|
2491
2491
|
.ui.pink.dividing.header {
|
|
2492
|
-
border-bottom: 2px solid #
|
|
2492
|
+
border-bottom: 2px solid #af6687;
|
|
2493
2493
|
}
|
|
2494
2494
|
|
|
2495
2495
|
.ui.brown.header {
|
|
2496
|
-
color: #
|
|
2496
|
+
color: #af9066;
|
|
2497
2497
|
}
|
|
2498
2498
|
|
|
2499
2499
|
a.ui.brown.header:hover {
|
|
2500
|
-
color: #
|
|
2500
|
+
color: #a98452;
|
|
2501
2501
|
}
|
|
2502
2502
|
|
|
2503
2503
|
.ui.brown.dividing.header {
|
|
2504
|
-
border-bottom: 2px solid #
|
|
2504
|
+
border-bottom: 2px solid #af9066;
|
|
2505
2505
|
}
|
|
2506
2506
|
|
|
2507
2507
|
.ui.grey.header {
|
|
@@ -2897,7 +2897,7 @@ i.inverted.circular.red.icon.icon.icon.icon.icon.icon {
|
|
|
2897
2897
|
}
|
|
2898
2898
|
|
|
2899
2899
|
i.orange.icon.icon.icon.icon.icon.icon {
|
|
2900
|
-
color: #
|
|
2900
|
+
color: #af6a66;
|
|
2901
2901
|
}
|
|
2902
2902
|
|
|
2903
2903
|
i.inverted.orange.icon.icon.icon.icon.icon.icon {
|
|
@@ -2906,7 +2906,7 @@ i.inverted.orange.icon.icon.icon.icon.icon.icon {
|
|
|
2906
2906
|
|
|
2907
2907
|
i.inverted.bordered.orange.icon.icon.icon.icon.icon.icon,
|
|
2908
2908
|
i.inverted.circular.orange.icon.icon.icon.icon.icon.icon {
|
|
2909
|
-
background-color: #
|
|
2909
|
+
background-color: #af6a66;
|
|
2910
2910
|
color: #fff;
|
|
2911
2911
|
}
|
|
2912
2912
|
|
|
@@ -2995,7 +2995,7 @@ i.inverted.circular.violet.icon.icon.icon.icon.icon.icon {
|
|
|
2995
2995
|
}
|
|
2996
2996
|
|
|
2997
2997
|
i.purple.icon.icon.icon.icon.icon.icon {
|
|
2998
|
-
color: #
|
|
2998
|
+
color: #6667af;
|
|
2999
2999
|
}
|
|
3000
3000
|
|
|
3001
3001
|
i.inverted.purple.icon.icon.icon.icon.icon.icon {
|
|
@@ -3004,12 +3004,12 @@ i.inverted.purple.icon.icon.icon.icon.icon.icon {
|
|
|
3004
3004
|
|
|
3005
3005
|
i.inverted.bordered.purple.icon.icon.icon.icon.icon.icon,
|
|
3006
3006
|
i.inverted.circular.purple.icon.icon.icon.icon.icon.icon {
|
|
3007
|
-
background-color: #
|
|
3007
|
+
background-color: #6667af;
|
|
3008
3008
|
color: #fff;
|
|
3009
3009
|
}
|
|
3010
3010
|
|
|
3011
3011
|
i.pink.icon.icon.icon.icon.icon.icon {
|
|
3012
|
-
color: #
|
|
3012
|
+
color: #af6687;
|
|
3013
3013
|
}
|
|
3014
3014
|
|
|
3015
3015
|
i.inverted.pink.icon.icon.icon.icon.icon.icon {
|
|
@@ -3018,12 +3018,12 @@ i.inverted.pink.icon.icon.icon.icon.icon.icon {
|
|
|
3018
3018
|
|
|
3019
3019
|
i.inverted.bordered.pink.icon.icon.icon.icon.icon.icon,
|
|
3020
3020
|
i.inverted.circular.pink.icon.icon.icon.icon.icon.icon {
|
|
3021
|
-
background-color: #
|
|
3021
|
+
background-color: #af6687;
|
|
3022
3022
|
color: #fff;
|
|
3023
3023
|
}
|
|
3024
3024
|
|
|
3025
3025
|
i.brown.icon.icon.icon.icon.icon.icon {
|
|
3026
|
-
color: #
|
|
3026
|
+
color: #af9066;
|
|
3027
3027
|
}
|
|
3028
3028
|
|
|
3029
3029
|
i.inverted.brown.icon.icon.icon.icon.icon.icon {
|
|
@@ -3032,7 +3032,7 @@ i.inverted.brown.icon.icon.icon.icon.icon.icon {
|
|
|
3032
3032
|
|
|
3033
3033
|
i.inverted.bordered.brown.icon.icon.icon.icon.icon.icon,
|
|
3034
3034
|
i.inverted.circular.brown.icon.icon.icon.icon.icon.icon {
|
|
3035
|
-
background-color: #
|
|
3035
|
+
background-color: #af9066;
|
|
3036
3036
|
color: #fff;
|
|
3037
3037
|
}
|
|
3038
3038
|
|
|
@@ -3237,6 +3237,10 @@ i.icon.cart.plus::before {
|
|
|
3237
3237
|
content: "\f217";
|
|
3238
3238
|
}
|
|
3239
3239
|
|
|
3240
|
+
i.icon.chalkboard.teacher::before {
|
|
3241
|
+
content: "\f51c";
|
|
3242
|
+
}
|
|
3243
|
+
|
|
3240
3244
|
i.icon.chart.bar::before {
|
|
3241
3245
|
content: "\f080";
|
|
3242
3246
|
}
|
|
@@ -3245,6 +3249,10 @@ i.icon.chart.pie::before {
|
|
|
3245
3249
|
content: "\f200";
|
|
3246
3250
|
}
|
|
3247
3251
|
|
|
3252
|
+
i.icon.chartline::before {
|
|
3253
|
+
content: "\f201";
|
|
3254
|
+
}
|
|
3255
|
+
|
|
3248
3256
|
i.icon.check::before {
|
|
3249
3257
|
content: "\f00c";
|
|
3250
3258
|
}
|
|
@@ -3505,6 +3513,10 @@ i.icon.file.word::before {
|
|
|
3505
3513
|
content: "\f1c2";
|
|
3506
3514
|
}
|
|
3507
3515
|
|
|
3516
|
+
i.icon.filter::before {
|
|
3517
|
+
content: "\f0b0";
|
|
3518
|
+
}
|
|
3519
|
+
|
|
3508
3520
|
i.icon.fingerprint::before {
|
|
3509
3521
|
content: "\f577";
|
|
3510
3522
|
}
|
|
@@ -3569,10 +3581,38 @@ i.icon.globe.europe::before {
|
|
|
3569
3581
|
content: "\f7a2";
|
|
3570
3582
|
}
|
|
3571
3583
|
|
|
3584
|
+
i.icon.graduation.cap::before {
|
|
3585
|
+
content: "\f19d";
|
|
3586
|
+
}
|
|
3587
|
+
|
|
3572
3588
|
i.icon.grin.stars::before {
|
|
3573
3589
|
content: "\f587";
|
|
3574
3590
|
}
|
|
3575
3591
|
|
|
3592
|
+
i.icon.hand.holding.usd::before {
|
|
3593
|
+
content: "\f4c0";
|
|
3594
|
+
}
|
|
3595
|
+
|
|
3596
|
+
i.icon.hand.point.down::before {
|
|
3597
|
+
content: "\f0a7";
|
|
3598
|
+
}
|
|
3599
|
+
|
|
3600
|
+
i.icon.hand.point.left::before {
|
|
3601
|
+
content: "\f0a5";
|
|
3602
|
+
}
|
|
3603
|
+
|
|
3604
|
+
i.icon.hand.point.right::before {
|
|
3605
|
+
content: "\f0a4";
|
|
3606
|
+
}
|
|
3607
|
+
|
|
3608
|
+
i.icon.hand.point.up::before {
|
|
3609
|
+
content: "\f0a6";
|
|
3610
|
+
}
|
|
3611
|
+
|
|
3612
|
+
i.icon.hand.pointer::before {
|
|
3613
|
+
content: "\f25a";
|
|
3614
|
+
}
|
|
3615
|
+
|
|
3576
3616
|
i.icon.heartbeat::before {
|
|
3577
3617
|
content: "\f21e";
|
|
3578
3618
|
}
|
|
@@ -3717,6 +3757,10 @@ i.icon.pencil.ruler::before {
|
|
|
3717
3757
|
content: "\f5ae";
|
|
3718
3758
|
}
|
|
3719
3759
|
|
|
3760
|
+
i.icon.photo.video::before {
|
|
3761
|
+
content: "\f87c";
|
|
3762
|
+
}
|
|
3763
|
+
|
|
3720
3764
|
i.icon.piggy.bank::before {
|
|
3721
3765
|
content: "\f4d3";
|
|
3722
3766
|
}
|
|
@@ -3745,6 +3789,10 @@ i.icon.print::before {
|
|
|
3745
3789
|
content: "\f02f";
|
|
3746
3790
|
}
|
|
3747
3791
|
|
|
3792
|
+
i.icon.project.diagram::before {
|
|
3793
|
+
content: "\f542";
|
|
3794
|
+
}
|
|
3795
|
+
|
|
3748
3796
|
i.icon.ruble.sign::before {
|
|
3749
3797
|
content: "\f158";
|
|
3750
3798
|
}
|
|
@@ -3981,6 +4029,14 @@ i.icon.users.slash::before {
|
|
|
3981
4029
|
content: "\e073";
|
|
3982
4030
|
}
|
|
3983
4031
|
|
|
4032
|
+
i.icon.video::before {
|
|
4033
|
+
content: "\f03d";
|
|
4034
|
+
}
|
|
4035
|
+
|
|
4036
|
+
i.icon.video.slash::before {
|
|
4037
|
+
content: "\f4e2";
|
|
4038
|
+
}
|
|
4039
|
+
|
|
3984
4040
|
i.icon.warehouse::before {
|
|
3985
4041
|
content: "\f494";
|
|
3986
4042
|
}
|
|
@@ -4231,6 +4287,10 @@ i.icon.video.camera::before {
|
|
|
4231
4287
|
content: "\f03d";
|
|
4232
4288
|
}
|
|
4233
4289
|
|
|
4290
|
+
i.icon.video.play::before {
|
|
4291
|
+
content: "\f144";
|
|
4292
|
+
}
|
|
4293
|
+
|
|
4234
4294
|
i.icon.warning::before {
|
|
4235
4295
|
content: "\f12a";
|
|
4236
4296
|
}
|
|
@@ -4397,6 +4457,26 @@ i.icon.grin.stars.outline::before {
|
|
|
4397
4457
|
content: "\f587";
|
|
4398
4458
|
}
|
|
4399
4459
|
|
|
4460
|
+
i.icon.hand.point.down.outline::before {
|
|
4461
|
+
content: "\f0a7";
|
|
4462
|
+
}
|
|
4463
|
+
|
|
4464
|
+
i.icon.hand.point.left.outline::before {
|
|
4465
|
+
content: "\f0a5";
|
|
4466
|
+
}
|
|
4467
|
+
|
|
4468
|
+
i.icon.hand.point.right.outline::before {
|
|
4469
|
+
content: "\f0a4";
|
|
4470
|
+
}
|
|
4471
|
+
|
|
4472
|
+
i.icon.hand.point.up.outline::before {
|
|
4473
|
+
content: "\f0a6";
|
|
4474
|
+
}
|
|
4475
|
+
|
|
4476
|
+
i.icon.hand.pointer.outline::before {
|
|
4477
|
+
content: "\f25a";
|
|
4478
|
+
}
|
|
4479
|
+
|
|
4400
4480
|
i.icon.lightbulb.outline::before {
|
|
4401
4481
|
content: "\f0eb";
|
|
4402
4482
|
}
|
|
@@ -6669,8 +6749,8 @@ a.ui.ui.ui.basic.red.label:hover {
|
|
|
6669
6749
|
|
|
6670
6750
|
.ui.orange.labels .label,
|
|
6671
6751
|
.ui.ui.ui.orange.label {
|
|
6672
|
-
background-color: #
|
|
6673
|
-
border-color: #
|
|
6752
|
+
background-color: #af6a66;
|
|
6753
|
+
border-color: #af6a66;
|
|
6674
6754
|
color: #fff;
|
|
6675
6755
|
}
|
|
6676
6756
|
|
|
@@ -6678,15 +6758,15 @@ a.ui.ui.ui.basic.red.label:hover {
|
|
|
6678
6758
|
|
|
6679
6759
|
.ui.orange.labels a.label:hover,
|
|
6680
6760
|
a.ui.ui.ui.orange.label:hover {
|
|
6681
|
-
background-color: #
|
|
6682
|
-
border-color: #
|
|
6761
|
+
background-color: #a95752;
|
|
6762
|
+
border-color: #a95752;
|
|
6683
6763
|
color: #fff;
|
|
6684
6764
|
}
|
|
6685
6765
|
|
|
6686
6766
|
/* Ribbon */
|
|
6687
6767
|
|
|
6688
6768
|
.ui.ui.ui.orange.ribbon.label {
|
|
6689
|
-
border-color: #
|
|
6769
|
+
border-color: #94514e;
|
|
6690
6770
|
}
|
|
6691
6771
|
|
|
6692
6772
|
/* Basic */
|
|
@@ -6694,15 +6774,15 @@ a.ui.ui.ui.orange.label:hover {
|
|
|
6694
6774
|
.ui.basic.labels .orange.label,
|
|
6695
6775
|
.ui.ui.ui.basic.orange.label {
|
|
6696
6776
|
background: none #fff;
|
|
6697
|
-
border-color: #
|
|
6698
|
-
color: #
|
|
6777
|
+
border-color: #af6a66;
|
|
6778
|
+
color: #af6a66;
|
|
6699
6779
|
}
|
|
6700
6780
|
|
|
6701
6781
|
.ui.basic.labels a.orange.label:hover,
|
|
6702
6782
|
a.ui.ui.ui.basic.orange.label:hover {
|
|
6703
6783
|
background: none #fff;
|
|
6704
|
-
border-color: #
|
|
6705
|
-
color: #
|
|
6784
|
+
border-color: #a95752;
|
|
6785
|
+
color: #a95752;
|
|
6706
6786
|
}
|
|
6707
6787
|
|
|
6708
6788
|
.ui.yellow.labels .label,
|
|
@@ -6935,8 +7015,8 @@ a.ui.ui.ui.basic.violet.label:hover {
|
|
|
6935
7015
|
|
|
6936
7016
|
.ui.purple.labels .label,
|
|
6937
7017
|
.ui.ui.ui.purple.label {
|
|
6938
|
-
background-color: #
|
|
6939
|
-
border-color: #
|
|
7018
|
+
background-color: #6667af;
|
|
7019
|
+
border-color: #6667af;
|
|
6940
7020
|
color: #fff;
|
|
6941
7021
|
}
|
|
6942
7022
|
|
|
@@ -6944,15 +7024,15 @@ a.ui.ui.ui.basic.violet.label:hover {
|
|
|
6944
7024
|
|
|
6945
7025
|
.ui.purple.labels a.label:hover,
|
|
6946
7026
|
a.ui.ui.ui.purple.label:hover {
|
|
6947
|
-
background-color: #
|
|
6948
|
-
border-color: #
|
|
7027
|
+
background-color: #5254a9;
|
|
7028
|
+
border-color: #5254a9;
|
|
6949
7029
|
color: #fff;
|
|
6950
7030
|
}
|
|
6951
7031
|
|
|
6952
7032
|
/* Ribbon */
|
|
6953
7033
|
|
|
6954
7034
|
.ui.ui.ui.purple.ribbon.label {
|
|
6955
|
-
border-color: #
|
|
7035
|
+
border-color: #4e4f94;
|
|
6956
7036
|
}
|
|
6957
7037
|
|
|
6958
7038
|
/* Basic */
|
|
@@ -6960,21 +7040,21 @@ a.ui.ui.ui.purple.label:hover {
|
|
|
6960
7040
|
.ui.basic.labels .purple.label,
|
|
6961
7041
|
.ui.ui.ui.basic.purple.label {
|
|
6962
7042
|
background: none #fff;
|
|
6963
|
-
border-color: #
|
|
6964
|
-
color: #
|
|
7043
|
+
border-color: #6667af;
|
|
7044
|
+
color: #6667af;
|
|
6965
7045
|
}
|
|
6966
7046
|
|
|
6967
7047
|
.ui.basic.labels a.purple.label:hover,
|
|
6968
7048
|
a.ui.ui.ui.basic.purple.label:hover {
|
|
6969
7049
|
background: none #fff;
|
|
6970
|
-
border-color: #
|
|
6971
|
-
color: #
|
|
7050
|
+
border-color: #5254a9;
|
|
7051
|
+
color: #5254a9;
|
|
6972
7052
|
}
|
|
6973
7053
|
|
|
6974
7054
|
.ui.pink.labels .label,
|
|
6975
7055
|
.ui.ui.ui.pink.label {
|
|
6976
|
-
background-color: #
|
|
6977
|
-
border-color: #
|
|
7056
|
+
background-color: #af6687;
|
|
7057
|
+
border-color: #af6687;
|
|
6978
7058
|
color: #fff;
|
|
6979
7059
|
}
|
|
6980
7060
|
|
|
@@ -6982,15 +7062,15 @@ a.ui.ui.ui.basic.purple.label:hover {
|
|
|
6982
7062
|
|
|
6983
7063
|
.ui.pink.labels a.label:hover,
|
|
6984
7064
|
a.ui.ui.ui.pink.label:hover {
|
|
6985
|
-
background-color: #
|
|
6986
|
-
border-color: #
|
|
7065
|
+
background-color: #a9527a;
|
|
7066
|
+
border-color: #a9527a;
|
|
6987
7067
|
color: #fff;
|
|
6988
7068
|
}
|
|
6989
7069
|
|
|
6990
7070
|
/* Ribbon */
|
|
6991
7071
|
|
|
6992
7072
|
.ui.ui.ui.pink.ribbon.label {
|
|
6993
|
-
border-color: #
|
|
7073
|
+
border-color: #944e6e;
|
|
6994
7074
|
}
|
|
6995
7075
|
|
|
6996
7076
|
/* Basic */
|
|
@@ -6998,21 +7078,21 @@ a.ui.ui.ui.pink.label:hover {
|
|
|
6998
7078
|
.ui.basic.labels .pink.label,
|
|
6999
7079
|
.ui.ui.ui.basic.pink.label {
|
|
7000
7080
|
background: none #fff;
|
|
7001
|
-
border-color: #
|
|
7002
|
-
color: #
|
|
7081
|
+
border-color: #af6687;
|
|
7082
|
+
color: #af6687;
|
|
7003
7083
|
}
|
|
7004
7084
|
|
|
7005
7085
|
.ui.basic.labels a.pink.label:hover,
|
|
7006
7086
|
a.ui.ui.ui.basic.pink.label:hover {
|
|
7007
7087
|
background: none #fff;
|
|
7008
|
-
border-color: #
|
|
7009
|
-
color: #
|
|
7088
|
+
border-color: #a9527a;
|
|
7089
|
+
color: #a9527a;
|
|
7010
7090
|
}
|
|
7011
7091
|
|
|
7012
7092
|
.ui.brown.labels .label,
|
|
7013
7093
|
.ui.ui.ui.brown.label {
|
|
7014
|
-
background-color: #
|
|
7015
|
-
border-color: #
|
|
7094
|
+
background-color: #af9066;
|
|
7095
|
+
border-color: #af9066;
|
|
7016
7096
|
color: #fff;
|
|
7017
7097
|
}
|
|
7018
7098
|
|
|
@@ -7020,15 +7100,15 @@ a.ui.ui.ui.basic.pink.label:hover {
|
|
|
7020
7100
|
|
|
7021
7101
|
.ui.brown.labels a.label:hover,
|
|
7022
7102
|
a.ui.ui.ui.brown.label:hover {
|
|
7023
|
-
background-color: #
|
|
7024
|
-
border-color: #
|
|
7103
|
+
background-color: #a98452;
|
|
7104
|
+
border-color: #a98452;
|
|
7025
7105
|
color: #fff;
|
|
7026
7106
|
}
|
|
7027
7107
|
|
|
7028
7108
|
/* Ribbon */
|
|
7029
7109
|
|
|
7030
7110
|
.ui.ui.ui.brown.ribbon.label {
|
|
7031
|
-
border-color: #
|
|
7111
|
+
border-color: #94764e;
|
|
7032
7112
|
}
|
|
7033
7113
|
|
|
7034
7114
|
/* Basic */
|
|
@@ -7036,15 +7116,15 @@ a.ui.ui.ui.brown.label:hover {
|
|
|
7036
7116
|
.ui.basic.labels .brown.label,
|
|
7037
7117
|
.ui.ui.ui.basic.brown.label {
|
|
7038
7118
|
background: none #fff;
|
|
7039
|
-
border-color: #
|
|
7040
|
-
color: #
|
|
7119
|
+
border-color: #af9066;
|
|
7120
|
+
color: #af9066;
|
|
7041
7121
|
}
|
|
7042
7122
|
|
|
7043
7123
|
.ui.basic.labels a.brown.label:hover,
|
|
7044
7124
|
a.ui.ui.ui.basic.brown.label:hover {
|
|
7045
7125
|
background: none #fff;
|
|
7046
|
-
border-color: #
|
|
7047
|
-
color: #
|
|
7126
|
+
border-color: #a98452;
|
|
7127
|
+
color: #a98452;
|
|
7048
7128
|
}
|
|
7049
7129
|
|
|
7050
7130
|
.ui.grey.labels .label,
|
|
@@ -15645,6 +15725,256 @@ Floated Menu / Item
|
|
|
15645
15725
|
color: #1ebc30;
|
|
15646
15726
|
}
|
|
15647
15727
|
|
|
15728
|
+
.ui.olive.table {
|
|
15729
|
+
border-top: 0.2em solid #a0b06c;
|
|
15730
|
+
}
|
|
15731
|
+
|
|
15732
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
15733
|
+
|
|
15734
|
+
.ui.scrolling.table > thead.olive,
|
|
15735
|
+
.ui.scrolling.table > tfoot.olive {
|
|
15736
|
+
background: #f7fae4;
|
|
15737
|
+
color: #f7fae4;
|
|
15738
|
+
}
|
|
15739
|
+
|
|
15740
|
+
.ui.scrolling.table > thead.olive > tr > th,
|
|
15741
|
+
.ui.scrolling.table > tfoot.olive > tr > th,
|
|
15742
|
+
.ui.scrolling.table > thead.olive > tr > td,
|
|
15743
|
+
.ui.scrolling.table > tfoot.olive > tr > td {
|
|
15744
|
+
background: inherit;
|
|
15745
|
+
color: #8abc1e;
|
|
15746
|
+
}
|
|
15747
|
+
|
|
15748
|
+
.ui.ui.ui.ui.table tr[class*="olive colored"],
|
|
15749
|
+
.ui.ui.table th[class*="olive colored"],
|
|
15750
|
+
.ui.ui.table td[class*="olive colored"],
|
|
15751
|
+
.ui.ui.ui.ui.table tr.olive,
|
|
15752
|
+
.ui.ui.table th.olive,
|
|
15753
|
+
.ui.ui.table td.olive {
|
|
15754
|
+
background: #f7fae4;
|
|
15755
|
+
color: #8abc1e;
|
|
15756
|
+
}
|
|
15757
|
+
|
|
15758
|
+
.ui.table > thead > tr[class*="olive colored"] > th,
|
|
15759
|
+
.ui.table > tfoot > tr[class*="olive colored"] > th,
|
|
15760
|
+
.ui.table > tfoot > tr[class*="olive colored"] > td,
|
|
15761
|
+
.ui.table > thead > tr.olive > th,
|
|
15762
|
+
.ui.table > tfoot > tr.olive > th,
|
|
15763
|
+
.ui.table > tfoot > tr.olive > td {
|
|
15764
|
+
background: inherit;
|
|
15765
|
+
color: #8abc1e;
|
|
15766
|
+
}
|
|
15767
|
+
|
|
15768
|
+
.ui.ui.selectable.table tr[class*="olive colored"]:hover,
|
|
15769
|
+
.ui.table tr td.selectable[class*="olive colored"]:hover,
|
|
15770
|
+
.ui.selectable.table tr:hover td[class*="olive colored"],
|
|
15771
|
+
.ui.ui.selectable.table tr.olive:hover,
|
|
15772
|
+
.ui.table tr td.selectable.olive:hover,
|
|
15773
|
+
.ui.selectable.table tr:hover td.olive {
|
|
15774
|
+
background: #f6fada;
|
|
15775
|
+
color: #8abc1e;
|
|
15776
|
+
}
|
|
15777
|
+
|
|
15778
|
+
.ui.pink.table {
|
|
15779
|
+
border-top: 0.2em solid #af6687;
|
|
15780
|
+
}
|
|
15781
|
+
|
|
15782
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
15783
|
+
|
|
15784
|
+
.ui.scrolling.table > thead.pink,
|
|
15785
|
+
.ui.scrolling.table > tfoot.pink {
|
|
15786
|
+
background: #ffe8f9;
|
|
15787
|
+
color: #ffe8f9;
|
|
15788
|
+
}
|
|
15789
|
+
|
|
15790
|
+
.ui.scrolling.table > thead.pink > tr > th,
|
|
15791
|
+
.ui.scrolling.table > tfoot.pink > tr > th,
|
|
15792
|
+
.ui.scrolling.table > thead.pink > tr > td,
|
|
15793
|
+
.ui.scrolling.table > tfoot.pink > tr > td {
|
|
15794
|
+
background: inherit;
|
|
15795
|
+
color: #af6687;
|
|
15796
|
+
}
|
|
15797
|
+
|
|
15798
|
+
.ui.ui.ui.ui.table tr[class*="pink colored"],
|
|
15799
|
+
.ui.ui.table th[class*="pink colored"],
|
|
15800
|
+
.ui.ui.table td[class*="pink colored"],
|
|
15801
|
+
.ui.ui.ui.ui.table tr.pink,
|
|
15802
|
+
.ui.ui.table th.pink,
|
|
15803
|
+
.ui.ui.table td.pink {
|
|
15804
|
+
background: #ffe8f9;
|
|
15805
|
+
color: #af6687;
|
|
15806
|
+
}
|
|
15807
|
+
|
|
15808
|
+
.ui.table > thead > tr[class*="pink colored"] > th,
|
|
15809
|
+
.ui.table > tfoot > tr[class*="pink colored"] > th,
|
|
15810
|
+
.ui.table > tfoot > tr[class*="pink colored"] > td,
|
|
15811
|
+
.ui.table > thead > tr.pink > th,
|
|
15812
|
+
.ui.table > tfoot > tr.pink > th,
|
|
15813
|
+
.ui.table > tfoot > tr.pink > td {
|
|
15814
|
+
background: inherit;
|
|
15815
|
+
color: #af6687;
|
|
15816
|
+
}
|
|
15817
|
+
|
|
15818
|
+
.ui.ui.selectable.table tr[class*="pink colored"]:hover,
|
|
15819
|
+
.ui.table tr td.selectable[class*="pink colored"]:hover,
|
|
15820
|
+
.ui.selectable.table tr:hover td[class*="pink colored"],
|
|
15821
|
+
.ui.ui.selectable.table tr.pink:hover,
|
|
15822
|
+
.ui.table tr td.selectable.pink:hover,
|
|
15823
|
+
.ui.selectable.table tr:hover td.pink {
|
|
15824
|
+
background: #ffdef6;
|
|
15825
|
+
color: #af6687;
|
|
15826
|
+
}
|
|
15827
|
+
|
|
15828
|
+
.ui.purple.table {
|
|
15829
|
+
border-top: 0.2em solid #6667af;
|
|
15830
|
+
}
|
|
15831
|
+
|
|
15832
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
15833
|
+
|
|
15834
|
+
.ui.scrolling.table > thead.purple,
|
|
15835
|
+
.ui.scrolling.table > tfoot.purple {
|
|
15836
|
+
background: #f8e3ff;
|
|
15837
|
+
color: #f8e3ff;
|
|
15838
|
+
}
|
|
15839
|
+
|
|
15840
|
+
.ui.scrolling.table > thead.purple > tr > th,
|
|
15841
|
+
.ui.scrolling.table > tfoot.purple > tr > th,
|
|
15842
|
+
.ui.scrolling.table > thead.purple > tr > td,
|
|
15843
|
+
.ui.scrolling.table > tfoot.purple > tr > td {
|
|
15844
|
+
background: inherit;
|
|
15845
|
+
color: #6667af;
|
|
15846
|
+
}
|
|
15847
|
+
|
|
15848
|
+
.ui.ui.ui.ui.table tr[class*="purple colored"],
|
|
15849
|
+
.ui.ui.table th[class*="purple colored"],
|
|
15850
|
+
.ui.ui.table td[class*="purple colored"],
|
|
15851
|
+
.ui.ui.ui.ui.table tr.purple,
|
|
15852
|
+
.ui.ui.table th.purple,
|
|
15853
|
+
.ui.ui.table td.purple {
|
|
15854
|
+
background: #f8e3ff;
|
|
15855
|
+
color: #6667af;
|
|
15856
|
+
}
|
|
15857
|
+
|
|
15858
|
+
.ui.table > thead > tr[class*="purple colored"] > th,
|
|
15859
|
+
.ui.table > tfoot > tr[class*="purple colored"] > th,
|
|
15860
|
+
.ui.table > tfoot > tr[class*="purple colored"] > td,
|
|
15861
|
+
.ui.table > thead > tr.purple > th,
|
|
15862
|
+
.ui.table > tfoot > tr.purple > th,
|
|
15863
|
+
.ui.table > tfoot > tr.purple > td {
|
|
15864
|
+
background: inherit;
|
|
15865
|
+
color: #6667af;
|
|
15866
|
+
}
|
|
15867
|
+
|
|
15868
|
+
.ui.ui.selectable.table tr[class*="purple colored"]:hover,
|
|
15869
|
+
.ui.table tr td.selectable[class*="purple colored"]:hover,
|
|
15870
|
+
.ui.selectable.table tr:hover td[class*="purple colored"],
|
|
15871
|
+
.ui.ui.selectable.table tr.purple:hover,
|
|
15872
|
+
.ui.table tr td.selectable.purple:hover,
|
|
15873
|
+
.ui.selectable.table tr:hover td.purple {
|
|
15874
|
+
background: #f5d9ff;
|
|
15875
|
+
color: #6667af;
|
|
15876
|
+
}
|
|
15877
|
+
|
|
15878
|
+
.ui.orange.table {
|
|
15879
|
+
border-top: 0.2em solid #af6a66;
|
|
15880
|
+
}
|
|
15881
|
+
|
|
15882
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
15883
|
+
|
|
15884
|
+
.ui.scrolling.table > thead.orange,
|
|
15885
|
+
.ui.scrolling.table > tfoot.orange {
|
|
15886
|
+
background: #ffe7d1;
|
|
15887
|
+
color: #ffe7d1;
|
|
15888
|
+
}
|
|
15889
|
+
|
|
15890
|
+
.ui.scrolling.table > thead.orange > tr > th,
|
|
15891
|
+
.ui.scrolling.table > tfoot.orange > tr > th,
|
|
15892
|
+
.ui.scrolling.table > thead.orange > tr > td,
|
|
15893
|
+
.ui.scrolling.table > tfoot.orange > tr > td {
|
|
15894
|
+
background: inherit;
|
|
15895
|
+
color: #af6a66;
|
|
15896
|
+
}
|
|
15897
|
+
|
|
15898
|
+
.ui.ui.ui.ui.table tr[class*="orange colored"],
|
|
15899
|
+
.ui.ui.table th[class*="orange colored"],
|
|
15900
|
+
.ui.ui.table td[class*="orange colored"],
|
|
15901
|
+
.ui.ui.ui.ui.table tr.orange,
|
|
15902
|
+
.ui.ui.table th.orange,
|
|
15903
|
+
.ui.ui.table td.orange {
|
|
15904
|
+
background: #ffe7d1;
|
|
15905
|
+
color: #af6a66;
|
|
15906
|
+
}
|
|
15907
|
+
|
|
15908
|
+
.ui.table > thead > tr[class*="orange colored"] > th,
|
|
15909
|
+
.ui.table > tfoot > tr[class*="orange colored"] > th,
|
|
15910
|
+
.ui.table > tfoot > tr[class*="orange colored"] > td,
|
|
15911
|
+
.ui.table > thead > tr.orange > th,
|
|
15912
|
+
.ui.table > tfoot > tr.orange > th,
|
|
15913
|
+
.ui.table > tfoot > tr.orange > td {
|
|
15914
|
+
background: inherit;
|
|
15915
|
+
color: #af6a66;
|
|
15916
|
+
}
|
|
15917
|
+
|
|
15918
|
+
.ui.ui.selectable.table tr[class*="orange colored"]:hover,
|
|
15919
|
+
.ui.table tr td.selectable[class*="orange colored"]:hover,
|
|
15920
|
+
.ui.selectable.table tr:hover td[class*="orange colored"],
|
|
15921
|
+
.ui.ui.selectable.table tr.orange:hover,
|
|
15922
|
+
.ui.table tr td.selectable.orange:hover,
|
|
15923
|
+
.ui.selectable.table tr:hover td.orange {
|
|
15924
|
+
background: #fae1cc;
|
|
15925
|
+
color: #af6a66;
|
|
15926
|
+
}
|
|
15927
|
+
|
|
15928
|
+
.ui.brown.table {
|
|
15929
|
+
border-top: 0.2em solid #af9066;
|
|
15930
|
+
}
|
|
15931
|
+
|
|
15932
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
15933
|
+
|
|
15934
|
+
.ui.scrolling.table > thead.brown,
|
|
15935
|
+
.ui.scrolling.table > tfoot.brown {
|
|
15936
|
+
background: #f7e5d2;
|
|
15937
|
+
color: #f7e5d2;
|
|
15938
|
+
}
|
|
15939
|
+
|
|
15940
|
+
.ui.scrolling.table > thead.brown > tr > th,
|
|
15941
|
+
.ui.scrolling.table > tfoot.brown > tr > th,
|
|
15942
|
+
.ui.scrolling.table > thead.brown > tr > td,
|
|
15943
|
+
.ui.scrolling.table > tfoot.brown > tr > td {
|
|
15944
|
+
background: inherit;
|
|
15945
|
+
color: #af9066;
|
|
15946
|
+
}
|
|
15947
|
+
|
|
15948
|
+
.ui.ui.ui.ui.table tr[class*="brown colored"],
|
|
15949
|
+
.ui.ui.table th[class*="brown colored"],
|
|
15950
|
+
.ui.ui.table td[class*="brown colored"],
|
|
15951
|
+
.ui.ui.ui.ui.table tr.brown,
|
|
15952
|
+
.ui.ui.table th.brown,
|
|
15953
|
+
.ui.ui.table td.brown {
|
|
15954
|
+
background: #f7e5d2;
|
|
15955
|
+
color: #af9066;
|
|
15956
|
+
}
|
|
15957
|
+
|
|
15958
|
+
.ui.table > thead > tr[class*="brown colored"] > th,
|
|
15959
|
+
.ui.table > tfoot > tr[class*="brown colored"] > th,
|
|
15960
|
+
.ui.table > tfoot > tr[class*="brown colored"] > td,
|
|
15961
|
+
.ui.table > thead > tr.brown > th,
|
|
15962
|
+
.ui.table > tfoot > tr.brown > th,
|
|
15963
|
+
.ui.table > tfoot > tr.brown > td {
|
|
15964
|
+
background: inherit;
|
|
15965
|
+
color: #af9066;
|
|
15966
|
+
}
|
|
15967
|
+
|
|
15968
|
+
.ui.ui.selectable.table tr[class*="brown colored"]:hover,
|
|
15969
|
+
.ui.table tr td.selectable[class*="brown colored"]:hover,
|
|
15970
|
+
.ui.selectable.table tr:hover td[class*="brown colored"],
|
|
15971
|
+
.ui.ui.selectable.table tr.brown:hover,
|
|
15972
|
+
.ui.table tr td.selectable.brown:hover,
|
|
15973
|
+
.ui.selectable.table tr:hover td.brown {
|
|
15974
|
+
background: #efe0cf;
|
|
15975
|
+
color: #af9066;
|
|
15976
|
+
}
|
|
15977
|
+
|
|
15648
15978
|
/* --------------
|
|
15649
15979
|
Column Count
|
|
15650
15980
|
--------------- */
|
|
@@ -16043,107 +16373,338 @@ Floated Menu / Item
|
|
|
16043
16373
|
Site Overrides
|
|
16044
16374
|
*******************************/
|
|
16045
16375
|
|
|
16046
|
-
.ui.
|
|
16376
|
+
.ui.panel {
|
|
16377
|
+
background-color: #f9fafb;
|
|
16047
16378
|
border-top-left-radius: 0.28571429em;
|
|
16048
16379
|
border-top-right-radius: 0.28571429em;
|
|
16049
16380
|
}
|
|
16050
16381
|
|
|
16051
|
-
.ui.
|
|
16052
|
-
|
|
16053
|
-
|
|
16382
|
+
.ui.panel > .header,
|
|
16383
|
+
.ui.panel > .content {
|
|
16384
|
+
border-left: 1px solid rgba(34, 36, 38, 0.15);
|
|
16385
|
+
border-right: 1px solid rgba(34, 36, 38, 0.15);
|
|
16386
|
+
border-bottom: 1px solid rgba(34, 36, 38, 0.1);
|
|
16387
|
+
padding: 0.92857143em 0.7em;
|
|
16388
|
+
}
|
|
16389
|
+
|
|
16390
|
+
.ui.fitted.panel > .content {
|
|
16391
|
+
padding: 0;
|
|
16392
|
+
border: none;
|
|
16393
|
+
overflow-x: auto;
|
|
16394
|
+
}
|
|
16395
|
+
|
|
16396
|
+
.ui.primary.panel {
|
|
16397
|
+
border-top: 0.2em solid #007388;
|
|
16398
|
+
}
|
|
16399
|
+
|
|
16400
|
+
.ui.primary.panel > .header {
|
|
16401
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), #f9fafb 80%), #f9fafb;
|
|
16402
|
+
background-size: auto 65px;
|
|
16403
|
+
background-repeat: no-repeat;
|
|
16054
16404
|
}
|
|
16055
16405
|
|
|
16056
|
-
.ui.ui.ui.ui.primary.table
|
|
16057
|
-
|
|
16406
|
+
.ui.ui.ui.ui.ui.primary.table {
|
|
16407
|
+
border-top-left-radius: 0.28571429em;
|
|
16408
|
+
border-top-right-radius: 0.28571429em;
|
|
16409
|
+
}
|
|
16410
|
+
|
|
16411
|
+
.ui.ui.ui.ui.ui.primary.table > thead > tr:first-child > th {
|
|
16412
|
+
/* Colored header */
|
|
16413
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), #f9fafb 80%), #f9fafb;
|
|
16414
|
+
background-size: auto 65px;
|
|
16415
|
+
background-repeat: no-repeat;
|
|
16058
16416
|
}
|
|
16059
16417
|
|
|
16060
16418
|
@media only screen and (max-width: 767.98px) {
|
|
16061
|
-
.ui.ui.ui.ui.primary.table:not(.unstackable) > thead > tr
|
|
16419
|
+
.ui.ui.ui.ui.ui.primary.table:not(.unstackable) > thead > tr:first-child {
|
|
16420
|
+
/* Colored header (stacked table) */
|
|
16421
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), transparent 80%), transparent;
|
|
16422
|
+
background-size: auto 65px;
|
|
16423
|
+
background-repeat: no-repeat;
|
|
16424
|
+
}
|
|
16425
|
+
|
|
16426
|
+
.ui.ui.ui.ui.ui.primary.table:not(.unstackable) > thead > tr:first-child > th {
|
|
16062
16427
|
background: none;
|
|
16063
16428
|
}
|
|
16064
16429
|
}
|
|
16065
16430
|
|
|
16066
|
-
|
|
16067
|
-
|
|
16068
|
-
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), transparent 80%);
|
|
16069
|
-
}
|
|
16431
|
+
.ui.secondary.panel {
|
|
16432
|
+
border-top: 0.2em solid #294755;
|
|
16070
16433
|
}
|
|
16071
16434
|
|
|
16072
|
-
.ui.
|
|
16435
|
+
.ui.secondary.panel > .header {
|
|
16436
|
+
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), #f9fafb 80%), #f9fafb;
|
|
16437
|
+
background-size: auto 65px;
|
|
16438
|
+
background-repeat: no-repeat;
|
|
16439
|
+
}
|
|
16440
|
+
|
|
16441
|
+
.ui.ui.ui.ui.ui.secondary.table {
|
|
16073
16442
|
border-top-left-radius: 0.28571429em;
|
|
16074
16443
|
border-top-right-radius: 0.28571429em;
|
|
16075
16444
|
}
|
|
16076
16445
|
|
|
16077
|
-
.ui.ui.ui.ui.secondary.table
|
|
16446
|
+
.ui.ui.ui.ui.ui.secondary.table > thead > tr:first-child > th {
|
|
16078
16447
|
/* 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%);
|
|
16448
|
+
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), #f9fafb 80%), #f9fafb;
|
|
16449
|
+
background-size: auto 65px;
|
|
16450
|
+
background-repeat: no-repeat;
|
|
16084
16451
|
}
|
|
16085
16452
|
|
|
16086
16453
|
@media only screen and (max-width: 767.98px) {
|
|
16087
|
-
.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr
|
|
16454
|
+
.ui.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr:first-child {
|
|
16455
|
+
/* Colored header (stacked table) */
|
|
16456
|
+
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), transparent 80%), transparent;
|
|
16457
|
+
background-size: auto 65px;
|
|
16458
|
+
background-repeat: no-repeat;
|
|
16459
|
+
}
|
|
16460
|
+
|
|
16461
|
+
.ui.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr:first-child > th {
|
|
16088
16462
|
background: none;
|
|
16089
16463
|
}
|
|
16090
16464
|
}
|
|
16091
16465
|
|
|
16466
|
+
.ui.violet.panel {
|
|
16467
|
+
border-top: 0.2em solid #9461ac;
|
|
16468
|
+
}
|
|
16469
|
+
|
|
16470
|
+
.ui.violet.panel > .header {
|
|
16471
|
+
background: linear-gradient(to bottom, rgba(148, 97, 172, 0.12), #f9fafb 80%), #f9fafb;
|
|
16472
|
+
background-size: auto 65px;
|
|
16473
|
+
background-repeat: no-repeat;
|
|
16474
|
+
}
|
|
16475
|
+
|
|
16476
|
+
.ui.ui.ui.ui.ui.violet.table {
|
|
16477
|
+
border-top-left-radius: 0.28571429em;
|
|
16478
|
+
border-top-right-radius: 0.28571429em;
|
|
16479
|
+
}
|
|
16480
|
+
|
|
16481
|
+
.ui.ui.ui.ui.ui.violet.table > thead > tr:first-child > th {
|
|
16482
|
+
/* Colored header */
|
|
16483
|
+
background: linear-gradient(to bottom, rgba(148, 97, 172, 0.12), #f9fafb 80%), #f9fafb;
|
|
16484
|
+
background-size: auto 65px;
|
|
16485
|
+
background-repeat: no-repeat;
|
|
16486
|
+
}
|
|
16487
|
+
|
|
16092
16488
|
@media only screen and (max-width: 767.98px) {
|
|
16093
|
-
.ui.ui.ui.ui.
|
|
16094
|
-
|
|
16489
|
+
.ui.ui.ui.ui.ui.violet.table:not(.unstackable) > thead > tr:first-child {
|
|
16490
|
+
/* Colored header (stacked table) */
|
|
16491
|
+
background: linear-gradient(to bottom, rgba(148, 97, 172, 0.12), transparent 80%), transparent;
|
|
16492
|
+
background-size: auto 65px;
|
|
16493
|
+
background-repeat: no-repeat;
|
|
16494
|
+
}
|
|
16495
|
+
|
|
16496
|
+
.ui.ui.ui.ui.ui.violet.table:not(.unstackable) > thead > tr:first-child > th {
|
|
16497
|
+
background: none;
|
|
16095
16498
|
}
|
|
16096
16499
|
}
|
|
16097
16500
|
|
|
16098
|
-
.ui.
|
|
16501
|
+
.ui.green.panel {
|
|
16502
|
+
border-top: 0.2em solid #81b08c;
|
|
16503
|
+
}
|
|
16504
|
+
|
|
16505
|
+
.ui.green.panel > .header {
|
|
16506
|
+
background: linear-gradient(to bottom, rgba(129, 176, 140, 0.12), #f9fafb 80%), #f9fafb;
|
|
16507
|
+
background-size: auto 65px;
|
|
16508
|
+
background-repeat: no-repeat;
|
|
16509
|
+
}
|
|
16510
|
+
|
|
16511
|
+
.ui.ui.ui.ui.ui.green.table {
|
|
16099
16512
|
border-top-left-radius: 0.28571429em;
|
|
16100
16513
|
border-top-right-radius: 0.28571429em;
|
|
16101
16514
|
}
|
|
16102
16515
|
|
|
16103
|
-
.ui.ui.ui.ui.
|
|
16516
|
+
.ui.ui.ui.ui.ui.green.table > thead > tr:first-child > th {
|
|
16104
16517
|
/* Colored header */
|
|
16105
|
-
|
|
16518
|
+
background: linear-gradient(to bottom, rgba(129, 176, 140, 0.12), #f9fafb 80%), #f9fafb;
|
|
16519
|
+
background-size: auto 65px;
|
|
16520
|
+
background-repeat: no-repeat;
|
|
16521
|
+
}
|
|
16522
|
+
|
|
16523
|
+
@media only screen and (max-width: 767.98px) {
|
|
16524
|
+
.ui.ui.ui.ui.ui.green.table:not(.unstackable) > thead > tr:first-child {
|
|
16525
|
+
/* Colored header (stacked table) */
|
|
16526
|
+
background: linear-gradient(to bottom, rgba(129, 176, 140, 0.12), transparent 80%), transparent;
|
|
16527
|
+
background-size: auto 65px;
|
|
16528
|
+
background-repeat: no-repeat;
|
|
16529
|
+
}
|
|
16530
|
+
|
|
16531
|
+
.ui.ui.ui.ui.ui.green.table:not(.unstackable) > thead > tr:first-child > th {
|
|
16532
|
+
background: none;
|
|
16533
|
+
}
|
|
16534
|
+
}
|
|
16535
|
+
|
|
16536
|
+
.ui.olive.panel {
|
|
16537
|
+
border-top: 0.2em solid #a0b06c;
|
|
16538
|
+
}
|
|
16539
|
+
|
|
16540
|
+
.ui.olive.panel > .header {
|
|
16541
|
+
background: linear-gradient(to bottom, rgba(160, 176, 108, 0.12), #f9fafb 80%), #f9fafb;
|
|
16542
|
+
background-size: auto 65px;
|
|
16543
|
+
background-repeat: no-repeat;
|
|
16544
|
+
}
|
|
16545
|
+
|
|
16546
|
+
.ui.ui.ui.ui.ui.olive.table {
|
|
16547
|
+
border-top-left-radius: 0.28571429em;
|
|
16548
|
+
border-top-right-radius: 0.28571429em;
|
|
16106
16549
|
}
|
|
16107
16550
|
|
|
16108
|
-
.ui.ui.ui.ui.
|
|
16109
|
-
|
|
16551
|
+
.ui.ui.ui.ui.ui.olive.table > thead > tr:first-child > th {
|
|
16552
|
+
/* Colored header */
|
|
16553
|
+
background: linear-gradient(to bottom, rgba(160, 176, 108, 0.12), #f9fafb 80%), #f9fafb;
|
|
16554
|
+
background-size: auto 65px;
|
|
16555
|
+
background-repeat: no-repeat;
|
|
16110
16556
|
}
|
|
16111
16557
|
|
|
16112
16558
|
@media only screen and (max-width: 767.98px) {
|
|
16113
|
-
.ui.ui.ui.ui.
|
|
16559
|
+
.ui.ui.ui.ui.ui.olive.table:not(.unstackable) > thead > tr:first-child {
|
|
16560
|
+
/* Colored header (stacked table) */
|
|
16561
|
+
background: linear-gradient(to bottom, rgba(160, 176, 108, 0.12), transparent 80%), transparent;
|
|
16562
|
+
background-size: auto 65px;
|
|
16563
|
+
background-repeat: no-repeat;
|
|
16564
|
+
}
|
|
16565
|
+
|
|
16566
|
+
.ui.ui.ui.ui.ui.olive.table:not(.unstackable) > thead > tr:first-child > th {
|
|
16114
16567
|
background: none;
|
|
16115
16568
|
}
|
|
16116
16569
|
}
|
|
16117
16570
|
|
|
16571
|
+
.ui.pink.panel {
|
|
16572
|
+
border-top: 0.2em solid #af6687;
|
|
16573
|
+
}
|
|
16574
|
+
|
|
16575
|
+
.ui.pink.panel > .header {
|
|
16576
|
+
background: linear-gradient(to bottom, rgba(175, 102, 135, 0.12), #f9fafb 80%), #f9fafb;
|
|
16577
|
+
background-size: auto 65px;
|
|
16578
|
+
background-repeat: no-repeat;
|
|
16579
|
+
}
|
|
16580
|
+
|
|
16581
|
+
.ui.ui.ui.ui.ui.pink.table {
|
|
16582
|
+
border-top-left-radius: 0.28571429em;
|
|
16583
|
+
border-top-right-radius: 0.28571429em;
|
|
16584
|
+
}
|
|
16585
|
+
|
|
16586
|
+
.ui.ui.ui.ui.ui.pink.table > thead > tr:first-child > th {
|
|
16587
|
+
/* Colored header */
|
|
16588
|
+
background: linear-gradient(to bottom, rgba(175, 102, 135, 0.12), #f9fafb 80%), #f9fafb;
|
|
16589
|
+
background-size: auto 65px;
|
|
16590
|
+
background-repeat: no-repeat;
|
|
16591
|
+
}
|
|
16592
|
+
|
|
16118
16593
|
@media only screen and (max-width: 767.98px) {
|
|
16119
|
-
.ui.ui.ui.ui.
|
|
16120
|
-
|
|
16594
|
+
.ui.ui.ui.ui.ui.pink.table:not(.unstackable) > thead > tr:first-child {
|
|
16595
|
+
/* Colored header (stacked table) */
|
|
16596
|
+
background: linear-gradient(to bottom, rgba(175, 102, 135, 0.12), transparent 80%), transparent;
|
|
16597
|
+
background-size: auto 65px;
|
|
16598
|
+
background-repeat: no-repeat;
|
|
16121
16599
|
}
|
|
16600
|
+
|
|
16601
|
+
.ui.ui.ui.ui.ui.pink.table:not(.unstackable) > thead > tr:first-child > th {
|
|
16602
|
+
background: none;
|
|
16603
|
+
}
|
|
16604
|
+
}
|
|
16605
|
+
|
|
16606
|
+
.ui.purple.panel {
|
|
16607
|
+
border-top: 0.2em solid #6667af;
|
|
16608
|
+
}
|
|
16609
|
+
|
|
16610
|
+
.ui.purple.panel > .header {
|
|
16611
|
+
background: linear-gradient(to bottom, rgba(102, 103, 175, 0.12), #f9fafb 80%), #f9fafb;
|
|
16612
|
+
background-size: auto 65px;
|
|
16613
|
+
background-repeat: no-repeat;
|
|
16122
16614
|
}
|
|
16123
16615
|
|
|
16124
|
-
.ui.ui.ui.ui.
|
|
16616
|
+
.ui.ui.ui.ui.ui.purple.table {
|
|
16125
16617
|
border-top-left-radius: 0.28571429em;
|
|
16126
16618
|
border-top-right-radius: 0.28571429em;
|
|
16127
16619
|
}
|
|
16128
16620
|
|
|
16129
|
-
.ui.ui.ui.ui.
|
|
16621
|
+
.ui.ui.ui.ui.ui.purple.table > thead > tr:first-child > th {
|
|
16130
16622
|
/* Colored header */
|
|
16131
|
-
|
|
16623
|
+
background: linear-gradient(to bottom, rgba(102, 103, 175, 0.12), #f9fafb 80%), #f9fafb;
|
|
16624
|
+
background-size: auto 65px;
|
|
16625
|
+
background-repeat: no-repeat;
|
|
16626
|
+
}
|
|
16627
|
+
|
|
16628
|
+
@media only screen and (max-width: 767.98px) {
|
|
16629
|
+
.ui.ui.ui.ui.ui.purple.table:not(.unstackable) > thead > tr:first-child {
|
|
16630
|
+
/* Colored header (stacked table) */
|
|
16631
|
+
background: linear-gradient(to bottom, rgba(102, 103, 175, 0.12), transparent 80%), transparent;
|
|
16632
|
+
background-size: auto 65px;
|
|
16633
|
+
background-repeat: no-repeat;
|
|
16634
|
+
}
|
|
16635
|
+
|
|
16636
|
+
.ui.ui.ui.ui.ui.purple.table:not(.unstackable) > thead > tr:first-child > th {
|
|
16637
|
+
background: none;
|
|
16638
|
+
}
|
|
16639
|
+
}
|
|
16640
|
+
|
|
16641
|
+
.ui.orange.panel {
|
|
16642
|
+
border-top: 0.2em solid #af6a66;
|
|
16643
|
+
}
|
|
16644
|
+
|
|
16645
|
+
.ui.orange.panel > .header {
|
|
16646
|
+
background: linear-gradient(to bottom, rgba(175, 106, 102, 0.12), #f9fafb 80%), #f9fafb;
|
|
16647
|
+
background-size: auto 65px;
|
|
16648
|
+
background-repeat: no-repeat;
|
|
16649
|
+
}
|
|
16650
|
+
|
|
16651
|
+
.ui.ui.ui.ui.ui.orange.table {
|
|
16652
|
+
border-top-left-radius: 0.28571429em;
|
|
16653
|
+
border-top-right-radius: 0.28571429em;
|
|
16132
16654
|
}
|
|
16133
16655
|
|
|
16134
|
-
.ui.ui.ui.ui.
|
|
16135
|
-
|
|
16656
|
+
.ui.ui.ui.ui.ui.orange.table > thead > tr:first-child > th {
|
|
16657
|
+
/* Colored header */
|
|
16658
|
+
background: linear-gradient(to bottom, rgba(175, 106, 102, 0.12), #f9fafb 80%), #f9fafb;
|
|
16659
|
+
background-size: auto 65px;
|
|
16660
|
+
background-repeat: no-repeat;
|
|
16136
16661
|
}
|
|
16137
16662
|
|
|
16138
16663
|
@media only screen and (max-width: 767.98px) {
|
|
16139
|
-
.ui.ui.ui.ui.
|
|
16664
|
+
.ui.ui.ui.ui.ui.orange.table:not(.unstackable) > thead > tr:first-child {
|
|
16665
|
+
/* Colored header (stacked table) */
|
|
16666
|
+
background: linear-gradient(to bottom, rgba(175, 106, 102, 0.12), transparent 80%), transparent;
|
|
16667
|
+
background-size: auto 65px;
|
|
16668
|
+
background-repeat: no-repeat;
|
|
16669
|
+
}
|
|
16670
|
+
|
|
16671
|
+
.ui.ui.ui.ui.ui.orange.table:not(.unstackable) > thead > tr:first-child > th {
|
|
16140
16672
|
background: none;
|
|
16141
16673
|
}
|
|
16142
16674
|
}
|
|
16143
16675
|
|
|
16676
|
+
.ui.brown.panel {
|
|
16677
|
+
border-top: 0.2em solid #af9066;
|
|
16678
|
+
}
|
|
16679
|
+
|
|
16680
|
+
.ui.brown.panel > .header {
|
|
16681
|
+
background: linear-gradient(to bottom, rgba(175, 144, 102, 0.12), #f9fafb 80%), #f9fafb;
|
|
16682
|
+
background-size: auto 65px;
|
|
16683
|
+
background-repeat: no-repeat;
|
|
16684
|
+
}
|
|
16685
|
+
|
|
16686
|
+
.ui.ui.ui.ui.ui.brown.table {
|
|
16687
|
+
border-top-left-radius: 0.28571429em;
|
|
16688
|
+
border-top-right-radius: 0.28571429em;
|
|
16689
|
+
}
|
|
16690
|
+
|
|
16691
|
+
.ui.ui.ui.ui.ui.brown.table > thead > tr:first-child > th {
|
|
16692
|
+
/* Colored header */
|
|
16693
|
+
background: linear-gradient(to bottom, rgba(175, 144, 102, 0.12), #f9fafb 80%), #f9fafb;
|
|
16694
|
+
background-size: auto 65px;
|
|
16695
|
+
background-repeat: no-repeat;
|
|
16696
|
+
}
|
|
16697
|
+
|
|
16144
16698
|
@media only screen and (max-width: 767.98px) {
|
|
16145
|
-
.ui.ui.ui.ui.
|
|
16146
|
-
|
|
16699
|
+
.ui.ui.ui.ui.ui.brown.table:not(.unstackable) > thead > tr:first-child {
|
|
16700
|
+
/* Colored header (stacked table) */
|
|
16701
|
+
background: linear-gradient(to bottom, rgba(175, 144, 102, 0.12), transparent 80%), transparent;
|
|
16702
|
+
background-size: auto 65px;
|
|
16703
|
+
background-repeat: no-repeat;
|
|
16704
|
+
}
|
|
16705
|
+
|
|
16706
|
+
.ui.ui.ui.ui.ui.brown.table:not(.unstackable) > thead > tr:first-child > th {
|
|
16707
|
+
background: none;
|
|
16147
16708
|
}
|
|
16148
16709
|
}
|
|
16149
16710
|
/*!
|
|
@@ -18250,6 +18811,55 @@ a.ui.secondary.card:hover,
|
|
|
18250
18811
|
/*******************************
|
|
18251
18812
|
User Overrides
|
|
18252
18813
|
*******************************/
|
|
18814
|
+
|
|
18815
|
+
.plain-accordion {
|
|
18816
|
+
max-width: 100%;
|
|
18817
|
+
}
|
|
18818
|
+
|
|
18819
|
+
.plain-accordion .title {
|
|
18820
|
+
cursor: pointer;
|
|
18821
|
+
}
|
|
18822
|
+
|
|
18823
|
+
/* Dropdown Icon */
|
|
18824
|
+
|
|
18825
|
+
.plain-accordion .title > .dropdown.icon {
|
|
18826
|
+
font-family: Accordion;
|
|
18827
|
+
line-height: 1;
|
|
18828
|
+
backface-visibility: hidden;
|
|
18829
|
+
font-weight: normal;
|
|
18830
|
+
font-style: normal;
|
|
18831
|
+
text-align: center;
|
|
18832
|
+
}
|
|
18833
|
+
|
|
18834
|
+
.plain-accordion .title > .dropdown.icon::before {
|
|
18835
|
+
content: "\f0da"
|
|
18836
|
+
;
|
|
18837
|
+
}
|
|
18838
|
+
|
|
18839
|
+
.plain-accordion .title > .dropdown.icon {
|
|
18840
|
+
display: inline-block;
|
|
18841
|
+
float: none;
|
|
18842
|
+
opacity: 1;
|
|
18843
|
+
width: 1.25em;
|
|
18844
|
+
height: 1em;
|
|
18845
|
+
margin: 0 0.25rem 0 0;
|
|
18846
|
+
padding: 0;
|
|
18847
|
+
font-size: 1em;
|
|
18848
|
+
transition: transform 0.1s ease, opacity 0.1s ease;
|
|
18849
|
+
vertical-align: baseline;
|
|
18850
|
+
transform: none;
|
|
18851
|
+
}
|
|
18852
|
+
|
|
18853
|
+
/* States */
|
|
18854
|
+
|
|
18855
|
+
.plain-accordion[open] .title > .dropdown.icon,
|
|
18856
|
+
.plain-accordion .active.title > .dropdown.icon {
|
|
18857
|
+
transform: rotate(90deg);
|
|
18858
|
+
}
|
|
18859
|
+
|
|
18860
|
+
.plain-accordion .title ~ .content:not(.active) {
|
|
18861
|
+
display: none;
|
|
18862
|
+
}
|
|
18253
18863
|
/*!
|
|
18254
18864
|
* # Fomantic-UI 2.9.4 - Calendar
|
|
18255
18865
|
* https://github.com/fomantic/Fomantic-UI/
|