@northdata/fomantic-ui 2.9.401 → 2.9.403

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.
Files changed (48) hide show
  1. package/lib/semantic-ui/dist/components/button.css +15 -15
  2. package/lib/semantic-ui/dist/components/button.min.css +1 -1
  3. package/lib/semantic-ui/dist/components/card.css +2 -2
  4. package/lib/semantic-ui/dist/components/card.min.css +1 -1
  5. package/lib/semantic-ui/dist/components/dropdown.css +4 -4
  6. package/lib/semantic-ui/dist/components/dropdown.min.css +1 -1
  7. package/lib/semantic-ui/dist/components/form.css +4 -11
  8. package/lib/semantic-ui/dist/components/form.min.css +1 -1
  9. package/lib/semantic-ui/dist/components/grid.css +1 -1
  10. package/lib/semantic-ui/dist/components/grid.min.css +1 -1
  11. package/lib/semantic-ui/dist/components/header.css +18 -18
  12. package/lib/semantic-ui/dist/components/header.min.css +1 -1
  13. package/lib/semantic-ui/dist/components/icon.css +12 -12
  14. package/lib/semantic-ui/dist/components/icon.min.css +1 -1
  15. package/lib/semantic-ui/dist/components/input.css +11 -11
  16. package/lib/semantic-ui/dist/components/input.min.css +1 -1
  17. package/lib/semantic-ui/dist/components/label.css +54 -54
  18. package/lib/semantic-ui/dist/components/label.min.css +1 -1
  19. package/lib/semantic-ui/dist/components/loader.css +3 -3
  20. package/lib/semantic-ui/dist/components/loader.min.css +1 -1
  21. package/lib/semantic-ui/dist/components/menu.css +1 -1
  22. package/lib/semantic-ui/dist/components/menu.min.css +1 -1
  23. package/lib/semantic-ui/dist/components/message.css +2 -2
  24. package/lib/semantic-ui/dist/components/message.min.css +1 -1
  25. package/lib/semantic-ui/dist/components/popup.css +3 -3
  26. package/lib/semantic-ui/dist/components/popup.min.css +1 -1
  27. package/lib/semantic-ui/dist/components/search.css +2 -2
  28. package/lib/semantic-ui/dist/components/search.min.css +1 -1
  29. package/lib/semantic-ui/dist/components/segment.css +14 -14
  30. package/lib/semantic-ui/dist/components/segment.min.css +1 -1
  31. package/lib/semantic-ui/dist/components/tab.css +1 -1
  32. package/lib/semantic-ui/dist/components/tab.min.css +1 -1
  33. package/lib/semantic-ui/dist/components/table.css +1 -1
  34. package/lib/semantic-ui/dist/components/table.min.css +1 -1
  35. package/lib/semantic-ui/dist/less/colors.less +623 -0
  36. package/lib/semantic-ui/dist/less/default/reset.variables +3 -0
  37. package/lib/semantic-ui/dist/less/default/site.variables +1547 -0
  38. package/lib/semantic-ui/dist/less/default/variation.variables +796 -0
  39. package/lib/semantic-ui/dist/less/site/reset.variables +3 -0
  40. package/lib/semantic-ui/dist/less/site/site.variables +68 -0
  41. package/lib/semantic-ui/dist/less/site/variation.variables +792 -0
  42. package/lib/semantic-ui/dist/less/theme.less +22 -0
  43. package/lib/semantic-ui/dist/semantic-packed.css +148 -156
  44. package/lib/semantic-ui/dist/semantic.css +148 -156
  45. package/lib/semantic-ui/dist/semantic.full.css +505 -505
  46. package/lib/semantic-ui/dist/semantic.full.min.css +1 -1
  47. package/lib/semantic-ui/dist/semantic.min.css +17 -17
  48. package/package.json +1 -1
@@ -1098,7 +1098,7 @@ input::selection {
1098
1098
  }
1099
1099
 
