@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
|
@@ -2693,7 +2693,7 @@ input::selection {
|
|
|
2693
2693
|
|
|
2694
2694
|
.ui.orange.buttons .button,
|
|
2695
2695
|
.ui.orange.button {
|
|
2696
|
-
background-color: #
|
|
2696
|
+
background-color: #af6a66;
|
|
2697
2697
|
color: #fff;
|
|
2698
2698
|
text-shadow: none;
|
|
2699
2699
|
background-image: none;
|
|
@@ -2705,21 +2705,21 @@ input::selection {
|
|
|
2705
2705
|
|
|
2706
2706
|
.ui.orange.buttons .button:hover,
|
|
2707
2707
|
.ui.orange.button:hover {
|
|
2708
|
-
background-color: #
|
|
2708
|
+
background-color: #a95752;
|
|
2709
2709
|
color: #fff;
|
|
2710
2710
|
text-shadow: none;
|
|
2711
2711
|
}
|
|
2712
2712
|
|
|
2713
2713
|
.ui.orange.buttons .button:focus,
|
|
2714
2714
|
.ui.orange.button:focus {
|
|
2715
|
-
background-color: #
|
|
2715
|
+
background-color: #a34f4a;
|
|
2716
2716
|
color: #fff;
|
|
2717
2717
|
text-shadow: none;
|
|
2718
2718
|
}
|
|
2719
2719
|
|
|
2720
2720
|
.ui.orange.buttons .button:active,
|
|
2721
2721
|
.ui.orange.button:active {
|
|
2722
|
-
background-color: #
|
|
2722
|
+
background-color: #94514e;
|
|
2723
2723
|
color: #fff;
|
|
2724
2724
|
text-shadow: none;
|
|
2725
2725
|
}
|
|
@@ -2728,7 +2728,7 @@ input::selection {
|
|
|
2728
2728
|
.ui.orange.buttons .active.button:active,
|
|
2729
2729
|
.ui.orange.active.button,
|
|
2730
2730
|
.ui.orange.button .active.button:active {
|
|
2731
|
-
background-color: #
|
|
2731
|
+
background-color: #ab5550;
|
|
2732
2732
|
color: #fff;
|
|
2733
2733
|
text-shadow: none;
|
|
2734
2734
|
}
|
|
@@ -2738,35 +2738,35 @@ input::selection {
|
|
|
2738
2738
|
.ui.basic.orange.buttons .button,
|
|
2739
2739
|
.ui.basic.orange.button {
|
|
2740
2740
|
background: transparent;
|
|
2741
|
-
box-shadow: 0 0 0 1px #
|
|
2742
|
-
color: #
|
|
2741
|
+
box-shadow: 0 0 0 1px #af6a66 inset;
|
|
2742
|
+
color: #af6a66;
|
|
2743
2743
|
}
|
|
2744
2744
|
|
|
2745
2745
|
.ui.basic.orange.buttons .button:hover,
|
|
2746
2746
|
.ui.basic.orange.button:hover {
|
|
2747
2747
|
background: transparent;
|
|
2748
|
-
box-shadow: 0 0 0 1px #
|
|
2749
|
-
color: #
|
|
2748
|
+
box-shadow: 0 0 0 1px #a95752 inset;
|
|
2749
|
+
color: #a95752;
|
|
2750
2750
|
}
|
|
2751
2751
|
|
|
2752
2752
|
.ui.basic.orange.buttons .button:focus,
|
|
2753
2753
|
.ui.basic.orange.button:focus {
|
|
2754
2754
|
background: transparent;
|
|
2755
|
-
box-shadow: 0 0 0 1px #
|
|
2756
|
-
color: #
|
|
2755
|
+
box-shadow: 0 0 0 1px #a34f4a inset;
|
|
2756
|
+
color: #a95752;
|
|
2757
2757
|
}
|
|
2758
2758
|
|
|
2759
2759
|
.ui.basic.orange.buttons .active.button,
|
|
2760
2760
|
.ui.basic.orange.active.button {
|
|
2761
2761
|
background: transparent;
|
|
2762
|
-
box-shadow: 0 0 0 1px #
|
|
2763
|
-
color: #
|
|
2762
|
+
box-shadow: 0 0 0 1px #ab5550 inset;
|
|
2763
|
+
color: #94514e;
|
|
2764
2764
|
}
|
|
2765
2765
|
|
|
2766
2766
|
.ui.basic.orange.buttons .button:active,
|
|
2767
2767
|
.ui.basic.orange.button:active {
|
|
2768
|
-
box-shadow: 0 0 0 1px #
|
|
2769
|
-
color: #
|
|
2768
|
+
box-shadow: 0 0 0 1px #94514e inset;
|
|
2769
|
+
color: #94514e;
|
|
2770
2770
|
}
|
|
2771
2771
|
|
|
2772
2772
|
/* Inverted */
|
|
@@ -2855,21 +2855,21 @@ input::selection {
|
|
|
2855
2855
|
.ui.tertiary.orange.button {
|
|
2856
2856
|
background: transparent;
|
|
2857
2857
|
box-shadow: none;
|
|
2858
|
-
color: #
|
|
2858
|
+
color: #af6a66;
|
|
2859
2859
|
}
|
|
2860
2860
|
|
|
2861
2861
|
.ui.tertiary.orange.buttons .button:hover,
|
|
2862
2862
|
.ui.tertiary.orange.buttons button:hover,
|
|
2863
2863
|
.ui.tertiary.orange.button:hover {
|
|
2864
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
2865
|
-
color: #
|
|
2864
|
+
box-shadow: inset 0 -0.2em 0 #906e6c;
|
|
2865
|
+
color: #906e6c;
|
|
2866
2866
|
}
|
|
2867
2867
|
|
|
2868
2868
|
.ui.tertiary.orange.buttons .button:focus,
|
|
2869
2869
|
.ui.tertiary.orange.buttons .tertiary.button:focus,
|
|
2870
2870
|
.ui.tertiary.orange.button:focus {
|
|
2871
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
2872
|
-
color: #
|
|
2871
|
+
box-shadow: inset 0 -0.2em 0 #8b6461;
|
|
2872
|
+
color: #8b6461;
|
|
2873
2873
|
}
|
|
2874
2874
|
|
|
2875
2875
|
.ui.tertiary.orange.buttons .active.button,
|
|
@@ -2878,8 +2878,8 @@ input::selection {
|
|
|
2878
2878
|
.ui.tertiary.orange.buttons .button:active,
|
|
2879
2879
|
.ui.tertiary.orange.buttons .tertiary.button:active,
|
|
2880
2880
|
.ui.tertiary.orange.button:active {
|
|
2881
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
2882
|
-
color: #
|
|
2881
|
+
box-shadow: inset 0 -0.2em 0 #c43f37;
|
|
2882
|
+
color: #ab5550;
|
|
2883
2883
|
}
|
|
2884
2884
|
|
|
2885
2885
|
.ui.yellow.buttons .button,
|
|
@@ -4030,7 +4030,7 @@ input::selection {
|
|
|
4030
4030
|
|
|
4031
4031
|
.ui.purple.buttons .button,
|
|
4032
4032
|
.ui.purple.button {
|
|
4033
|
-
background-color: #
|
|
4033
|
+
background-color: #6667af;
|
|
4034
4034
|
color: #fff;
|
|
4035
4035
|
text-shadow: none;
|
|
4036
4036
|
background-image: none;
|
|
@@ -4042,21 +4042,21 @@ input::selection {
|
|
|
4042
4042
|
|
|
4043
4043
|
.ui.purple.buttons .button:hover,
|
|
4044
4044
|
.ui.purple.button:hover {
|
|
4045
|
-
background-color: #
|
|
4045
|
+
background-color: #5254a9;
|
|
4046
4046
|
color: #fff;
|
|
4047
4047
|
text-shadow: none;
|
|
4048
4048
|
}
|
|
4049
4049
|
|
|
4050
4050
|
.ui.purple.buttons .button:focus,
|
|
4051
4051
|
.ui.purple.button:focus {
|
|
4052
|
-
background-color: #
|
|
4052
|
+
background-color: #4a4ba3;
|
|
4053
4053
|
color: #fff;
|
|
4054
4054
|
text-shadow: none;
|
|
4055
4055
|
}
|
|
4056
4056
|
|
|
4057
4057
|
.ui.purple.buttons .button:active,
|
|
4058
4058
|
.ui.purple.button:active {
|
|
4059
|
-
background-color: #
|
|
4059
|
+
background-color: #4e4f94;
|
|
4060
4060
|
color: #fff;
|
|
4061
4061
|
text-shadow: none;
|
|
4062
4062
|
}
|
|
@@ -4065,7 +4065,7 @@ input::selection {
|
|
|
4065
4065
|
.ui.purple.buttons .active.button:active,
|
|
4066
4066
|
.ui.purple.active.button,
|
|
4067
4067
|
.ui.purple.button .active.button:active {
|
|
4068
|
-
background-color: #
|
|
4068
|
+
background-color: #5052ab;
|
|
4069
4069
|
color: #fff;
|
|
4070
4070
|
text-shadow: none;
|
|
4071
4071
|
}
|
|
@@ -4075,35 +4075,35 @@ input::selection {
|
|
|
4075
4075
|
.ui.basic.purple.buttons .button,
|
|
4076
4076
|
.ui.basic.purple.button {
|
|
4077
4077
|
background: transparent;
|
|
4078
|
-
box-shadow: 0 0 0 1px #
|
|
4079
|
-
color: #
|
|
4078
|
+
box-shadow: 0 0 0 1px #6667af inset;
|
|
4079
|
+
color: #6667af;
|
|
4080
4080
|
}
|
|
4081
4081
|
|
|
4082
4082
|
.ui.basic.purple.buttons .button:hover,
|
|
4083
4083
|
.ui.basic.purple.button:hover {
|
|
4084
4084
|
background: transparent;
|
|
4085
|
-
box-shadow: 0 0 0 1px #
|
|
4086
|
-
color: #
|
|
4085
|
+
box-shadow: 0 0 0 1px #5254a9 inset;
|
|
4086
|
+
color: #5254a9;
|
|
4087
4087
|
}
|
|
4088
4088
|
|
|
4089
4089
|
.ui.basic.purple.buttons .button:focus,
|
|
4090
4090
|
.ui.basic.purple.button:focus {
|
|
4091
4091
|
background: transparent;
|
|
4092
|
-
box-shadow: 0 0 0 1px #
|
|
4093
|
-
color: #
|
|
4092
|
+
box-shadow: 0 0 0 1px #4a4ba3 inset;
|
|
4093
|
+
color: #5254a9;
|
|
4094
4094
|
}
|
|
4095
4095
|
|
|
4096
4096
|
.ui.basic.purple.buttons .active.button,
|
|
4097
4097
|
.ui.basic.purple.active.button {
|
|
4098
4098
|
background: transparent;
|
|
4099
|
-
box-shadow: 0 0 0 1px #
|
|
4100
|
-
color: #
|
|
4099
|
+
box-shadow: 0 0 0 1px #5052ab inset;
|
|
4100
|
+
color: #4e4f94;
|
|
4101
4101
|
}
|
|
4102
4102
|
|
|
4103
4103
|
.ui.basic.purple.buttons .button:active,
|
|
4104
4104
|
.ui.basic.purple.button:active {
|
|
4105
|
-
box-shadow: 0 0 0 1px #
|
|
4106
|
-
color: #
|
|
4105
|
+
box-shadow: 0 0 0 1px #4e4f94 inset;
|
|
4106
|
+
color: #4e4f94;
|
|
4107
4107
|
}
|
|
4108
4108
|
|
|
4109
4109
|
/* Inverted */
|
|
@@ -4192,21 +4192,21 @@ input::selection {
|
|
|
4192
4192
|
.ui.tertiary.purple.button {
|
|
4193
4193
|
background: transparent;
|
|
4194
4194
|
box-shadow: none;
|
|
4195
|
-
color: #
|
|
4195
|
+
color: #6667af;
|
|
4196
4196
|
}
|
|
4197
4197
|
|
|
4198
4198
|
.ui.tertiary.purple.buttons .button:hover,
|
|
4199
4199
|
.ui.tertiary.purple.buttons button:hover,
|
|
4200
4200
|
.ui.tertiary.purple.button:hover {
|
|
4201
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
4202
|
-
color: #
|
|
4201
|
+
box-shadow: inset 0 -0.2em 0 #6c6c90;
|
|
4202
|
+
color: #6c6c90;
|
|
4203
4203
|
}
|
|
4204
4204
|
|
|
4205
4205
|
.ui.tertiary.purple.buttons .button:focus,
|
|
4206
4206
|
.ui.tertiary.purple.buttons .tertiary.button:focus,
|
|
4207
4207
|
.ui.tertiary.purple.button:focus {
|
|
4208
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
4209
|
-
color: #
|
|
4208
|
+
box-shadow: inset 0 -0.2em 0 #61628b;
|
|
4209
|
+
color: #61628b;
|
|
4210
4210
|
}
|
|
4211
4211
|
|
|
4212
4212
|
.ui.tertiary.purple.buttons .active.button,
|
|
@@ -4215,13 +4215,13 @@ input::selection {
|
|
|
4215
4215
|
.ui.tertiary.purple.buttons .button:active,
|
|
4216
4216
|
.ui.tertiary.purple.buttons .tertiary.button:active,
|
|
4217
4217
|
.ui.tertiary.purple.button:active {
|
|
4218
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
4219
|
-
color: #
|
|
4218
|
+
box-shadow: inset 0 -0.2em 0 #3739c4;
|
|
4219
|
+
color: #5052ab;
|
|
4220
4220
|
}
|
|
4221
4221
|
|
|
4222
4222
|
.ui.pink.buttons .button,
|
|
4223
4223
|
.ui.pink.button {
|
|
4224
|
-
background-color: #
|
|
4224
|
+
background-color: #af6687;
|
|
4225
4225
|
color: #fff;
|
|
4226
4226
|
text-shadow: none;
|
|
4227
4227
|
background-image: none;
|
|
@@ -4233,21 +4233,21 @@ input::selection {
|
|
|
4233
4233
|
|
|
4234
4234
|
.ui.pink.buttons .button:hover,
|
|
4235
4235
|
.ui.pink.button:hover {
|
|
4236
|
-
background-color: #
|
|
4236
|
+
background-color: #a9527a;
|
|
4237
4237
|
color: #fff;
|
|
4238
4238
|
text-shadow: none;
|
|
4239
4239
|
}
|
|
4240
4240
|
|
|
4241
4241
|
.ui.pink.buttons .button:focus,
|
|
4242
4242
|
.ui.pink.button:focus {
|
|
4243
|
-
background-color: #
|
|
4243
|
+
background-color: #a34a72;
|
|
4244
4244
|
color: #fff;
|
|
4245
4245
|
text-shadow: none;
|
|
4246
4246
|
}
|
|
4247
4247
|
|
|
4248
4248
|
.ui.pink.buttons .button:active,
|
|
4249
4249
|
.ui.pink.button:active {
|
|
4250
|
-
background-color: #
|
|
4250
|
+
background-color: #944e6e;
|
|
4251
4251
|
color: #fff;
|
|
4252
4252
|
text-shadow: none;
|
|
4253
4253
|
}
|
|
@@ -4256,7 +4256,7 @@ input::selection {
|
|
|
4256
4256
|
.ui.pink.buttons .active.button:active,
|
|
4257
4257
|
.ui.pink.active.button,
|
|
4258
4258
|
.ui.pink.button .active.button:active {
|
|
4259
|
-
background-color: #
|
|
4259
|
+
background-color: #ab5079;
|
|
4260
4260
|
color: #fff;
|
|
4261
4261
|
text-shadow: none;
|
|
4262
4262
|
}
|
|
@@ -4266,35 +4266,35 @@ input::selection {
|
|
|
4266
4266
|
.ui.basic.pink.buttons .button,
|
|
4267
4267
|
.ui.basic.pink.button {
|
|
4268
4268
|
background: transparent;
|
|
4269
|
-
box-shadow: 0 0 0 1px #
|
|
4270
|
-
color: #
|
|
4269
|
+
box-shadow: 0 0 0 1px #af6687 inset;
|
|
4270
|
+
color: #af6687;
|
|
4271
4271
|
}
|
|
4272
4272
|
|
|
4273
4273
|
.ui.basic.pink.buttons .button:hover,
|
|
4274
4274
|
.ui.basic.pink.button:hover {
|
|
4275
4275
|
background: transparent;
|
|
4276
|
-
box-shadow: 0 0 0 1px #
|
|
4277
|
-
color: #
|
|
4276
|
+
box-shadow: 0 0 0 1px #a9527a inset;
|
|
4277
|
+
color: #a9527a;
|
|
4278
4278
|
}
|
|
4279
4279
|
|
|
4280
4280
|
.ui.basic.pink.buttons .button:focus,
|
|
4281
4281
|
.ui.basic.pink.button:focus {
|
|
4282
4282
|
background: transparent;
|
|
4283
|
-
box-shadow: 0 0 0 1px #
|
|
4284
|
-
color: #
|
|
4283
|
+
box-shadow: 0 0 0 1px #a34a72 inset;
|
|
4284
|
+
color: #a9527a;
|
|
4285
4285
|
}
|
|
4286
4286
|
|
|
4287
4287
|
.ui.basic.pink.buttons .active.button,
|
|
4288
4288
|
.ui.basic.pink.active.button {
|
|
4289
4289
|
background: transparent;
|
|
4290
|
-
box-shadow: 0 0 0 1px #
|
|
4291
|
-
color: #
|
|
4290
|
+
box-shadow: 0 0 0 1px #ab5079 inset;
|
|
4291
|
+
color: #944e6e;
|
|
4292
4292
|
}
|
|
4293
4293
|
|
|
4294
4294
|
.ui.basic.pink.buttons .button:active,
|
|
4295
4295
|
.ui.basic.pink.button:active {
|
|
4296
|
-
box-shadow: 0 0 0 1px #
|
|
4297
|
-
color: #
|
|
4296
|
+
box-shadow: 0 0 0 1px #944e6e inset;
|
|
4297
|
+
color: #944e6e;
|
|
4298
4298
|
}
|
|
4299
4299
|
|
|
4300
4300
|
/* Inverted */
|
|
@@ -4383,21 +4383,21 @@ input::selection {
|
|
|
4383
4383
|
.ui.tertiary.pink.button {
|
|
4384
4384
|
background: transparent;
|
|
4385
4385
|
box-shadow: none;
|
|
4386
|
-
color: #
|
|
4386
|
+
color: #af6687;
|
|
4387
4387
|
}
|
|
4388
4388
|
|
|
4389
4389
|
.ui.tertiary.pink.buttons .button:hover,
|
|
4390
4390
|
.ui.tertiary.pink.buttons button:hover,
|
|
4391
4391
|
.ui.tertiary.pink.button:hover {
|
|
4392
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
4393
|
-
color: #
|
|
4392
|
+
box-shadow: inset 0 -0.2em 0 #906c7c;
|
|
4393
|
+
color: #906c7c;
|
|
4394
4394
|
}
|
|
4395
4395
|
|
|
4396
4396
|
.ui.tertiary.pink.buttons .button:focus,
|
|
4397
4397
|
.ui.tertiary.pink.buttons .tertiary.button:focus,
|
|
4398
4398
|
.ui.tertiary.pink.button:focus {
|
|
4399
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
4400
|
-
color: #
|
|
4399
|
+
box-shadow: inset 0 -0.2em 0 #8b6174;
|
|
4400
|
+
color: #8b6174;
|
|
4401
4401
|
}
|
|
4402
4402
|
|
|
4403
4403
|
.ui.tertiary.pink.buttons .active.button,
|
|
@@ -4406,13 +4406,13 @@ input::selection {
|
|
|
4406
4406
|
.ui.tertiary.pink.buttons .button:active,
|
|
4407
4407
|
.ui.tertiary.pink.buttons .tertiary.button:active,
|
|
4408
4408
|
.ui.tertiary.pink.button:active {
|
|
4409
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
4410
|
-
color: #
|
|
4409
|
+
box-shadow: inset 0 -0.2em 0 #c43777;
|
|
4410
|
+
color: #ab5079;
|
|
4411
4411
|
}
|
|
4412
4412
|
|
|
4413
4413
|
.ui.brown.buttons .button,
|
|
4414
4414
|
.ui.brown.button {
|
|
4415
|
-
background-color: #
|
|
4415
|
+
background-color: #af9066;
|
|
4416
4416
|
color: #fff;
|
|
4417
4417
|
text-shadow: none;
|
|
4418
4418
|
background-image: none;
|
|
@@ -4424,21 +4424,21 @@ input::selection {
|
|
|
4424
4424
|
|
|
4425
4425
|
.ui.brown.buttons .button:hover,
|
|
4426
4426
|
.ui.brown.button:hover {
|
|
4427
|
-
background-color: #
|
|
4427
|
+
background-color: #a98452;
|
|
4428
4428
|
color: #fff;
|
|
4429
4429
|
text-shadow: none;
|
|
4430
4430
|
}
|
|
4431
4431
|
|
|
4432
4432
|
.ui.brown.buttons .button:focus,
|
|
4433
4433
|
.ui.brown.button:focus {
|
|
4434
|
-
background-color: #
|
|
4434
|
+
background-color: #a37d4a;
|
|
4435
4435
|
color: #fff;
|
|
4436
4436
|
text-shadow: none;
|
|
4437
4437
|
}
|
|
4438
4438
|
|
|
4439
4439
|
.ui.brown.buttons .button:active,
|
|
4440
4440
|
.ui.brown.button:active {
|
|
4441
|
-
background-color: #
|
|
4441
|
+
background-color: #94764e;
|
|
4442
4442
|
color: #fff;
|
|
4443
4443
|
text-shadow: none;
|
|
4444
4444
|
}
|
|
@@ -4447,7 +4447,7 @@ input::selection {
|
|
|
4447
4447
|
.ui.brown.buttons .active.button:active,
|
|
4448
4448
|
.ui.brown.active.button,
|
|
4449
4449
|
.ui.brown.button .active.button:active {
|
|
4450
|
-
background-color: #
|
|
4450
|
+
background-color: #ab8550;
|
|
4451
4451
|
color: #fff;
|
|
4452
4452
|
text-shadow: none;
|
|
4453
4453
|
}
|
|
@@ -4457,35 +4457,35 @@ input::selection {
|
|
|
4457
4457
|
.ui.basic.brown.buttons .button,
|
|
4458
4458
|
.ui.basic.brown.button {
|
|
4459
4459
|
background: transparent;
|
|
4460
|
-
box-shadow: 0 0 0 1px #
|
|
4461
|
-
color: #
|
|
4460
|
+
box-shadow: 0 0 0 1px #af9066 inset;
|
|
4461
|
+
color: #af9066;
|
|
4462
4462
|
}
|
|
4463
4463
|
|
|
4464
4464
|
.ui.basic.brown.buttons .button:hover,
|
|
4465
4465
|
.ui.basic.brown.button:hover {
|
|
4466
4466
|
background: transparent;
|
|
4467
|
-
box-shadow: 0 0 0 1px #
|
|
4468
|
-
color: #
|
|
4467
|
+
box-shadow: 0 0 0 1px #a98452 inset;
|
|
4468
|
+
color: #a98452;
|
|
4469
4469
|
}
|
|
4470
4470
|
|
|
4471
4471
|
.ui.basic.brown.buttons .button:focus,
|
|
4472
4472
|
.ui.basic.brown.button:focus {
|
|
4473
4473
|
background: transparent;
|
|
4474
|
-
box-shadow: 0 0 0 1px #
|
|
4475
|
-
color: #
|
|
4474
|
+
box-shadow: 0 0 0 1px #a37d4a inset;
|
|
4475
|
+
color: #a98452;
|
|
4476
4476
|
}
|
|
4477
4477
|
|
|
4478
4478
|
.ui.basic.brown.buttons .active.button,
|
|
4479
4479
|
.ui.basic.brown.active.button {
|
|
4480
4480
|
background: transparent;
|
|
4481
|
-
box-shadow: 0 0 0 1px #
|
|
4482
|
-
color: #
|
|
4481
|
+
box-shadow: 0 0 0 1px #ab8550 inset;
|
|
4482
|
+
color: #94764e;
|
|
4483
4483
|
}
|
|
4484
4484
|
|
|
4485
4485
|
.ui.basic.brown.buttons .button:active,
|
|
4486
4486
|
.ui.basic.brown.button:active {
|
|
4487
|
-
box-shadow: 0 0 0 1px #
|
|
4488
|
-
color: #
|
|
4487
|
+
box-shadow: 0 0 0 1px #94764e inset;
|
|
4488
|
+
color: #94764e;
|
|
4489
4489
|
}
|
|
4490
4490
|
|
|
4491
4491
|
/* Inverted */
|
|
@@ -4574,21 +4574,21 @@ input::selection {
|
|
|
4574
4574
|
.ui.tertiary.brown.button {
|
|
4575
4575
|
background: transparent;
|
|
4576
4576
|
box-shadow: none;
|
|
4577
|
-
color: #
|
|
4577
|
+
color: #af9066;
|
|
4578
4578
|
}
|
|
4579
4579
|
|
|
4580
4580
|
.ui.tertiary.brown.buttons .button:hover,
|
|
4581
4581
|
.ui.tertiary.brown.buttons button:hover,
|
|
4582
4582
|
.ui.tertiary.brown.button:hover {
|
|
4583
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
4584
|
-
color: #
|
|
4583
|
+
box-shadow: inset 0 -0.2em 0 #90806c;
|
|
4584
|
+
color: #90806c;
|
|
4585
4585
|
}
|
|
4586
4586
|
|
|
4587
4587
|
.ui.tertiary.brown.buttons .button:focus,
|
|
4588
4588
|
.ui.tertiary.brown.buttons .tertiary.button:focus,
|
|
4589
4589
|
.ui.tertiary.brown.button:focus {
|
|
4590
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
4591
|
-
color: #
|
|
4590
|
+
box-shadow: inset 0 -0.2em 0 #8b7961;
|
|
4591
|
+
color: #8b7961;
|
|
4592
4592
|
}
|
|
4593
4593
|
|
|
4594
4594
|
.ui.tertiary.brown.buttons .active.button,
|
|
@@ -4597,8 +4597,8 @@ input::selection {
|
|
|
4597
4597
|
.ui.tertiary.brown.buttons .button:active,
|
|
4598
4598
|
.ui.tertiary.brown.buttons .tertiary.button:active,
|
|
4599
4599
|
.ui.tertiary.brown.button:active {
|
|
4600
|
-
box-shadow: inset 0 -0.2em 0 #
|
|
4601
|
-
color: #
|
|
4600
|
+
box-shadow: inset 0 -0.2em 0 #c48837;
|
|
4601
|
+
color: #ab8550;
|
|
4602
4602
|
}
|
|
4603
4603
|
|
|
4604
4604
|
.ui.grey.buttons .button,
|
|
@@ -7798,15 +7798,15 @@ a.ui.inverted.red.header.header.header:hover {
|
|
|
7798
7798
|
}
|
|
7799
7799
|
|
|
7800
7800
|
.ui.orange.header {
|
|
7801
|
-
color: #
|
|
7801
|
+
color: #af6a66;
|
|
7802
7802
|
}
|
|
7803
7803
|
|
|
7804
7804
|
a.ui.orange.header:hover {
|
|
7805
|
-
color: #
|
|
7805
|
+
color: #a95752;
|
|
7806
7806
|
}
|
|
7807
7807
|
|
|
7808
7808
|
.ui.orange.dividing.header {
|
|
7809
|
-
border-bottom: 2px solid #
|
|
7809
|
+
border-bottom: 2px solid #af6a66;
|
|
7810
7810
|
}
|
|
7811
7811
|
|
|
7812
7812
|
.ui.inverted.orange.header.header.header {
|
|
@@ -7966,15 +7966,15 @@ a.ui.inverted.violet.header.header.header:hover {
|
|
|
7966
7966
|
}
|
|
7967
7967
|
|
|
7968
7968
|
.ui.purple.header {
|
|
7969
|
-
color: #
|
|
7969
|
+
color: #6667af;
|
|
7970
7970
|
}
|
|
7971
7971
|
|
|
7972
7972
|
a.ui.purple.header:hover {
|
|
7973
|
-
color: #
|
|
7973
|
+
color: #5254a9;
|
|
7974
7974
|
}
|
|
7975
7975
|
|
|
7976
7976
|
.ui.purple.dividing.header {
|
|
7977
|
-
border-bottom: 2px solid #
|
|
7977
|
+
border-bottom: 2px solid #6667af;
|
|
7978
7978
|
}
|
|
7979
7979
|
|
|
7980
7980
|
.ui.inverted.purple.header.header.header {
|
|
@@ -7990,15 +7990,15 @@ a.ui.inverted.purple.header.header.header:hover {
|
|
|
7990
7990
|
}
|
|
7991
7991
|
|
|
7992
7992
|
.ui.pink.header {
|
|
7993
|
-
color: #
|
|
7993
|
+
color: #af6687;
|
|
7994
7994
|
}
|
|
7995
7995
|
|
|
7996
7996
|
a.ui.pink.header:hover {
|
|
7997
|
-
color: #
|
|
7997
|
+
color: #a9527a;
|
|
7998
7998
|
}
|
|
7999
7999
|
|
|
8000
8000
|
.ui.pink.dividing.header {
|
|
8001
|
-
border-bottom: 2px solid #
|
|
8001
|
+
border-bottom: 2px solid #af6687;
|
|
8002
8002
|
}
|
|
8003
8003
|
|
|
8004
8004
|
.ui.inverted.pink.header.header.header {
|
|
@@ -8014,15 +8014,15 @@ a.ui.inverted.pink.header.header.header:hover {
|
|
|
8014
8014
|
}
|
|
8015
8015
|
|
|
8016
8016
|
.ui.brown.header {
|
|
8017
|
-
color: #
|
|
8017
|
+
color: #af9066;
|
|
8018
8018
|
}
|
|
8019
8019
|
|
|
8020
8020
|
a.ui.brown.header:hover {
|
|
8021
|
-
color: #
|
|
8021
|
+
color: #a98452;
|
|
8022
8022
|
}
|
|
8023
8023
|
|
|
8024
8024
|
.ui.brown.dividing.header {
|
|
8025
|
-
border-bottom: 2px solid #
|
|
8025
|
+
border-bottom: 2px solid #af9066;
|
|
8026
8026
|
}
|
|
8027
8027
|
|
|
8028
8028
|
.ui.inverted.brown.header.header.header {
|
|
@@ -8653,7 +8653,7 @@ i.inverted.circular.red.icons {
|
|
|
8653
8653
|
}
|
|
8654
8654
|
|
|
8655
8655
|
i.orange.icon.icon.icon.icon.icon.icon {
|
|
8656
|
-
color: #
|
|
8656
|
+
color: #af6a66;
|
|
8657
8657
|
}
|
|
8658
8658
|
|
|
8659
8659
|
i.inverted.orange.icon.icon.icon.icon.icon.icon {
|
|
@@ -8664,7 +8664,7 @@ i.inverted.bordered.orange.icon.icon.icon.icon.icon.icon,
|
|
|
8664
8664
|
i.inverted.circular.orange.icon.icon.icon.icon.icon.icon,
|
|
8665
8665
|
i.inverted.bordered.orange.icons,
|
|
8666
8666
|
i.inverted.circular.orange.icons {
|
|
8667
|
-
background-color: #
|
|
8667
|
+
background-color: #af6a66;
|
|
8668
8668
|
color: #fff;
|
|
8669
8669
|
}
|
|
8670
8670
|
|
|
@@ -8765,7 +8765,7 @@ i.inverted.circular.violet.icons {
|
|
|
8765
8765
|
}
|
|
8766
8766
|
|
|
8767
8767
|
i.purple.icon.icon.icon.icon.icon.icon {
|
|
8768
|
-
color: #
|
|
8768
|
+
color: #6667af;
|
|
8769
8769
|
}
|
|
8770
8770
|
|
|
8771
8771
|
i.inverted.purple.icon.icon.icon.icon.icon.icon {
|
|
@@ -8776,12 +8776,12 @@ i.inverted.bordered.purple.icon.icon.icon.icon.icon.icon,
|
|
|
8776
8776
|
i.inverted.circular.purple.icon.icon.icon.icon.icon.icon,
|
|
8777
8777
|
i.inverted.bordered.purple.icons,
|
|
8778
8778
|
i.inverted.circular.purple.icons {
|
|
8779
|
-
background-color: #
|
|
8779
|
+
background-color: #6667af;
|
|
8780
8780
|
color: #fff;
|
|
8781
8781
|
}
|
|
8782
8782
|
|
|
8783
8783
|
i.pink.icon.icon.icon.icon.icon.icon {
|
|
8784
|
-
color: #
|
|
8784
|
+
color: #af6687;
|
|
8785
8785
|
}
|
|
8786
8786
|
|
|
8787
8787
|
i.inverted.pink.icon.icon.icon.icon.icon.icon {
|
|
@@ -8792,12 +8792,12 @@ i.inverted.bordered.pink.icon.icon.icon.icon.icon.icon,
|
|
|
8792
8792
|
i.inverted.circular.pink.icon.icon.icon.icon.icon.icon,
|
|
8793
8793
|
i.inverted.bordered.pink.icons,
|
|
8794
8794
|
i.inverted.circular.pink.icons {
|
|
8795
|
-
background-color: #
|
|
8795
|
+
background-color: #af6687;
|
|
8796
8796
|
color: #fff;
|
|
8797
8797
|
}
|
|
8798
8798
|
|
|
8799
8799
|
i.brown.icon.icon.icon.icon.icon.icon {
|
|
8800
|
-
color: #
|
|
8800
|
+
color: #af9066;
|
|
8801
8801
|
}
|
|
8802
8802
|
|
|
8803
8803
|
i.inverted.brown.icon.icon.icon.icon.icon.icon {
|
|
@@ -8808,7 +8808,7 @@ i.inverted.bordered.brown.icon.icon.icon.icon.icon.icon,
|
|
|
8808
8808
|
i.inverted.circular.brown.icon.icon.icon.icon.icon.icon,
|
|
8809
8809
|
i.inverted.bordered.brown.icons,
|
|
8810
8810
|
i.inverted.circular.brown.icons {
|
|
8811
|
-
background-color: #
|
|
8811
|
+
background-color: #af9066;
|
|
8812
8812
|
color: #fff;
|
|
8813
8813
|
}
|
|
8814
8814
|
|
|
@@ -18667,7 +18667,7 @@ input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic):not(.te
|
|
|
18667
18667
|
|
|
18668
18668
|
input[type="file"].ui.file.input:focus + label.ui.orange.button:not(.basic):not(.tertiary),
|
|
18669
18669
|
.ui.file.input input[type="file"]:focus + label.ui.orange.button:not(.basic):not(.tertiary) {
|
|
18670
|
-
background-color: #
|
|
18670
|
+
background-color: #a95752;
|
|
18671
18671
|
color: #fff;
|
|
18672
18672
|
}
|
|
18673
18673
|
|
|
@@ -18744,7 +18744,7 @@ input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(
|
|
|
18744
18744
|
|
|
18745
18745
|
input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(.tertiary),
|
|
18746
18746
|
.ui.file.input input[type="file"]:focus + label.ui.purple.button:not(.basic):not(.tertiary) {
|
|
18747
|
-
background-color: #
|
|
18747
|
+
background-color: #5254a9;
|
|
18748
18748
|
color: #fff;
|
|
18749
18749
|
}
|
|
18750
18750
|
|
|
@@ -18755,7 +18755,7 @@ input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(
|
|
|
18755
18755
|
|
|
18756
18756
|
input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.tertiary),
|
|
18757
18757
|
.ui.file.input input[type="file"]:focus + label.ui.pink.button:not(.basic):not(.tertiary) {
|
|
18758
|
-
background-color: #
|
|
18758
|
+
background-color: #a9527a;
|
|
18759
18759
|
color: #fff;
|
|
18760
18760
|
}
|
|
18761
18761
|
|
|
@@ -18766,7 +18766,7 @@ input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.t
|
|
|
18766
18766
|
|
|
18767
18767
|
input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.tertiary),
|
|
18768
18768
|
.ui.file.input input[type="file"]:focus + label.ui.brown.button:not(.basic):not(.tertiary) {
|
|
18769
|
-
background-color: #
|
|
18769
|
+
background-color: #a98452;
|
|
18770
18770
|
color: #fff;
|
|
18771
18771
|
}
|
|
18772
18772
|
|
|
@@ -18865,24 +18865,24 @@ input[type="file"].ui.red.file.input::file-selector-button:hover,
|
|
|
18865
18865
|
|
|
18866
18866
|
input[type="file"].ui.orange.file.input::-webkit-file-upload-button,
|
|
18867
18867
|
.ui.orange.file.input input[type="file"]::-webkit-file-upload-button {
|
|
18868
|
-
background: #
|
|
18868
|
+
background: #af6a66;
|
|
18869
18869
|
color: #fff;
|
|
18870
18870
|
}
|
|
18871
18871
|
|
|
18872
18872
|
input[type="file"].ui.orange.file.input::file-selector-button,
|
|
18873
18873
|
.ui.orange.file.input input[type="file"]::file-selector-button {
|
|
18874
|
-
background: #
|
|
18874
|
+
background: #af6a66;
|
|
18875
18875
|
color: #fff;
|
|
18876
18876
|
}
|
|
18877
18877
|
|
|
18878
18878
|
input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover,
|
|
18879
18879
|
.ui.orange.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
18880
|
-
background: #
|
|
18880
|
+
background: #a95752;
|
|
18881
18881
|
}
|
|
18882
18882
|
|
|
18883
18883
|
input[type="file"].ui.orange.file.input::file-selector-button:hover,
|
|
18884
18884
|
.ui.orange.file.input input[type="file"]::file-selector-button:hover {
|
|
18885
|
-
background: #
|
|
18885
|
+
background: #a95752;
|
|
18886
18886
|
}
|
|
18887
18887
|
|
|
18888
18888
|
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button,
|
|
@@ -19019,68 +19019,68 @@ input[type="file"].ui.violet.file.input::file-selector-button:hover,
|
|
|
19019
19019
|
|
|
19020
19020
|
input[type="file"].ui.purple.file.input::-webkit-file-upload-button,
|
|
19021
19021
|
.ui.purple.file.input input[type="file"]::-webkit-file-upload-button {
|
|
19022
|
-
background: #
|
|
19022
|
+
background: #6667af;
|
|
19023
19023
|
color: #fff;
|
|
19024
19024
|
}
|
|
19025
19025
|
|
|
19026
19026
|
input[type="file"].ui.purple.file.input::file-selector-button,
|
|
19027
19027
|
.ui.purple.file.input input[type="file"]::file-selector-button {
|
|
19028
|
-
background: #
|
|
19028
|
+
background: #6667af;
|
|
19029
19029
|
color: #fff;
|
|
19030
19030
|
}
|
|
19031
19031
|
|
|
19032
19032
|
input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover,
|
|
19033
19033
|
.ui.purple.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
19034
|
-
background: #
|
|
19034
|
+
background: #5254a9;
|
|
19035
19035
|
}
|
|
19036
19036
|
|
|
19037
19037
|
input[type="file"].ui.purple.file.input::file-selector-button:hover,
|
|
19038
19038
|
.ui.purple.file.input input[type="file"]::file-selector-button:hover {
|
|
19039
|
-
background: #
|
|
19039
|
+
background: #5254a9;
|
|
19040
19040
|
}
|
|
19041
19041
|
|
|
19042
19042
|
input[type="file"].ui.pink.file.input::-webkit-file-upload-button,
|
|
19043
19043
|
.ui.pink.file.input input[type="file"]::-webkit-file-upload-button {
|
|
19044
|
-
background: #
|
|
19044
|
+
background: #af6687;
|
|
19045
19045
|
color: #fff;
|
|
19046
19046
|
}
|
|
19047
19047
|
|
|
19048
19048
|
input[type="file"].ui.pink.file.input::file-selector-button,
|
|
19049
19049
|
.ui.pink.file.input input[type="file"]::file-selector-button {
|
|
19050
|
-
background: #
|
|
19050
|
+
background: #af6687;
|
|
19051
19051
|
color: #fff;
|
|
19052
19052
|
}
|
|
19053
19053
|
|
|
19054
19054
|
input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover,
|
|
19055
19055
|
.ui.pink.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
19056
|
-
background: #
|
|
19056
|
+
background: #a9527a;
|
|
19057
19057
|
}
|
|
19058
19058
|
|
|
19059
19059
|
input[type="file"].ui.pink.file.input::file-selector-button:hover,
|
|
19060
19060
|
.ui.pink.file.input input[type="file"]::file-selector-button:hover {
|
|
19061
|
-
background: #
|
|
19061
|
+
background: #a9527a;
|
|
19062
19062
|
}
|
|
19063
19063
|
|
|
19064
19064
|
input[type="file"].ui.brown.file.input::-webkit-file-upload-button,
|
|
19065
19065
|
.ui.brown.file.input input[type="file"]::-webkit-file-upload-button {
|
|
19066
|
-
background: #
|
|
19066
|
+
background: #af9066;
|
|
19067
19067
|
color: #fff;
|
|
19068
19068
|
}
|
|
19069
19069
|
|
|
19070
19070
|
input[type="file"].ui.brown.file.input::file-selector-button,
|
|
19071
19071
|
.ui.brown.file.input input[type="file"]::file-selector-button {
|
|
19072
|
-
background: #
|
|
19072
|
+
background: #af9066;
|
|
19073
19073
|
color: #fff;
|
|
19074
19074
|
}
|
|
19075
19075
|
|
|
19076
19076
|
input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover,
|
|
19077
19077
|
.ui.brown.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
19078
|
-
background: #
|
|
19078
|
+
background: #a98452;
|
|
19079
19079
|
}
|
|
19080
19080
|
|
|
19081
19081
|
input[type="file"].ui.brown.file.input::file-selector-button:hover,
|
|
19082
19082
|
.ui.brown.file.input input[type="file"]::file-selector-button:hover {
|
|
19083
|
-
background: #
|
|
19083
|
+
background: #a98452;
|
|
19084
19084
|
}
|
|
19085
19085
|
|
|
19086
19086
|
input[type="file"].ui.grey.file.input::-webkit-file-upload-button,
|
|
@@ -20215,8 +20215,8 @@ a.ui.ui.ui.inverted.basic.red.label:hover {
|
|
|
20215
20215
|
|
|
20216
20216
|
.ui.orange.labels .label,
|
|
20217
20217
|
.ui.ui.ui.orange.label {
|
|
20218
|
-
background-color: #
|
|
20219
|
-
border-color: #
|
|
20218
|
+
background-color: #af6a66;
|
|
20219
|
+
border-color: #af6a66;
|
|
20220
20220
|
color: #fff;
|
|
20221
20221
|
}
|
|
20222
20222
|
|
|
@@ -20224,15 +20224,15 @@ a.ui.ui.ui.inverted.basic.red.label:hover {
|
|
|
20224
20224
|
|
|
20225
20225
|
.ui.orange.labels a.label:hover,
|
|
20226
20226
|
a.ui.ui.ui.orange.label:hover {
|
|
20227
|
-
background-color: #
|
|
20228
|
-
border-color: #
|
|
20227
|
+
background-color: #a95752;
|
|
20228
|
+
border-color: #a95752;
|
|
20229
20229
|
color: #fff;
|
|
20230
20230
|
}
|
|
20231
20231
|
|
|
20232
20232
|
/* Ribbon */
|
|
20233
20233
|
|
|
20234
20234
|
.ui.ui.ui.orange.ribbon.label {
|
|
20235
|
-
border-color: #
|
|
20235
|
+
border-color: #94514e;
|
|
20236
20236
|
}
|
|
20237
20237
|
|
|
20238
20238
|
/* Basic */
|
|
@@ -20240,15 +20240,15 @@ a.ui.ui.ui.orange.label:hover {
|
|
|
20240
20240
|
.ui.basic.labels .orange.label,
|
|
20241
20241
|
.ui.ui.ui.basic.orange.label {
|
|
20242
20242
|
background: none #fff;
|
|
20243
|
-
border-color: #
|
|
20244
|
-
color: #
|
|
20243
|
+
border-color: #af6a66;
|
|
20244
|
+
color: #af6a66;
|
|
20245
20245
|
}
|
|
20246
20246
|
|
|
20247
20247
|
.ui.basic.labels a.orange.label:hover,
|
|
20248
20248
|
a.ui.ui.ui.basic.orange.label:hover {
|
|
20249
20249
|
background: none #fff;
|
|
20250
|
-
border-color: #
|
|
20251
|
-
color: #
|
|
20250
|
+
border-color: #a95752;
|
|
20251
|
+
color: #a95752;
|
|
20252
20252
|
}
|
|
20253
20253
|
|
|
20254
20254
|
/* Inverted */
|
|
@@ -20873,8 +20873,8 @@ a.ui.ui.ui.inverted.basic.violet.label:hover {
|
|
|
20873
20873
|
|
|
20874
20874
|
.ui.purple.labels .label,
|
|
20875
20875
|
.ui.ui.ui.purple.label {
|
|
20876
|
-
background-color: #
|
|
20877
|
-
border-color: #
|
|
20876
|
+
background-color: #6667af;
|
|
20877
|
+
border-color: #6667af;
|
|
20878
20878
|
color: #fff;
|
|
20879
20879
|
}
|
|
20880
20880
|
|
|
@@ -20882,15 +20882,15 @@ a.ui.ui.ui.inverted.basic.violet.label:hover {
|
|
|
20882
20882
|
|
|
20883
20883
|
.ui.purple.labels a.label:hover,
|
|
20884
20884
|
a.ui.ui.ui.purple.label:hover {
|
|
20885
|
-
background-color: #
|
|
20886
|
-
border-color: #
|
|
20885
|
+
background-color: #5254a9;
|
|
20886
|
+
border-color: #5254a9;
|
|
20887
20887
|
color: #fff;
|
|
20888
20888
|
}
|
|
20889
20889
|
|
|
20890
20890
|
/* Ribbon */
|
|
20891
20891
|
|
|
20892
20892
|
.ui.ui.ui.purple.ribbon.label {
|
|
20893
|
-
border-color: #
|
|
20893
|
+
border-color: #4e4f94;
|
|
20894
20894
|
}
|
|
20895
20895
|
|
|
20896
20896
|
/* Basic */
|
|
@@ -20898,15 +20898,15 @@ a.ui.ui.ui.purple.label:hover {
|
|
|
20898
20898
|
.ui.basic.labels .purple.label,
|
|
20899
20899
|
.ui.ui.ui.basic.purple.label {
|
|
20900
20900
|
background: none #fff;
|
|
20901
|
-
border-color: #
|
|
20902
|
-
color: #
|
|
20901
|
+
border-color: #6667af;
|
|
20902
|
+
color: #6667af;
|
|
20903
20903
|
}
|
|
20904
20904
|
|
|
20905
20905
|
.ui.basic.labels a.purple.label:hover,
|
|
20906
20906
|
a.ui.ui.ui.basic.purple.label:hover {
|
|
20907
20907
|
background: none #fff;
|
|
20908
|
-
border-color: #
|
|
20909
|
-
color: #
|
|
20908
|
+
border-color: #5254a9;
|
|
20909
|
+
color: #5254a9;
|
|
20910
20910
|
}
|
|
20911
20911
|
|
|
20912
20912
|
/* Inverted */
|
|
@@ -20967,8 +20967,8 @@ a.ui.ui.ui.inverted.basic.purple.label:hover {
|
|
|
20967
20967
|
|
|
20968
20968
|
.ui.pink.labels .label,
|
|
20969
20969
|
.ui.ui.ui.pink.label {
|
|
20970
|
-
background-color: #
|
|
20971
|
-
border-color: #
|
|
20970
|
+
background-color: #af6687;
|
|
20971
|
+
border-color: #af6687;
|
|
20972
20972
|
color: #fff;
|
|
20973
20973
|
}
|
|
20974
20974
|
|
|
@@ -20976,15 +20976,15 @@ a.ui.ui.ui.inverted.basic.purple.label:hover {
|
|
|
20976
20976
|
|
|
20977
20977
|
.ui.pink.labels a.label:hover,
|
|
20978
20978
|
a.ui.ui.ui.pink.label:hover {
|
|
20979
|
-
background-color: #
|
|
20980
|
-
border-color: #
|
|
20979
|
+
background-color: #a9527a;
|
|
20980
|
+
border-color: #a9527a;
|
|
20981
20981
|
color: #fff;
|
|
20982
20982
|
}
|
|
20983
20983
|
|
|
20984
20984
|
/* Ribbon */
|
|
20985
20985
|
|
|
20986
20986
|
.ui.ui.ui.pink.ribbon.label {
|
|
20987
|
-
border-color: #
|
|
20987
|
+
border-color: #944e6e;
|
|
20988
20988
|
}
|
|
20989
20989
|
|
|
20990
20990
|
/* Basic */
|
|
@@ -20992,15 +20992,15 @@ a.ui.ui.ui.pink.label:hover {
|
|
|
20992
20992
|
.ui.basic.labels .pink.label,
|
|
20993
20993
|
.ui.ui.ui.basic.pink.label {
|
|
20994
20994
|
background: none #fff;
|
|
20995
|
-
border-color: #
|
|
20996
|
-
color: #
|
|
20995
|
+
border-color: #af6687;
|
|
20996
|
+
color: #af6687;
|
|
20997
20997
|
}
|
|
20998
20998
|
|
|
20999
20999
|
.ui.basic.labels a.pink.label:hover,
|
|
21000
21000
|
a.ui.ui.ui.basic.pink.label:hover {
|
|
21001
21001
|
background: none #fff;
|
|
21002
|
-
border-color: #
|
|
21003
|
-
color: #
|
|
21002
|
+
border-color: #a9527a;
|
|
21003
|
+
color: #a9527a;
|
|
21004
21004
|
}
|
|
21005
21005
|
|
|
21006
21006
|
/* Inverted */
|
|
@@ -21061,8 +21061,8 @@ a.ui.ui.ui.inverted.basic.pink.label:hover {
|
|
|
21061
21061
|
|
|
21062
21062
|
.ui.brown.labels .label,
|
|
21063
21063
|
.ui.ui.ui.brown.label {
|
|
21064
|
-
background-color: #
|
|
21065
|
-
border-color: #
|
|
21064
|
+
background-color: #af9066;
|
|
21065
|
+
border-color: #af9066;
|
|
21066
21066
|
color: #fff;
|
|
21067
21067
|
}
|
|
21068
21068
|
|
|
@@ -21070,15 +21070,15 @@ a.ui.ui.ui.inverted.basic.pink.label:hover {
|
|
|
21070
21070
|
|
|
21071
21071
|
.ui.brown.labels a.label:hover,
|
|
21072
21072
|
a.ui.ui.ui.brown.label:hover {
|
|
21073
|
-
background-color: #
|
|
21074
|
-
border-color: #
|
|
21073
|
+
background-color: #a98452;
|
|
21074
|
+
border-color: #a98452;
|
|
21075
21075
|
color: #fff;
|
|
21076
21076
|
}
|
|
21077
21077
|
|
|
21078
21078
|
/* Ribbon */
|
|
21079
21079
|
|
|
21080
21080
|
.ui.ui.ui.brown.ribbon.label {
|
|
21081
|
-
border-color: #
|
|
21081
|
+
border-color: #94764e;
|
|
21082
21082
|
}
|
|
21083
21083
|
|
|
21084
21084
|
/* Basic */
|
|
@@ -21086,15 +21086,15 @@ a.ui.ui.ui.brown.label:hover {
|
|
|
21086
21086
|
.ui.basic.labels .brown.label,
|
|
21087
21087
|
.ui.ui.ui.basic.brown.label {
|
|
21088
21088
|
background: none #fff;
|
|
21089
|
-
border-color: #
|
|
21090
|
-
color: #
|
|
21089
|
+
border-color: #af9066;
|
|
21090
|
+
color: #af9066;
|
|
21091
21091
|
}
|
|
21092
21092
|
|
|
21093
21093
|
.ui.basic.labels a.brown.label:hover,
|
|
21094
21094
|
a.ui.ui.ui.basic.brown.label:hover {
|
|
21095
21095
|
background: none #fff;
|
|
21096
|
-
border-color: #
|
|
21097
|
-
color: #
|
|
21096
|
+
border-color: #a98452;
|
|
21097
|
+
color: #a98452;
|
|
21098
21098
|
}
|
|
21099
21099
|
|
|
21100
21100
|
/* Inverted */
|
|
@@ -23068,7 +23068,7 @@ ol.ui.suffixed.list li::before,
|
|
|
23068
23068
|
.ui.ui.ui.ui.orange.loading .input > i.icon::after,
|
|
23069
23069
|
.ui.ui.ui.ui.orange.loading > i.icon::after,
|
|
23070
23070
|
.ui.ui.ui.orange.loader::after {
|
|
23071
|
-
color: #
|
|
23071
|
+
color: #af6a66;
|
|
23072
23072
|
}
|
|
23073
23073
|
|
|
23074
23074
|
.ui.inverted.orange.elastic.loader::before,
|
|
@@ -23236,7 +23236,7 @@ ol.ui.suffixed.list li::before,
|
|
|
23236
23236
|
.ui.ui.ui.ui.purple.loading .input > i.icon::after,
|
|
23237
23237
|
.ui.ui.ui.ui.purple.loading > i.icon::after,
|
|
23238
23238
|
.ui.ui.ui.purple.loader::after {
|
|
23239
|
-
color: #
|
|
23239
|
+
color: #6667af;
|
|
23240
23240
|
}
|
|
23241
23241
|
|
|
23242
23242
|
.ui.inverted.purple.elastic.loader::before,
|
|
@@ -23260,7 +23260,7 @@ ol.ui.suffixed.list li::before,
|
|
|
23260
23260
|
.ui.ui.ui.ui.pink.loading .input > i.icon::after,
|
|
23261
23261
|
.ui.ui.ui.ui.pink.loading > i.icon::after,
|
|
23262
23262
|
.ui.ui.ui.pink.loader::after {
|
|
23263
|
-
color: #
|
|
23263
|
+
color: #af6687;
|
|
23264
23264
|
}
|
|
23265
23265
|
|
|
23266
23266
|
.ui.inverted.pink.elastic.loader::before,
|
|
@@ -23284,7 +23284,7 @@ ol.ui.suffixed.list li::before,
|
|
|
23284
23284
|
.ui.ui.ui.ui.brown.loading .input > i.icon::after,
|
|
23285
23285
|
.ui.ui.ui.ui.brown.loading > i.icon::after,
|
|
23286
23286
|
.ui.ui.ui.brown.loader::after {
|
|
23287
|
-
color: #
|
|
23287
|
+
color: #af9066;
|
|
23288
23288
|
}
|
|
23289
23289
|
|
|
23290
23290
|
.ui.inverted.brown.elastic.loader::before,
|
|
@@ -24195,16 +24195,16 @@ ol.ui.suffixed.list li::before,
|
|
|
24195
24195
|
}
|
|
24196
24196
|
|
|
24197
24197
|
.ui.ui.ui.ui.ui.orange.segment:not(.inverted) {
|
|
24198
|
-
border-top: 2px solid #
|
|
24198
|
+
border-top: 2px solid #af6a66;
|
|
24199
24199
|
}
|
|
24200
24200
|
|
|
24201
24201
|
.ui.ui.ui.ui.ui.inverted.orange.segment {
|
|
24202
|
-
background-color: #
|
|
24202
|
+
background-color: #af6a66;
|
|
24203
24203
|
color: #fff;
|
|
24204
24204
|
}
|
|
24205
24205
|
|
|
24206
24206
|
.ui.ui.inverted.orange.segment:not(.piled) {
|
|
24207
|
-
border-color: #
|
|
24207
|
+
border-color: #af6a66;
|
|
24208
24208
|
}
|
|
24209
24209
|
|
|
24210
24210
|
.ui.ui.ui.ui.ui.yellow.segment:not(.inverted) {
|
|
@@ -24286,42 +24286,42 @@ ol.ui.suffixed.list li::before,
|
|
|
24286
24286
|
}
|
|
24287
24287
|
|
|
24288
24288
|
.ui.ui.ui.ui.ui.purple.segment:not(.inverted) {
|
|
24289
|
-
border-top: 2px solid #
|
|
24289
|
+
border-top: 2px solid #6667af;
|
|
24290
24290
|
}
|
|
24291
24291
|
|
|
24292
24292
|
.ui.ui.ui.ui.ui.inverted.purple.segment {
|
|
24293
|
-
background-color: #
|
|
24293
|
+
background-color: #6667af;
|
|
24294
24294
|
color: #fff;
|
|
24295
24295
|
}
|
|
24296
24296
|
|
|
24297
24297
|
.ui.ui.inverted.purple.segment:not(.piled) {
|
|
24298
|
-
border-color: #
|
|
24298
|
+
border-color: #6667af;
|
|
24299
24299
|
}
|
|
24300
24300
|
|
|
24301
24301
|
.ui.ui.ui.ui.ui.pink.segment:not(.inverted) {
|
|
24302
|
-
border-top: 2px solid #
|
|
24302
|
+
border-top: 2px solid #af6687;
|
|
24303
24303
|
}
|
|
24304
24304
|
|
|
24305
24305
|
.ui.ui.ui.ui.ui.inverted.pink.segment {
|
|
24306
|
-
background-color: #
|
|
24306
|
+
background-color: #af6687;
|
|
24307
24307
|
color: #fff;
|
|
24308
24308
|
}
|
|
24309
24309
|
|
|
24310
24310
|
.ui.ui.inverted.pink.segment:not(.piled) {
|
|
24311
|
-
border-color: #
|
|
24311
|
+
border-color: #af6687;
|
|
24312
24312
|
}
|
|
24313
24313
|
|
|
24314
24314
|
.ui.ui.ui.ui.ui.brown.segment:not(.inverted) {
|
|
24315
|
-
border-top: 2px solid #
|
|
24315
|
+
border-top: 2px solid #af9066;
|
|
24316
24316
|
}
|
|
24317
24317
|
|
|
24318
24318
|
.ui.ui.ui.ui.ui.inverted.brown.segment {
|
|
24319
|
-
background-color: #
|
|
24319
|
+
background-color: #af9066;
|
|
24320
24320
|
color: #fff;
|
|
24321
24321
|
}
|
|
24322
24322
|
|
|
24323
24323
|
.ui.ui.inverted.brown.segment:not(.piled) {
|
|
24324
|
-
border-color: #
|
|
24324
|
+
border-color: #af9066;
|
|
24325
24325
|
}
|
|
24326
24326
|
|
|
24327
24327
|
.ui.ui.ui.ui.ui.grey.segment:not(.inverted) {
|
|
@@ -28350,7 +28350,7 @@ ol.ui.suffixed.list li::before,
|
|
|
28350
28350
|
.ui.grid > .orange.row,
|
|
28351
28351
|
.ui.grid > .orange.column,
|
|
28352
28352
|
.ui.grid > .row > .orange.column {
|
|
28353
|
-
background-color: #
|
|
28353
|
+
background-color: #af6a66;
|
|
28354
28354
|
color: #fff;
|
|
28355
28355
|
}
|
|
28356
28356
|
|
|
@@ -28399,21 +28399,21 @@ ol.ui.suffixed.list li::before,
|
|
|
28399
28399
|
.ui.grid > .purple.row,
|
|
28400
28400
|
.ui.grid > .purple.column,
|
|
28401
28401
|
.ui.grid > .row > .purple.column {
|
|
28402
|
-
background-color: #
|
|
28402
|
+
background-color: #6667af;
|
|
28403
28403
|
color: #fff;
|
|
28404
28404
|
}
|
|
28405
28405
|
|
|
28406
28406
|
.ui.grid > .pink.row,
|
|
28407
28407
|
.ui.grid > .pink.column,
|
|
28408
28408
|
.ui.grid > .row > .pink.column {
|
|
28409
|
-
background-color: #
|
|
28409
|
+
background-color: #af6687;
|
|
28410
28410
|
color: #fff;
|
|
28411
28411
|
}
|
|
28412
28412
|
|
|
28413
28413
|
.ui.grid > .brown.row,
|
|
28414
28414
|
.ui.grid > .brown.column,
|
|
28415
28415
|
.ui.grid > .row > .brown.column {
|
|
28416
|
-
background-color: #
|
|
28416
|
+
background-color: #af9066;
|
|
28417
28417
|
color: #fff;
|
|
28418
28418
|
}
|
|
28419
28419
|
|
|
@@ -30603,8 +30603,8 @@ Floated Menu / Item
|
|
|
30603
30603
|
.ui.ui.ui.menu .orange.active.item,
|
|
30604
30604
|
.ui.ui.orange.menu .active.item:hover,
|
|
30605
30605
|
.ui.ui.orange.menu .active.item {
|
|
30606
|
-
border-color: #
|
|
30607
|
-
color: #
|
|
30606
|
+
border-color: #af6a66;
|
|
30607
|
+
color: #af6a66;
|
|
30608
30608
|
}
|
|
30609
30609
|
|
|
30610
30610
|
.ui.ui.ui.menu .yellow.active.item,
|
|
@@ -30652,22 +30652,22 @@ Floated Menu / Item
|
|
|
30652
30652
|
.ui.ui.ui.menu .purple.active.item,
|
|
30653
30653
|
.ui.ui.purple.menu .active.item:hover,
|
|
30654
30654
|
.ui.ui.purple.menu .active.item {
|
|
30655
|
-
border-color: #
|
|
30656
|
-
color: #
|
|
30655
|
+
border-color: #6667af;
|
|
30656
|
+
color: #6667af;
|
|
30657
30657
|
}
|
|
30658
30658
|
|
|
30659
30659
|
.ui.ui.ui.menu .pink.active.item,
|
|
30660
30660
|
.ui.ui.pink.menu .active.item:hover,
|
|
30661
30661
|
.ui.ui.pink.menu .active.item {
|
|
30662
|
-
border-color: #
|
|
30663
|
-
color: #
|
|
30662
|
+
border-color: #af6687;
|
|
30663
|
+
color: #af6687;
|
|
30664
30664
|
}
|
|
30665
30665
|
|
|
30666
30666
|
.ui.ui.ui.menu .brown.active.item,
|
|
30667
30667
|
.ui.ui.brown.menu .active.item:hover,
|
|
30668
30668
|
.ui.ui.brown.menu .active.item {
|
|
30669
|
-
border-color: #
|
|
30670
|
-
color: #
|
|
30669
|
+
border-color: #af9066;
|
|
30670
|
+
color: #af9066;
|
|
30671
30671
|
}
|
|
30672
30672
|
|
|
30673
30673
|
.ui.ui.ui.menu .grey.active.item,
|
|
@@ -30862,7 +30862,7 @@ Floated Menu / Item
|
|
|
30862
30862
|
|
|
30863
30863
|
.ui.ui.ui.inverted.menu .orange.active.item,
|
|
30864
30864
|
.ui.ui.inverted.orange.menu {
|
|
30865
|
-
background-color: #
|
|
30865
|
+
background-color: #af6a66;
|
|
30866
30866
|
}
|
|
30867
30867
|
|
|
30868
30868
|
.ui.inverted.orange.menu .item::before {
|
|
@@ -30874,7 +30874,7 @@ Floated Menu / Item
|
|
|
30874
30874
|
}
|
|
30875
30875
|
|
|
30876
30876
|
.ui.inverted.pointing.orange.menu .active.item {
|
|
30877
|
-
background-color: #
|
|
30877
|
+
background-color: #a95752;
|
|
30878
30878
|
}
|
|
30879
30879
|
|
|
30880
30880
|
.ui.ui.ui.inverted.menu .yellow.active.item,
|
|
@@ -30981,7 +30981,7 @@ Floated Menu / Item
|
|
|
30981
30981
|
|
|
30982
30982
|
.ui.ui.ui.inverted.menu .purple.active.item,
|
|
30983
30983
|
.ui.ui.inverted.purple.menu {
|
|
30984
|
-
background-color: #
|
|
30984
|
+
background-color: #6667af;
|
|
30985
30985
|
}
|
|
30986
30986
|
|
|
30987
30987
|
.ui.inverted.purple.menu .item::before {
|
|
@@ -30993,12 +30993,12 @@ Floated Menu / Item
|
|
|
30993
30993
|
}
|
|
30994
30994
|
|
|
30995
30995
|
.ui.inverted.pointing.purple.menu .active.item {
|
|
30996
|
-
background-color: #
|
|
30996
|
+
background-color: #5254a9;
|
|
30997
30997
|
}
|
|
30998
30998
|
|
|
30999
30999
|
.ui.ui.ui.inverted.menu .pink.active.item,
|
|
31000
31000
|
.ui.ui.inverted.pink.menu {
|
|
31001
|
-
background-color: #
|
|
31001
|
+
background-color: #af6687;
|
|
31002
31002
|
}
|
|
31003
31003
|
|
|
31004
31004
|
.ui.inverted.pink.menu .item::before {
|
|
@@ -31010,12 +31010,12 @@ Floated Menu / Item
|
|
|
31010
31010
|
}
|
|
31011
31011
|
|
|
31012
31012
|
.ui.inverted.pointing.pink.menu .active.item {
|
|
31013
|
-
background-color: #
|
|
31013
|
+
background-color: #a9527a;
|
|
31014
31014
|
}
|
|
31015
31015
|
|
|
31016
31016
|
.ui.ui.ui.inverted.menu .brown.active.item,
|
|
31017
31017
|
.ui.ui.inverted.brown.menu {
|
|
31018
|
-
background-color: #
|
|
31018
|
+
background-color: #af9066;
|
|
31019
31019
|
}
|
|
31020
31020
|
|
|
31021
31021
|
.ui.inverted.brown.menu .item::before {
|
|
@@ -31027,7 +31027,7 @@ Floated Menu / Item
|
|
|
31027
31027
|
}
|
|
31028
31028
|
|
|
31029
31029
|
.ui.inverted.pointing.brown.menu .active.item {
|
|
31030
|
-
background-color: #
|
|
31030
|
+
background-color: #a98452;
|
|
31031
31031
|
}
|
|
31032
31032
|
|
|
31033
31033
|
.ui.ui.ui.inverted.menu .grey.active.item,
|
|
@@ -31388,7 +31388,7 @@ Floated Menu / Item
|
|
|
31388
31388
|
}
|
|
31389
31389
|
|
|
31390
31390
|
.ui.inverted.pointing.menu .orange.active.item::after {
|
|
31391
|
-
background-color: #
|
|
31391
|
+
background-color: #af6a66;
|
|
31392
31392
|
}
|
|
31393
31393
|
|
|
31394
31394
|
.ui.inverted.pointing.menu .yellow.active.item::after {
|
|
@@ -31416,15 +31416,15 @@ Floated Menu / Item
|
|
|
31416
31416
|
}
|
|
31417
31417
|
|
|
31418
31418
|
.ui.inverted.pointing.menu .purple.active.item::after {
|
|
31419
|
-
background-color: #
|
|
31419
|
+
background-color: #6667af;
|
|
31420
31420
|
}
|
|
31421
31421
|
|
|
31422
31422
|
.ui.inverted.pointing.menu .pink.active.item::after {
|
|
31423
|
-
background-color: #
|
|
31423
|
+
background-color: #af6687;
|
|
31424
31424
|
}
|
|
31425
31425
|
|
|
31426
31426
|
.ui.inverted.pointing.menu .brown.active.item::after {
|
|
31427
|
-
background-color: #
|
|
31427
|
+
background-color: #af9066;
|
|
31428
31428
|
}
|
|
31429
31429
|
|
|
31430
31430
|
.ui.inverted.pointing.menu .grey.active.item::after {
|
|
@@ -32155,20 +32155,20 @@ Floated Menu / Item
|
|
|
32155
32155
|
|
|
32156
32156
|
.ui.orange.message {
|
|
32157
32157
|
background-color: #ffedde;
|
|
32158
|
-
color: #
|
|
32158
|
+
color: #af6a66;
|
|
32159
32159
|
}
|
|
32160
32160
|
|
|
32161
32161
|
.ui.orange.message,
|
|
32162
32162
|
.ui.attached.orange.message {
|
|
32163
|
-
box-shadow: 0 0 0 1px #
|
|
32163
|
+
box-shadow: 0 0 0 1px #af6a66 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
32164
32164
|
}
|
|
32165
32165
|
|
|
32166
32166
|
.ui.floating.orange.message {
|
|
32167
|
-
box-shadow: 0 0 0 1px #
|
|
32167
|
+
box-shadow: 0 0 0 1px #af6a66 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
32168
32168
|
}
|
|
32169
32169
|
|
|
32170
32170
|
.ui.orange.message .header {
|
|
32171
|
-
color: #
|
|
32171
|
+
color: #a55b56;
|
|
32172
32172
|
}
|
|
32173
32173
|
|
|
32174
32174
|
.ui.yellow.message {
|
|
@@ -32281,56 +32281,56 @@ Floated Menu / Item
|
|
|
32281
32281
|
|
|
32282
32282
|
.ui.purple.message {
|
|
32283
32283
|
background-color: #f6e7ff;
|
|
32284
|
-
color: #
|
|
32284
|
+
color: #6667af;
|
|
32285
32285
|
}
|
|
32286
32286
|
|
|
32287
32287
|
.ui.purple.message,
|
|
32288
32288
|
.ui.attached.purple.message {
|
|
32289
|
-
box-shadow: 0 0 0 1px #
|
|
32289
|
+
box-shadow: 0 0 0 1px #6667af inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
32290
32290
|
}
|
|
32291
32291
|
|
|
32292
32292
|
.ui.floating.purple.message {
|
|
32293
|
-
box-shadow: 0 0 0 1px #
|
|
32293
|
+
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);
|
|
32294
32294
|
}
|
|
32295
32295
|
|
|
32296
32296
|
.ui.purple.message .header {
|
|
32297
|
-
color: #
|
|
32297
|
+
color: #5657a5;
|
|
32298
32298
|
}
|
|
32299
32299
|
|
|
32300
32300
|
.ui.pink.message {
|
|
32301
32301
|
background-color: #ffe3fb;
|
|
32302
|
-
color: #
|
|
32302
|
+
color: #af6687;
|
|
32303
32303
|
}
|
|
32304
32304
|
|
|
32305
32305
|
.ui.pink.message,
|
|
32306
32306
|
.ui.attached.pink.message {
|
|
32307
|
-
box-shadow: 0 0 0 1px #
|
|
32307
|
+
box-shadow: 0 0 0 1px #af6687 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
32308
32308
|
}
|
|
32309
32309
|
|
|
32310
32310
|
.ui.floating.pink.message {
|
|
32311
|
-
box-shadow: 0 0 0 1px #
|
|
32311
|
+
box-shadow: 0 0 0 1px #af6687 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
32312
32312
|
}
|
|
32313
32313
|
|
|
32314
32314
|
.ui.pink.message .header {
|
|
32315
|
-
color: #
|
|
32315
|
+
color: #a5567a;
|
|
32316
32316
|
}
|
|
32317
32317
|
|
|
32318
32318
|
.ui.brown.message {
|
|
32319
32319
|
background-color: #f1e2d3;
|
|
32320
|
-
color: #
|
|
32320
|
+
color: #af9066;
|
|
32321
32321
|
}
|
|
32322
32322
|
|
|
32323
32323
|
.ui.brown.message,
|
|
32324
32324
|
.ui.attached.brown.message {
|
|
32325
|
-
box-shadow: 0 0 0 1px #
|
|
32325
|
+
box-shadow: 0 0 0 1px #af9066 inset, 0 0 0 0 rgba(0, 0, 0, 0);
|
|
32326
32326
|
}
|
|
32327
32327
|
|
|
32328
32328
|
.ui.floating.brown.message {
|
|
32329
|
-
box-shadow: 0 0 0 1px #
|
|
32329
|
+
box-shadow: 0 0 0 1px #af9066 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
32330
32330
|
}
|
|
32331
32331
|
|
|
32332
32332
|
.ui.brown.message .header {
|
|
32333
|
-
color: #
|
|
32333
|
+
color: #a58456;
|
|
32334
32334
|
}
|
|
32335
32335
|
|
|
32336
32336
|
.ui.grey.message {
|
|
@@ -32717,11 +32717,11 @@ Floated Menu / Item
|
|
|
32717
32717
|
}
|
|
32718
32718
|
|
|
32719
32719
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="orange marked"].left {
|
|
32720
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #
|
|
32720
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #af6a66 inset;
|
|
32721
32721
|
}
|
|
32722
32722
|
|
|
32723
32723
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="orange marked"].right {
|
|
32724
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #
|
|
32724
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #af6a66 inset;
|
|
32725
32725
|
}
|
|
32726
32726
|
|
|
32727
32727
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="orange marked"].left {
|
|
@@ -32829,11 +32829,11 @@ Floated Menu / Item
|
|
|
32829
32829
|
}
|
|
32830
32830
|
|
|
32831
32831
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="purple marked"].left {
|
|
32832
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #
|
|
32832
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6667af inset;
|
|
32833
32833
|
}
|
|
32834
32834
|
|
|
32835
32835
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="purple marked"].right {
|
|
32836
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #
|
|
32836
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6667af inset;
|
|
32837
32837
|
}
|
|
32838
32838
|
|
|
32839
32839
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="purple marked"].left {
|
|
@@ -32845,11 +32845,11 @@ Floated Menu / Item
|
|
|
32845
32845
|
}
|
|
32846
32846
|
|
|
32847
32847
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="pink marked"].left {
|
|
32848
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #
|
|
32848
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #af6687 inset;
|
|
32849
32849
|
}
|
|
32850
32850
|
|
|
32851
32851
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="pink marked"].right {
|
|
32852
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #
|
|
32852
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #af6687 inset;
|
|
32853
32853
|
}
|
|
32854
32854
|
|
|
32855
32855
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="pink marked"].left {
|
|
@@ -32861,11 +32861,11 @@ Floated Menu / Item
|
|
|
32861
32861
|
}
|
|
32862
32862
|
|
|
32863
32863
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="brown marked"].left {
|
|
32864
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #
|
|
32864
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #af9066 inset;
|
|
32865
32865
|
}
|
|
32866
32866
|
|
|
32867
32867
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="brown marked"].right {
|
|
32868
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #
|
|
32868
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #af9066 inset;
|
|
32869
32869
|
}
|
|
32870
32870
|
|
|
32871
32871
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="brown marked"].left {
|
|
@@ -33596,11 +33596,11 @@ Floated Menu / Item
|
|
|
33596
33596
|
}
|
|
33597
33597
|
|
|
33598
33598
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="orange marked"].left {
|
|
33599
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #
|
|
33599
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #af6a66 inset;
|
|
33600
33600
|
}
|
|
33601
33601
|
|
|
33602
33602
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="orange marked"].right {
|
|
33603
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #
|
|
33603
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #af6a66 inset;
|
|
33604
33604
|
}
|
|
33605
33605
|
|
|
33606
33606
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="orange marked"].left {
|
|
@@ -33708,11 +33708,11 @@ Floated Menu / Item
|
|
|
33708
33708
|
}
|
|
33709
33709
|
|
|
33710
33710
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="purple marked"].left {
|
|
33711
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #
|
|
33711
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6667af inset;
|
|
33712
33712
|
}
|
|
33713
33713
|
|
|
33714
33714
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="purple marked"].right {
|
|
33715
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #
|
|
33715
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6667af inset;
|
|
33716
33716
|
}
|
|
33717
33717
|
|
|
33718
33718
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="purple marked"].left {
|
|
@@ -33724,11 +33724,11 @@ Floated Menu / Item
|
|
|
33724
33724
|
}
|
|
33725
33725
|
|
|
33726
33726
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="pink marked"].left {
|
|
33727
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #
|
|
33727
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #af6687 inset;
|
|
33728
33728
|
}
|
|
33729
33729
|
|
|
33730
33730
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="pink marked"].right {
|
|
33731
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #
|
|
33731
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #af6687 inset;
|
|
33732
33732
|
}
|
|
33733
33733
|
|
|
33734
33734
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="pink marked"].left {
|
|
@@ -33740,11 +33740,11 @@ Floated Menu / Item
|
|
|
33740
33740
|
}
|
|
33741
33741
|
|
|
33742
33742
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="brown marked"].left {
|
|
33743
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #
|
|
33743
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #af9066 inset;
|
|
33744
33744
|
}
|
|
33745
33745
|
|
|
33746
33746
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="brown marked"].right {
|
|
33747
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #
|
|
33747
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #af9066 inset;
|
|
33748
33748
|
}
|
|
33749
33749
|
|
|
33750
33750
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="brown marked"].left {
|
|
@@ -34370,11 +34370,11 @@ Floated Menu / Item
|
|
|
34370
34370
|
}
|
|
34371
34371
|
|
|
34372
34372
|
.ui.orange.table {
|
|
34373
|
-
border-top: 0.2em solid #
|
|
34373
|
+
border-top: 0.2em solid #af6a66;
|
|
34374
34374
|
}
|
|
34375
34375
|
|
|
34376
34376
|
.ui.inverted.orange.table {
|
|
34377
|
-
background: #
|
|
34377
|
+
background: #af6a66;
|
|
34378
34378
|
color: #fff;
|
|
34379
34379
|
}
|
|
34380
34380
|
|
|
@@ -34391,13 +34391,13 @@ Floated Menu / Item
|
|
|
34391
34391
|
.ui.scrolling.table > thead.orange > tr > td,
|
|
34392
34392
|
.ui.scrolling.table > tfoot.orange > tr > td {
|
|
34393
34393
|
background: inherit;
|
|
34394
|
-
color: #
|
|
34394
|
+
color: #af6a66;
|
|
34395
34395
|
}
|
|
34396
34396
|
|
|
34397
34397
|
.ui.inverted.scrolling.table > thead.orange,
|
|
34398
34398
|
.ui.inverted.scrolling.table > tfoot.orange {
|
|
34399
|
-
background: #
|
|
34400
|
-
color: #
|
|
34399
|
+
background: #af6a66;
|
|
34400
|
+
color: #af6a66;
|
|
34401
34401
|
}
|
|
34402
34402
|
|
|
34403
34403
|
.ui.inverted.scrolling.table > thead.orange > tr > th,
|
|
@@ -34415,7 +34415,7 @@ Floated Menu / Item
|
|
|
34415
34415
|
.ui.ui.table th.orange:not(.marked),
|
|
34416
34416
|
.ui.ui.table td.orange:not(.marked) {
|
|
34417
34417
|
background: #ffe7d1;
|
|
34418
|
-
color: #
|
|
34418
|
+
color: #af6a66;
|
|
34419
34419
|
}
|
|
34420
34420
|
|
|
34421
34421
|
.ui.table > thead > tr[class*="orange colored"] > th,
|
|
@@ -34425,7 +34425,7 @@ Floated Menu / Item
|
|
|
34425
34425
|
.ui.table > tfoot > tr.orange:not(.marked) > th,
|
|
34426
34426
|
.ui.table > tfoot > tr.orange:not(.marked) > td {
|
|
34427
34427
|
background: inherit;
|
|
34428
|
-
color: #
|
|
34428
|
+
color: #af6a66;
|
|
34429
34429
|
}
|
|
34430
34430
|
|
|
34431
34431
|
.ui.ui.ui.ui.inverted.table tr[class*="orange colored"],
|
|
@@ -34434,7 +34434,7 @@ Floated Menu / Item
|
|
|
34434
34434
|
.ui.ui.ui.ui.inverted.table tr.orange:not(.marked),
|
|
34435
34435
|
.ui.ui.inverted.table th.orange:not(.marked),
|
|
34436
34436
|
.ui.ui.inverted.table td.orange:not(.marked) {
|
|
34437
|
-
background: #
|
|
34437
|
+
background: #af6a66;
|
|
34438
34438
|
color: #fff;
|
|
34439
34439
|
}
|
|
34440
34440
|
|
|
@@ -34455,7 +34455,7 @@ Floated Menu / Item
|
|
|
34455
34455
|
.ui.table tr td.selectable.orange:not(.marked):hover,
|
|
34456
34456
|
.ui.selectable.table tr:hover td.orange:not(.marked) {
|
|
34457
34457
|
background: #fae1cc;
|
|
34458
|
-
color: #
|
|
34458
|
+
color: #af6a66;
|
|
34459
34459
|
}
|
|
34460
34460
|
|
|
34461
34461
|
.ui.ui.inverted.selectable.table tr[class*="orange colored"]:hover,
|
|
@@ -34470,12 +34470,12 @@ Floated Menu / Item
|
|
|
34470
34470
|
|
|
34471
34471
|
.ui.table td[class*="orange marked"].left,
|
|
34472
34472
|
.ui.table tr[class*="orange marked"].left {
|
|
34473
|
-
box-shadow: 0.2em 0 0 0 #
|
|
34473
|
+
box-shadow: 0.2em 0 0 0 #af6a66 inset;
|
|
34474
34474
|
}
|
|
34475
34475
|
|
|
34476
34476
|
.ui.table td[class*="orange marked"].right,
|
|
34477
34477
|
.ui.table tr[class*="orange marked"].right {
|
|
34478
|
-
box-shadow: -0.2em 0 0 0 #
|
|
34478
|
+
box-shadow: -0.2em 0 0 0 #af6a66 inset;
|
|
34479
34479
|
}
|
|
34480
34480
|
|
|
34481
34481
|
.ui.inverted.table td[class*="orange marked"].left,
|
|
@@ -35203,11 +35203,11 @@ Floated Menu / Item
|
|
|
35203
35203
|
}
|
|
35204
35204
|
|
|
35205
35205
|
.ui.purple.table {
|
|
35206
|
-
border-top: 0.2em solid #
|
|
35206
|
+
border-top: 0.2em solid #6667af;
|
|
35207
35207
|
}
|
|
35208
35208
|
|
|
35209
35209
|
.ui.inverted.purple.table {
|
|
35210
|
-
background: #
|
|
35210
|
+
background: #6667af;
|
|
35211
35211
|
color: #fff;
|
|
35212
35212
|
}
|
|
35213
35213
|
|
|
@@ -35224,13 +35224,13 @@ Floated Menu / Item
|
|
|
35224
35224
|
.ui.scrolling.table > thead.purple > tr > td,
|
|
35225
35225
|
.ui.scrolling.table > tfoot.purple > tr > td {
|
|
35226
35226
|
background: inherit;
|
|
35227
|
-
color: #
|
|
35227
|
+
color: #6667af;
|
|
35228
35228
|
}
|
|
35229
35229
|
|
|
35230
35230
|
.ui.inverted.scrolling.table > thead.purple,
|
|
35231
35231
|
.ui.inverted.scrolling.table > tfoot.purple {
|
|
35232
|
-
background: #
|
|
35233
|
-
color: #
|
|
35232
|
+
background: #6667af;
|
|
35233
|
+
color: #6667af;
|
|
35234
35234
|
}
|
|
35235
35235
|
|
|
35236
35236
|
.ui.inverted.scrolling.table > thead.purple > tr > th,
|
|
@@ -35248,7 +35248,7 @@ Floated Menu / Item
|
|
|
35248
35248
|
.ui.ui.table th.purple:not(.marked),
|
|
35249
35249
|
.ui.ui.table td.purple:not(.marked) {
|
|
35250
35250
|
background: #f8e3ff;
|
|
35251
|
-
color: #
|
|
35251
|
+
color: #6667af;
|
|
35252
35252
|
}
|
|
35253
35253
|
|
|
35254
35254
|
.ui.table > thead > tr[class*="purple colored"] > th,
|
|
@@ -35258,7 +35258,7 @@ Floated Menu / Item
|
|
|
35258
35258
|
.ui.table > tfoot > tr.purple:not(.marked) > th,
|
|
35259
35259
|
.ui.table > tfoot > tr.purple:not(.marked) > td {
|
|
35260
35260
|
background: inherit;
|
|
35261
|
-
color: #
|
|
35261
|
+
color: #6667af;
|
|
35262
35262
|
}
|
|
35263
35263
|
|
|
35264
35264
|
.ui.ui.ui.ui.inverted.table tr[class*="purple colored"],
|
|
@@ -35267,7 +35267,7 @@ Floated Menu / Item
|
|
|
35267
35267
|
.ui.ui.ui.ui.inverted.table tr.purple:not(.marked),
|
|
35268
35268
|
.ui.ui.inverted.table th.purple:not(.marked),
|
|
35269
35269
|
.ui.ui.inverted.table td.purple:not(.marked) {
|
|
35270
|
-
background: #
|
|
35270
|
+
background: #6667af;
|
|
35271
35271
|
color: #fff;
|
|
35272
35272
|
}
|
|
35273
35273
|
|
|
@@ -35288,7 +35288,7 @@ Floated Menu / Item
|
|
|
35288
35288
|
.ui.table tr td.selectable.purple:not(.marked):hover,
|
|
35289
35289
|
.ui.selectable.table tr:hover td.purple:not(.marked) {
|
|
35290
35290
|
background: #f5d9ff;
|
|
35291
|
-
color: #
|
|
35291
|
+
color: #6667af;
|
|
35292
35292
|
}
|
|
35293
35293
|
|
|
35294
35294
|
.ui.ui.inverted.selectable.table tr[class*="purple colored"]:hover,
|
|
@@ -35303,12 +35303,12 @@ Floated Menu / Item
|
|
|
35303
35303
|
|
|
35304
35304
|
.ui.table td[class*="purple marked"].left,
|
|
35305
35305
|
.ui.table tr[class*="purple marked"].left {
|
|
35306
|
-
box-shadow: 0.2em 0 0 0 #
|
|
35306
|
+
box-shadow: 0.2em 0 0 0 #6667af inset;
|
|
35307
35307
|
}
|
|
35308
35308
|
|
|
35309
35309
|
.ui.table td[class*="purple marked"].right,
|
|
35310
35310
|
.ui.table tr[class*="purple marked"].right {
|
|
35311
|
-
box-shadow: -0.2em 0 0 0 #
|
|
35311
|
+
box-shadow: -0.2em 0 0 0 #6667af inset;
|
|
35312
35312
|
}
|
|
35313
35313
|
|
|
35314
35314
|
.ui.inverted.table td[class*="purple marked"].left,
|
|
@@ -35322,11 +35322,11 @@ Floated Menu / Item
|
|
|
35322
35322
|
}
|
|
35323
35323
|
|
|
35324
35324
|
.ui.pink.table {
|
|
35325
|
-
border-top: 0.2em solid #
|
|
35325
|
+
border-top: 0.2em solid #af6687;
|
|
35326
35326
|
}
|
|
35327
35327
|
|
|
35328
35328
|
.ui.inverted.pink.table {
|
|
35329
|
-
background: #
|
|
35329
|
+
background: #af6687;
|
|
35330
35330
|
color: #fff;
|
|
35331
35331
|
}
|
|
35332
35332
|
|
|
@@ -35343,13 +35343,13 @@ Floated Menu / Item
|
|
|
35343
35343
|
.ui.scrolling.table > thead.pink > tr > td,
|
|
35344
35344
|
.ui.scrolling.table > tfoot.pink > tr > td {
|
|
35345
35345
|
background: inherit;
|
|
35346
|
-
color: #
|
|
35346
|
+
color: #af6687;
|
|
35347
35347
|
}
|
|
35348
35348
|
|
|
35349
35349
|
.ui.inverted.scrolling.table > thead.pink,
|
|
35350
35350
|
.ui.inverted.scrolling.table > tfoot.pink {
|
|
35351
|
-
background: #
|
|
35352
|
-
color: #
|
|
35351
|
+
background: #af6687;
|
|
35352
|
+
color: #af6687;
|
|
35353
35353
|
}
|
|
35354
35354
|
|
|
35355
35355
|
.ui.inverted.scrolling.table > thead.pink > tr > th,
|
|
@@ -35367,7 +35367,7 @@ Floated Menu / Item
|
|
|
35367
35367
|
.ui.ui.table th.pink:not(.marked),
|
|
35368
35368
|
.ui.ui.table td.pink:not(.marked) {
|
|
35369
35369
|
background: #ffe8f9;
|
|
35370
|
-
color: #
|
|
35370
|
+
color: #af6687;
|
|
35371
35371
|
}
|
|
35372
35372
|
|
|
35373
35373
|
.ui.table > thead > tr[class*="pink colored"] > th,
|
|
@@ -35377,7 +35377,7 @@ Floated Menu / Item
|
|
|
35377
35377
|
.ui.table > tfoot > tr.pink:not(.marked) > th,
|
|
35378
35378
|
.ui.table > tfoot > tr.pink:not(.marked) > td {
|
|
35379
35379
|
background: inherit;
|
|
35380
|
-
color: #
|
|
35380
|
+
color: #af6687;
|
|
35381
35381
|
}
|
|
35382
35382
|
|
|
35383
35383
|
.ui.ui.ui.ui.inverted.table tr[class*="pink colored"],
|
|
@@ -35386,7 +35386,7 @@ Floated Menu / Item
|
|
|
35386
35386
|
.ui.ui.ui.ui.inverted.table tr.pink:not(.marked),
|
|
35387
35387
|
.ui.ui.inverted.table th.pink:not(.marked),
|
|
35388
35388
|
.ui.ui.inverted.table td.pink:not(.marked) {
|
|
35389
|
-
background: #
|
|
35389
|
+
background: #af6687;
|
|
35390
35390
|
color: #fff;
|
|
35391
35391
|
}
|
|
35392
35392
|
|
|
@@ -35407,7 +35407,7 @@ Floated Menu / Item
|
|
|
35407
35407
|
.ui.table tr td.selectable.pink:not(.marked):hover,
|
|
35408
35408
|
.ui.selectable.table tr:hover td.pink:not(.marked) {
|
|
35409
35409
|
background: #ffdef6;
|
|
35410
|
-
color: #
|
|
35410
|
+
color: #af6687;
|
|
35411
35411
|
}
|
|
35412
35412
|
|
|
35413
35413
|
.ui.ui.inverted.selectable.table tr[class*="pink colored"]:hover,
|
|
@@ -35422,12 +35422,12 @@ Floated Menu / Item
|
|
|
35422
35422
|
|
|
35423
35423
|
.ui.table td[class*="pink marked"].left,
|
|
35424
35424
|
.ui.table tr[class*="pink marked"].left {
|
|
35425
|
-
box-shadow: 0.2em 0 0 0 #
|
|
35425
|
+
box-shadow: 0.2em 0 0 0 #af6687 inset;
|
|
35426
35426
|
}
|
|
35427
35427
|
|
|
35428
35428
|
.ui.table td[class*="pink marked"].right,
|
|
35429
35429
|
.ui.table tr[class*="pink marked"].right {
|
|
35430
|
-
box-shadow: -0.2em 0 0 0 #
|
|
35430
|
+
box-shadow: -0.2em 0 0 0 #af6687 inset;
|
|
35431
35431
|
}
|
|
35432
35432
|
|
|
35433
35433
|
.ui.inverted.table td[class*="pink marked"].left,
|
|
@@ -35441,11 +35441,11 @@ Floated Menu / Item
|
|
|
35441
35441
|
}
|
|
35442
35442
|
|
|
35443
35443
|
.ui.brown.table {
|
|
35444
|
-
border-top: 0.2em solid #
|
|
35444
|
+
border-top: 0.2em solid #af9066;
|
|
35445
35445
|
}
|
|
35446
35446
|
|
|
35447
35447
|
.ui.inverted.brown.table {
|
|
35448
|
-
background: #
|
|
35448
|
+
background: #af9066;
|
|
35449
35449
|
color: #fff;
|
|
35450
35450
|
}
|
|
35451
35451
|
|
|
@@ -35462,13 +35462,13 @@ Floated Menu / Item
|
|
|
35462
35462
|
.ui.scrolling.table > thead.brown > tr > td,
|
|
35463
35463
|
.ui.scrolling.table > tfoot.brown > tr > td {
|
|
35464
35464
|
background: inherit;
|
|
35465
|
-
color: #
|
|
35465
|
+
color: #af9066;
|
|
35466
35466
|
}
|
|
35467
35467
|
|
|
35468
35468
|
.ui.inverted.scrolling.table > thead.brown,
|
|
35469
35469
|
.ui.inverted.scrolling.table > tfoot.brown {
|
|
35470
|
-
background: #
|
|
35471
|
-
color: #
|
|
35470
|
+
background: #af9066;
|
|
35471
|
+
color: #af9066;
|
|
35472
35472
|
}
|
|
35473
35473
|
|
|
35474
35474
|
.ui.inverted.scrolling.table > thead.brown > tr > th,
|
|
@@ -35486,7 +35486,7 @@ Floated Menu / Item
|
|
|
35486
35486
|
.ui.ui.table th.brown:not(.marked),
|
|
35487
35487
|
.ui.ui.table td.brown:not(.marked) {
|
|
35488
35488
|
background: #f7e5d2;
|
|
35489
|
-
color: #
|
|
35489
|
+
color: #af9066;
|
|
35490
35490
|
}
|
|
35491
35491
|
|
|
35492
35492
|
.ui.table > thead > tr[class*="brown colored"] > th,
|
|
@@ -35496,7 +35496,7 @@ Floated Menu / Item
|
|
|
35496
35496
|
.ui.table > tfoot > tr.brown:not(.marked) > th,
|
|
35497
35497
|
.ui.table > tfoot > tr.brown:not(.marked) > td {
|
|
35498
35498
|
background: inherit;
|
|
35499
|
-
color: #
|
|
35499
|
+
color: #af9066;
|
|
35500
35500
|
}
|
|
35501
35501
|
|
|
35502
35502
|
.ui.ui.ui.ui.inverted.table tr[class*="brown colored"],
|
|
@@ -35505,7 +35505,7 @@ Floated Menu / Item
|
|
|
35505
35505
|
.ui.ui.ui.ui.inverted.table tr.brown:not(.marked),
|
|
35506
35506
|
.ui.ui.inverted.table th.brown:not(.marked),
|
|
35507
35507
|
.ui.ui.inverted.table td.brown:not(.marked) {
|
|
35508
|
-
background: #
|
|
35508
|
+
background: #af9066;
|
|
35509
35509
|
color: #fff;
|
|
35510
35510
|
}
|
|
35511
35511
|
|
|
@@ -35526,7 +35526,7 @@ Floated Menu / Item
|
|
|
35526
35526
|
.ui.table tr td.selectable.brown:not(.marked):hover,
|
|
35527
35527
|
.ui.selectable.table tr:hover td.brown:not(.marked) {
|
|
35528
35528
|
background: #efe0cf;
|
|
35529
|
-
color: #
|
|
35529
|
+
color: #af9066;
|
|
35530
35530
|
}
|
|
35531
35531
|
|
|
35532
35532
|
.ui.ui.inverted.selectable.table tr[class*="brown colored"]:hover,
|
|
@@ -35541,12 +35541,12 @@ Floated Menu / Item
|
|
|
35541
35541
|
|
|
35542
35542
|
.ui.table td[class*="brown marked"].left,
|
|
35543
35543
|
.ui.table tr[class*="brown marked"].left {
|
|
35544
|
-
box-shadow: 0.2em 0 0 0 #
|
|
35544
|
+
box-shadow: 0.2em 0 0 0 #af9066 inset;
|
|
35545
35545
|
}
|
|
35546
35546
|
|
|
35547
35547
|
.ui.table td[class*="brown marked"].right,
|
|
35548
35548
|
.ui.table tr[class*="brown marked"].right {
|
|
35549
|
-
box-shadow: -0.2em 0 0 0 #
|
|
35549
|
+
box-shadow: -0.2em 0 0 0 #af9066 inset;
|
|
35550
35550
|
}
|
|
35551
35551
|
|
|
35552
35552
|
.ui.inverted.table td[class*="brown marked"].left,
|
|
@@ -36484,393 +36484,548 @@ Floated Menu / Item
|
|
|
36484
36484
|
Site Overrides
|
|
36485
36485
|
*******************************/
|
|
36486
36486
|
|
|
36487
|
-
.ui.
|
|
36487
|
+
.ui.panel {
|
|
36488
|
+
background-color: #f9fafb;
|
|
36488
36489
|
border-top-left-radius: 0.28571429em;
|
|
36489
36490
|
border-top-right-radius: 0.28571429em;
|
|
36490
36491
|
}
|
|
36491
36492
|
|
|
36492
|
-
.ui.
|
|
36493
|
-
|
|
36494
|
-
|
|
36493
|
+
.ui.panel > .header,
|
|
36494
|
+
.ui.panel > .content {
|
|
36495
|
+
border-left: 1px solid rgba(34, 36, 38, 0.15);
|
|
36496
|
+
border-right: 1px solid rgba(34, 36, 38, 0.15);
|
|
36497
|
+
border-bottom: 1px solid rgba(34, 36, 38, 0.1);
|
|
36498
|
+
padding: 0.92857143em 0.7em;
|
|
36495
36499
|
}
|
|
36496
36500
|
|
|
36497
|
-
.ui.
|
|
36498
|
-
|
|
36501
|
+
.ui.fitted.panel > .content {
|
|
36502
|
+
padding: 0;
|
|
36503
|
+
border: none;
|
|
36504
|
+
overflow-x: auto;
|
|
36499
36505
|
}
|
|
36500
36506
|
|
|
36501
|
-
|
|
36502
|
-
|
|
36503
|
-
background: none;
|
|
36504
|
-
}
|
|
36507
|
+
.ui.primary.panel {
|
|
36508
|
+
border-top: 0.2em solid #007388;
|
|
36505
36509
|
}
|
|
36506
36510
|
|
|
36507
|
-
|
|
36508
|
-
|
|
36509
|
-
|
|
36510
|
-
|
|
36511
|
+
.ui.primary.panel > .header {
|
|
36512
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), #f9fafb 80%), #f9fafb;
|
|
36513
|
+
background-size: auto 65px;
|
|
36514
|
+
background-repeat: no-repeat;
|
|
36511
36515
|
}
|
|
36512
36516
|
|
|
36513
|
-
.ui.ui.ui.ui.
|
|
36517
|
+
.ui.ui.ui.ui.ui.primary.table {
|
|
36514
36518
|
border-top-left-radius: 0.28571429em;
|
|
36515
36519
|
border-top-right-radius: 0.28571429em;
|
|
36516
36520
|
}
|
|
36517
36521
|
|
|
36518
|
-
.ui.ui.ui.ui.
|
|
36522
|
+
.ui.ui.ui.ui.ui.primary.table > thead > tr:first-child > th {
|
|
36519
36523
|
/* Colored header */
|
|
36520
|
-
|
|
36521
|
-
|
|
36522
|
-
|
|
36523
|
-
.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36524
|
-
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), #f9fafb 80%);
|
|
36524
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), #f9fafb 80%), #f9fafb;
|
|
36525
|
+
background-size: auto 65px;
|
|
36526
|
+
background-repeat: no-repeat;
|
|
36525
36527
|
}
|
|
36526
36528
|
|
|
36527
36529
|
@media only screen and (max-width: 767.98px) {
|
|
36528
|
-
.ui.ui.ui.ui.
|
|
36530
|
+
.ui.ui.ui.ui.ui.primary.table:not(.unstackable) > thead > tr:first-child {
|
|
36531
|
+
/* Colored header (stacked table) */
|
|
36532
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), transparent 80%), transparent;
|
|
36533
|
+
background-size: auto 65px;
|
|
36534
|
+
background-repeat: no-repeat;
|
|
36535
|
+
}
|
|
36536
|
+
|
|
36537
|
+
.ui.ui.ui.ui.ui.primary.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36529
36538
|
background: none;
|
|
36530
36539
|
}
|
|
36531
36540
|
}
|
|
36532
36541
|
|
|
36533
|
-
|
|
36534
|
-
|
|
36535
|
-
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), transparent 80%);
|
|
36536
|
-
}
|
|
36542
|
+
.ui.secondary.panel {
|
|
36543
|
+
border-top: 0.2em solid #294755;
|
|
36537
36544
|
}
|
|
36538
36545
|
|
|
36539
|
-
.ui.
|
|
36546
|
+
.ui.secondary.panel > .header {
|
|
36547
|
+
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), #f9fafb 80%), #f9fafb;
|
|
36548
|
+
background-size: auto 65px;
|
|
36549
|
+
background-repeat: no-repeat;
|
|
36550
|
+
}
|
|
36551
|
+
|
|
36552
|
+
.ui.ui.ui.ui.ui.secondary.table {
|
|
36540
36553
|
border-top-left-radius: 0.28571429em;
|
|
36541
36554
|
border-top-right-radius: 0.28571429em;
|
|
36542
36555
|
}
|
|
36543
36556
|
|
|
36544
|
-
.ui.ui.ui.ui.
|
|
36557
|
+
.ui.ui.ui.ui.ui.secondary.table > thead > tr:first-child > th {
|
|
36545
36558
|
/* Colored header */
|
|
36546
|
-
|
|
36547
|
-
|
|
36548
|
-
|
|
36549
|
-
.ui.ui.ui.ui.red.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36550
|
-
background: linear-gradient(to bottom, rgba(175, 78, 74, 0.12), #f9fafb 80%);
|
|
36559
|
+
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), #f9fafb 80%), #f9fafb;
|
|
36560
|
+
background-size: auto 65px;
|
|
36561
|
+
background-repeat: no-repeat;
|
|
36551
36562
|
}
|
|
36552
36563
|
|
|
36553
36564
|
@media only screen and (max-width: 767.98px) {
|
|
36554
|
-
.ui.ui.ui.ui.
|
|
36565
|
+
.ui.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr:first-child {
|
|
36566
|
+
/* Colored header (stacked table) */
|
|
36567
|
+
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), transparent 80%), transparent;
|
|
36568
|
+
background-size: auto 65px;
|
|
36569
|
+
background-repeat: no-repeat;
|
|
36570
|
+
}
|
|
36571
|
+
|
|
36572
|
+
.ui.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36555
36573
|
background: none;
|
|
36556
36574
|
}
|
|
36557
36575
|
}
|
|
36558
36576
|
|
|
36559
|
-
|
|
36560
|
-
|
|
36561
|
-
background: linear-gradient(to bottom, rgba(175, 78, 74, 0.12), transparent 80%);
|
|
36562
|
-
}
|
|
36577
|
+
.ui.red.panel {
|
|
36578
|
+
border-top: 0.2em solid #af4e4a;
|
|
36563
36579
|
}
|
|
36564
36580
|
|
|
36565
|
-
.ui.
|
|
36581
|
+
.ui.red.panel > .header {
|
|
36582
|
+
background: linear-gradient(to bottom, rgba(175, 78, 74, 0.12), #f9fafb 80%), #f9fafb;
|
|
36583
|
+
background-size: auto 65px;
|
|
36584
|
+
background-repeat: no-repeat;
|
|
36585
|
+
}
|
|
36586
|
+
|
|
36587
|
+
.ui.ui.ui.ui.ui.red.table {
|
|
36566
36588
|
border-top-left-radius: 0.28571429em;
|
|
36567
36589
|
border-top-right-radius: 0.28571429em;
|
|
36568
36590
|
}
|
|
36569
36591
|
|
|
36570
|
-
.ui.ui.ui.ui.
|
|
36592
|
+
.ui.ui.ui.ui.ui.red.table > thead > tr:first-child > th {
|
|
36571
36593
|
/* Colored header */
|
|
36572
|
-
|
|
36573
|
-
|
|
36574
|
-
|
|
36575
|
-
.ui.ui.ui.ui.orange.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36576
|
-
background: linear-gradient(to bottom, rgba(242, 113, 28, 0.12), #f9fafb 80%);
|
|
36594
|
+
background: linear-gradient(to bottom, rgba(175, 78, 74, 0.12), #f9fafb 80%), #f9fafb;
|
|
36595
|
+
background-size: auto 65px;
|
|
36596
|
+
background-repeat: no-repeat;
|
|
36577
36597
|
}
|
|
36578
36598
|
|
|
36579
36599
|
@media only screen and (max-width: 767.98px) {
|
|
36580
|
-
.ui.ui.ui.ui.
|
|
36600
|
+
.ui.ui.ui.ui.ui.red.table:not(.unstackable) > thead > tr:first-child {
|
|
36601
|
+
/* Colored header (stacked table) */
|
|
36602
|
+
background: linear-gradient(to bottom, rgba(175, 78, 74, 0.12), transparent 80%), transparent;
|
|
36603
|
+
background-size: auto 65px;
|
|
36604
|
+
background-repeat: no-repeat;
|
|
36605
|
+
}
|
|
36606
|
+
|
|
36607
|
+
.ui.ui.ui.ui.ui.red.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36581
36608
|
background: none;
|
|
36582
36609
|
}
|
|
36583
36610
|
}
|
|
36584
36611
|
|
|
36585
|
-
|
|
36586
|
-
|
|
36587
|
-
background: linear-gradient(to bottom, rgba(242, 113, 28, 0.12), transparent 80%);
|
|
36588
|
-
}
|
|
36612
|
+
.ui.orange.panel {
|
|
36613
|
+
border-top: 0.2em solid #af6a66;
|
|
36589
36614
|
}
|
|
36590
36615
|
|
|
36591
|
-
.ui.
|
|
36616
|
+
.ui.orange.panel > .header {
|
|
36617
|
+
background: linear-gradient(to bottom, rgba(175, 106, 102, 0.12), #f9fafb 80%), #f9fafb;
|
|
36618
|
+
background-size: auto 65px;
|
|
36619
|
+
background-repeat: no-repeat;
|
|
36620
|
+
}
|
|
36621
|
+
|
|
36622
|
+
.ui.ui.ui.ui.ui.orange.table {
|
|
36592
36623
|
border-top-left-radius: 0.28571429em;
|
|
36593
36624
|
border-top-right-radius: 0.28571429em;
|
|
36594
36625
|
}
|
|
36595
36626
|
|
|
36596
|
-
.ui.ui.ui.ui.
|
|
36627
|
+
.ui.ui.ui.ui.ui.orange.table > thead > tr:first-child > th {
|
|
36597
36628
|
/* Colored header */
|
|
36598
|
-
|
|
36599
|
-
|
|
36600
|
-
|
|
36601
|
-
.ui.ui.ui.ui.yellow.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36602
|
-
background: linear-gradient(to bottom, rgba(251, 189, 8, 0.12), #f9fafb 80%);
|
|
36629
|
+
background: linear-gradient(to bottom, rgba(175, 106, 102, 0.12), #f9fafb 80%), #f9fafb;
|
|
36630
|
+
background-size: auto 65px;
|
|
36631
|
+
background-repeat: no-repeat;
|
|
36603
36632
|
}
|
|
36604
36633
|
|
|
36605
36634
|
@media only screen and (max-width: 767.98px) {
|
|
36606
|
-
.ui.ui.ui.ui.
|
|
36635
|
+
.ui.ui.ui.ui.ui.orange.table:not(.unstackable) > thead > tr:first-child {
|
|
36636
|
+
/* Colored header (stacked table) */
|
|
36637
|
+
background: linear-gradient(to bottom, rgba(175, 106, 102, 0.12), transparent 80%), transparent;
|
|
36638
|
+
background-size: auto 65px;
|
|
36639
|
+
background-repeat: no-repeat;
|
|
36640
|
+
}
|
|
36641
|
+
|
|
36642
|
+
.ui.ui.ui.ui.ui.orange.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36607
36643
|
background: none;
|
|
36608
36644
|
}
|
|
36609
36645
|
}
|
|
36610
36646
|
|
|
36611
|
-
|
|
36612
|
-
|
|
36613
|
-
background: linear-gradient(to bottom, rgba(251, 189, 8, 0.12), transparent 80%);
|
|
36614
|
-
}
|
|
36647
|
+
.ui.yellow.panel {
|
|
36648
|
+
border-top: 0.2em solid #fbbd08;
|
|
36615
36649
|
}
|
|
36616
36650
|
|
|
36617
|
-
.ui.
|
|
36651
|
+
.ui.yellow.panel > .header {
|
|
36652
|
+
background: linear-gradient(to bottom, rgba(251, 189, 8, 0.12), #f9fafb 80%), #f9fafb;
|
|
36653
|
+
background-size: auto 65px;
|
|
36654
|
+
background-repeat: no-repeat;
|
|
36655
|
+
}
|
|
36656
|
+
|
|
36657
|
+
.ui.ui.ui.ui.ui.yellow.table {
|
|
36618
36658
|
border-top-left-radius: 0.28571429em;
|
|
36619
36659
|
border-top-right-radius: 0.28571429em;
|
|
36620
36660
|
}
|
|
36621
36661
|
|
|
36622
|
-
.ui.ui.ui.ui.
|
|
36662
|
+
.ui.ui.ui.ui.ui.yellow.table > thead > tr:first-child > th {
|
|
36623
36663
|
/* Colored header */
|
|
36624
|
-
|
|
36625
|
-
|
|
36626
|
-
|
|
36627
|
-
.ui.ui.ui.ui.olive.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36628
|
-
background: linear-gradient(to bottom, rgba(160, 176, 108, 0.12), #f9fafb 80%);
|
|
36664
|
+
background: linear-gradient(to bottom, rgba(251, 189, 8, 0.12), #f9fafb 80%), #f9fafb;
|
|
36665
|
+
background-size: auto 65px;
|
|
36666
|
+
background-repeat: no-repeat;
|
|
36629
36667
|
}
|
|
36630
36668
|
|
|
36631
36669
|
@media only screen and (max-width: 767.98px) {
|
|
36632
|
-
.ui.ui.ui.ui.
|
|
36670
|
+
.ui.ui.ui.ui.ui.yellow.table:not(.unstackable) > thead > tr:first-child {
|
|
36671
|
+
/* Colored header (stacked table) */
|
|
36672
|
+
background: linear-gradient(to bottom, rgba(251, 189, 8, 0.12), transparent 80%), transparent;
|
|
36673
|
+
background-size: auto 65px;
|
|
36674
|
+
background-repeat: no-repeat;
|
|
36675
|
+
}
|
|
36676
|
+
|
|
36677
|
+
.ui.ui.ui.ui.ui.yellow.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36633
36678
|
background: none;
|
|
36634
36679
|
}
|
|
36635
36680
|
}
|
|
36636
36681
|
|
|
36637
|
-
|
|
36638
|
-
|
|
36639
|
-
background: linear-gradient(to bottom, rgba(160, 176, 108, 0.12), transparent 80%);
|
|
36640
|
-
}
|
|
36682
|
+
.ui.olive.panel {
|
|
36683
|
+
border-top: 0.2em solid #a0b06c;
|
|
36641
36684
|
}
|
|
36642
36685
|
|
|
36643
|
-
.ui.
|
|
36686
|
+
.ui.olive.panel > .header {
|
|
36687
|
+
background: linear-gradient(to bottom, rgba(160, 176, 108, 0.12), #f9fafb 80%), #f9fafb;
|
|
36688
|
+
background-size: auto 65px;
|
|
36689
|
+
background-repeat: no-repeat;
|
|
36690
|
+
}
|
|
36691
|
+
|
|
36692
|
+
.ui.ui.ui.ui.ui.olive.table {
|
|
36644
36693
|
border-top-left-radius: 0.28571429em;
|
|
36645
36694
|
border-top-right-radius: 0.28571429em;
|
|
36646
36695
|
}
|
|
36647
36696
|
|
|
36648
|
-
.ui.ui.ui.ui.
|
|
36697
|
+
.ui.ui.ui.ui.ui.olive.table > thead > tr:first-child > th {
|
|
36649
36698
|
/* Colored header */
|
|
36650
|
-
|
|
36651
|
-
|
|
36652
|
-
|
|
36653
|
-
.ui.ui.ui.ui.green.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36654
|
-
background: linear-gradient(to bottom, rgba(129, 176, 140, 0.12), #f9fafb 80%);
|
|
36699
|
+
background: linear-gradient(to bottom, rgba(160, 176, 108, 0.12), #f9fafb 80%), #f9fafb;
|
|
36700
|
+
background-size: auto 65px;
|
|
36701
|
+
background-repeat: no-repeat;
|
|
36655
36702
|
}
|
|
36656
36703
|
|
|
36657
36704
|
@media only screen and (max-width: 767.98px) {
|
|
36658
|
-
.ui.ui.ui.ui.
|
|
36705
|
+
.ui.ui.ui.ui.ui.olive.table:not(.unstackable) > thead > tr:first-child {
|
|
36706
|
+
/* Colored header (stacked table) */
|
|
36707
|
+
background: linear-gradient(to bottom, rgba(160, 176, 108, 0.12), transparent 80%), transparent;
|
|
36708
|
+
background-size: auto 65px;
|
|
36709
|
+
background-repeat: no-repeat;
|
|
36710
|
+
}
|
|
36711
|
+
|
|
36712
|
+
.ui.ui.ui.ui.ui.olive.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36659
36713
|
background: none;
|
|
36660
36714
|
}
|
|
36661
36715
|
}
|
|
36662
36716
|
|
|
36663
|
-
|
|
36664
|
-
|
|
36665
|
-
background: linear-gradient(to bottom, rgba(129, 176, 140, 0.12), transparent 80%);
|
|
36666
|
-
}
|
|
36717
|
+
.ui.green.panel {
|
|
36718
|
+
border-top: 0.2em solid #81b08c;
|
|
36667
36719
|
}
|
|
36668
36720
|
|
|
36669
|
-
.ui.
|
|
36721
|
+
.ui.green.panel > .header {
|
|
36722
|
+
background: linear-gradient(to bottom, rgba(129, 176, 140, 0.12), #f9fafb 80%), #f9fafb;
|
|
36723
|
+
background-size: auto 65px;
|
|
36724
|
+
background-repeat: no-repeat;
|
|
36725
|
+
}
|
|
36726
|
+
|
|
36727
|
+
.ui.ui.ui.ui.ui.green.table {
|
|
36670
36728
|
border-top-left-radius: 0.28571429em;
|
|
36671
36729
|
border-top-right-radius: 0.28571429em;
|
|
36672
36730
|
}
|
|
36673
36731
|
|
|
36674
|
-
.ui.ui.ui.ui.
|
|
36732
|
+
.ui.ui.ui.ui.ui.green.table > thead > tr:first-child > th {
|
|
36675
36733
|
/* Colored header */
|
|
36676
|
-
|
|
36677
|
-
|
|
36678
|
-
|
|
36679
|
-
.ui.ui.ui.ui.teal.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36680
|
-
background: linear-gradient(to bottom, rgba(127, 181, 194, 0.12), #f9fafb 80%);
|
|
36734
|
+
background: linear-gradient(to bottom, rgba(129, 176, 140, 0.12), #f9fafb 80%), #f9fafb;
|
|
36735
|
+
background-size: auto 65px;
|
|
36736
|
+
background-repeat: no-repeat;
|
|
36681
36737
|
}
|
|
36682
36738
|
|
|
36683
36739
|
@media only screen and (max-width: 767.98px) {
|
|
36684
|
-
.ui.ui.ui.ui.
|
|
36740
|
+
.ui.ui.ui.ui.ui.green.table:not(.unstackable) > thead > tr:first-child {
|
|
36741
|
+
/* Colored header (stacked table) */
|
|
36742
|
+
background: linear-gradient(to bottom, rgba(129, 176, 140, 0.12), transparent 80%), transparent;
|
|
36743
|
+
background-size: auto 65px;
|
|
36744
|
+
background-repeat: no-repeat;
|
|
36745
|
+
}
|
|
36746
|
+
|
|
36747
|
+
.ui.ui.ui.ui.ui.green.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36685
36748
|
background: none;
|
|
36686
36749
|
}
|
|
36687
36750
|
}
|
|
36688
36751
|
|
|
36689
|
-
|
|
36690
|
-
|
|
36691
|
-
|
|
36692
|
-
|
|
36752
|
+
.ui.teal.panel {
|
|
36753
|
+
border-top: 0.2em solid #7fb5c2;
|
|
36754
|
+
}
|
|
36755
|
+
|
|
36756
|
+
.ui.teal.panel > .header {
|
|
36757
|
+
background: linear-gradient(to bottom, rgba(127, 181, 194, 0.12), #f9fafb 80%), #f9fafb;
|
|
36758
|
+
background-size: auto 65px;
|
|
36759
|
+
background-repeat: no-repeat;
|
|
36693
36760
|
}
|
|
36694
36761
|
|
|
36695
|
-
.ui.ui.ui.ui.
|
|
36762
|
+
.ui.ui.ui.ui.ui.teal.table {
|
|
36696
36763
|
border-top-left-radius: 0.28571429em;
|
|
36697
36764
|
border-top-right-radius: 0.28571429em;
|
|
36698
36765
|
}
|
|
36699
36766
|
|
|
36700
|
-
.ui.ui.ui.ui.
|
|
36767
|
+
.ui.ui.ui.ui.ui.teal.table > thead > tr:first-child > th {
|
|
36701
36768
|
/* Colored header */
|
|
36702
|
-
|
|
36703
|
-
|
|
36704
|
-
|
|
36705
|
-
.ui.ui.ui.ui.blue.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36706
|
-
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), #f9fafb 80%);
|
|
36769
|
+
background: linear-gradient(to bottom, rgba(127, 181, 194, 0.12), #f9fafb 80%), #f9fafb;
|
|
36770
|
+
background-size: auto 65px;
|
|
36771
|
+
background-repeat: no-repeat;
|
|
36707
36772
|
}
|
|
36708
36773
|
|
|
36709
36774
|
@media only screen and (max-width: 767.98px) {
|
|
36710
|
-
.ui.ui.ui.ui.
|
|
36775
|
+
.ui.ui.ui.ui.ui.teal.table:not(.unstackable) > thead > tr:first-child {
|
|
36776
|
+
/* Colored header (stacked table) */
|
|
36777
|
+
background: linear-gradient(to bottom, rgba(127, 181, 194, 0.12), transparent 80%), transparent;
|
|
36778
|
+
background-size: auto 65px;
|
|
36779
|
+
background-repeat: no-repeat;
|
|
36780
|
+
}
|
|
36781
|
+
|
|
36782
|
+
.ui.ui.ui.ui.ui.teal.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36711
36783
|
background: none;
|
|
36712
36784
|
}
|
|
36713
36785
|
}
|
|
36714
36786
|
|
|
36715
|
-
|
|
36716
|
-
|
|
36717
|
-
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), transparent 80%);
|
|
36718
|
-
}
|
|
36787
|
+
.ui.blue.panel {
|
|
36788
|
+
border-top: 0.2em solid #007388;
|
|
36719
36789
|
}
|
|
36720
36790
|
|
|
36721
|
-
.ui.
|
|
36791
|
+
.ui.blue.panel > .header {
|
|
36792
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), #f9fafb 80%), #f9fafb;
|
|
36793
|
+
background-size: auto 65px;
|
|
36794
|
+
background-repeat: no-repeat;
|
|
36795
|
+
}
|
|
36796
|
+
|
|
36797
|
+
.ui.ui.ui.ui.ui.blue.table {
|
|
36722
36798
|
border-top-left-radius: 0.28571429em;
|
|
36723
36799
|
border-top-right-radius: 0.28571429em;
|
|
36724
36800
|
}
|
|
36725
36801
|
|
|
36726
|
-
.ui.ui.ui.ui.
|
|
36802
|
+
.ui.ui.ui.ui.ui.blue.table > thead > tr:first-child > th {
|
|
36727
36803
|
/* Colored header */
|
|
36728
|
-
|
|
36729
|
-
|
|
36730
|
-
|
|
36731
|
-
.ui.ui.ui.ui.violet.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36732
|
-
background: linear-gradient(to bottom, rgba(148, 97, 172, 0.12), #f9fafb 80%);
|
|
36804
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), #f9fafb 80%), #f9fafb;
|
|
36805
|
+
background-size: auto 65px;
|
|
36806
|
+
background-repeat: no-repeat;
|
|
36733
36807
|
}
|
|
36734
36808
|
|
|
36735
36809
|
@media only screen and (max-width: 767.98px) {
|
|
36736
|
-
.ui.ui.ui.ui.
|
|
36810
|
+
.ui.ui.ui.ui.ui.blue.table:not(.unstackable) > thead > tr:first-child {
|
|
36811
|
+
/* Colored header (stacked table) */
|
|
36812
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), transparent 80%), transparent;
|
|
36813
|
+
background-size: auto 65px;
|
|
36814
|
+
background-repeat: no-repeat;
|
|
36815
|
+
}
|
|
36816
|
+
|
|
36817
|
+
.ui.ui.ui.ui.ui.blue.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36737
36818
|
background: none;
|
|
36738
36819
|
}
|
|
36739
36820
|
}
|
|
36740
36821
|
|
|
36741
|
-
|
|
36742
|
-
|
|
36743
|
-
background: linear-gradient(to bottom, rgba(148, 97, 172, 0.12), transparent 80%);
|
|
36744
|
-
}
|
|
36822
|
+
.ui.violet.panel {
|
|
36823
|
+
border-top: 0.2em solid #9461ac;
|
|
36745
36824
|
}
|
|
36746
36825
|
|
|
36747
|
-
.ui.
|
|
36826
|
+
.ui.violet.panel > .header {
|
|
36827
|
+
background: linear-gradient(to bottom, rgba(148, 97, 172, 0.12), #f9fafb 80%), #f9fafb;
|
|
36828
|
+
background-size: auto 65px;
|
|
36829
|
+
background-repeat: no-repeat;
|
|
36830
|
+
}
|
|
36831
|
+
|
|
36832
|
+
.ui.ui.ui.ui.ui.violet.table {
|
|
36748
36833
|
border-top-left-radius: 0.28571429em;
|
|
36749
36834
|
border-top-right-radius: 0.28571429em;
|
|
36750
36835
|
}
|
|
36751
36836
|
|
|
36752
|
-
.ui.ui.ui.ui.
|
|
36837
|
+
.ui.ui.ui.ui.ui.violet.table > thead > tr:first-child > th {
|
|
36753
36838
|
/* Colored header */
|
|
36754
|
-
|
|
36755
|
-
|
|
36756
|
-
|
|
36757
|
-
.ui.ui.ui.ui.purple.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36758
|
-
background: linear-gradient(to bottom, rgba(175, 102, 144, 0.12), #f9fafb 80%);
|
|
36839
|
+
background: linear-gradient(to bottom, rgba(148, 97, 172, 0.12), #f9fafb 80%), #f9fafb;
|
|
36840
|
+
background-size: auto 65px;
|
|
36841
|
+
background-repeat: no-repeat;
|
|
36759
36842
|
}
|
|
36760
36843
|
|
|
36761
36844
|
@media only screen and (max-width: 767.98px) {
|
|
36762
|
-
.ui.ui.ui.ui.
|
|
36845
|
+
.ui.ui.ui.ui.ui.violet.table:not(.unstackable) > thead > tr:first-child {
|
|
36846
|
+
/* Colored header (stacked table) */
|
|
36847
|
+
background: linear-gradient(to bottom, rgba(148, 97, 172, 0.12), transparent 80%), transparent;
|
|
36848
|
+
background-size: auto 65px;
|
|
36849
|
+
background-repeat: no-repeat;
|
|
36850
|
+
}
|
|
36851
|
+
|
|
36852
|
+
.ui.ui.ui.ui.ui.violet.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36763
36853
|
background: none;
|
|
36764
36854
|
}
|
|
36765
36855
|
}
|
|
36766
36856
|
|
|
36767
|
-
|
|
36768
|
-
|
|
36769
|
-
background: linear-gradient(to bottom, rgba(175, 102, 144, 0.12), transparent 80%);
|
|
36770
|
-
}
|
|
36857
|
+
.ui.purple.panel {
|
|
36858
|
+
border-top: 0.2em solid #6667af;
|
|
36771
36859
|
}
|
|
36772
36860
|
|
|
36773
|
-
.ui.
|
|
36861
|
+
.ui.purple.panel > .header {
|
|
36862
|
+
background: linear-gradient(to bottom, rgba(102, 103, 175, 0.12), #f9fafb 80%), #f9fafb;
|
|
36863
|
+
background-size: auto 65px;
|
|
36864
|
+
background-repeat: no-repeat;
|
|
36865
|
+
}
|
|
36866
|
+
|
|
36867
|
+
.ui.ui.ui.ui.ui.purple.table {
|
|
36774
36868
|
border-top-left-radius: 0.28571429em;
|
|
36775
36869
|
border-top-right-radius: 0.28571429em;
|
|
36776
36870
|
}
|
|
36777
36871
|
|
|
36778
|
-
.ui.ui.ui.ui.
|
|
36872
|
+
.ui.ui.ui.ui.ui.purple.table > thead > tr:first-child > th {
|
|
36779
36873
|
/* Colored header */
|
|
36780
|
-
|
|
36781
|
-
|
|
36782
|
-
|
|
36783
|
-
.ui.ui.ui.ui.pink.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36784
|
-
background: linear-gradient(to bottom, rgba(224, 57, 151, 0.12), #f9fafb 80%);
|
|
36874
|
+
background: linear-gradient(to bottom, rgba(102, 103, 175, 0.12), #f9fafb 80%), #f9fafb;
|
|
36875
|
+
background-size: auto 65px;
|
|
36876
|
+
background-repeat: no-repeat;
|
|
36785
36877
|
}
|
|
36786
36878
|
|
|
36787
36879
|
@media only screen and (max-width: 767.98px) {
|
|
36788
|
-
.ui.ui.ui.ui.
|
|
36880
|
+
.ui.ui.ui.ui.ui.purple.table:not(.unstackable) > thead > tr:first-child {
|
|
36881
|
+
/* Colored header (stacked table) */
|
|
36882
|
+
background: linear-gradient(to bottom, rgba(102, 103, 175, 0.12), transparent 80%), transparent;
|
|
36883
|
+
background-size: auto 65px;
|
|
36884
|
+
background-repeat: no-repeat;
|
|
36885
|
+
}
|
|
36886
|
+
|
|
36887
|
+
.ui.ui.ui.ui.ui.purple.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36789
36888
|
background: none;
|
|
36790
36889
|
}
|
|
36791
36890
|
}
|
|
36792
36891
|
|
|
36793
|
-
|
|
36794
|
-
|
|
36795
|
-
background: linear-gradient(to bottom, rgba(224, 57, 151, 0.12), transparent 80%);
|
|
36796
|
-
}
|
|
36892
|
+
.ui.pink.panel {
|
|
36893
|
+
border-top: 0.2em solid #af6687;
|
|
36797
36894
|
}
|
|
36798
36895
|
|
|
36799
|
-
.ui.
|
|
36896
|
+
.ui.pink.panel > .header {
|
|
36897
|
+
background: linear-gradient(to bottom, rgba(175, 102, 135, 0.12), #f9fafb 80%), #f9fafb;
|
|
36898
|
+
background-size: auto 65px;
|
|
36899
|
+
background-repeat: no-repeat;
|
|
36900
|
+
}
|
|
36901
|
+
|
|
36902
|
+
.ui.ui.ui.ui.ui.pink.table {
|
|
36800
36903
|
border-top-left-radius: 0.28571429em;
|
|
36801
36904
|
border-top-right-radius: 0.28571429em;
|
|
36802
36905
|
}
|
|
36803
36906
|
|
|
36804
|
-
.ui.ui.ui.ui.
|
|
36907
|
+
.ui.ui.ui.ui.ui.pink.table > thead > tr:first-child > th {
|
|
36805
36908
|
/* Colored header */
|
|
36806
|
-
|
|
36807
|
-
|
|
36808
|
-
|
|
36809
|
-
.ui.ui.ui.ui.brown.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36810
|
-
background: linear-gradient(to bottom, rgba(175, 150, 102, 0.12), #f9fafb 80%);
|
|
36909
|
+
background: linear-gradient(to bottom, rgba(175, 102, 135, 0.12), #f9fafb 80%), #f9fafb;
|
|
36910
|
+
background-size: auto 65px;
|
|
36911
|
+
background-repeat: no-repeat;
|
|
36811
36912
|
}
|
|
36812
36913
|
|
|
36813
36914
|
@media only screen and (max-width: 767.98px) {
|
|
36814
|
-
.ui.ui.ui.ui.
|
|
36915
|
+
.ui.ui.ui.ui.ui.pink.table:not(.unstackable) > thead > tr:first-child {
|
|
36916
|
+
/* Colored header (stacked table) */
|
|
36917
|
+
background: linear-gradient(to bottom, rgba(175, 102, 135, 0.12), transparent 80%), transparent;
|
|
36918
|
+
background-size: auto 65px;
|
|
36919
|
+
background-repeat: no-repeat;
|
|
36920
|
+
}
|
|
36921
|
+
|
|
36922
|
+
.ui.ui.ui.ui.ui.pink.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36815
36923
|
background: none;
|
|
36816
36924
|
}
|
|
36817
36925
|
}
|
|
36818
36926
|
|
|
36819
|
-
|
|
36820
|
-
|
|
36821
|
-
|
|
36822
|
-
|
|
36927
|
+
.ui.brown.panel {
|
|
36928
|
+
border-top: 0.2em solid #af9066;
|
|
36929
|
+
}
|
|
36930
|
+
|
|
36931
|
+
.ui.brown.panel > .header {
|
|
36932
|
+
background: linear-gradient(to bottom, rgba(175, 144, 102, 0.12), #f9fafb 80%), #f9fafb;
|
|
36933
|
+
background-size: auto 65px;
|
|
36934
|
+
background-repeat: no-repeat;
|
|
36823
36935
|
}
|
|
36824
36936
|
|
|
36825
|
-
.ui.ui.ui.ui.
|
|
36937
|
+
.ui.ui.ui.ui.ui.brown.table {
|
|
36826
36938
|
border-top-left-radius: 0.28571429em;
|
|
36827
36939
|
border-top-right-radius: 0.28571429em;
|
|
36828
36940
|
}
|
|
36829
36941
|
|
|
36830
|
-
.ui.ui.ui.ui.
|
|
36942
|
+
.ui.ui.ui.ui.ui.brown.table > thead > tr:first-child > th {
|
|
36831
36943
|
/* Colored header */
|
|
36832
|
-
|
|
36833
|
-
|
|
36834
|
-
|
|
36835
|
-
.ui.ui.ui.ui.grey.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36836
|
-
background: linear-gradient(to bottom, rgba(163, 179, 192, 0.12), #f9fafb 80%);
|
|
36944
|
+
background: linear-gradient(to bottom, rgba(175, 144, 102, 0.12), #f9fafb 80%), #f9fafb;
|
|
36945
|
+
background-size: auto 65px;
|
|
36946
|
+
background-repeat: no-repeat;
|
|
36837
36947
|
}
|
|
36838
36948
|
|
|
36839
36949
|
@media only screen and (max-width: 767.98px) {
|
|
36840
|
-
.ui.ui.ui.ui.
|
|
36950
|
+
.ui.ui.ui.ui.ui.brown.table:not(.unstackable) > thead > tr:first-child {
|
|
36951
|
+
/* Colored header (stacked table) */
|
|
36952
|
+
background: linear-gradient(to bottom, rgba(175, 144, 102, 0.12), transparent 80%), transparent;
|
|
36953
|
+
background-size: auto 65px;
|
|
36954
|
+
background-repeat: no-repeat;
|
|
36955
|
+
}
|
|
36956
|
+
|
|
36957
|
+
.ui.ui.ui.ui.ui.brown.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36841
36958
|
background: none;
|
|
36842
36959
|
}
|
|
36843
36960
|
}
|
|
36844
36961
|
|
|
36845
|
-
|
|
36846
|
-
|
|
36847
|
-
background: linear-gradient(to bottom, rgba(163, 179, 192, 0.12), transparent 80%);
|
|
36848
|
-
}
|
|
36962
|
+
.ui.grey.panel {
|
|
36963
|
+
border-top: 0.2em solid #a3b3c0;
|
|
36849
36964
|
}
|
|
36850
36965
|
|
|
36851
|
-
.ui.
|
|
36966
|
+
.ui.grey.panel > .header {
|
|
36967
|
+
background: linear-gradient(to bottom, rgba(163, 179, 192, 0.12), #f9fafb 80%), #f9fafb;
|
|
36968
|
+
background-size: auto 65px;
|
|
36969
|
+
background-repeat: no-repeat;
|
|
36970
|
+
}
|
|
36971
|
+
|
|
36972
|
+
.ui.ui.ui.ui.ui.grey.table {
|
|
36852
36973
|
border-top-left-radius: 0.28571429em;
|
|
36853
36974
|
border-top-right-radius: 0.28571429em;
|
|
36854
36975
|
}
|
|
36855
36976
|
|
|
36856
|
-
.ui.ui.ui.ui.
|
|
36977
|
+
.ui.ui.ui.ui.ui.grey.table > thead > tr:first-child > th {
|
|
36857
36978
|
/* Colored header */
|
|
36858
|
-
|
|
36859
|
-
|
|
36860
|
-
|
|
36861
|
-
.ui.ui.ui.ui.black.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36862
|
-
background: linear-gradient(to bottom, rgba(27, 28, 29, 0.12), #f9fafb 80%);
|
|
36979
|
+
background: linear-gradient(to bottom, rgba(163, 179, 192, 0.12), #f9fafb 80%), #f9fafb;
|
|
36980
|
+
background-size: auto 65px;
|
|
36981
|
+
background-repeat: no-repeat;
|
|
36863
36982
|
}
|
|
36864
36983
|
|
|
36865
36984
|
@media only screen and (max-width: 767.98px) {
|
|
36866
|
-
.ui.ui.ui.ui.
|
|
36985
|
+
.ui.ui.ui.ui.ui.grey.table:not(.unstackable) > thead > tr:first-child {
|
|
36986
|
+
/* Colored header (stacked table) */
|
|
36987
|
+
background: linear-gradient(to bottom, rgba(163, 179, 192, 0.12), transparent 80%), transparent;
|
|
36988
|
+
background-size: auto 65px;
|
|
36989
|
+
background-repeat: no-repeat;
|
|
36990
|
+
}
|
|
36991
|
+
|
|
36992
|
+
.ui.ui.ui.ui.ui.grey.table:not(.unstackable) > thead > tr:first-child > th {
|
|
36867
36993
|
background: none;
|
|
36868
36994
|
}
|
|
36869
36995
|
}
|
|
36870
36996
|
|
|
36997
|
+
.ui.black.panel {
|
|
36998
|
+
border-top: 0.2em solid #1b1c1d;
|
|
36999
|
+
}
|
|
37000
|
+
|
|
37001
|
+
.ui.black.panel > .header {
|
|
37002
|
+
background: linear-gradient(to bottom, rgba(27, 28, 29, 0.12), #f9fafb 80%), #f9fafb;
|
|
37003
|
+
background-size: auto 65px;
|
|
37004
|
+
background-repeat: no-repeat;
|
|
37005
|
+
}
|
|
37006
|
+
|
|
37007
|
+
.ui.ui.ui.ui.ui.black.table {
|
|
37008
|
+
border-top-left-radius: 0.28571429em;
|
|
37009
|
+
border-top-right-radius: 0.28571429em;
|
|
37010
|
+
}
|
|
37011
|
+
|
|
37012
|
+
.ui.ui.ui.ui.ui.black.table > thead > tr:first-child > th {
|
|
37013
|
+
/* Colored header */
|
|
37014
|
+
background: linear-gradient(to bottom, rgba(27, 28, 29, 0.12), #f9fafb 80%), #f9fafb;
|
|
37015
|
+
background-size: auto 65px;
|
|
37016
|
+
background-repeat: no-repeat;
|
|
37017
|
+
}
|
|
37018
|
+
|
|
36871
37019
|
@media only screen and (max-width: 767.98px) {
|
|
36872
|
-
.ui.ui.ui.ui.black.table:not(.unstackable) > thead > tr
|
|
36873
|
-
|
|
37020
|
+
.ui.ui.ui.ui.ui.black.table:not(.unstackable) > thead > tr:first-child {
|
|
37021
|
+
/* Colored header (stacked table) */
|
|
37022
|
+
background: linear-gradient(to bottom, rgba(27, 28, 29, 0.12), transparent 80%), transparent;
|
|
37023
|
+
background-size: auto 65px;
|
|
37024
|
+
background-repeat: no-repeat;
|
|
37025
|
+
}
|
|
37026
|
+
|
|
37027
|
+
.ui.ui.ui.ui.ui.black.table:not(.unstackable) > thead > tr:first-child > th {
|
|
37028
|
+
background: none;
|
|
36874
37029
|
}
|
|
36875
37030
|
}
|
|
36876
37031
|
/*!
|
|
@@ -37722,7 +37877,7 @@ a.ui.basic.inverted.red.card:hover,
|
|
|
37722
37877
|
.ui.orange.cards > .card,
|
|
37723
37878
|
.ui.cards > .orange.card,
|
|
37724
37879
|
.ui.orange.card {
|
|
37725
|
-
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #
|
|
37880
|
+
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #af6a66, 0 1px 3px 0 #d4d4d5;
|
|
37726
37881
|
}
|
|
37727
37882
|
|
|
37728
37883
|
.ui.cards a.orange.card:hover,
|
|
@@ -37731,7 +37886,7 @@ a.ui.basic.inverted.red.card:hover,
|
|
|
37731
37886
|
.ui.link.cards .orange.card:not(.icon):hover,
|
|
37732
37887
|
a.ui.orange.card:hover,
|
|
37733
37888
|
.ui.link.orange.card:hover {
|
|
37734
|
-
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #
|
|
37889
|
+
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #a95752, 0 1px 3px 0 #bcbdbd;
|
|
37735
37890
|
}
|
|
37736
37891
|
|
|
37737
37892
|
.ui.cards > .basic.orange.card,
|
|
@@ -37771,7 +37926,7 @@ a.ui.inverted.orange.card:hover,
|
|
|
37771
37926
|
.ui.basic.inverted.orange.cards > .card,
|
|
37772
37927
|
.ui.basic.inverted.cards > .orange.card,
|
|
37773
37928
|
.ui.basic.inverted.orange.card {
|
|
37774
|
-
background: #
|
|
37929
|
+
background: #af6a66;
|
|
37775
37930
|
}
|
|
37776
37931
|
|
|
37777
37932
|
.ui.inverted.cards a.basic.orange.card:hover,
|
|
@@ -37782,7 +37937,7 @@ a.ui.inverted.orange.card:hover,
|
|
|
37782
37937
|
.ui.link.basic.inverted.cards .orange.card:not(.icon):hover,
|
|
37783
37938
|
a.ui.basic.inverted.orange.card:hover,
|
|
37784
37939
|
.ui.link.basic.inverted.orange.card:hover {
|
|
37785
|
-
background: #
|
|
37940
|
+
background: #a95752;
|
|
37786
37941
|
}
|
|
37787
37942
|
|
|
37788
37943
|
.ui.yellow.cards > .card,
|
|
@@ -38184,7 +38339,7 @@ a.ui.basic.inverted.violet.card:hover,
|
|
|
38184
38339
|
.ui.purple.cards > .card,
|
|
38185
38340
|
.ui.cards > .purple.card,
|
|
38186
38341
|
.ui.purple.card {
|
|
38187
|
-
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #
|
|
38342
|
+
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #6667af, 0 1px 3px 0 #d4d4d5;
|
|
38188
38343
|
}
|
|
38189
38344
|
|
|
38190
38345
|
.ui.cards a.purple.card:hover,
|
|
@@ -38193,7 +38348,7 @@ a.ui.basic.inverted.violet.card:hover,
|
|
|
38193
38348
|
.ui.link.cards .purple.card:not(.icon):hover,
|
|
38194
38349
|
a.ui.purple.card:hover,
|
|
38195
38350
|
.ui.link.purple.card:hover {
|
|
38196
|
-
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #
|
|
38351
|
+
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #5254a9, 0 1px 3px 0 #bcbdbd;
|
|
38197
38352
|
}
|
|
38198
38353
|
|
|
38199
38354
|
.ui.cards > .basic.purple.card,
|
|
@@ -38233,7 +38388,7 @@ a.ui.inverted.purple.card:hover,
|
|
|
38233
38388
|
.ui.basic.inverted.purple.cards > .card,
|
|
38234
38389
|
.ui.basic.inverted.cards > .purple.card,
|
|
38235
38390
|
.ui.basic.inverted.purple.card {
|
|
38236
|
-
background: #
|
|
38391
|
+
background: #6667af;
|
|
38237
38392
|
}
|
|
38238
38393
|
|
|
38239
38394
|
.ui.inverted.cards a.basic.purple.card:hover,
|
|
@@ -38244,13 +38399,13 @@ a.ui.inverted.purple.card:hover,
|
|
|
38244
38399
|
.ui.link.basic.inverted.cards .purple.card:not(.icon):hover,
|
|
38245
38400
|
a.ui.basic.inverted.purple.card:hover,
|
|
38246
38401
|
.ui.link.basic.inverted.purple.card:hover {
|
|
38247
|
-
background: #
|
|
38402
|
+
background: #5254a9;
|
|
38248
38403
|
}
|
|
38249
38404
|
|
|
38250
38405
|
.ui.pink.cards > .card,
|
|
38251
38406
|
.ui.cards > .pink.card,
|
|
38252
38407
|
.ui.pink.card {
|
|
38253
|
-
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #
|
|
38408
|
+
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #af6687, 0 1px 3px 0 #d4d4d5;
|
|
38254
38409
|
}
|
|
38255
38410
|
|
|
38256
38411
|
.ui.cards a.pink.card:hover,
|
|
@@ -38259,7 +38414,7 @@ a.ui.basic.inverted.purple.card:hover,
|
|
|
38259
38414
|
.ui.link.cards .pink.card:not(.icon):hover,
|
|
38260
38415
|
a.ui.pink.card:hover,
|
|
38261
38416
|
.ui.link.pink.card:hover {
|
|
38262
|
-
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #
|
|
38417
|
+
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #a9527a, 0 1px 3px 0 #bcbdbd;
|
|
38263
38418
|
}
|
|
38264
38419
|
|
|
38265
38420
|
.ui.cards > .basic.pink.card,
|
|
@@ -38299,7 +38454,7 @@ a.ui.inverted.pink.card:hover,
|
|
|
38299
38454
|
.ui.basic.inverted.pink.cards > .card,
|
|
38300
38455
|
.ui.basic.inverted.cards > .pink.card,
|
|
38301
38456
|
.ui.basic.inverted.pink.card {
|
|
38302
|
-
background: #
|
|
38457
|
+
background: #af6687;
|
|
38303
38458
|
}
|
|
38304
38459
|
|
|
38305
38460
|
.ui.inverted.cards a.basic.pink.card:hover,
|
|
@@ -38310,13 +38465,13 @@ a.ui.inverted.pink.card:hover,
|
|
|
38310
38465
|
.ui.link.basic.inverted.cards .pink.card:not(.icon):hover,
|
|
38311
38466
|
a.ui.basic.inverted.pink.card:hover,
|
|
38312
38467
|
.ui.link.basic.inverted.pink.card:hover {
|
|
38313
|
-
background: #
|
|
38468
|
+
background: #a9527a;
|
|
38314
38469
|
}
|
|
38315
38470
|
|
|
38316
38471
|
.ui.brown.cards > .card,
|
|
38317
38472
|
.ui.cards > .brown.card,
|
|
38318
38473
|
.ui.brown.card {
|
|
38319
|
-
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #
|
|
38474
|
+
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #af9066, 0 1px 3px 0 #d4d4d5;
|
|
38320
38475
|
}
|
|
38321
38476
|
|
|
38322
38477
|
.ui.cards a.brown.card:hover,
|
|
@@ -38325,7 +38480,7 @@ a.ui.basic.inverted.pink.card:hover,
|
|
|
38325
38480
|
.ui.link.cards .brown.card:not(.icon):hover,
|
|
38326
38481
|
a.ui.brown.card:hover,
|
|
38327
38482
|
.ui.link.brown.card:hover {
|
|
38328
|
-
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #
|
|
38483
|
+
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #a98452, 0 1px 3px 0 #bcbdbd;
|
|
38329
38484
|
}
|
|
38330
38485
|
|
|
38331
38486
|
.ui.cards > .basic.brown.card,
|
|
@@ -38365,7 +38520,7 @@ a.ui.inverted.brown.card:hover,
|
|
|
38365
38520
|
.ui.basic.inverted.brown.cards > .card,
|
|
38366
38521
|
.ui.basic.inverted.cards > .brown.card,
|
|
38367
38522
|
.ui.basic.inverted.brown.card {
|
|
38368
|
-
background: #
|
|
38523
|
+
background: #af9066;
|
|
38369
38524
|
}
|
|
38370
38525
|
|
|
38371
38526
|
.ui.inverted.cards a.basic.brown.card:hover,
|
|
@@ -38376,7 +38531,7 @@ a.ui.inverted.brown.card:hover,
|
|
|
38376
38531
|
.ui.link.basic.inverted.cards .brown.card:not(.icon):hover,
|
|
38377
38532
|
a.ui.basic.inverted.brown.card:hover,
|
|
38378
38533
|
.ui.link.basic.inverted.brown.card:hover {
|
|
38379
|
-
background: #
|
|
38534
|
+
background: #a98452;
|
|
38380
38535
|
}
|
|
38381
38536
|
|
|
38382
38537
|
.ui.grey.cards > .card,
|
|
@@ -39596,12 +39751,12 @@ a.inverted.ui.card:hover,
|
|
|
39596
39751
|
|
|
39597
39752
|
.ui.ui.feed > .event > .orange.label::before,
|
|
39598
39753
|
.ui.orange.feed > .event > .label::before {
|
|
39599
|
-
background: #
|
|
39754
|
+
background: #af6a66;
|
|
39600
39755
|
}
|
|
39601
39756
|
|
|
39602
39757
|
.ui.orange.connected.feed > .event::before,
|
|
39603
39758
|
.ui.connected.feed > .orange.event::before {
|
|
39604
|
-
border-color: #
|
|
39759
|
+
border-color: #af6a66;
|
|
39605
39760
|
}
|
|
39606
39761
|
|
|
39607
39762
|
.ui.inverted.orange.connected.feed > .event::before,
|
|
@@ -39611,7 +39766,7 @@ a.inverted.ui.card:hover,
|
|
|
39611
39766
|
|
|
39612
39767
|
.ui.ui.feed > .event > .orange.basic.label::before,
|
|
39613
39768
|
.ui.orange.basic.feed > .event > .label::before {
|
|
39614
|
-
color: #
|
|
39769
|
+
color: #af6a66;
|
|
39615
39770
|
}
|
|
39616
39771
|
|
|
39617
39772
|
.ui.feed > .event > .inverted.orange.label::before,
|
|
@@ -39806,12 +39961,12 @@ a.inverted.ui.card:hover,
|
|
|
39806
39961
|
|
|
39807
39962
|
.ui.ui.feed > .event > .purple.label::before,
|
|
39808
39963
|
.ui.purple.feed > .event > .label::before {
|
|
39809
|
-
background: #
|
|
39964
|
+
background: #6667af;
|
|
39810
39965
|
}
|
|
39811
39966
|
|
|
39812
39967
|
.ui.purple.connected.feed > .event::before,
|
|
39813
39968
|
.ui.connected.feed > .purple.event::before {
|
|
39814
|
-
border-color: #
|
|
39969
|
+
border-color: #6667af;
|
|
39815
39970
|
}
|
|
39816
39971
|
|
|
39817
39972
|
.ui.inverted.purple.connected.feed > .event::before,
|
|
@@ -39821,7 +39976,7 @@ a.inverted.ui.card:hover,
|
|
|
39821
39976
|
|
|
39822
39977
|
.ui.ui.feed > .event > .purple.basic.label::before,
|
|
39823
39978
|
.ui.purple.basic.feed > .event > .label::before {
|
|
39824
|
-
color: #
|
|
39979
|
+
color: #6667af;
|
|
39825
39980
|
}
|
|
39826
39981
|
|
|
39827
39982
|
.ui.feed > .event > .inverted.purple.label::before,
|
|
@@ -39836,12 +39991,12 @@ a.inverted.ui.card:hover,
|
|
|
39836
39991
|
|
|
39837
39992
|
.ui.ui.feed > .event > .pink.label::before,
|
|
39838
39993
|
.ui.pink.feed > .event > .label::before {
|
|
39839
|
-
background: #
|
|
39994
|
+
background: #af6687;
|
|
39840
39995
|
}
|
|
39841
39996
|
|
|
39842
39997
|
.ui.pink.connected.feed > .event::before,
|
|
39843
39998
|
.ui.connected.feed > .pink.event::before {
|
|
39844
|
-
border-color: #
|
|
39999
|
+
border-color: #af6687;
|
|
39845
40000
|
}
|
|
39846
40001
|
|
|
39847
40002
|
.ui.inverted.pink.connected.feed > .event::before,
|
|
@@ -39851,7 +40006,7 @@ a.inverted.ui.card:hover,
|
|
|
39851
40006
|
|
|
39852
40007
|
.ui.ui.feed > .event > .pink.basic.label::before,
|
|
39853
40008
|
.ui.pink.basic.feed > .event > .label::before {
|
|
39854
|
-
color: #
|
|
40009
|
+
color: #af6687;
|
|
39855
40010
|
}
|
|
39856
40011
|
|
|
39857
40012
|
.ui.feed > .event > .inverted.pink.label::before,
|
|
@@ -39866,12 +40021,12 @@ a.inverted.ui.card:hover,
|
|
|
39866
40021
|
|
|
39867
40022
|
.ui.ui.feed > .event > .brown.label::before,
|
|
39868
40023
|
.ui.brown.feed > .event > .label::before {
|
|
39869
|
-
background: #
|
|
40024
|
+
background: #af9066;
|
|
39870
40025
|
}
|
|
39871
40026
|
|
|
39872
40027
|
.ui.brown.connected.feed > .event::before,
|
|
39873
40028
|
.ui.connected.feed > .brown.event::before {
|
|
39874
|
-
border-color: #
|
|
40029
|
+
border-color: #af9066;
|
|
39875
40030
|
}
|
|
39876
40031
|
|
|
39877
40032
|
.ui.inverted.brown.connected.feed > .event::before,
|
|
@@ -39881,7 +40036,7 @@ a.inverted.ui.card:hover,
|
|
|
39881
40036
|
|
|
39882
40037
|
.ui.ui.feed > .event > .brown.basic.label::before,
|
|
39883
40038
|
.ui.brown.basic.feed > .event > .label::before {
|
|
39884
|
-
color: #
|
|
40039
|
+
color: #af9066;
|
|
39885
40040
|
}
|
|
39886
40041
|
|
|
39887
40042
|
.ui.feed > .event > .inverted.brown.label::before,
|
|
@@ -40958,7 +41113,7 @@ a.inverted.ui.card:hover,
|
|
|
40958
41113
|
.ui.orange.statistics .statistic > .value,
|
|
40959
41114
|
.ui.statistics .orange.statistic > .value,
|
|
40960
41115
|
.ui.orange.statistic > .value {
|
|
40961
|
-
color: #
|
|
41116
|
+
color: #af6a66;
|
|
40962
41117
|
}
|
|
40963
41118
|
|
|
40964
41119
|
.ui.inverted.orange.statistics .statistic > .value,
|
|
@@ -41042,7 +41197,7 @@ a.inverted.ui.card:hover,
|
|
|
41042
41197
|
.ui.purple.statistics .statistic > .value,
|
|
41043
41198
|
.ui.statistics .purple.statistic > .value,
|
|
41044
41199
|
.ui.purple.statistic > .value {
|
|
41045
|
-
color: #
|
|
41200
|
+
color: #6667af;
|
|
41046
41201
|
}
|
|
41047
41202
|
|
|
41048
41203
|
.ui.inverted.purple.statistics .statistic > .value,
|
|
@@ -41054,7 +41209,7 @@ a.inverted.ui.card:hover,
|
|
|
41054
41209
|
.ui.pink.statistics .statistic > .value,
|
|
41055
41210
|
.ui.statistics .pink.statistic > .value,
|
|
41056
41211
|
.ui.pink.statistic > .value {
|
|
41057
|
-
color: #
|
|
41212
|
+
color: #af6687;
|
|
41058
41213
|
}
|
|
41059
41214
|
|
|
41060
41215
|
.ui.inverted.pink.statistics .statistic > .value,
|
|
@@ -41066,7 +41221,7 @@ a.inverted.ui.card:hover,
|
|
|
41066
41221
|
.ui.brown.statistics .statistic > .value,
|
|
41067
41222
|
.ui.statistics .brown.statistic > .value,
|
|
41068
41223
|
.ui.brown.statistic > .value {
|
|
41069
|
-
color: #
|
|
41224
|
+
color: #af9066;
|
|
41070
41225
|
}
|
|
41071
41226
|
|
|
41072
41227
|
.ui.inverted.brown.statistics .statistic > .value,
|
|
@@ -41674,6 +41829,60 @@ a.inverted.ui.card:hover,
|
|
|
41674
41829
|
/*******************************
|
|
41675
41830
|
User Overrides
|
|
41676
41831
|
*******************************/
|
|
41832
|
+
|
|
41833
|
+
.plain-accordion {
|
|
41834
|
+
max-width: 100%;
|
|
41835
|
+
}
|
|
41836
|
+
|
|
41837
|
+
.plain-accordion .title {
|
|
41838
|
+
cursor: pointer;
|
|
41839
|
+
}
|
|
41840
|
+
|
|
41841
|
+
/* Dropdown Icon */
|
|
41842
|
+
|
|
41843
|
+
.plain-accordion .title > .dropdown.icon {
|
|
41844
|
+
font-family: Accordion;
|
|
41845
|
+
line-height: 1;
|
|
41846
|
+
backface-visibility: hidden;
|
|
41847
|
+
font-weight: normal;
|
|
41848
|
+
font-style: normal;
|
|
41849
|
+
text-align: center;
|
|
41850
|
+
}
|
|
41851
|
+
|
|
41852
|
+
.plain-accordion .title > .dropdown.icon::before {
|
|
41853
|
+
content: "\f0da"
|
|
41854
|
+
;
|
|
41855
|
+
}
|
|
41856
|
+
|
|
41857
|
+
.plain-accordion .title > .dropdown.icon {
|
|
41858
|
+
display: inline-block;
|
|
41859
|
+
float: none;
|
|
41860
|
+
opacity: 1;
|
|
41861
|
+
width: 1.25em;
|
|
41862
|
+
height: 1em;
|
|
41863
|
+
margin: 0 0.25rem 0 0;
|
|
41864
|
+
padding: 0;
|
|
41865
|
+
font-size: 1em;
|
|
41866
|
+
transition: transform 0.1s ease, opacity 0.1s ease;
|
|
41867
|
+
vertical-align: baseline;
|
|
41868
|
+
transform: none;
|
|
41869
|
+
}
|
|
41870
|
+
|
|
41871
|
+
.plain-accordion .title > .dropdown.icon.right {
|
|
41872
|
+
float: right;
|
|
41873
|
+
transform: rotate(180deg);
|
|
41874
|
+
}
|
|
41875
|
+
|
|
41876
|
+
/* States */
|
|
41877
|
+
|
|
41878
|
+
.plain-accordion[open] .title > .dropdown.icon,
|
|
41879
|
+
.plain-accordion .active.title > .dropdown.icon {
|
|
41880
|
+
transform: rotate(90deg);
|
|
41881
|
+
}
|
|
41882
|
+
|
|
41883
|
+
.plain-accordion .title ~ .content:not(.active) {
|
|
41884
|
+
display: none;
|
|
41885
|
+
}
|
|
41677
41886
|
/*!
|
|
41678
41887
|
* # Fomantic-UI 2.9.4 - Calendar
|
|
41679
41888
|
* https://github.com/fomantic/Fomantic-UI/
|
|
@@ -47555,14 +47764,14 @@ select.ui.dropdown {
|
|
|
47555
47764
|
.ui.orange.popup,
|
|
47556
47765
|
[data-tooltip][data-variation~="orange"]::after,
|
|
47557
47766
|
[data-tooltip][data-variation~="orange"]::before {
|
|
47558
|
-
background: #
|
|
47767
|
+
background: #af6a66;
|
|
47559
47768
|
color: #fff;
|
|
47560
47769
|
border: none;
|
|
47561
47770
|
}
|
|
47562
47771
|
|
|
47563
47772
|
.ui.ui.ui.orange.loading.popup::before,
|
|
47564
47773
|
.ui.orange.loading.popup {
|
|
47565
|
-
background: #
|
|
47774
|
+
background: #e4ccca;
|
|
47566
47775
|
}
|
|
47567
47776
|
|
|
47568
47777
|
.ui.ui.ui.orange.popup::before,
|
|
@@ -47779,14 +47988,14 @@ select.ui.dropdown {
|
|
|
47779
47988
|
.ui.purple.popup,
|
|
47780
47989
|
[data-tooltip][data-variation~="purple"]::after,
|
|
47781
47990
|
[data-tooltip][data-variation~="purple"]::before {
|
|
47782
|
-
background: #
|
|
47991
|
+
background: #6667af;
|
|
47783
47992
|
color: #fff;
|
|
47784
47993
|
border: none;
|
|
47785
47994
|
}
|
|
47786
47995
|
|
|
47787
47996
|
.ui.ui.ui.purple.loading.popup::before,
|
|
47788
47997
|
.ui.purple.loading.popup {
|
|
47789
|
-
background: #
|
|
47998
|
+
background: #cacbe4;
|
|
47790
47999
|
}
|
|
47791
48000
|
|
|
47792
48001
|
.ui.ui.ui.purple.popup::before,
|
|
@@ -47811,14 +48020,14 @@ select.ui.dropdown {
|
|
|
47811
48020
|
.ui.pink.popup,
|
|
47812
48021
|
[data-tooltip][data-variation~="pink"]::after,
|
|
47813
48022
|
[data-tooltip][data-variation~="pink"]::before {
|
|
47814
|
-
background: #
|
|
48023
|
+
background: #af6687;
|
|
47815
48024
|
color: #fff;
|
|
47816
48025
|
border: none;
|
|
47817
48026
|
}
|
|
47818
48027
|
|
|
47819
48028
|
.ui.ui.ui.pink.loading.popup::before,
|
|
47820
48029
|
.ui.pink.loading.popup {
|
|
47821
|
-
background: #
|
|
48030
|
+
background: #e4cad6;
|
|
47822
48031
|
}
|
|
47823
48032
|
|
|
47824
48033
|
.ui.ui.ui.pink.popup::before,
|
|
@@ -47843,14 +48052,14 @@ select.ui.dropdown {
|
|
|
47843
48052
|
.ui.brown.popup,
|
|
47844
48053
|
[data-tooltip][data-variation~="brown"]::after,
|
|
47845
48054
|
[data-tooltip][data-variation~="brown"]::before {
|
|
47846
|
-
background: #
|
|
48055
|
+
background: #af9066;
|
|
47847
48056
|
color: #fff;
|
|
47848
48057
|
border: none;
|
|
47849
48058
|
}
|
|
47850
48059
|
|
|
47851
48060
|
.ui.ui.ui.brown.loading.popup::before,
|
|
47852
48061
|
.ui.brown.loading.popup {
|
|
47853
|
-
background: #
|
|
48062
|
+
background: #e4d9ca;
|
|
47854
48063
|
}
|
|
47855
48064
|
|
|
47856
48065
|
.ui.ui.ui.brown.popup::before,
|
|
@@ -48824,7 +49033,7 @@ select.ui.dropdown {
|
|
|
48824
49033
|
}
|
|
48825
49034
|
|
|
48826
49035
|
.orange.pulsating.transition {
|
|
48827
|
-
box-shadow: 0 0 0 0 rgba(
|
|
49036
|
+
box-shadow: 0 0 0 0 rgba(175, 106, 102, 0.5);
|
|
48828
49037
|
}
|
|
48829
49038
|
|
|
48830
49039
|
.orange.inverted.pulsating.transition {
|
|
@@ -48880,7 +49089,7 @@ select.ui.dropdown {
|
|
|
48880
49089
|
}
|
|
48881
49090
|
|
|
48882
49091
|
.purple.pulsating.transition {
|
|
48883
|
-
box-shadow: 0 0 0 0 rgba(
|
|
49092
|
+
box-shadow: 0 0 0 0 rgba(102, 103, 175, 0.5);
|
|
48884
49093
|
}
|
|
48885
49094
|
|
|
48886
49095
|
.purple.inverted.pulsating.transition {
|
|
@@ -48888,7 +49097,7 @@ select.ui.dropdown {
|
|
|
48888
49097
|
}
|
|
48889
49098
|
|
|
48890
49099
|
.pink.pulsating.transition {
|
|
48891
|
-
box-shadow: 0 0 0 0 rgba(
|
|
49100
|
+
box-shadow: 0 0 0 0 rgba(175, 102, 135, 0.5);
|
|
48892
49101
|
}
|
|
48893
49102
|
|
|
48894
49103
|
.pink.inverted.pulsating.transition {
|
|
@@ -48896,7 +49105,7 @@ select.ui.dropdown {
|
|
|
48896
49105
|
}
|
|
48897
49106
|
|
|
48898
49107
|
.brown.pulsating.transition {
|
|
48899
|
-
box-shadow: 0 0 0 0 rgba(175,
|
|
49108
|
+
box-shadow: 0 0 0 0 rgba(175, 144, 102, 0.5);
|
|
48900
49109
|
}
|
|
48901
49110
|
|
|
48902
49111
|
.brown.inverted.pulsating.transition {
|