1100
1100
  .ui.secondary.button {
1101
- background-color: #1b1c1d;
1101
+ background-color: #294755;
1102
1102
  color: #fff;
1103
1103
  text-shadow: none;
1104
1104
  background-image: none;
@@ -1109,32 +1109,32 @@ input::selection {
1109
1109
  }
1110
1110
 
1111
1111
  .ui.secondary.button:hover {
1112
- background-color: #27292a;
1112
+ background-color: #2f5669;
1113
1113
  color: #fff;
1114
1114
  text-shadow: none;
1115
1115
  }
1116
1116
 
1117
1117
  .ui.secondary.button:focus {
1118
- background-color: #2e3032;
1118
+ background-color: #306076;
1119
1119
  color: #fff;
1120
1120
  text-shadow: none;
1121
1121
  }
1122
1122
 
1123
1123
  .ui.secondary.button:active {
1124
- background-color: #343637;
1124
+ background-color: #3a6477;
1125
1125
  color: #fff;
1126
1126
  text-shadow: none;
1127
1127
  }
1128
1128
 
1129
1129
  .ui.secondary.active.button,
1130
1130
  .ui.secondary.button .active.button:active {
1131
- background-color: #27292a;
1131
+ background-color: #2d576a;
1132
1132
  color: #fff;
1133
1133
  text-shadow: none;
1134
1134
  }
1135
1135
 
1136
1136
  .ui.green.button {
1137
- background-color: #66af8b;
1137
+ background-color: #81b08c;
1138
1138
  color: #fff;
1139
1139
  text-shadow: none;
1140
1140
  background-image: none;
@@ -1145,26 +1145,26 @@ input::selection {
1145
1145
  }
1146
1146
 
1147
1147
  .ui.green.button:hover {
1148
- background-color: #52a97e;
1148
+ background-color: #6fa97c;
1149
1149
  color: #fff;
1150
1150
  text-shadow: none;
1151
1151
  }
1152
1152
 
1153
1153
  .ui.green.button:focus {
1154
- background-color: #4aa377;
1154
+ background-color: #62a672;
1155
1155
  color: #fff;
1156
1156
  text-shadow: none;
1157
1157
  }
1158
1158
 
1159
1159
  .ui.green.button:active {
1160
- background-color: #4e9471;
1160
+ background-color: #629c70;
1161
1161
  color: #fff;
1162
1162
  text-shadow: none;
1163
1163
  }
1164
1164
 
1165
1165
  .ui.green.active.button,
1166
1166
  .ui.green.button .active.button:active {
1167
- background-color: #50ab7e;
1167
+ background-color: #6daa7c;
1168
1168
  color: #fff;
1169
1169
  text-shadow: none;
1170
1170
  }
@@ -1208,7 +1208,7 @@ input::selection {
1208
1208
  /* Standard */
1209
1209
 
1210
1210
  .ui.positive.button {
1211
- background-color: #66af8b;
1211
+ background-color: #81b08c;
1212
1212
  color: #fff;
1213
1213
  text-shadow: none;
1214
1214
  background-image: none;
@@ -1219,26 +1219,26 @@ input::selection {
1219
1219
  }
1220
1220
 
1221
1221
  .ui.positive.button:hover {
1222
- background-color: #52a97e;
1222
+ background-color: #6fa97c;
1223
1223
  color: #fff;
1224
1224
  text-shadow: none;
1225
1225
  }
1226
1226
 
1227
1227
  .ui.positive.button:focus {
1228
- background-color: #4aa377;
1228
+ background-color: #62a672;
1229
1229
  color: #fff;
1230
1230
  text-shadow: none;
1231
1231
  }
1232
1232
 
1233
1233
  .ui.positive.button:active {
1234
- background-color: #4e9471;
1234
+ background-color: #629c70;
1235
1235
  color: #fff;
1236
1236
  text-shadow: none;
1237
1237
  }
1238
1238
 
1239
1239
  .ui.positive.active.button,
1240
1240
  .ui.positive.button .active.button:active {
1241
- background-color: #50ab7e;
1241
+ background-color: #6daa7c;
1242
1242
  color: #fff;
1243
1243
  text-shadow: none;
1244
1244
  }
@@ -2323,15 +2323,15 @@ a.ui.primary.header:hover {
2323
2323
  }
2324
2324
 
2325
2325
  .ui.secondary.header {
2326
- color: #1b1c1d;
2326
+ color: #294755;
2327
2327
  }
2328
2328
 
2329
2329
  a.ui.secondary.header:hover {
2330
- color: #27292a;
2330
+ color: #2f5669;
2331
2331
  }
2332
2332
 
2333
2333
  .ui.secondary.dividing.header {
2334
- border-bottom: 2px solid #1b1c1d;
2334
+ border-bottom: 2px solid #294755;
2335
2335
  }
2336
2336
 
2337
2337
  .ui.red.header {
@@ -2371,39 +2371,39 @@ a.ui.yellow.header:hover {
2371
2371
  }
2372
2372
 
2373
2373
  .ui.olive.header {
2374
- color: #9baf66;
2374
+ color: #a0b06c;
2375
2375
  }
2376
2376
 
2377
2377
  a.ui.olive.header:hover {
2378
- color: #91a952;
2378
+ color: #97ab58;
2379
2379
  }
2380
2380
 
2381
2381
  .ui.olive.dividing.header {
2382
- border-bottom: 2px solid #9baf66;
2382
+ border-bottom: 2px solid #a0b06c;
2383
2383
  }
2384
2384
 
2385
2385
  .ui.green.header {
2386
- color: #66af8b;
2386
+ color: #81b08c;
2387
2387
  }
2388
2388
 
2389
2389
  a.ui.green.header:hover {
2390
- color: #52a97e;
2390
+ color: #6fa97c;
2391
2391
  }
2392
2392
 
2393
2393
  .ui.green.dividing.header {
2394
- border-bottom: 2px solid #66af8b;
2394
+ border-bottom: 2px solid #81b08c;
2395
2395
  }
2396
2396
 
2397
2397
  .ui.teal.header {
2398
- color: #66afac;
2398
+ color: #7fb5c2;
2399
2399
  }
2400
2400
 
2401
2401
  a.ui.teal.header:hover {
2402
- color: #52a9a6;
2402
+ color: #6aadbe;
2403
2403
  }
2404
2404
 
2405
2405
  .ui.teal.dividing.header {
2406
- border-bottom: 2px solid #66afac;
2406
+ border-bottom: 2px solid #7fb5c2;
2407
2407
  }
2408
2408
 
2409
2409
  .ui.blue.header {
@@ -2419,15 +2419,15 @@ a.ui.blue.header:hover {
2419
2419
  }
2420
2420
 
2421
2421
  .ui.violet.header {
2422
- color: #a166af;
2422
+ color: #9461ac;
2423
2423
  }
2424
2424
 
2425
2425
  a.ui.violet.header:hover {
2426
- color: #9852a9;
2426
+ color: #8950a3;
2427
2427
  }
2428
2428
 
2429
2429
  .ui.violet.dividing.header {
2430
- border-bottom: 2px solid #a166af;
2430
+ border-bottom: 2px solid #9461ac;
2431
2431
  }
2432
2432
 
2433
2433
  .ui.purple.header {
@@ -2467,15 +2467,15 @@ a.ui.brown.header:hover {
2467
2467
  }
2468
2468
 
2469
2469
  .ui.grey.header {
2470
- color: #9ab5c1;
2470
+ color: #a3b3c0;
2471
2471
  }
2472
2472
 
2473
2473
  a.ui.grey.header:hover {
2474
- color: #aac1cb;
2474
+ color: #b2c0ca;
2475
2475
  }
2476
2476
 
2477
2477
  .ui.grey.dividing.header {
2478
- border-bottom: 2px solid #9ab5c1;
2478
+ border-bottom: 2px solid #a3b3c0;
2479
2479
  }
2480
2480
 
2481
2481
  .ui.black.header {
@@ -2832,7 +2832,7 @@ i.inverted.circular.primary.icon.icon.icon.icon.icon.icon {
2832
2832
  }
2833
2833
 
2834
2834
  i.secondary.icon.icon.icon.icon.icon.icon {
2835
- color: #1b1c1d;
2835
+ color: #294755;
2836
2836
  }
2837
2837
 
2838
2838
  i.inverted.secondary.icon.icon.icon.icon.icon.icon {
@@ -2841,7 +2841,7 @@ i.inverted.secondary.icon.icon.icon.icon.icon.icon {
2841
2841
 
2842
2842
  i.inverted.bordered.secondary.icon.icon.icon.icon.icon.icon,
2843
2843
  i.inverted.circular.secondary.icon.icon.icon.icon.icon.icon {
2844
- background-color: #1b1c1d;
2844
+ background-color: #294755;
2845
2845
  color: #fff;
2846
2846
  }
2847
2847
 
@@ -2888,7 +2888,7 @@ i.inverted.circular.yellow.icon.icon.icon.icon.icon.icon {
2888
2888
  }
2889
2889
 
2890
2890
  i.olive.icon.icon.icon.icon.icon.icon {
2891
- color: #9baf66;
2891
+ color: #a0b06c;
2892
2892
  }
2893
2893
 
2894
2894
  i.inverted.olive.icon.icon.icon.icon.icon.icon {
@@ -2897,12 +2897,12 @@ i.inverted.olive.icon.icon.icon.icon.icon.icon {
2897
2897
 
2898
2898
  i.inverted.bordered.olive.icon.icon.icon.icon.icon.icon,
2899
2899
  i.inverted.circular.olive.icon.icon.icon.icon.icon.icon {
2900
- background-color: #9baf66;
2900
+ background-color: #a0b06c;
2901
2901
  color: #fff;
2902
2902
  }
2903
2903
 
2904
2904
  i.green.icon.icon.icon.icon.icon.icon {
2905
- color: #66af8b;
2905
+ color: #81b08c;
2906
2906
  }
2907
2907
 
2908
2908
  i.inverted.green.icon.icon.icon.icon.icon.icon {
@@ -2911,12 +2911,12 @@ i.inverted.green.icon.icon.icon.icon.icon.icon {
2911
2911
 
2912
2912
  i.inverted.bordered.green.icon.icon.icon.icon.icon.icon,
2913
2913
  i.inverted.circular.green.icon.icon.icon.icon.icon.icon {
2914
- background-color: #66af8b;
2914
+ background-color: #81b08c;
2915
2915
  color: #fff;
2916
2916
  }
2917
2917
 
2918
2918
  i.teal.icon.icon.icon.icon.icon.icon {
2919
- color: #66afac;
2919
+ color: #7fb5c2;
2920
2920
  }
2921
2921
 
2922
2922
  i.inverted.teal.icon.icon.icon.icon.icon.icon {
@@ -2925,7 +2925,7 @@ i.inverted.teal.icon.icon.icon.icon.icon.icon {
2925
2925
 
2926
2926
  i.inverted.bordered.teal.icon.icon.icon.icon.icon.icon,
2927
2927
  i.inverted.circular.teal.icon.icon.icon.icon.icon.icon {
2928
- background-color: #66afac;
2928
+ background-color: #7fb5c2;
2929
2929
  color: #fff;
2930
2930
  }
2931
2931
 
@@ -2944,7 +2944,7 @@ i.inverted.circular.blue.icon.icon.icon.icon.icon.icon {
2944
2944
  }
2945
2945
 
2946
2946
  i.violet.icon.icon.icon.icon.icon.icon {
2947
- color: #a166af;
2947
+ color: #9461ac;
2948
2948
  }
2949
2949
 
2950
2950
  i.inverted.violet.icon.icon.icon.icon.icon.icon {
@@ -2953,7 +2953,7 @@ i.inverted.violet.icon.icon.icon.icon.icon.icon {
2953
2953
 
2954
2954
  i.inverted.bordered.violet.icon.icon.icon.icon.icon.icon,
2955
2955
  i.inverted.circular.violet.icon.icon.icon.icon.icon.icon {
2956
- background-color: #a166af;
2956
+ background-color: #9461ac;
2957
2957
  color: #fff;
2958
2958
  }
2959
2959
 
@@ -3000,7 +3000,7 @@ i.inverted.circular.brown.icon.icon.icon.icon.icon.icon {
3000
3000
  }
3001
3001
 
3002
3002
  i.grey.icon.icon.icon.icon.icon.icon {
3003
- color: #9ab5c1;
3003
+ color: #a3b3c0;
3004
3004
  }
3005
3005
 
3006
3006
  i.inverted.grey.icon.icon.icon.icon.icon.icon {
@@ -3009,7 +3009,7 @@ i.inverted.grey.icon.icon.icon.icon.icon.icon {
3009
3009
 
3010
3010
  i.inverted.bordered.grey.icon.icon.icon.icon.icon.icon,
3011
3011
  i.inverted.circular.grey.icon.icon.icon.icon.icon.icon {
3012
- background-color: #9ab5c1;
3012
+ background-color: #a3b3c0;
3013
3013
  color: #fff;
3014
3014
  }
3015
3015
 
@@ -4826,11 +4826,11 @@ img.ui.bordered.image {
4826
4826
  /* browsers require these rules separate */
4827
4827
 
4828
4828
  .ui.input > input::-ms-input-placeholder {
4829
- color: #9ab5c1;
4829
+ color: #a3b3c0;
4830
4830
  }
4831
4831
 
4832
4832
  .ui.input > input::placeholder {
4833
- color: #9ab5c1;
4833
+ color: #a3b3c0;
4834
4834
  }
4835
4835
 
4836
4836
  .ui.input > input::-moz-placeholder {
@@ -4885,7 +4885,7 @@ img.ui.bordered.image {
4885
4885
  width: 1.28571429em;
4886
4886
  height: 1.28571429em;
4887
4887
  animation: loader 0.6s infinite linear;
4888
- border: 0.2em solid #9ab5c1;
4888
+ border: 0.2em solid #a3b3c0;
4889
4889
  border-radius: 500rem;
4890
4890
  box-shadow: 0 0 0 1px transparent;
4891
4891
  }
@@ -4904,12 +4904,12 @@ img.ui.bordered.image {
4904
4904
 
4905
4905
  .ui.input.focus > input::-ms-input-placeholder,
4906
4906
  .ui.input > input:focus::-ms-input-placeholder {
4907
- color: #9ab5c1;
4907
+ color: #a3b3c0;
4908
4908
  }
4909
4909
 
4910
4910
  .ui.input.focus > input::placeholder,
4911
4911
  .ui.input > input:focus::placeholder {
4912
- color: #9ab5c1;
4912
+ color: #a3b3c0;
4913
4913
  }
4914
4914
 
4915
4915
  /* --------------------
@@ -5535,13 +5535,13 @@ input[type="file"].ui.file.input:focus + label.ui.primary.button,
5535
5535
 
5536
5536
  input[type="file"].ui.file.input:focus + label.ui.secondary.button,
5537
5537
  .ui.file.input input[type="file"]:focus + label.ui.secondary.button {
5538
- background-color: #27292a;
5538
+ background-color: #2f5669;
5539
5539
  color: #fff;
5540
5540
  }
5541
5541
 
5542
5542
  input[type="file"].ui.file.input:focus + label.ui.green.button,
5543
5543
  .ui.file.input input[type="file"]:focus + label.ui.green.button {
5544
- background-color: #52a97e;
5544
+ background-color: #6fa97c;
5545
5545
  color: #fff;
5546
5546
  }
5547
5547
 
@@ -5575,24 +5575,24 @@ input[type="file"].ui.primary.file.input::file-selector-button:hover,
5575
5575
 
5576
5576
  input[type="file"].ui.secondary.file.input::-webkit-file-upload-button,
5577
5577
  .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button {
5578
- background: #1b1c1d;
5578
+ background: #294755;
5579
5579
  color: #fff;
5580
5580
  }
5581
5581
 
5582
5582
  input[type="file"].ui.secondary.file.input::file-selector-button,
5583
5583
  .ui.secondary.file.input input[type="file"]::file-selector-button {
5584
- background: #1b1c1d;
5584
+ background: #294755;
5585
5585
  color: #fff;
5586
5586
  }
5587
5587
 
5588
5588
  input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover,
5589
5589
  .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button:hover {
5590
- background: #27292a;
5590
+ background: #2f5669;
5591
5591
  }
5592
5592
 
5593
5593
  input[type="file"].ui.secondary.file.input::file-selector-button:hover,
5594
5594
  .ui.secondary.file.input input[type="file"]::file-selector-button:hover {
5595
- background: #27292a;
5595
+ background: #2f5669;
5596
5596
  }
5597
5597
 
5598
5598
  /* --------------------
@@ -6403,8 +6403,8 @@ a.ui.ui.ui.basic.primary.label:hover {
6403
6403
 
6404
6404
  .ui.secondary.labels .label,
6405
6405
  .ui.ui.ui.secondary.label {
6406
- background-color: #1b1c1d;
6407
- border-color: #1b1c1d;
6406
+ background-color: #294755;
6407
+ border-color: #294755;
6408
6408
  color: rgba(255, 255, 255, 0.9);
6409
6409
  }
6410
6410
 
@@ -6412,15 +6412,15 @@ a.ui.ui.ui.basic.primary.label:hover {
6412
6412
 
6413
6413
  .ui.secondary.labels a.label:hover,
6414
6414
  a.ui.ui.ui.secondary.label:hover {
6415
- background-color: #27292a;
6416
- border-color: #27292a;
6415
+ background-color: #2f5669;
6416
+ border-color: #2f5669;
6417
6417
  color: #fff;
6418
6418
  }
6419
6419
 
6420
6420
  /* Ribbon */
6421
6421
 
6422
6422
  .ui.ui.ui.secondary.ribbon.label {
6423
- border-color: #020203;
6423
+ border-color: #182a33;
6424
6424
  }
6425
6425
 
6426
6426
  /* Basic */
@@ -6428,15 +6428,15 @@ a.ui.ui.ui.secondary.label:hover {
6428
6428
  .ui.basic.labels .secondary.label,
6429
6429
  .ui.ui.ui.basic.secondary.label {
6430
6430
  background: none #fff;
6431
- border-color: #1b1c1d;
6432
- color: #1b1c1d;
6431
+ border-color: #294755;
6432
+ color: #294755;
6433
6433
  }
6434
6434
 
6435
6435
  .ui.basic.labels a.secondary.label:hover,
6436
6436
  a.ui.ui.ui.basic.secondary.label:hover {
6437
6437
  background: none #fff;
6438
- border-color: #27292a;
6439
- color: #27292a;
6438
+ border-color: #2f5669;
6439
+ color: #2f5669;
6440
6440
  }
6441
6441
 
6442
6442
  .ui.red.labels .label,
@@ -6555,8 +6555,8 @@ a.ui.ui.ui.basic.yellow.label:hover {
6555
6555
 
6556
6556
  .ui.olive.labels .label,
6557
6557
  .ui.ui.ui.olive.label {
6558
- background-color: #9baf66;
6559
- border-color: #9baf66;
6558
+ background-color: #a0b06c;
6559
+ border-color: #a0b06c;
6560
6560
  color: #fff;
6561
6561
  }
6562
6562
 
@@ -6564,15 +6564,15 @@ a.ui.ui.ui.basic.yellow.label:hover {
6564
6564
 
6565
6565
  .ui.olive.labels a.label:hover,
6566
6566
  a.ui.ui.ui.olive.label:hover {
6567
- background-color: #91a952;
6568
- border-color: #91a952;
6567
+ background-color: #97ab58;
6568
+ border-color: #97ab58;
6569
6569
  color: #fff;
6570
6570
  }
6571
6571
 
6572
6572
  /* Ribbon */
6573
6573
 
6574
6574
  .ui.ui.ui.olive.ribbon.label {
6575
- border-color: #81944e;
6575
+ border-color: #879851;
6576
6576
  }
6577
6577
 
6578
6578
  /* Basic */
@@ -6580,21 +6580,21 @@ a.ui.ui.ui.olive.label:hover {
6580
6580
  .ui.basic.labels .olive.label,
6581
6581
  .ui.ui.ui.basic.olive.label {
6582
6582
  background: none #fff;
6583
- border-color: #9baf66;
6584
- color: #9baf66;
6583
+ border-color: #a0b06c;
6584
+ color: #a0b06c;
6585
6585
  }
6586
6586
 
6587
6587
  .ui.basic.labels a.olive.label:hover,
6588
6588
  a.ui.ui.ui.basic.olive.label:hover {
6589
6589
  background: none #fff;
6590
- border-color: #91a952;
6591
- color: #91a952;
6590
+ border-color: #97ab58;
6591
+ color: #97ab58;
6592
6592
  }
6593
6593
 
6594
6594
  .ui.green.labels .label,
6595
6595
  .ui.ui.ui.green.label {
6596
- background-color: #66af8b;
6597
- border-color: #66af8b;
6596
+ background-color: #81b08c;
6597
+ border-color: #81b08c;
6598
6598
  color: #fff;
6599
6599
  }
6600
6600
 
@@ -6602,15 +6602,15 @@ a.ui.ui.ui.basic.olive.label:hover {
6602
6602
 
6603
6603
  .ui.green.labels a.label:hover,
6604
6604
  a.ui.ui.ui.green.label:hover {
6605
- background-color: #52a97e;
6606
- border-color: #52a97e;
6605
+ background-color: #6fa97c;
6606
+ border-color: #6fa97c;
6607
6607
  color: #fff;
6608
6608
  }
6609
6609
 
6610
6610
  /* Ribbon */
6611
6611
 
6612
6612
  .ui.ui.ui.green.ribbon.label {
6613
- border-color: #4e9471;
6613
+ border-color: #629c70;
6614
6614
  }
6615
6615
 
6616
6616
  /* Basic */
@@ -6618,21 +6618,21 @@ a.ui.ui.ui.green.label:hover {
6618
6618
  .ui.basic.labels .green.label,
6619
6619
  .ui.ui.ui.basic.green.label {
6620
6620
  background: none #fff;
6621
- border-color: #66af8b;
6622
- color: #66af8b;
6621
+ border-color: #81b08c;
6622
+ color: #81b08c;
6623
6623
  }
6624
6624
 
6625
6625
  .ui.basic.labels a.green.label:hover,
6626
6626
  a.ui.ui.ui.basic.green.label:hover {
6627
6627
  background: none #fff;
6628
- border-color: #52a97e;
6629
- color: #52a97e;
6628
+ border-color: #6fa97c;
6629
+ color: #6fa97c;
6630
6630
  }
6631
6631
 
6632
6632
  .ui.teal.labels .label,
6633
6633
  .ui.ui.ui.teal.label {
6634
- background-color: #66afac;
6635
- border-color: #66afac;
6634
+ background-color: #7fb5c2;
6635
+ border-color: #7fb5c2;
6636
6636
  color: #fff;
6637
6637
  }
6638
6638
 
@@ -6640,15 +6640,15 @@ a.ui.ui.ui.basic.green.label:hover {
6640
6640
 
6641
6641
  .ui.teal.labels a.label:hover,
6642
6642
  a.ui.ui.ui.teal.label:hover {
6643
- background-color: #52a9a6;
6644
- border-color: #52a9a6;
6643
+ background-color: #6aadbe;
6644
+ border-color: #6aadbe;
6645
6645
  color: #fff;
6646
6646
  }
6647
6647
 
6648
6648
  /* Ribbon */
6649
6649
 
6650
6650
  .ui.ui.ui.teal.ribbon.label {
6651
- border-color: #4e9491;
6651
+ border-color: #5ca1b2;
6652
6652
  }
6653
6653
 
6654
6654
  /* Basic */
@@ -6656,15 +6656,15 @@ a.ui.ui.ui.teal.label:hover {
6656
6656
  .ui.basic.labels .teal.label,
6657
6657
  .ui.ui.ui.basic.teal.label {
6658
6658
  background: none #fff;
6659
- border-color: #66afac;
6660
- color: #66afac;
6659
+ border-color: #7fb5c2;
6660
+ color: #7fb5c2;
6661
6661
  }
6662
6662
 
6663
6663
  .ui.basic.labels a.teal.label:hover,
6664
6664
  a.ui.ui.ui.basic.teal.label:hover {
6665
6665
  background: none #fff;
6666
- border-color: #52a9a6;
6667
- color: #52a9a6;
6666
+ border-color: #6aadbe;
6667
+ color: #6aadbe;
6668
6668
  }
6669
6669
 
6670
6670
  .ui.blue.labels .label,
@@ -6707,8 +6707,8 @@ a.ui.ui.ui.basic.blue.label:hover {
6707
6707
 
6708
6708
  .ui.violet.labels .label,
6709
6709
  .ui.ui.ui.violet.label {
6710
- background-color: #a166af;
6711
- border-color: #a166af;
6710
+ background-color: #9461ac;
6711
+ border-color: #9461ac;
6712
6712
  color: #fff;
6713
6713
  }
6714
6714
 
@@ -6716,15 +6716,15 @@ a.ui.ui.ui.basic.blue.label:hover {
6716
6716
 
6717
6717
  .ui.violet.labels a.label:hover,
6718
6718
  a.ui.ui.ui.violet.label:hover {
6719
- background-color: #9852a9;
6720
- border-color: #9852a9;
6719
+ background-color: #8950a3;
6720
+ border-color: #8950a3;
6721
6721
  color: #fff;
6722
6722
  }
6723
6723
 
6724
6724
  /* Ribbon */
6725
6725
 
6726
6726
  .ui.ui.ui.violet.ribbon.label {
6727
- border-color: #874e94;
6727
+ border-color: #794b8f;
6728
6728
  }
6729
6729
 
6730
6730
  /* Basic */
@@ -6732,15 +6732,15 @@ a.ui.ui.ui.violet.label:hover {
6732
6732
  .ui.basic.labels .violet.label,
6733
6733
  .ui.ui.ui.basic.violet.label {
6734
6734
  background: none #fff;
6735
- border-color: #a166af;
6736
- color: #a166af;
6735
+ border-color: #9461ac;
6736
+ color: #9461ac;
6737
6737
  }
6738
6738
 
6739
6739
  .ui.basic.labels a.violet.label:hover,
6740
6740
  a.ui.ui.ui.basic.violet.label:hover {
6741
6741
  background: none #fff;
6742
- border-color: #9852a9;
6743
- color: #9852a9;
6742
+ border-color: #8950a3;
6743
+ color: #8950a3;
6744
6744
  }
6745
6745
 
6746
6746
  .ui.purple.labels .label,
@@ -6859,8 +6859,8 @@ a.ui.ui.ui.basic.brown.label:hover {
6859
6859
 
6860
6860
  .ui.grey.labels .label,
6861
6861
  .ui.ui.ui.grey.label {
6862
- background-color: #9ab5c1;
6863
- border-color: #9ab5c1;
6862
+ background-color: #a3b3c0;
6863
+ border-color: #a3b3c0;
6864
6864
  color: #fff;
6865
6865
  }
6866
6866
 
@@ -6868,15 +6868,15 @@ a.ui.ui.ui.basic.brown.label:hover {
6868
6868
 
6869
6869
  .ui.grey.labels a.label:hover,
6870
6870
  a.ui.ui.ui.grey.label:hover {
6871
- background-color: #aac1cb;
6872
- border-color: #aac1cb;
6871
+ background-color: #b2c0ca;
6872
+ border-color: #b2c0ca;
6873
6873
  color: #fff;
6874
6874
  }
6875
6875
 
6876
6876
  /* Ribbon */
6877
6877
 
6878
6878
  .ui.ui.ui.grey.ribbon.label {
6879
- border-color: #7a9eae;
6879
+ border-color: #859aab;
6880
6880
  }
6881
6881
 
6882
6882
  /* Basic */
@@ -6884,15 +6884,15 @@ a.ui.ui.ui.grey.label:hover {
6884
6884
  .ui.basic.labels .grey.label,
6885
6885
  .ui.ui.ui.basic.grey.label {
6886
6886
  background: none #fff;
6887
- border-color: #9ab5c1;
6888
- color: #9ab5c1;
6887
+ border-color: #a3b3c0;
6888
+ color: #a3b3c0;
6889
6889
  }
6890
6890
 
6891
6891
  .ui.basic.labels a.grey.label:hover,
6892
6892
  a.ui.ui.ui.basic.grey.label:hover {
6893
6893
  background: none #fff;
6894
- border-color: #aac1cb;
6895
- color: #aac1cb;
6894
+ border-color: #b2c0ca;
6895
+ color: #b2c0ca;
6896
6896
  }
6897
6897
 
6898
6898
  .ui.black.labels .label,
@@ -8169,7 +8169,7 @@ ol.ui.suffixed.list li::before,
8169
8169
  width: 100%;
8170
8170
  height: 100%;
8171
8171
  animation: loader 0.6s infinite linear;
8172
- border: 0.2em solid #9ab5c1;
8172
+ border: 0.2em solid #a3b3c0;
8173
8173
  border-radius: 500rem;
8174
8174
  box-shadow: 0 0 0 1px transparent;
8175
8175
  }
@@ -8436,7 +8436,7 @@ ol.ui.suffixed.list li::before,
8436
8436
  .ui.ui.ui.ui.secondary.loading .input > i.icon::after,
8437
8437
  .ui.ui.ui.ui.secondary.loading > i.icon::after,
8438
8438
  .ui.ui.ui.secondary.loader::after {
8439
- color: #1b1c1d;
8439
+ color: #294755;
8440
8440
  }
8441
8441
 
8442
8442
  .ui.ui.ui.ui.inverted.secondary.loading:not(.usual)::after,
@@ -8469,7 +8469,7 @@ ol.ui.suffixed.list li::before,
8469
8469
 
8470
8470
  .ui.elastic.basic.loading.button::before,
8471
8471
  .ui.elastic.basic.loading.button::after {
8472
- color: #9ab5c1;
8472
+ color: #a3b3c0;
8473
8473
  }
8474
8474
 
8475
8475
  /* -------------------
@@ -8545,12 +8545,12 @@ ol.ui.suffixed.list li::before,
8545
8545
 
8546
8546
  .ui.segment {
8547
8547
  position: relative;
8548
- background: #e6e5ea;
8548
+ background: #e6e5e9;
8549
8549
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
8550
8550
  margin: 1rem 0;
8551
8551
  padding: 1em 1em;
8552
8552
  border-radius: 0;
8553
- border: 1px solid #e6e5ea;
8553
+ border: 1px solid #e6e5e9;
8554
8554
  }
8555
8555
 
8556
8556
  .ui.segment:first-child {
@@ -8621,8 +8621,8 @@ ol.ui.suffixed.list li::before,
8621
8621
  /* Table */
8622
8622
 
8623
8623
  .ui.basic.table.segment {
8624
- background: #e6e5ea;
8625
- border: 1px solid #e6e5ea;
8624
+ background: #e6e5e9;
8625
+ border: 1px solid #e6e5e9;
8626
8626
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
8627
8627
  }
8628
8628
 
@@ -8807,7 +8807,7 @@ ol.ui.suffixed.list li::before,
8807
8807
  flex-direction: column;
8808
8808
  position: relative;
8809
8809
  margin: 1rem 0;
8810
- border: 1px solid #e6e5ea;
8810
+ border: 1px solid #e6e5e9;
8811
8811
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
8812
8812
  border-radius: 0;
8813
8813
  }
@@ -8830,7 +8830,7 @@ ol.ui.suffixed.list li::before,
8830
8830
  width: auto;
8831
8831
  box-shadow: none;
8832
8832
  border: none;
8833
- border-top: 1px solid #e6e5ea;
8833
+ border-top: 1px solid #e6e5e9;
8834
8834
  }
8835
8835
 
8836
8836
  .ui.segments:not(.horizontal) > .segment:first-child {
@@ -8862,7 +8862,7 @@ ol.ui.suffixed.list li::before,
8862
8862
  /* Nested Group */
8863
8863
 
8864
8864
  .ui.segments > .ui.segments {
8865
- border-top: 1px solid #e6e5ea;
8865
+ border-top: 1px solid #e6e5e9;
8866
8866
  margin: 1rem;
8867
8867
  }
8868
8868
 
@@ -8884,7 +8884,7 @@ ol.ui.suffixed.list li::before,
8884
8884
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
8885
8885
  margin: 1rem 0;
8886
8886
  border-radius: 0;
8887
- border: 1px solid #e6e5ea;
8887
+ border: 1px solid #e6e5e9;
8888
8888
  }
8889
8889
 
8890
8890
  .ui.wrapping.horizontal.segments,
@@ -8900,7 +8900,7 @@ ol.ui.suffixed.list li::before,
8900
8900
  border-radius: 0;
8901
8901
  border: none;
8902
8902
  box-shadow: none;
8903
- border-top: 1px solid #e6e5ea;
8903
+ border-top: 1px solid #e6e5e9;
8904
8904
  }
8905
8905
 
8906
8906
  /* Horizontal Segment */
@@ -8985,7 +8985,7 @@ ol.ui.suffixed.list li::before,
8985
8985
  width: 3em;
8986
8986
  height: 3em;
8987
8987
  animation: loader 0.6s infinite linear;
8988
- border: 0.2em solid #9ab5c1;
8988
+ border: 0.2em solid #a3b3c0;
8989
8989
  border-radius: 500rem;
8990
8990
  box-shadow: 0 0 0 1px transparent;
8991
8991
  visibility: visible;
@@ -9028,7 +9028,7 @@ ol.ui.suffixed.list li::before,
9028
9028
  }
9029
9029
 
9030
9030
  .ui.ui.ui.ui.ui.grey.segment {
9031
- border-top: 2px solid #9ab5c1;
9031
+ border-top: 2px solid #a3b3c0;
9032
9032
  }
9033
9033
 
9034
9034
  /* -------------------
@@ -9069,7 +9069,7 @@ ol.ui.suffixed.list li::before,
9069
9069
  /* Secondary */
9070
9070
 
9071
9071
  .ui.secondary.segment {
9072
- background: #9ab5c1;
9072
+ background: #a3b3c0;
9073
9073
  color: white;
9074
9074
  }
9075
9075
 
@@ -9228,11 +9228,11 @@ ol.ui.suffixed.list li::before,
9228
9228
 
9229
9229
  .ui.inverted.white.segment {
9230
9230
  background-color: #f5f5f5 !important;
9231
- color: #9ab5c1 !important;
9231
+ color: #a3b3c0 !important;
9232
9232
  }
9233
9233
 
9234
9234
  .ui.grey.segment:not(.inverted) {
9235
- border-top: 2px solid #9ab5c1;
9235
+ border-top: 2px solid #a3b3c0;
9236
9236
  }
9237
9237
  /*!
9238
9238
  * # Fomantic-UI 2.9.4 - Form
@@ -9629,19 +9629,19 @@ ol.ui.suffixed.list li::before,
9629
9629
  /* browsers require these rules separate */
9630
9630
 
9631
9631
  .ui.form ::-ms-input-placeholder {
9632
- color: #9ab5c1;
9632
+ color: #a3b3c0;
9633
9633
  }
9634
9634
 
9635
9635
  .ui.form ::placeholder {
9636
- color: #9ab5c1;
9636
+ color: #a3b3c0;
9637
9637
  }
9638
9638
 
9639
9639
  .ui.form :focus::-ms-input-placeholder {
9640
- color: #9ab5c1;
9640
+ color: #a3b3c0;
9641
9641
  }
9642
9642
 
9643
9643
  .ui.form :focus::placeholder {
9644
- color: #9ab5c1;
9644
+ color: #a3b3c0;
9645
9645
  }
9646
9646
 
9647
9647
  /* --------------------
@@ -9787,14 +9787,6 @@ ol.ui.suffixed.list li::before,
9787
9787
  box-shadow: none;
9788
9788
  }
9789
9789
 
9790
- .ui.form:not(.initial) .field input:invalid {
9791
- color: #9f3a38;
9792
- background: #fff6f6;
9793
- border-color: #e0b4b4;
9794
- border-radius: "";
9795
- box-shadow: none;
9796
- }
9797
-
9798
9790
  .ui.form .field.error textarea:focus,
9799
9791
  .ui.form .field.error select:focus,
9800
9792
  .ui.form .field.error input:not([type]):focus,
@@ -11987,7 +11979,7 @@ ol.ui.suffixed.list li::before,
11987
11979
  .ui.grid > .secondary.row,
11988
11980
  .ui.grid > .secondary.column,
11989
11981
  .ui.grid > .row > .secondary.column {
11990
- background-color: #1b1c1d;
11982
+ background-color: #294755;
11991
11983
  color: #fff;
11992
11984
  }
11993
11985
 
@@ -13692,7 +13684,7 @@ Floated Menu / Item
13692
13684
  }
13693
13685
 
13694
13686
  .ui.inverted.pointing.menu .secondary.active.item::after {
13695
- background-color: #1b1c1d;
13687
+ background-color: #294755;
13696
13688
  }
13697
13689
 
13698
13690
  /* --------------
@@ -14322,11 +14314,11 @@ Floated Menu / Item
14322
14314
 
14323
14315
  .ui.secondary.message,
14324
14316
  .ui.attached.secondary.message {
14325
- box-shadow: 0 0 0 1px #1b1c1d inset, 0 0 0 0 rgba(0, 0, 0, 0);
14317
+ box-shadow: 0 0 0 1px #294755 inset, 0 0 0 0 rgba(0, 0, 0, 0);
14326
14318
  }
14327
14319
 
14328
14320
  .ui.floating.secondary.message {
14329
- box-shadow: 0 0 0 1px #1b1c1d inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
14321
+ box-shadow: 0 0 0 1px #294755 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
14330
14322
  }
14331
14323
 
14332
14324
  .ui.secondary.message .header {
@@ -15314,7 +15306,7 @@ Floated Menu / Item
15314
15306
  }
15315
15307
 
15316
15308
  .ui.secondary.table {
15317
- border-top: 0.2em solid #1b1c1d;
15309
+ border-top: 0.2em solid #294755;
15318
15310
  }
15319
15311
 
15320
15312
  /* Same color for background and color to camouflage the scrollbar */
@@ -16329,7 +16321,7 @@ a.ui.primary.card:hover,
16329
16321
  .ui.secondary.cards > .card,
16330
16322
  .ui.cards > .secondary.card,
16331
16323
  .ui.secondary.card {
16332
- box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #1b1c1d, 0 1px 3px 0 #d4d4d5;
16324
+ box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #294755, 0 1px 3px 0 #d4d4d5;
16333
16325
  }
16334
16326
 
16335
16327
  .ui.cards a.secondary.card:hover,
@@ -16338,7 +16330,7 @@ a.ui.primary.card:hover,
16338
16330
  .ui.link.cards .secondary.card:not(.icon):hover,
16339
16331
  a.ui.secondary.card:hover,
16340
16332
  .ui.link.secondary.card:hover {
16341
- box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #27292a, 0 1px 3px 0 #bcbdbd;
16333
+ box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #2f5669, 0 1px 3px 0 #bcbdbd;
16342
16334
  }
16343
16335
 
16344
16336
  /* --------------
@@ -19558,7 +19550,7 @@ select.ui.dropdown {
19558
19550
  }
19559
19551
 
19560
19552
  .ui.active.search.dropdown input.search:focus + .text {
19561
- color: #9ab5c1;
19553
+ color: #a3b3c0;
19562
19554
  }
19563
19555
 
19564
19556
  .ui.search.dropdown.button > span.sizer {
@@ -19798,12 +19790,12 @@ select.ui.dropdown {
19798
19790
 
19799
19791
  .ui.dropdown > .default.text,
19800
19792
  .ui.default.dropdown > .text {
19801
- color: #9ab5c1;
19793
+ color: #a3b3c0;
19802
19794
  }
19803
19795
 
19804
19796
  .ui.dropdown > input:focus ~ .default.text,
19805
19797
  .ui.default.dropdown > input:focus ~ .text {
19806
- color: #9ab5c1;
19798
+ color: #a3b3c0;
19807
19799
  }
19808
19800
 
19809
19801
  /* --------------------
@@ -19840,7 +19832,7 @@ select.ui.dropdown {
19840
19832
  width: 1.28571429em;
19841
19833
  height: 1.28571429em;
19842
19834
  animation: loader 0.6s infinite linear;
19843
- border: 0.2em solid #9ab5c1;
19835
+ border: 0.2em solid #a3b3c0;
19844
19836
  border-radius: 500rem;
19845
19837
  }
19846
19838
 
@@ -22230,7 +22222,7 @@ select.ui.dropdown {
22230
22222
  width: 2em;
22231
22223
  height: 2em;
22232
22224
  animation: loader 0.6s infinite linear;
22233
- border: 0.2em solid #9ab5c1;
22225
+ border: 0.2em solid #a3b3c0;
22234
22226
  border-radius: 500rem;
22235
22227
  box-shadow: 0 0 0 1px transparent;
22236
22228
  visibility: visible;
@@ -22334,14 +22326,14 @@ select.ui.dropdown {
22334
22326
  .ui.secondary.popup,
22335
22327
  [data-tooltip][data-variation~="secondary"]::after,
22336
22328
  [data-tooltip][data-variation~="secondary"]::before {
22337
- background: #1b1c1d;
22329
+ background: #294755;
22338
22330
  color: #fff;
22339
22331
  border: none;
22340
22332
  }
22341
22333
 
22342
22334
  .ui.ui.ui.secondary.loading.popup::before,
22343
22335
  .ui.secondary.loading.popup {
22344
- background: #65696c;
22336
+ background: #639ab4;
22345
22337
  }
22346
22338
 
22347
22339
  .ui.ui.ui.secondary.popup::before,
@@ -22573,7 +22565,7 @@ select.ui.dropdown {
22573
22565
 
22574
22566
  .ui.search > .results .result .price {
22575
22567
  float: right;
22576
- color: #66af8b;
22568
+ color: #81b08c;
22577
22569
  }
22578
22570
 
22579
22571
  /* --------------
@@ -22648,7 +22640,7 @@ select.ui.dropdown {
22648
22640
  width: 1.28571429em;
22649
22641
  height: 1.28571429em;
22650
22642
  animation: loader 0.6s infinite linear;
22651
- border: 0.2em solid #9ab5c1;
22643
+ border: 0.2em solid #a3b3c0;
22652
22644
  border-radius: 500rem;
22653
22645
  box-shadow: 0 0 0 1px transparent;
22654
22646
  }
@@ -23049,7 +23041,7 @@ select.ui.dropdown {
23049
23041
  width: 2.5em;
23050
23042
  height: 2.5em;
23051
23043
  animation: loader 0.6s infinite linear;
23052
- border: 0.2em solid #9ab5c1;
23044
+ border: 0.2em solid #a3b3c0;
23053
23045
  border-radius: 500rem;
23054
23046
  box-shadow: 0 0 0 1px transparent;
23055
23047
  }