fomantic-ui-sass 2.9.0 → 2.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
  4. data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
  5. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
  6. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
  7. data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
  8. data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
  9. data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
  10. data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
  11. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
  12. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
  13. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
  14. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
  15. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
  16. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
  17. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
  18. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
  19. data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
  20. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  21. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  22. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  23. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  24. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  25. data/app/assets/javascripts/semantic-ui/accordion.js +569 -596
  26. data/app/assets/javascripts/semantic-ui/api.js +1158 -1180
  27. data/app/assets/javascripts/semantic-ui/calendar.js +1935 -1810
  28. data/app/assets/javascripts/semantic-ui/checkbox.js +843 -842
  29. data/app/assets/javascripts/semantic-ui/dimmer.js +707 -738
  30. data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4237
  31. data/app/assets/javascripts/semantic-ui/embed.js +646 -676
  32. data/app/assets/javascripts/semantic-ui/flyout.js +1503 -1466
  33. data/app/assets/javascripts/semantic-ui/form.js +2035 -2007
  34. data/app/assets/javascripts/semantic-ui/modal.js +1552 -1487
  35. data/app/assets/javascripts/semantic-ui/nag.js +521 -527
  36. data/app/assets/javascripts/semantic-ui/popup.js +1469 -1457
  37. data/app/assets/javascripts/semantic-ui/progress.js +944 -998
  38. data/app/assets/javascripts/semantic-ui/rating.js +508 -524
  39. data/app/assets/javascripts/semantic-ui/search.js +1521 -1535
  40. data/app/assets/javascripts/semantic-ui/shape.js +762 -811
  41. data/app/assets/javascripts/semantic-ui/sidebar.js +1042 -1100
  42. data/app/assets/javascripts/semantic-ui/site.js +437 -477
  43. data/app/assets/javascripts/semantic-ui/slider.js +1311 -1312
  44. data/app/assets/javascripts/semantic-ui/state.js +639 -658
  45. data/app/assets/javascripts/semantic-ui/sticky.js +848 -902
  46. data/app/assets/javascripts/semantic-ui/tab.js +903 -967
  47. data/app/assets/javascripts/semantic-ui/toast.js +911 -885
  48. data/app/assets/javascripts/semantic-ui/transition.js +998 -1078
  49. data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
  50. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
  51. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +311 -377
  52. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +191 -331
  53. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +302 -439
  54. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +127 -199
  55. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +549 -776
  56. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +711 -1123
  57. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +9 -8
  58. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +45 -63
  59. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +3558 -3558
  60. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +272 -270
  61. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +120 -144
  62. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +667 -747
  63. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
  64. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +416 -300
  65. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +361 -412
  66. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +51 -72
  67. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +69 -157
  68. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +24 -44
  69. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
  70. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
  71. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +173 -227
  72. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +79 -152
  73. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +34 -34
  74. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +10 -15
  75. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +29 -51
  76. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +37 -55
  77. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +26 -29
  78. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +159 -230
  79. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +55 -174
  80. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +261 -393
  81. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +21 -32
  82. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +97 -143
  83. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +122 -156
  84. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
  85. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +573 -206
  86. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
  87. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +83 -124
  88. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +71 -100
  89. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
  90. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +105 -208
  91. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +102 -127
  92. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
  93. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +12 -16
  94. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +71 -149
  95. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
  96. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +36 -47
  97. data/app/assets/stylesheets/semantic-ui/views/_card.scss +221 -367
  98. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +43 -61
  99. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +37 -59
  100. data/app/assets/stylesheets/semantic-ui/views/_item.scss +87 -134
  101. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +77 -118
  102. data/lib/fomantic/ui/sass/version.rb +2 -2
  103. data/tasks/converter.rb +1 -1
  104. metadata +17 -1
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.0 - Label
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.2 - Label
3
+ * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
- * http://opensource.org/licenses/MIT
7
+ * https://opensource.org/licenses/MIT
8
8
  *
9
9
  */
10
10
 
@@ -18,7 +18,7 @@
18
18
  line-height: 1;
19
19
  vertical-align: baseline;
20
20
  margin: 0 0.14285714em;
21
- background-color: #E8E8E8;
21
+ background-color: #e8e8e8;
22
22
  background-image: none;
23
23
  padding: 0.5833em 0.833em;
24
24
  color: rgba(0, 0, 0, 0.6);
@@ -26,7 +26,6 @@
26
26
  font-weight: bold;
27
27
  border: 0 solid transparent;
28
28
  border-radius: 0.28571429rem;
29
- -webkit-transition: background 0.1s ease;
30
29
  transition: background 0.1s ease;
31
30
  }
32
31
  .ui.label:first-child {
@@ -46,7 +45,6 @@ a.ui.label {
46
45
  cursor: pointer;
47
46
  color: inherit;
48
47
  opacity: 0.5;
49
- -webkit-transition: 0.1s opacity ease;
50
48
  transition: 0.1s opacity ease;
51
49
  }
52
50
  .ui.label > a:hover {
@@ -85,7 +83,6 @@ a.ui.label {
85
83
  cursor: pointer;
86
84
  font-size: 0.92857143em;
87
85
  opacity: 0.5;
88
- -webkit-transition: background 0.1s ease;
89
86
  transition: background 0.1s ease;
90
87
  }
91
88
  .ui.label > .close.icon:hover,
@@ -117,18 +114,16 @@ a.ui.label {
117
114
  margin: 0 0 0 0.75em;
118
115
  }
119
116
 
120
- /*-------------------
117
+ /* -------------------
121
118
  Group
122
- --------------------*/
123
-
119
+ -------------------- */
124
120
  .ui.labels > .label {
125
121
  margin: 0 0.5em 0.5em 0;
126
122
  }
127
123
 
128
- /*-------------------
124
+ /* -------------------
129
125
  Coupling
130
- --------------------*/
131
-
126
+ -------------------- */
132
127
  .ui.header > .ui.label {
133
128
  margin-top: -0.29165em;
134
129
  }
@@ -186,11 +181,10 @@ a.ui.label {
186
181
  max-width: 9999px;
187
182
  vertical-align: baseline;
188
183
  text-transform: none;
189
- background: #E8E8E8;
184
+ background: #e8e8e8;
190
185
  padding: 0.5833em 0.833em 0.5833em 0.5em;
191
186
  border-radius: 0.28571429rem;
192
- -webkit-box-shadow: none;
193
- box-shadow: none;
187
+ box-shadow: none;
194
188
  }
195
189
  .ui.image.label.attached:not(.basic) {
196
190
  padding: 0.5833em 0.833em 0.5833em 0.5em;
@@ -217,10 +211,9 @@ a.ui.label {
217
211
  border-bottom-left-radius: 0;
218
212
  }
219
213
 
220
- /*-------------------
221
- Tag
222
- --------------------*/
223
-
214
+ /* -------------------
215
+ Tag
216
+ -------------------- */
224
217
  .ui.tag.labels .label,
225
218
  .ui.tag.label {
226
219
  margin-left: 1em;
@@ -228,36 +221,32 @@ a.ui.label {
228
221
  padding-left: 1.5em;
229
222
  padding-right: 1.5em;
230
223
  border-radius: 0 0.28571429rem 0.28571429rem 0;
231
- -webkit-transition: none;
232
224
  transition: none;
233
225
  }
234
226
  .ui.tag.labels .label::before,
235
227
  .ui.tag.label::before {
236
228
  position: absolute;
237
- -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
238
- transform: translateY(-50%) translateX(50%) rotate(-45deg);
229
+ transform: translateY(-50%) translateX(50%) rotate(-45deg);
239
230
  top: 50%;
240
231
  right: 100%;
241
- content: '';
232
+ content: "";
242
233
  background-color: inherit;
243
234
  background-image: none;
244
235
  width: 1.56em;
245
236
  height: 1.56em;
246
- -webkit-transition: none;
247
237
  transition: none;
248
238
  }
249
239
  .ui.tag.labels .label::after,
250
240
  .ui.tag.label::after {
251
241
  position: absolute;
252
- content: '';
242
+ content: "";
253
243
  top: 50%;
254
244
  left: -0.25em;
255
245
  margin-top: -0.25em;
256
- background-color: #FFFFFF;
246
+ background-color: #fff;
257
247
  width: 0.5em;
258
248
  height: 0.5em;
259
- -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
260
- box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
249
+ box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
261
250
  border-radius: 500rem;
262
251
  }
263
252
  .ui.basic.tag.labels .label::before,
@@ -269,14 +258,12 @@ a.ui.label {
269
258
  }
270
259
  .ui.basic.tag.labels .label::after,
271
260
  .ui.basic.tag.label::after {
272
- -webkit-box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.8);
273
- box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.8);
261
+ box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.8);
274
262
  }
275
263
 
276
- /*-------------------
277
- Corner Label
278
- --------------------*/
279
-
264
+ /* -------------------
265
+ Corner Label
266
+ -------------------- */
280
267
  .ui.corner.label {
281
268
  position: absolute;
282
269
  top: 0;
@@ -284,11 +271,10 @@ a.ui.label {
284
271
  margin: 0;
285
272
  padding: 0;
286
273
  text-align: center;
287
- border-color: #E8E8E8;
274
+ border-color: #e8e8e8;
288
275
  width: 4em;
289
276
  height: 4em;
290
277
  z-index: 1;
291
- -webkit-transition: border-color 0.1s ease;
292
278
  transition: border-color 0.1s ease;
293
279
  }
294
280
 
@@ -310,7 +296,6 @@ a.ui.label {
310
296
  border-bottom: 4em solid transparent;
311
297
  border-left: 0 solid transparent;
312
298
  border-right-color: inherit;
313
- -webkit-transition: border-color 0.1s ease;
314
299
  transition: border-color 0.1s ease;
315
300
  }
316
301
  .ui.corner.label .icon {
@@ -351,22 +336,20 @@ a.ui.label {
351
336
  left: -1px;
352
337
  }
353
338
 
354
- /*-------------------
355
- Ribbon
356
- --------------------*/
357
-
339
+ /* -------------------
340
+ Ribbon
341
+ -------------------- */
358
342
  .ui.ribbon.label {
359
343
  position: relative;
360
344
  margin: 0;
361
345
  min-width: -webkit-max-content;
362
- min-width: -moz-max-content;
363
346
  min-width: max-content;
364
347
  border-radius: 0 0.28571429rem 0.28571429rem 0;
365
348
  border-color: rgba(0, 0, 0, 0.15);
366
349
  }
367
350
  .ui.ribbon.label::after {
368
351
  position: absolute;
369
- content: '';
352
+ content: "";
370
353
  top: 100%;
371
354
  left: 0;
372
355
  background-color: transparent;
@@ -415,8 +398,7 @@ a.ui.label {
415
398
  /* Right Ribbon */
416
399
  .ui[class*="right ribbon"].label {
417
400
  text-align: left;
418
- -webkit-transform: translateX(-100%);
419
- transform: translateX(-100%);
401
+ transform: translateX(-100%);
420
402
  border-radius: 0.28571429rem 0 0 0.28571429rem;
421
403
  }
422
404
  .ui[class*="right ribbon"].label::after {
@@ -453,10 +435,9 @@ a.ui.label {
453
435
  padding-left: 0.833em;
454
436
  }
455
437
 
456
- /*-------------------
457
- Attached
458
- --------------------*/
459
-
438
+ /* -------------------
439
+ Attached
440
+ -------------------- */
460
441
  .ui[class*="top attached"].label,
461
442
  .ui.attached.label {
462
443
  width: 100%;
@@ -504,22 +485,22 @@ a.ui.label {
504
485
  *******************************/
505
486
 
506
487
 
507
- /*-------------------
488
+ /* -------------------
508
489
  Disabled
509
- --------------------*/
510
-
490
+ -------------------- */
491
+ .ui.disabled.labels .label,
511
492
  .ui.label.disabled {
512
- opacity: 0.5;
493
+ opacity: 0.45;
494
+ pointer-events: none;
513
495
  }
514
496
 
515
- /*-------------------
497
+ /* -------------------
516
498
  Hover
517
- --------------------*/
518
-
499
+ -------------------- */
519
500
  .ui.labels a.label:hover,
520
501
  a.ui.label:hover {
521
- background-color: #E0E0E0;
522
- border-color: #E0E0E0;
502
+ background-color: #e0e0e0;
503
+ border-color: #e0e0e0;
523
504
  background-image: none;
524
505
  color: rgba(0, 0, 0, 0.8);
525
506
  }
@@ -528,53 +509,49 @@ a.ui.label:hover::before {
528
509
  color: rgba(0, 0, 0, 0.8);
529
510
  }
530
511
 
531
- /*-------------------
512
+ /* -------------------
532
513
  Active
533
- --------------------*/
534
-
514
+ -------------------- */
535
515
  .ui.active.label {
536
- background-color: #D0D0D0;
537
- border-color: #D0D0D0;
516
+ background-color: #d0d0d0;
517
+ border-color: #d0d0d0;
538
518
  background-image: none;
539
519
  color: rgba(0, 0, 0, 0.95);
540
520
  }
541
521
  .ui.active.label::before {
542
- background-color: #D0D0D0;
522
+ background-color: #d0d0d0;
543
523
  background-image: none;
544
524
  color: rgba(0, 0, 0, 0.95);
545
525
  }
546
526
 
547
- /*-------------------
527
+ /* -------------------
548
528
  Active Hover
549
- --------------------*/
550
-
529
+ -------------------- */
551
530
  .ui.labels a.active.label:hover,
552
531
  a.ui.active.label:hover {
553
- background-color: #C8C8C8;
554
- border-color: #C8C8C8;
532
+ background-color: #c8c8c8;
533
+ border-color: #c8c8c8;
555
534
  background-image: none;
556
535
  color: rgba(0, 0, 0, 0.95);
557
536
  }
558
537
  .ui.labels a.active.label:hover::before,
559
538
  a.ui.active.label:hover::before {
560
- background-color: #C8C8C8;
539
+ background-color: #c8c8c8;
561
540
  background-image: none;
562
541
  color: rgba(0, 0, 0, 0.95);
563
542
  }
564
543
 
565
- /*-------------------
544
+ /* -------------------
566
545
  Visible
567
- --------------------*/
568
-
546
+ -------------------- */
569
547
  .ui.labels.visible .label,
570
548
  .ui.label.visible:not(.dropdown) {
571
549
  display: inline-block !important;
572
550
  }
573
551
 
574
- /*-------------------
552
+ /* -------------------
575
553
  Hidden
576
- --------------------*/
577
-
554
+ -------------------- */
578
555
  .ui.labels.hidden .label,
579
556
  .ui.label.hidden {
580
557
  display: none !important;
@@ -586,17 +563,15 @@ a.ui.active.label:hover::before {
586
563
  *******************************/
587
564
 
588
565
 
589
- /*-------------------
590
- Basic
591
- --------------------*/
592
-
566
+ /* -------------------
567
+ Basic
568
+ -------------------- */
593
569
  .ui.basic.labels .label,
594
570
  .ui.basic.label {
595
- background: none #FFFFFF;
571
+ background: none #fff;
596
572
  border: 1px solid rgba(34, 36, 38, 0.15);
597
573
  color: rgba(0, 0, 0, 0.87);
598
- -webkit-box-shadow: none;
599
- box-shadow: none;
574
+ box-shadow: none;
600
575
  padding-top: calc(0.5833em - 1px);
601
576
  padding-bottom: calc(0.5833em - 1px);
602
577
  padding-right: calc(0.833em - 1px);
@@ -613,10 +588,9 @@ a.ui.active.label:hover::before {
613
588
  .ui.basic.labels a.label:hover,
614
589
  a.ui.basic.label:hover {
615
590
  text-decoration: none;
616
- background: none #FFFFFF;
591
+ background: none #fff;
617
592
  color: #1e70bf;
618
- -webkit-box-shadow: none;
619
- box-shadow: none;
593
+ box-shadow: none;
620
594
  }
621
595
 
622
596
  /* Pointing */
@@ -624,21 +598,22 @@ a.ui.basic.label:hover {
624
598
  border-color: inherit;
625
599
  }
626
600
 
627
- /*-------------------
628
- Fluid
629
- --------------------*/
630
-
601
+ /* -------------------
602
+ Fluid
603
+ -------------------- */
631
604
  .ui.label.fluid,
632
605
  .ui.fluid.labels > .label {
633
606
  width: 100%;
634
- -webkit-box-sizing: border-box;
635
- box-sizing: border-box;
607
+ box-sizing: border-box;
608
+ }
609
+ .ui.centered.labels .label,
610
+ .ui.centered.label {
611
+ text-align: center;
636
612
  }
637
613
 
638
- /*-------------------
639
- Inverted
640
- --------------------*/
641
-
614
+ /* -------------------
615
+ Inverted
616
+ -------------------- */
642
617
  .ui.inverted.labels .label,
643
618
  .ui.inverted.label {
644
619
  color: rgba(255, 255, 255, 0.9);
@@ -648,28 +623,26 @@ a.ui.basic.label:hover {
648
623
  border-color: #b5b5b5;
649
624
  }
650
625
  .ui.inverted.corner.label:hover {
651
- border-color: #E8E8E8;
652
- -webkit-transition: none;
626
+ border-color: #e8e8e8;
653
627
  transition: none;
654
628
  }
655
629
  .ui.inverted.basic.labels .label,
656
630
  .ui.inverted.basic.label,
657
631
  .ui.inverted.basic.label:hover {
658
632
  border-color: rgba(255, 255, 255, 0.5);
659
- background: #1B1C1D;
633
+ background: #1b1c1d;
660
634
  }
661
635
  .ui.inverted.basic.label:hover {
662
- color: #4183C4;
636
+ color: #4183c4;
663
637
  }
664
638
 
665
- /*-------------------
639
+ /* -------------------
666
640
  Colors
667
- --------------------*/
668
-
641
+ -------------------- */
669
642
  .ui.primary.labels .label,
670
643
  .ui.ui.ui.primary.label {
671
- background-color: #2185D0;
672
- border-color: #2185D0;
644
+ background-color: #2185d0;
645
+ border-color: #2185d0;
673
646
  color: rgba(255, 255, 255, 0.9);
674
647
  }
675
648
 
@@ -678,7 +651,7 @@ a.ui.basic.label:hover {
678
651
  a.ui.ui.ui.primary.label:hover {
679
652
  background-color: #1678c2;
680
653
  border-color: #1678c2;
681
- color: #FFFFFF;
654
+ color: #fff;
682
655
  }
683
656
 
684
657
  /* Ribbon */
@@ -689,13 +662,13 @@ a.ui.ui.ui.primary.label:hover {
689
662
  /* Basic */
690
663
  .ui.basic.labels .primary.label,
691
664
  .ui.ui.ui.basic.primary.label {
692
- background: none #FFFFFF;
693
- border-color: #2185D0;
694
- color: #2185D0;
665
+ background: none #fff;
666
+ border-color: #2185d0;
667
+ color: #2185d0;
695
668
  }
696
669
  .ui.basic.labels a.primary.label:hover,
697
670
  a.ui.ui.ui.basic.primary.label:hover {
698
- background: none #FFFFFF;
671
+ background: none #fff;
699
672
  border-color: #1678c2;
700
673
  color: #1678c2;
701
674
  }
@@ -703,9 +676,9 @@ a.ui.ui.ui.basic.primary.label:hover {
703
676
  /* Inverted */
704
677
  .ui.inverted.labels .primary.label,
705
678
  .ui.ui.ui.inverted.primary.label {
706
- background-color: #54C8FF;
707
- border-color: #54C8FF;
708
- color: #1B1C1D;
679
+ background-color: #54c8ff;
680
+ border-color: #54c8ff;
681
+ color: #1b1c1d;
709
682
  }
710
683
 
711
684
  /* Inverted Link */
@@ -713,7 +686,7 @@ a.ui.ui.ui.basic.primary.label:hover {
713
686
  a.ui.ui.ui.inverted.primary.label:hover {
714
687
  background-color: #21b8ff;
715
688
  border-color: #21b8ff;
716
- color: #1B1C1D;
689
+ color: #1b1c1d;
717
690
  }
718
691
 
719
692
  /* Inverted Ribbon */
@@ -724,34 +697,34 @@ a.ui.ui.ui.inverted.primary.label:hover {
724
697
  /* Inverted Basic */
725
698
  .ui.inverted.basic.labels .primary.label,
726
699
  .ui.ui.ui.inverted.basic.primary.label {
727
- background-color: #1B1C1D;
728
- border-color: #54C8FF;
729
- color: #54C8FF;
700
+ background-color: #1b1c1d;
701
+ border-color: #54c8ff;
702
+ color: #54c8ff;
730
703
  }
731
704
  .ui.inverted.basic.labels a.primary.label:hover,
732
705
  a.ui.ui.ui.inverted.basic.primary.label:hover {
733
706
  border-color: #21b8ff;
734
- background-color: #1B1C1D;
707
+ background-color: #1b1c1d;
735
708
  color: #21b8ff;
736
709
  }
737
710
 
738
711
  /* Inverted Basic Tags */
739
712
  .ui.inverted.basic.tag.labels .primary.label,
740
713
  .ui.ui.ui.inverted.primary.basic.tag.label {
741
- border: 1px solid #54C8FF;
714
+ border: 1px solid #54c8ff;
742
715
  }
743
716
  .ui.inverted.basic.tag.labels .primary.label::before,
744
717
  .ui.ui.ui.inverted.primary.basic.tag.label::before {
745
718
  border-color: inherit;
746
719
  border-width: 1px 0 0 1px;
747
720
  border-style: inherit;
748
- background-color: #1B1C1D;
721
+ background-color: #1b1c1d;
749
722
  right: calc(100% + 1px);
750
723
  }
751
724
  .ui.secondary.labels .label,
752
725
  .ui.ui.ui.secondary.label {
753
- background-color: #1B1C1D;
754
- border-color: #1B1C1D;
726
+ background-color: #1b1c1d;
727
+ border-color: #1b1c1d;
755
728
  color: rgba(255, 255, 255, 0.9);
756
729
  }
757
730
 
@@ -760,7 +733,7 @@ a.ui.ui.ui.inverted.basic.primary.label:hover {
760
733
  a.ui.ui.ui.secondary.label:hover {
761
734
  background-color: #27292a;
762
735
  border-color: #27292a;
763
- color: #FFFFFF;
736
+ color: #fff;
764
737
  }
765
738
 
766
739
  /* Ribbon */
@@ -771,13 +744,13 @@ a.ui.ui.ui.secondary.label:hover {
771
744
  /* Basic */
772
745
  .ui.basic.labels .secondary.label,
773
746
  .ui.ui.ui.basic.secondary.label {
774
- background: none #FFFFFF;
775
- border-color: #1B1C1D;
776
- color: #1B1C1D;
747
+ background: none #fff;
748
+ border-color: #1b1c1d;
749
+ color: #1b1c1d;
777
750
  }
778
751
  .ui.basic.labels a.secondary.label:hover,
779
752
  a.ui.ui.ui.basic.secondary.label:hover {
780
- background: none #FFFFFF;
753
+ background: none #fff;
781
754
  border-color: #27292a;
782
755
  color: #27292a;
783
756
  }
@@ -787,7 +760,7 @@ a.ui.ui.ui.basic.secondary.label:hover {
787
760
  .ui.ui.ui.inverted.secondary.label {
788
761
  background-color: #545454;
789
762
  border-color: #545454;
790
- color: #1B1C1D;
763
+ color: #1b1c1d;
791
764
  }
792
765
 
793
766
  /* Inverted Link */
@@ -795,7 +768,7 @@ a.ui.ui.ui.basic.secondary.label:hover {
795
768
  a.ui.ui.ui.inverted.secondary.label:hover {
796
769
  background-color: #6e6e6e;
797
770
  border-color: #6e6e6e;
798
- color: #1B1C1D;
771
+ color: #1b1c1d;
799
772
  }
800
773
 
801
774
  /* Inverted Ribbon */
@@ -806,14 +779,14 @@ a.ui.ui.ui.inverted.secondary.label:hover {
806
779
  /* Inverted Basic */
807
780
  .ui.inverted.basic.labels .secondary.label,
808
781
  .ui.ui.ui.inverted.basic.secondary.label {
809
- background-color: #1B1C1D;
782
+ background-color: #1b1c1d;
810
783
  border-color: #545454;
811
784
  color: #545454;
812
785
  }
813
786
  .ui.inverted.basic.labels a.secondary.label:hover,
814
787
  a.ui.ui.ui.inverted.basic.secondary.label:hover {
815
788
  border-color: #6e6e6e;
816
- background-color: #1B1C1D;
789
+ background-color: #1b1c1d;
817
790
  color: #6e6e6e;
818
791
  }
819
792
 
@@ -827,14 +800,14 @@ a.ui.ui.ui.inverted.basic.secondary.label:hover {
827
800
  border-color: inherit;
828
801
  border-width: 1px 0 0 1px;
829
802
  border-style: inherit;
830
- background-color: #1B1C1D;
803
+ background-color: #1b1c1d;
831
804
  right: calc(100% + 1px);
832
805
  }
833
806
  .ui.red.labels .label,
834
807
  .ui.ui.ui.red.label {
835
- background-color: #DB2828;
836
- border-color: #DB2828;
837
- color: #FFFFFF;
808
+ background-color: #db2828;
809
+ border-color: #db2828;
810
+ color: #fff;
838
811
  }
839
812
 
840
813
  /* Link */
@@ -842,7 +815,7 @@ a.ui.ui.ui.inverted.basic.secondary.label:hover {
842
815
  a.ui.ui.ui.red.label:hover {
843
816
  background-color: #d01919;
844
817
  border-color: #d01919;
845
- color: #FFFFFF;
818
+ color: #fff;
846
819
  }
847
820
 
848
821
  /* Ribbon */
@@ -853,13 +826,13 @@ a.ui.ui.ui.red.label:hover {
853
826
  /* Basic */
854
827
  .ui.basic.labels .red.label,
855
828
  .ui.ui.ui.basic.red.label {
856
- background: none #FFFFFF;
857
- border-color: #DB2828;
858
- color: #DB2828;
829
+ background: none #fff;
830
+ border-color: #db2828;
831
+ color: #db2828;
859
832
  }
860
833
  .ui.basic.labels a.red.label:hover,
861
834
  a.ui.ui.ui.basic.red.label:hover {
862
- background: none #FFFFFF;
835
+ background: none #fff;
863
836
  border-color: #d01919;
864
837
  color: #d01919;
865
838
  }
@@ -867,9 +840,9 @@ a.ui.ui.ui.basic.red.label:hover {
867
840
  /* Inverted */
868
841
  .ui.inverted.labels .red.label,
869
842
  .ui.ui.ui.inverted.red.label {
870
- background-color: #FF695E;
871
- border-color: #FF695E;
872
- color: #1B1C1D;
843
+ background-color: #ff695e;
844
+ border-color: #ff695e;
845
+ color: #1b1c1d;
873
846
  }
874
847
 
875
848
  /* Inverted Link */
@@ -877,7 +850,7 @@ a.ui.ui.ui.basic.red.label:hover {
877
850
  a.ui.ui.ui.inverted.red.label:hover {
878
851
  background-color: #ff392b;
879
852
  border-color: #ff392b;
880
- color: #1B1C1D;
853
+ color: #1b1c1d;
881
854
  }
882
855
 
883
856
  /* Inverted Ribbon */
@@ -888,35 +861,35 @@ a.ui.ui.ui.inverted.red.label:hover {
888
861
  /* Inverted Basic */
889
862
  .ui.inverted.basic.labels .red.label,
890
863
  .ui.ui.ui.inverted.basic.red.label {
891
- background-color: #1B1C1D;
892
- border-color: #FF695E;
893
- color: #FF695E;
864
+ background-color: #1b1c1d;
865
+ border-color: #ff695e;
866
+ color: #ff695e;
894
867
  }
895
868
  .ui.inverted.basic.labels a.red.label:hover,
896
869
  a.ui.ui.ui.inverted.basic.red.label:hover {
897
870
  border-color: #ff392b;
898
- background-color: #1B1C1D;
871
+ background-color: #1b1c1d;
899
872
  color: #ff392b;
900
873
  }
901
874
 
902
875
  /* Inverted Basic Tags */
903
876
  .ui.inverted.basic.tag.labels .red.label,
904
877
  .ui.ui.ui.inverted.red.basic.tag.label {
905
- border: 1px solid #FF695E;
878
+ border: 1px solid #ff695e;
906
879
  }
907
880
  .ui.inverted.basic.tag.labels .red.label::before,
908
881
  .ui.ui.ui.inverted.red.basic.tag.label::before {
909
882
  border-color: inherit;
910
883
  border-width: 1px 0 0 1px;
911
884
  border-style: inherit;
912
- background-color: #1B1C1D;
885
+ background-color: #1b1c1d;
913
886
  right: calc(100% + 1px);
914
887
  }
915
888
  .ui.orange.labels .label,
916
889
  .ui.ui.ui.orange.label {
917
- background-color: #F2711C;
918
- border-color: #F2711C;
919
- color: #FFFFFF;
890
+ background-color: #f2711c;
891
+ border-color: #f2711c;
892
+ color: #fff;
920
893
  }
921
894
 
922
895
  /* Link */
@@ -924,7 +897,7 @@ a.ui.ui.ui.inverted.basic.red.label:hover {
924
897
  a.ui.ui.ui.orange.label:hover {
925
898
  background-color: #f26202;
926
899
  border-color: #f26202;
927
- color: #FFFFFF;
900
+ color: #fff;
928
901
  }
929
902
 
930
903
  /* Ribbon */
@@ -935,13 +908,13 @@ a.ui.ui.ui.orange.label:hover {
935
908
  /* Basic */
936
909
  .ui.basic.labels .orange.label,
937
910
  .ui.ui.ui.basic.orange.label {
938
- background: none #FFFFFF;
939
- border-color: #F2711C;
940
- color: #F2711C;
911
+ background: none #fff;
912
+ border-color: #f2711c;
913
+ color: #f2711c;
941
914
  }
942
915
  .ui.basic.labels a.orange.label:hover,
943
916
  a.ui.ui.ui.basic.orange.label:hover {
944
- background: none #FFFFFF;
917
+ background: none #fff;
945
918
  border-color: #f26202;
946
919
  color: #f26202;
947
920
  }
@@ -949,9 +922,9 @@ a.ui.ui.ui.basic.orange.label:hover {
949
922
  /* Inverted */
950
923
  .ui.inverted.labels .orange.label,
951
924
  .ui.ui.ui.inverted.orange.label {
952
- background-color: #FF851B;
953
- border-color: #FF851B;
954
- color: #1B1C1D;
925
+ background-color: #ff851b;
926
+ border-color: #ff851b;
927
+ color: #1b1c1d;
955
928
  }
956
929
 
957
930
  /* Inverted Link */
@@ -959,7 +932,7 @@ a.ui.ui.ui.basic.orange.label:hover {
959
932
  a.ui.ui.ui.inverted.orange.label:hover {
960
933
  background-color: #e76b00;
961
934
  border-color: #e76b00;
962
- color: #1B1C1D;
935
+ color: #1b1c1d;
963
936
  }
964
937
 
965
938
  /* Inverted Ribbon */
@@ -970,35 +943,35 @@ a.ui.ui.ui.inverted.orange.label:hover {
970
943
  /* Inverted Basic */
971
944
  .ui.inverted.basic.labels .orange.label,
972
945
  .ui.ui.ui.inverted.basic.orange.label {
973
- background-color: #1B1C1D;
974
- border-color: #FF851B;
975
- color: #FF851B;
946
+ background-color: #1b1c1d;
947
+ border-color: #ff851b;
948
+ color: #ff851b;
976
949
  }
977
950
  .ui.inverted.basic.labels a.orange.label:hover,
978
951
  a.ui.ui.ui.inverted.basic.orange.label:hover {
979
952
  border-color: #e76b00;
980
- background-color: #1B1C1D;
953
+ background-color: #1b1c1d;
981
954
  color: #e76b00;
982
955
  }
983
956
 
984
957
  /* Inverted Basic Tags */
985
958
  .ui.inverted.basic.tag.labels .orange.label,
986
959
  .ui.ui.ui.inverted.orange.basic.tag.label {
987
- border: 1px solid #FF851B;
960
+ border: 1px solid #ff851b;
988
961
  }
989
962
  .ui.inverted.basic.tag.labels .orange.label::before,
990
963
  .ui.ui.ui.inverted.orange.basic.tag.label::before {
991
964
  border-color: inherit;
992
965
  border-width: 1px 0 0 1px;
993
966
  border-style: inherit;
994
- background-color: #1B1C1D;
967
+ background-color: #1b1c1d;
995
968
  right: calc(100% + 1px);
996
969
  }
997
970
  .ui.yellow.labels .label,
998
971
  .ui.ui.ui.yellow.label {
999
- background-color: #FBBD08;
1000
- border-color: #FBBD08;
1001
- color: #FFFFFF;
972
+ background-color: #fbbd08;
973
+ border-color: #fbbd08;
974
+ color: #fff;
1002
975
  }
1003
976
 
1004
977
  /* Link */
@@ -1006,7 +979,7 @@ a.ui.ui.ui.inverted.basic.orange.label:hover {
1006
979
  a.ui.ui.ui.yellow.label:hover {
1007
980
  background-color: #eaae00;
1008
981
  border-color: #eaae00;
1009
- color: #FFFFFF;
982
+ color: #fff;
1010
983
  }
1011
984
 
1012
985
  /* Ribbon */
@@ -1017,13 +990,13 @@ a.ui.ui.ui.yellow.label:hover {
1017
990
  /* Basic */
1018
991
  .ui.basic.labels .yellow.label,
1019
992
  .ui.ui.ui.basic.yellow.label {
1020
- background: none #FFFFFF;
1021
- border-color: #FBBD08;
1022
- color: #FBBD08;
993
+ background: none #fff;
994
+ border-color: #fbbd08;
995
+ color: #fbbd08;
1023
996
  }
1024
997
  .ui.basic.labels a.yellow.label:hover,
1025
998
  a.ui.ui.ui.basic.yellow.label:hover {
1026
- background: none #FFFFFF;
999
+ background: none #fff;
1027
1000
  border-color: #eaae00;
1028
1001
  color: #eaae00;
1029
1002
  }
@@ -1031,9 +1004,9 @@ a.ui.ui.ui.basic.yellow.label:hover {
1031
1004
  /* Inverted */
1032
1005
  .ui.inverted.labels .yellow.label,
1033
1006
  .ui.ui.ui.inverted.yellow.label {
1034
- background-color: #FFE21F;
1035
- border-color: #FFE21F;
1036
- color: #1B1C1D;
1007
+ background-color: #ffe21f;
1008
+ border-color: #ffe21f;
1009
+ color: #1b1c1d;
1037
1010
  }
1038
1011
 
1039
1012
  /* Inverted Link */
@@ -1041,7 +1014,7 @@ a.ui.ui.ui.basic.yellow.label:hover {
1041
1014
  a.ui.ui.ui.inverted.yellow.label:hover {
1042
1015
  background-color: #ebcd00;
1043
1016
  border-color: #ebcd00;
1044
- color: #1B1C1D;
1017
+ color: #1b1c1d;
1045
1018
  }
1046
1019
 
1047
1020
  /* Inverted Ribbon */
@@ -1052,35 +1025,35 @@ a.ui.ui.ui.inverted.yellow.label:hover {
1052
1025
  /* Inverted Basic */
1053
1026
  .ui.inverted.basic.labels .yellow.label,
1054
1027
  .ui.ui.ui.inverted.basic.yellow.label {
1055
- background-color: #1B1C1D;
1056
- border-color: #FFE21F;
1057
- color: #FFE21F;
1028
+ background-color: #1b1c1d;
1029
+ border-color: #ffe21f;
1030
+ color: #ffe21f;
1058
1031
  }
1059
1032
  .ui.inverted.basic.labels a.yellow.label:hover,
1060
1033
  a.ui.ui.ui.inverted.basic.yellow.label:hover {
1061
1034
  border-color: #ebcd00;
1062
- background-color: #1B1C1D;
1035
+ background-color: #1b1c1d;
1063
1036
  color: #ebcd00;
1064
1037
  }
1065
1038
 
1066
1039
  /* Inverted Basic Tags */
1067
1040
  .ui.inverted.basic.tag.labels .yellow.label,
1068
1041
  .ui.ui.ui.inverted.yellow.basic.tag.label {
1069
- border: 1px solid #FFE21F;
1042
+ border: 1px solid #ffe21f;
1070
1043
  }
1071
1044
  .ui.inverted.basic.tag.labels .yellow.label::before,
1072
1045
  .ui.ui.ui.inverted.yellow.basic.tag.label::before {
1073
1046
  border-color: inherit;
1074
1047
  border-width: 1px 0 0 1px;
1075
1048
  border-style: inherit;
1076
- background-color: #1B1C1D;
1049
+ background-color: #1b1c1d;
1077
1050
  right: calc(100% + 1px);
1078
1051
  }
1079
1052
  .ui.olive.labels .label,
1080
1053
  .ui.ui.ui.olive.label {
1081
- background-color: #B5CC18;
1082
- border-color: #B5CC18;
1083
- color: #FFFFFF;
1054
+ background-color: #b5cc18;
1055
+ border-color: #b5cc18;
1056
+ color: #fff;
1084
1057
  }
1085
1058
 
1086
1059
  /* Link */
@@ -1088,7 +1061,7 @@ a.ui.ui.ui.inverted.basic.yellow.label:hover {
1088
1061
  a.ui.ui.ui.olive.label:hover {
1089
1062
  background-color: #a7bd0d;
1090
1063
  border-color: #a7bd0d;
1091
- color: #FFFFFF;
1064
+ color: #fff;
1092
1065
  }
1093
1066
 
1094
1067
  /* Ribbon */
@@ -1099,13 +1072,13 @@ a.ui.ui.ui.olive.label:hover {
1099
1072
  /* Basic */
1100
1073
  .ui.basic.labels .olive.label,
1101
1074
  .ui.ui.ui.basic.olive.label {
1102
- background: none #FFFFFF;
1103
- border-color: #B5CC18;
1104
- color: #B5CC18;
1075
+ background: none #fff;
1076
+ border-color: #b5cc18;
1077
+ color: #b5cc18;
1105
1078
  }
1106
1079
  .ui.basic.labels a.olive.label:hover,
1107
1080
  a.ui.ui.ui.basic.olive.label:hover {
1108
- background: none #FFFFFF;
1081
+ background: none #fff;
1109
1082
  border-color: #a7bd0d;
1110
1083
  color: #a7bd0d;
1111
1084
  }
@@ -1113,9 +1086,9 @@ a.ui.ui.ui.basic.olive.label:hover {
1113
1086
  /* Inverted */
1114
1087
  .ui.inverted.labels .olive.label,
1115
1088
  .ui.ui.ui.inverted.olive.label {
1116
- background-color: #D9E778;
1117
- border-color: #D9E778;
1118
- color: #1B1C1D;
1089
+ background-color: #d9e778;
1090
+ border-color: #d9e778;
1091
+ color: #1b1c1d;
1119
1092
  }
1120
1093
 
1121
1094
  /* Inverted Link */
@@ -1123,7 +1096,7 @@ a.ui.ui.ui.basic.olive.label:hover {
1123
1096
  a.ui.ui.ui.inverted.olive.label:hover {
1124
1097
  background-color: #d2e745;
1125
1098
  border-color: #d2e745;
1126
- color: #1B1C1D;
1099
+ color: #1b1c1d;
1127
1100
  }
1128
1101
 
1129
1102
  /* Inverted Ribbon */
@@ -1134,35 +1107,35 @@ a.ui.ui.ui.inverted.olive.label:hover {
1134
1107
  /* Inverted Basic */
1135
1108
  .ui.inverted.basic.labels .olive.label,
1136
1109
  .ui.ui.ui.inverted.basic.olive.label {
1137
- background-color: #1B1C1D;
1138
- border-color: #D9E778;
1139
- color: #D9E778;
1110
+ background-color: #1b1c1d;
1111
+ border-color: #d9e778;
1112
+ color: #d9e778;
1140
1113
  }
1141
1114
  .ui.inverted.basic.labels a.olive.label:hover,
1142
1115
  a.ui.ui.ui.inverted.basic.olive.label:hover {
1143
1116
  border-color: #d2e745;
1144
- background-color: #1B1C1D;
1117
+ background-color: #1b1c1d;
1145
1118
  color: #d2e745;
1146
1119
  }
1147
1120
 
1148
1121
  /* Inverted Basic Tags */
1149
1122
  .ui.inverted.basic.tag.labels .olive.label,
1150
1123
  .ui.ui.ui.inverted.olive.basic.tag.label {
1151
- border: 1px solid #D9E778;
1124
+ border: 1px solid #d9e778;
1152
1125
  }
1153
1126
  .ui.inverted.basic.tag.labels .olive.label::before,
1154
1127
  .ui.ui.ui.inverted.olive.basic.tag.label::before {
1155
1128
  border-color: inherit;
1156
1129
  border-width: 1px 0 0 1px;
1157
1130
  border-style: inherit;
1158
- background-color: #1B1C1D;
1131
+ background-color: #1b1c1d;
1159
1132
  right: calc(100% + 1px);
1160
1133
  }
1161
1134
  .ui.green.labels .label,
1162
1135
  .ui.ui.ui.green.label {
1163
- background-color: #21BA45;
1164
- border-color: #21BA45;
1165
- color: #FFFFFF;
1136
+ background-color: #21ba45;
1137
+ border-color: #21ba45;
1138
+ color: #fff;
1166
1139
  }
1167
1140
 
1168
1141
  /* Link */
@@ -1170,7 +1143,7 @@ a.ui.ui.ui.inverted.basic.olive.label:hover {
1170
1143
  a.ui.ui.ui.green.label:hover {
1171
1144
  background-color: #16ab39;
1172
1145
  border-color: #16ab39;
1173
- color: #FFFFFF;
1146
+ color: #fff;
1174
1147
  }
1175
1148
 
1176
1149
  /* Ribbon */
@@ -1181,13 +1154,13 @@ a.ui.ui.ui.green.label:hover {
1181
1154
  /* Basic */
1182
1155
  .ui.basic.labels .green.label,
1183
1156
  .ui.ui.ui.basic.green.label {
1184
- background: none #FFFFFF;
1185
- border-color: #21BA45;
1186
- color: #21BA45;
1157
+ background: none #fff;
1158
+ border-color: #21ba45;
1159
+ color: #21ba45;
1187
1160
  }
1188
1161
  .ui.basic.labels a.green.label:hover,
1189
1162
  a.ui.ui.ui.basic.green.label:hover {
1190
- background: none #FFFFFF;
1163
+ background: none #fff;
1191
1164
  border-color: #16ab39;
1192
1165
  color: #16ab39;
1193
1166
  }
@@ -1195,9 +1168,9 @@ a.ui.ui.ui.basic.green.label:hover {
1195
1168
  /* Inverted */
1196
1169
  .ui.inverted.labels .green.label,
1197
1170
  .ui.ui.ui.inverted.green.label {
1198
- background-color: #2ECC40;
1199
- border-color: #2ECC40;
1200
- color: #1B1C1D;
1171
+ background-color: #2ecc40;
1172
+ border-color: #2ecc40;
1173
+ color: #1b1c1d;
1201
1174
  }
1202
1175
 
1203
1176
  /* Inverted Link */
@@ -1205,7 +1178,7 @@ a.ui.ui.ui.basic.green.label:hover {
1205
1178
  a.ui.ui.ui.inverted.green.label:hover {
1206
1179
  background-color: #1ea92e;
1207
1180
  border-color: #1ea92e;
1208
- color: #1B1C1D;
1181
+ color: #1b1c1d;
1209
1182
  }
1210
1183
 
1211
1184
  /* Inverted Ribbon */
@@ -1216,35 +1189,35 @@ a.ui.ui.ui.inverted.green.label:hover {
1216
1189
  /* Inverted Basic */
1217
1190
  .ui.inverted.basic.labels .green.label,
1218
1191
  .ui.ui.ui.inverted.basic.green.label {
1219
- background-color: #1B1C1D;
1220
- border-color: #2ECC40;
1221
- color: #2ECC40;
1192
+ background-color: #1b1c1d;
1193
+ border-color: #2ecc40;
1194
+ color: #2ecc40;
1222
1195
  }
1223
1196
  .ui.inverted.basic.labels a.green.label:hover,
1224
1197
  a.ui.ui.ui.inverted.basic.green.label:hover {
1225
1198
  border-color: #1ea92e;
1226
- background-color: #1B1C1D;
1199
+ background-color: #1b1c1d;
1227
1200
  color: #1ea92e;
1228
1201
  }
1229
1202
 
1230
1203
  /* Inverted Basic Tags */
1231
1204
  .ui.inverted.basic.tag.labels .green.label,
1232
1205
  .ui.ui.ui.inverted.green.basic.tag.label {
1233
- border: 1px solid #2ECC40;
1206
+ border: 1px solid #2ecc40;
1234
1207
  }
1235
1208
  .ui.inverted.basic.tag.labels .green.label::before,
1236
1209
  .ui.ui.ui.inverted.green.basic.tag.label::before {
1237
1210
  border-color: inherit;
1238
1211
  border-width: 1px 0 0 1px;
1239
1212
  border-style: inherit;
1240
- background-color: #1B1C1D;
1213
+ background-color: #1b1c1d;
1241
1214
  right: calc(100% + 1px);
1242
1215
  }
1243
1216
  .ui.teal.labels .label,
1244
1217
  .ui.ui.ui.teal.label {
1245
- background-color: #00B5AD;
1246
- border-color: #00B5AD;
1247
- color: #FFFFFF;
1218
+ background-color: #00b5ad;
1219
+ border-color: #00b5ad;
1220
+ color: #fff;
1248
1221
  }
1249
1222
 
1250
1223
  /* Link */
@@ -1252,7 +1225,7 @@ a.ui.ui.ui.inverted.basic.green.label:hover {
1252
1225
  a.ui.ui.ui.teal.label:hover {
1253
1226
  background-color: #009c95;
1254
1227
  border-color: #009c95;
1255
- color: #FFFFFF;
1228
+ color: #fff;
1256
1229
  }
1257
1230
 
1258
1231
  /* Ribbon */
@@ -1263,13 +1236,13 @@ a.ui.ui.ui.teal.label:hover {
1263
1236
  /* Basic */
1264
1237
  .ui.basic.labels .teal.label,
1265
1238
  .ui.ui.ui.basic.teal.label {
1266
- background: none #FFFFFF;
1267
- border-color: #00B5AD;
1268
- color: #00B5AD;
1239
+ background: none #fff;
1240
+ border-color: #00b5ad;
1241
+ color: #00b5ad;
1269
1242
  }
1270
1243
  .ui.basic.labels a.teal.label:hover,
1271
1244
  a.ui.ui.ui.basic.teal.label:hover {
1272
- background: none #FFFFFF;
1245
+ background: none #fff;
1273
1246
  border-color: #009c95;
1274
1247
  color: #009c95;
1275
1248
  }
@@ -1277,9 +1250,9 @@ a.ui.ui.ui.basic.teal.label:hover {
1277
1250
  /* Inverted */
1278
1251
  .ui.inverted.labels .teal.label,
1279
1252
  .ui.ui.ui.inverted.teal.label {
1280
- background-color: #6DFFFF;
1281
- border-color: #6DFFFF;
1282
- color: #1B1C1D;
1253
+ background-color: #6dffff;
1254
+ border-color: #6dffff;
1255
+ color: #1b1c1d;
1283
1256
  }
1284
1257
 
1285
1258
  /* Inverted Link */
@@ -1287,7 +1260,7 @@ a.ui.ui.ui.basic.teal.label:hover {
1287
1260
  a.ui.ui.ui.inverted.teal.label:hover {
1288
1261
  background-color: #3affff;
1289
1262
  border-color: #3affff;
1290
- color: #1B1C1D;
1263
+ color: #1b1c1d;
1291
1264
  }
1292
1265
 
1293
1266
  /* Inverted Ribbon */
@@ -1298,35 +1271,35 @@ a.ui.ui.ui.inverted.teal.label:hover {
1298
1271
  /* Inverted Basic */
1299
1272
  .ui.inverted.basic.labels .teal.label,
1300
1273
  .ui.ui.ui.inverted.basic.teal.label {
1301
- background-color: #1B1C1D;
1302
- border-color: #6DFFFF;
1303
- color: #6DFFFF;
1274
+ background-color: #1b1c1d;
1275
+ border-color: #6dffff;
1276
+ color: #6dffff;
1304
1277
  }
1305
1278
  .ui.inverted.basic.labels a.teal.label:hover,
1306
1279
  a.ui.ui.ui.inverted.basic.teal.label:hover {
1307
1280
  border-color: #3affff;
1308
- background-color: #1B1C1D;
1281
+ background-color: #1b1c1d;
1309
1282
  color: #3affff;
1310
1283
  }
1311
1284
 
1312
1285
  /* Inverted Basic Tags */
1313
1286
  .ui.inverted.basic.tag.labels .teal.label,
1314
1287
  .ui.ui.ui.inverted.teal.basic.tag.label {
1315
- border: 1px solid #6DFFFF;
1288
+ border: 1px solid #6dffff;
1316
1289
  }
1317
1290
  .ui.inverted.basic.tag.labels .teal.label::before,
1318
1291
  .ui.ui.ui.inverted.teal.basic.tag.label::before {
1319
1292
  border-color: inherit;
1320
1293
  border-width: 1px 0 0 1px;
1321
1294
  border-style: inherit;
1322
- background-color: #1B1C1D;
1295
+ background-color: #1b1c1d;
1323
1296
  right: calc(100% + 1px);
1324
1297
  }
1325
1298
  .ui.blue.labels .label,
1326
1299
  .ui.ui.ui.blue.label {
1327
- background-color: #2185D0;
1328
- border-color: #2185D0;
1329
- color: #FFFFFF;
1300
+ background-color: #2185d0;
1301
+ border-color: #2185d0;
1302
+ color: #fff;
1330
1303
  }
1331
1304
 
1332
1305
  /* Link */
@@ -1334,7 +1307,7 @@ a.ui.ui.ui.inverted.basic.teal.label:hover {
1334
1307
  a.ui.ui.ui.blue.label:hover {
1335
1308
  background-color: #1678c2;
1336
1309
  border-color: #1678c2;
1337
- color: #FFFFFF;
1310
+ color: #fff;
1338
1311
  }
1339
1312
 
1340
1313
  /* Ribbon */
@@ -1345,13 +1318,13 @@ a.ui.ui.ui.blue.label:hover {
1345
1318
  /* Basic */
1346
1319
  .ui.basic.labels .blue.label,
1347
1320
  .ui.ui.ui.basic.blue.label {
1348
- background: none #FFFFFF;
1349
- border-color: #2185D0;
1350
- color: #2185D0;
1321
+ background: none #fff;
1322
+ border-color: #2185d0;
1323
+ color: #2185d0;
1351
1324
  }
1352
1325
  .ui.basic.labels a.blue.label:hover,
1353
1326
  a.ui.ui.ui.basic.blue.label:hover {
1354
- background: none #FFFFFF;
1327
+ background: none #fff;
1355
1328
  border-color: #1678c2;
1356
1329
  color: #1678c2;
1357
1330
  }
@@ -1359,9 +1332,9 @@ a.ui.ui.ui.basic.blue.label:hover {
1359
1332
  /* Inverted */
1360
1333
  .ui.inverted.labels .blue.label,
1361
1334
  .ui.ui.ui.inverted.blue.label {
1362
- background-color: #54C8FF;
1363
- border-color: #54C8FF;
1364
- color: #1B1C1D;
1335
+ background-color: #54c8ff;
1336
+ border-color: #54c8ff;
1337
+ color: #1b1c1d;
1365
1338
  }
1366
1339
 
1367
1340
  /* Inverted Link */
@@ -1369,7 +1342,7 @@ a.ui.ui.ui.basic.blue.label:hover {
1369
1342
  a.ui.ui.ui.inverted.blue.label:hover {
1370
1343
  background-color: #21b8ff;
1371
1344
  border-color: #21b8ff;
1372
- color: #1B1C1D;
1345
+ color: #1b1c1d;
1373
1346
  }
1374
1347
 
1375
1348
  /* Inverted Ribbon */
@@ -1380,35 +1353,35 @@ a.ui.ui.ui.inverted.blue.label:hover {
1380
1353
  /* Inverted Basic */
1381
1354
  .ui.inverted.basic.labels .blue.label,
1382
1355
  .ui.ui.ui.inverted.basic.blue.label {
1383
- background-color: #1B1C1D;
1384
- border-color: #54C8FF;
1385
- color: #54C8FF;
1356
+ background-color: #1b1c1d;
1357
+ border-color: #54c8ff;
1358
+ color: #54c8ff;
1386
1359
  }
1387
1360
  .ui.inverted.basic.labels a.blue.label:hover,
1388
1361
  a.ui.ui.ui.inverted.basic.blue.label:hover {
1389
1362
  border-color: #21b8ff;
1390
- background-color: #1B1C1D;
1363
+ background-color: #1b1c1d;
1391
1364
  color: #21b8ff;
1392
1365
  }
1393
1366
 
1394
1367
  /* Inverted Basic Tags */
1395
1368
  .ui.inverted.basic.tag.labels .blue.label,
1396
1369
  .ui.ui.ui.inverted.blue.basic.tag.label {
1397
- border: 1px solid #54C8FF;
1370
+ border: 1px solid #54c8ff;
1398
1371
  }
1399
1372
  .ui.inverted.basic.tag.labels .blue.label::before,
1400
1373
  .ui.ui.ui.inverted.blue.basic.tag.label::before {
1401
1374
  border-color: inherit;
1402
1375
  border-width: 1px 0 0 1px;
1403
1376
  border-style: inherit;
1404
- background-color: #1B1C1D;
1377
+ background-color: #1b1c1d;
1405
1378
  right: calc(100% + 1px);
1406
1379
  }
1407
1380
  .ui.violet.labels .label,
1408
1381
  .ui.ui.ui.violet.label {
1409
- background-color: #6435C9;
1410
- border-color: #6435C9;
1411
- color: #FFFFFF;
1382
+ background-color: #6435c9;
1383
+ border-color: #6435c9;
1384
+ color: #fff;
1412
1385
  }
1413
1386
 
1414
1387
  /* Link */
@@ -1416,7 +1389,7 @@ a.ui.ui.ui.inverted.basic.blue.label:hover {
1416
1389
  a.ui.ui.ui.violet.label:hover {
1417
1390
  background-color: #5829bb;
1418
1391
  border-color: #5829bb;
1419
- color: #FFFFFF;
1392
+ color: #fff;
1420
1393
  }
1421
1394
 
1422
1395
  /* Ribbon */
@@ -1427,13 +1400,13 @@ a.ui.ui.ui.violet.label:hover {
1427
1400
  /* Basic */
1428
1401
  .ui.basic.labels .violet.label,
1429
1402
  .ui.ui.ui.basic.violet.label {
1430
- background: none #FFFFFF;
1431
- border-color: #6435C9;
1432
- color: #6435C9;
1403
+ background: none #fff;
1404
+ border-color: #6435c9;
1405
+ color: #6435c9;
1433
1406
  }
1434
1407
  .ui.basic.labels a.violet.label:hover,
1435
1408
  a.ui.ui.ui.basic.violet.label:hover {
1436
- background: none #FFFFFF;
1409
+ background: none #fff;
1437
1410
  border-color: #5829bb;
1438
1411
  color: #5829bb;
1439
1412
  }
@@ -1441,9 +1414,9 @@ a.ui.ui.ui.basic.violet.label:hover {
1441
1414
  /* Inverted */
1442
1415
  .ui.inverted.labels .violet.label,
1443
1416
  .ui.ui.ui.inverted.violet.label {
1444
- background-color: #A291FB;
1445
- border-color: #A291FB;
1446
- color: #1B1C1D;
1417
+ background-color: #a291fb;
1418
+ border-color: #a291fb;
1419
+ color: #1b1c1d;
1447
1420
  }
1448
1421
 
1449
1422
  /* Inverted Link */
@@ -1451,7 +1424,7 @@ a.ui.ui.ui.basic.violet.label:hover {
1451
1424
  a.ui.ui.ui.inverted.violet.label:hover {
1452
1425
  background-color: #745aff;
1453
1426
  border-color: #745aff;
1454
- color: #1B1C1D;
1427
+ color: #1b1c1d;
1455
1428
  }
1456
1429
 
1457
1430
  /* Inverted Ribbon */
@@ -1462,35 +1435,35 @@ a.ui.ui.ui.inverted.violet.label:hover {
1462
1435
  /* Inverted Basic */
1463
1436
  .ui.inverted.basic.labels .violet.label,
1464
1437
  .ui.ui.ui.inverted.basic.violet.label {
1465
- background-color: #1B1C1D;
1466
- border-color: #A291FB;
1467
- color: #A291FB;
1438
+ background-color: #1b1c1d;
1439
+ border-color: #a291fb;
1440
+ color: #a291fb;
1468
1441
  }
1469
1442
  .ui.inverted.basic.labels a.violet.label:hover,
1470
1443
  a.ui.ui.ui.inverted.basic.violet.label:hover {
1471
1444
  border-color: #745aff;
1472
- background-color: #1B1C1D;
1445
+ background-color: #1b1c1d;
1473
1446
  color: #745aff;
1474
1447
  }
1475
1448
 
1476
1449
  /* Inverted Basic Tags */
1477
1450
  .ui.inverted.basic.tag.labels .violet.label,
1478
1451
  .ui.ui.ui.inverted.violet.basic.tag.label {
1479
- border: 1px solid #A291FB;
1452
+ border: 1px solid #a291fb;
1480
1453
  }
1481
1454
  .ui.inverted.basic.tag.labels .violet.label::before,
1482
1455
  .ui.ui.ui.inverted.violet.basic.tag.label::before {
1483
1456
  border-color: inherit;
1484
1457
  border-width: 1px 0 0 1px;
1485
1458
  border-style: inherit;
1486
- background-color: #1B1C1D;
1459
+ background-color: #1b1c1d;
1487
1460
  right: calc(100% + 1px);
1488
1461
  }
1489
1462
  .ui.purple.labels .label,
1490
1463
  .ui.ui.ui.purple.label {
1491
- background-color: #A333C8;
1492
- border-color: #A333C8;
1493
- color: #FFFFFF;
1464
+ background-color: #a333c8;
1465
+ border-color: #a333c8;
1466
+ color: #fff;
1494
1467
  }
1495
1468
 
1496
1469
  /* Link */
@@ -1498,7 +1471,7 @@ a.ui.ui.ui.inverted.basic.violet.label:hover {
1498
1471
  a.ui.ui.ui.purple.label:hover {
1499
1472
  background-color: #9627ba;
1500
1473
  border-color: #9627ba;
1501
- color: #FFFFFF;
1474
+ color: #fff;
1502
1475
  }
1503
1476
 
1504
1477
  /* Ribbon */
@@ -1509,13 +1482,13 @@ a.ui.ui.ui.purple.label:hover {
1509
1482
  /* Basic */
1510
1483
  .ui.basic.labels .purple.label,
1511
1484
  .ui.ui.ui.basic.purple.label {
1512
- background: none #FFFFFF;
1513
- border-color: #A333C8;
1514
- color: #A333C8;
1485
+ background: none #fff;
1486
+ border-color: #a333c8;
1487
+ color: #a333c8;
1515
1488
  }
1516
1489
  .ui.basic.labels a.purple.label:hover,
1517
1490
  a.ui.ui.ui.basic.purple.label:hover {
1518
- background: none #FFFFFF;
1491
+ background: none #fff;
1519
1492
  border-color: #9627ba;
1520
1493
  color: #9627ba;
1521
1494
  }
@@ -1523,9 +1496,9 @@ a.ui.ui.ui.basic.purple.label:hover {
1523
1496
  /* Inverted */
1524
1497
  .ui.inverted.labels .purple.label,
1525
1498
  .ui.ui.ui.inverted.purple.label {
1526
- background-color: #DC73FF;
1527
- border-color: #DC73FF;
1528
- color: #1B1C1D;
1499
+ background-color: #dc73ff;
1500
+ border-color: #dc73ff;
1501
+ color: #1b1c1d;
1529
1502
  }
1530
1503
 
1531
1504
  /* Inverted Link */
@@ -1533,7 +1506,7 @@ a.ui.ui.ui.basic.purple.label:hover {
1533
1506
  a.ui.ui.ui.inverted.purple.label:hover {
1534
1507
  background-color: #cf40ff;
1535
1508
  border-color: #cf40ff;
1536
- color: #1B1C1D;
1509
+ color: #1b1c1d;
1537
1510
  }
1538
1511
 
1539
1512
  /* Inverted Ribbon */
@@ -1544,35 +1517,35 @@ a.ui.ui.ui.inverted.purple.label:hover {
1544
1517
  /* Inverted Basic */
1545
1518
  .ui.inverted.basic.labels .purple.label,
1546
1519
  .ui.ui.ui.inverted.basic.purple.label {
1547
- background-color: #1B1C1D;
1548
- border-color: #DC73FF;
1549
- color: #DC73FF;
1520
+ background-color: #1b1c1d;
1521
+ border-color: #dc73ff;
1522
+ color: #dc73ff;
1550
1523
  }
1551
1524
  .ui.inverted.basic.labels a.purple.label:hover,
1552
1525
  a.ui.ui.ui.inverted.basic.purple.label:hover {
1553
1526
  border-color: #cf40ff;
1554
- background-color: #1B1C1D;
1527
+ background-color: #1b1c1d;
1555
1528
  color: #cf40ff;
1556
1529
  }
1557
1530
 
1558
1531
  /* Inverted Basic Tags */
1559
1532
  .ui.inverted.basic.tag.labels .purple.label,
1560
1533
  .ui.ui.ui.inverted.purple.basic.tag.label {
1561
- border: 1px solid #DC73FF;
1534
+ border: 1px solid #dc73ff;
1562
1535
  }
1563
1536
  .ui.inverted.basic.tag.labels .purple.label::before,
1564
1537
  .ui.ui.ui.inverted.purple.basic.tag.label::before {
1565
1538
  border-color: inherit;
1566
1539
  border-width: 1px 0 0 1px;
1567
1540
  border-style: inherit;
1568
- background-color: #1B1C1D;
1541
+ background-color: #1b1c1d;
1569
1542
  right: calc(100% + 1px);
1570
1543
  }
1571
1544
  .ui.pink.labels .label,
1572
1545
  .ui.ui.ui.pink.label {
1573
- background-color: #E03997;
1574
- border-color: #E03997;
1575
- color: #FFFFFF;
1546
+ background-color: #e03997;
1547
+ border-color: #e03997;
1548
+ color: #fff;
1576
1549
  }
1577
1550
 
1578
1551
  /* Link */
@@ -1580,7 +1553,7 @@ a.ui.ui.ui.inverted.basic.purple.label:hover {
1580
1553
  a.ui.ui.ui.pink.label:hover {
1581
1554
  background-color: #e61a8d;
1582
1555
  border-color: #e61a8d;
1583
- color: #FFFFFF;
1556
+ color: #fff;
1584
1557
  }
1585
1558
 
1586
1559
  /* Ribbon */
@@ -1591,13 +1564,13 @@ a.ui.ui.ui.pink.label:hover {
1591
1564
  /* Basic */
1592
1565
  .ui.basic.labels .pink.label,
1593
1566
  .ui.ui.ui.basic.pink.label {
1594
- background: none #FFFFFF;
1595
- border-color: #E03997;
1596
- color: #E03997;
1567
+ background: none #fff;
1568
+ border-color: #e03997;
1569
+ color: #e03997;
1597
1570
  }
1598
1571
  .ui.basic.labels a.pink.label:hover,
1599
1572
  a.ui.ui.ui.basic.pink.label:hover {
1600
- background: none #FFFFFF;
1573
+ background: none #fff;
1601
1574
  border-color: #e61a8d;
1602
1575
  color: #e61a8d;
1603
1576
  }
@@ -1605,9 +1578,9 @@ a.ui.ui.ui.basic.pink.label:hover {
1605
1578
  /* Inverted */
1606
1579
  .ui.inverted.labels .pink.label,
1607
1580
  .ui.ui.ui.inverted.pink.label {
1608
- background-color: #FF8EDF;
1609
- border-color: #FF8EDF;
1610
- color: #1B1C1D;
1581
+ background-color: #ff8edf;
1582
+ border-color: #ff8edf;
1583
+ color: #1b1c1d;
1611
1584
  }
1612
1585
 
1613
1586
  /* Inverted Link */
@@ -1615,7 +1588,7 @@ a.ui.ui.ui.basic.pink.label:hover {
1615
1588
  a.ui.ui.ui.inverted.pink.label:hover {
1616
1589
  background-color: #ff5bd1;
1617
1590
  border-color: #ff5bd1;
1618
- color: #1B1C1D;
1591
+ color: #1b1c1d;
1619
1592
  }
1620
1593
 
1621
1594
  /* Inverted Ribbon */
@@ -1626,35 +1599,35 @@ a.ui.ui.ui.inverted.pink.label:hover {
1626
1599
  /* Inverted Basic */
1627
1600
  .ui.inverted.basic.labels .pink.label,
1628
1601
  .ui.ui.ui.inverted.basic.pink.label {
1629
- background-color: #1B1C1D;
1630
- border-color: #FF8EDF;
1631
- color: #FF8EDF;
1602
+ background-color: #1b1c1d;
1603
+ border-color: #ff8edf;
1604
+ color: #ff8edf;
1632
1605
  }
1633
1606
  .ui.inverted.basic.labels a.pink.label:hover,
1634
1607
  a.ui.ui.ui.inverted.basic.pink.label:hover {
1635
1608
  border-color: #ff5bd1;
1636
- background-color: #1B1C1D;
1609
+ background-color: #1b1c1d;
1637
1610
  color: #ff5bd1;
1638
1611
  }
1639
1612
 
1640
1613
  /* Inverted Basic Tags */
1641
1614
  .ui.inverted.basic.tag.labels .pink.label,
1642
1615
  .ui.ui.ui.inverted.pink.basic.tag.label {
1643
- border: 1px solid #FF8EDF;
1616
+ border: 1px solid #ff8edf;
1644
1617
  }
1645
1618
  .ui.inverted.basic.tag.labels .pink.label::before,
1646
1619
  .ui.ui.ui.inverted.pink.basic.tag.label::before {
1647
1620
  border-color: inherit;
1648
1621
  border-width: 1px 0 0 1px;
1649
1622
  border-style: inherit;
1650
- background-color: #1B1C1D;
1623
+ background-color: #1b1c1d;
1651
1624
  right: calc(100% + 1px);
1652
1625
  }
1653
1626
  .ui.brown.labels .label,
1654
1627
  .ui.ui.ui.brown.label {
1655
- background-color: #A5673F;
1656
- border-color: #A5673F;
1657
- color: #FFFFFF;
1628
+ background-color: #a5673f;
1629
+ border-color: #a5673f;
1630
+ color: #fff;
1658
1631
  }
1659
1632
 
1660
1633
  /* Link */
@@ -1662,7 +1635,7 @@ a.ui.ui.ui.inverted.basic.pink.label:hover {
1662
1635
  a.ui.ui.ui.brown.label:hover {
1663
1636
  background-color: #975b33;
1664
1637
  border-color: #975b33;
1665
- color: #FFFFFF;
1638
+ color: #fff;
1666
1639
  }
1667
1640
 
1668
1641
  /* Ribbon */
@@ -1673,13 +1646,13 @@ a.ui.ui.ui.brown.label:hover {
1673
1646
  /* Basic */
1674
1647
  .ui.basic.labels .brown.label,
1675
1648
  .ui.ui.ui.basic.brown.label {
1676
- background: none #FFFFFF;
1677
- border-color: #A5673F;
1678
- color: #A5673F;
1649
+ background: none #fff;
1650
+ border-color: #a5673f;
1651
+ color: #a5673f;
1679
1652
  }
1680
1653
  .ui.basic.labels a.brown.label:hover,
1681
1654
  a.ui.ui.ui.basic.brown.label:hover {
1682
- background: none #FFFFFF;
1655
+ background: none #fff;
1683
1656
  border-color: #975b33;
1684
1657
  color: #975b33;
1685
1658
  }
@@ -1687,9 +1660,9 @@ a.ui.ui.ui.basic.brown.label:hover {
1687
1660
  /* Inverted */
1688
1661
  .ui.inverted.labels .brown.label,
1689
1662
  .ui.ui.ui.inverted.brown.label {
1690
- background-color: #D67C1C;
1691
- border-color: #D67C1C;
1692
- color: #1B1C1D;
1663
+ background-color: #d67c1c;
1664
+ border-color: #d67c1c;
1665
+ color: #1b1c1d;
1693
1666
  }
1694
1667
 
1695
1668
  /* Inverted Link */
@@ -1697,7 +1670,7 @@ a.ui.ui.ui.basic.brown.label:hover {
1697
1670
  a.ui.ui.ui.inverted.brown.label:hover {
1698
1671
  background-color: #b0620f;
1699
1672
  border-color: #b0620f;
1700
- color: #1B1C1D;
1673
+ color: #1b1c1d;
1701
1674
  }
1702
1675
 
1703
1676
  /* Inverted Ribbon */
@@ -1708,35 +1681,35 @@ a.ui.ui.ui.inverted.brown.label:hover {
1708
1681
  /* Inverted Basic */
1709
1682
  .ui.inverted.basic.labels .brown.label,
1710
1683
  .ui.ui.ui.inverted.basic.brown.label {
1711
- background-color: #1B1C1D;
1712
- border-color: #D67C1C;
1713
- color: #D67C1C;
1684
+ background-color: #1b1c1d;
1685
+ border-color: #d67c1c;
1686
+ color: #d67c1c;
1714
1687
  }
1715
1688
  .ui.inverted.basic.labels a.brown.label:hover,
1716
1689
  a.ui.ui.ui.inverted.basic.brown.label:hover {
1717
1690
  border-color: #b0620f;
1718
- background-color: #1B1C1D;
1691
+ background-color: #1b1c1d;
1719
1692
  color: #b0620f;
1720
1693
  }
1721
1694
 
1722
1695
  /* Inverted Basic Tags */
1723
1696
  .ui.inverted.basic.tag.labels .brown.label,
1724
1697
  .ui.ui.ui.inverted.brown.basic.tag.label {
1725
- border: 1px solid #D67C1C;
1698
+ border: 1px solid #d67c1c;
1726
1699
  }
1727
1700
  .ui.inverted.basic.tag.labels .brown.label::before,
1728
1701
  .ui.ui.ui.inverted.brown.basic.tag.label::before {
1729
1702
  border-color: inherit;
1730
1703
  border-width: 1px 0 0 1px;
1731
1704
  border-style: inherit;
1732
- background-color: #1B1C1D;
1705
+ background-color: #1b1c1d;
1733
1706
  right: calc(100% + 1px);
1734
1707
  }
1735
1708
  .ui.grey.labels .label,
1736
1709
  .ui.ui.ui.grey.label {
1737
1710
  background-color: #767676;
1738
1711
  border-color: #767676;
1739
- color: #FFFFFF;
1712
+ color: #fff;
1740
1713
  }
1741
1714
 
1742
1715
  /* Link */
@@ -1744,7 +1717,7 @@ a.ui.ui.ui.inverted.basic.brown.label:hover {
1744
1717
  a.ui.ui.ui.grey.label:hover {
1745
1718
  background-color: #838383;
1746
1719
  border-color: #838383;
1747
- color: #FFFFFF;
1720
+ color: #fff;
1748
1721
  }
1749
1722
 
1750
1723
  /* Ribbon */
@@ -1755,13 +1728,13 @@ a.ui.ui.ui.grey.label:hover {
1755
1728
  /* Basic */
1756
1729
  .ui.basic.labels .grey.label,
1757
1730
  .ui.ui.ui.basic.grey.label {
1758
- background: none #FFFFFF;
1731
+ background: none #fff;
1759
1732
  border-color: #767676;
1760
1733
  color: #767676;
1761
1734
  }
1762
1735
  .ui.basic.labels a.grey.label:hover,
1763
1736
  a.ui.ui.ui.basic.grey.label:hover {
1764
- background: none #FFFFFF;
1737
+ background: none #fff;
1765
1738
  border-color: #838383;
1766
1739
  color: #838383;
1767
1740
  }
@@ -1769,9 +1742,9 @@ a.ui.ui.ui.basic.grey.label:hover {
1769
1742
  /* Inverted */
1770
1743
  .ui.inverted.labels .grey.label,
1771
1744
  .ui.ui.ui.inverted.grey.label {
1772
- background-color: #DCDDDE;
1773
- border-color: #DCDDDE;
1774
- color: #1B1C1D;
1745
+ background-color: #dcddde;
1746
+ border-color: #dcddde;
1747
+ color: #1b1c1d;
1775
1748
  }
1776
1749
 
1777
1750
  /* Inverted Link */
@@ -1779,7 +1752,7 @@ a.ui.ui.ui.basic.grey.label:hover {
1779
1752
  a.ui.ui.ui.inverted.grey.label:hover {
1780
1753
  background-color: #c2c4c5;
1781
1754
  border-color: #c2c4c5;
1782
- color: #FFFFFF;
1755
+ color: #fff;
1783
1756
  }
1784
1757
 
1785
1758
  /* Inverted Ribbon */
@@ -1790,34 +1763,34 @@ a.ui.ui.ui.inverted.grey.label:hover {
1790
1763
  /* Inverted Basic */
1791
1764
  .ui.inverted.basic.labels .grey.label,
1792
1765
  .ui.ui.ui.inverted.basic.grey.label {
1793
- background-color: #1B1C1D;
1794
- border-color: #DCDDDE;
1766
+ background-color: #1b1c1d;
1767
+ border-color: #dcddde;
1795
1768
  color: rgba(255, 255, 255, 0.9);
1796
1769
  }
1797
1770
  .ui.inverted.basic.labels a.grey.label:hover,
1798
1771
  a.ui.ui.ui.inverted.basic.grey.label:hover {
1799
1772
  border-color: #c2c4c5;
1800
- background-color: #1B1C1D;
1773
+ background-color: #1b1c1d;
1801
1774
  }
1802
1775
 
1803
1776
  /* Inverted Basic Tags */
1804
1777
  .ui.inverted.basic.tag.labels .grey.label,
1805
1778
  .ui.ui.ui.inverted.grey.basic.tag.label {
1806
- border: 1px solid #DCDDDE;
1779
+ border: 1px solid #dcddde;
1807
1780
  }
1808
1781
  .ui.inverted.basic.tag.labels .grey.label::before,
1809
1782
  .ui.ui.ui.inverted.grey.basic.tag.label::before {
1810
1783
  border-color: inherit;
1811
1784
  border-width: 1px 0 0 1px;
1812
1785
  border-style: inherit;
1813
- background-color: #1B1C1D;
1786
+ background-color: #1b1c1d;
1814
1787
  right: calc(100% + 1px);
1815
1788
  }
1816
1789
  .ui.black.labels .label,
1817
1790
  .ui.ui.ui.black.label {
1818
- background-color: #1B1C1D;
1819
- border-color: #1B1C1D;
1820
- color: #FFFFFF;
1791
+ background-color: #1b1c1d;
1792
+ border-color: #1b1c1d;
1793
+ color: #fff;
1821
1794
  }
1822
1795
 
1823
1796
  /* Link */
@@ -1825,7 +1798,7 @@ a.ui.ui.ui.inverted.basic.grey.label:hover {
1825
1798
  a.ui.ui.ui.black.label:hover {
1826
1799
  background-color: #27292a;
1827
1800
  border-color: #27292a;
1828
- color: #FFFFFF;
1801
+ color: #fff;
1829
1802
  }
1830
1803
 
1831
1804
  /* Ribbon */
@@ -1836,13 +1809,13 @@ a.ui.ui.ui.black.label:hover {
1836
1809
  /* Basic */
1837
1810
  .ui.basic.labels .black.label,
1838
1811
  .ui.ui.ui.basic.black.label {
1839
- background: none #FFFFFF;
1840
- border-color: #1B1C1D;
1841
- color: #1B1C1D;
1812
+ background: none #fff;
1813
+ border-color: #1b1c1d;
1814
+ color: #1b1c1d;
1842
1815
  }
1843
1816
  .ui.basic.labels a.black.label:hover,
1844
1817
  a.ui.ui.ui.basic.black.label:hover {
1845
- background: none #FFFFFF;
1818
+ background: none #fff;
1846
1819
  border-color: #27292a;
1847
1820
  color: #27292a;
1848
1821
  }
@@ -1852,7 +1825,7 @@ a.ui.ui.ui.basic.black.label:hover {
1852
1825
  .ui.ui.ui.inverted.black.label {
1853
1826
  background-color: #545454;
1854
1827
  border-color: #545454;
1855
- color: #1B1C1D;
1828
+ color: #1b1c1d;
1856
1829
  }
1857
1830
 
1858
1831
  /* Inverted Link */
@@ -1860,7 +1833,7 @@ a.ui.ui.ui.basic.black.label:hover {
1860
1833
  a.ui.ui.ui.inverted.black.label:hover {
1861
1834
  background-color: #000000;
1862
1835
  border-color: #000000;
1863
- color: #FFFFFF;
1836
+ color: #fff;
1864
1837
  }
1865
1838
 
1866
1839
  /* Inverted Ribbon */
@@ -1871,14 +1844,14 @@ a.ui.ui.ui.inverted.black.label:hover {
1871
1844
  /* Inverted Basic */
1872
1845
  .ui.inverted.basic.labels .black.label,
1873
1846
  .ui.ui.ui.inverted.basic.black.label {
1874
- background-color: #1B1C1D;
1847
+ background-color: #1b1c1d;
1875
1848
  border-color: #545454;
1876
1849
  color: rgba(255, 255, 255, 0.9);
1877
1850
  }
1878
1851
  .ui.inverted.basic.labels a.black.label:hover,
1879
1852
  a.ui.ui.ui.inverted.basic.black.label:hover {
1880
1853
  border-color: #000000;
1881
- background-color: #1B1C1D;
1854
+ background-color: #1b1c1d;
1882
1855
  }
1883
1856
 
1884
1857
  /* Inverted Basic Tags */
@@ -1891,14 +1864,13 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
1891
1864
  border-color: inherit;
1892
1865
  border-width: 1px 0 0 1px;
1893
1866
  border-style: inherit;
1894
- background-color: #1B1C1D;
1867
+ background-color: #1b1c1d;
1895
1868
  right: calc(100% + 1px);
1896
1869
  }
1897
1870
 
1898
- /*-------------------
1871
+ /* -------------------
1899
1872
  Horizontal
1900
- --------------------*/
1901
-
1873
+ -------------------- */
1902
1874
  .ui.horizontal.labels .label,
1903
1875
  .ui.horizontal.label {
1904
1876
  margin: 0 0.5em 0 0;
@@ -1907,10 +1879,9 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
1907
1879
  text-align: center;
1908
1880
  }
1909
1881
 
1910
- /*-------------------
1911
- Circular
1912
- --------------------*/
1913
-
1882
+ /* -------------------
1883
+ Circular
1884
+ -------------------- */
1914
1885
  .ui.circular.labels .label,
1915
1886
  .ui.circular.label {
1916
1887
  min-width: 2em;
@@ -1930,10 +1901,9 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
1930
1901
  vertical-align: baseline;
1931
1902
  }
1932
1903
 
1933
- /*-------------------
1934
- Pointing
1935
- --------------------*/
1936
-
1904
+ /* -------------------
1905
+ Pointing
1906
+ -------------------- */
1937
1907
  .ui.pointing.label {
1938
1908
  position: relative;
1939
1909
  }
@@ -1951,19 +1921,16 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
1951
1921
  /* Arrow */
1952
1922
  .ui.pointing.label::before {
1953
1923
  position: absolute;
1954
- content: '';
1955
- -webkit-transform: rotate(45deg);
1956
- transform: rotate(45deg);
1924
+ content: "";
1925
+ transform: rotate(45deg);
1957
1926
  background-image: none;
1958
1927
  z-index: 2;
1959
1928
  width: 0.6666em;
1960
1929
  height: 0.6666em;
1961
- -webkit-transition: none;
1962
1930
  transition: none;
1963
1931
  }
1964
1932
 
1965
- /*--- Above ---*/
1966
-
1933
+ /* --- Above --- */
1967
1934
  .ui.pointing.label,
1968
1935
  .ui[class*="pointing above"].label {
1969
1936
  margin-top: 1em;
@@ -1971,14 +1938,12 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
1971
1938
  .ui.pointing.label::before,
1972
1939
  .ui[class*="pointing above"].label::before {
1973
1940
  border-width: 1px 0 0 1px;
1974
- -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
1975
- transform: translateX(-50%) translateY(-50%) rotate(45deg);
1941
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
1976
1942
  top: 0;
1977
1943
  left: 50%;
1978
1944
  }
1979
1945
 
1980
- /*--- Below ---*/
1981
-
1946
+ /* --- Below --- */
1982
1947
  .ui[class*="bottom pointing"].label,
1983
1948
  .ui[class*="pointing below"].label {
1984
1949
  margin-top: 0;
@@ -1987,40 +1952,34 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
1987
1952
  .ui[class*="bottom pointing"].label::before,
1988
1953
  .ui[class*="pointing below"].label::before {
1989
1954
  border-width: 0 1px 1px 0;
1990
- top: auto;
1991
1955
  right: auto;
1992
- -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
1993
- transform: translateX(-50%) translateY(-50%) rotate(45deg);
1956
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
1994
1957
  top: 100%;
1995
1958
  left: 50%;
1996
1959
  }
1997
1960
 
1998
- /*--- Left ---*/
1999
-
1961
+ /* --- Left --- */
2000
1962
  .ui[class*="left pointing"].label {
2001
1963
  margin-top: 0;
2002
1964
  margin-left: 0.6666em;
2003
1965
  }
2004
1966
  .ui[class*="left pointing"].label::before {
2005
1967
  border-width: 0 0 1px 1px;
2006
- -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
2007
- transform: translateX(-50%) translateY(-50%) rotate(45deg);
1968
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
2008
1969
  bottom: auto;
2009
1970
  right: auto;
2010
1971
  top: 50%;
2011
1972
  left: 0;
2012
1973
  }
2013
1974
 
2014
- /*--- Right ---*/
2015
-
1975
+ /* --- Right --- */
2016
1976
  .ui[class*="right pointing"].label {
2017
1977
  margin-top: 0;
2018
1978
  margin-right: 0.6666em;
2019
1979
  }
2020
1980
  .ui[class*="right pointing"].label::before {
2021
1981
  border-width: 1px 1px 0 0;
2022
- -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
2023
- transform: translateX(50%) translateY(-50%) rotate(45deg);
1982
+ transform: translateX(50%) translateY(-50%) rotate(45deg);
2024
1983
  top: 50%;
2025
1984
  right: 0;
2026
1985
  bottom: auto;
@@ -2029,15 +1988,13 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
2029
1988
 
2030
1989
  /* Basic Pointing */
2031
1990
 
2032
- /*--- Above ---*/
2033
-
1991
+ /* --- Above --- */
2034
1992
  .ui.basic.pointing.label::before,
2035
1993
  .ui.basic[class*="pointing above"].label::before {
2036
1994
  margin-top: -1px;
2037
1995
  }
2038
1996
 
2039
- /*--- Below ---*/
2040
-
1997
+ /* --- Below --- */
2041
1998
  .ui.basic[class*="bottom pointing"].label::before,
2042
1999
  .ui.basic[class*="pointing below"].label::before {
2043
2000
  bottom: auto;
@@ -2045,56 +2002,48 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
2045
2002
  margin-top: 1px;
2046
2003
  }
2047
2004
 
2048
- /*--- Left ---*/
2049
-
2005
+ /* --- Left --- */
2050
2006
  .ui.basic[class*="left pointing"].label::before {
2051
2007
  top: 50%;
2052
2008
  left: -1px;
2053
2009
  }
2054
2010
 
2055
- /*--- Right ---*/
2056
-
2011
+ /* --- Right --- */
2057
2012
  .ui.basic[class*="right pointing"].label::before {
2058
2013
  top: 50%;
2059
2014
  right: -1px;
2060
2015
  }
2061
2016
 
2062
- /*------------------
2063
- Floating Label
2064
- -------------------*/
2065
-
2017
+ /* ------------------
2018
+ Floating Label
2019
+ ------------------- */
2066
2020
  .ui.floating.label {
2067
2021
  position: absolute;
2068
2022
  z-index: 100;
2069
2023
  top: -1em;
2070
2024
  right: 0;
2071
2025
  white-space: nowrap;
2072
- -webkit-transform: translateX(50%);
2073
- transform: translateX(50%);
2026
+ transform: translateX(50%);
2074
2027
  }
2075
2028
  .ui.right.aligned.floating.label {
2076
- -webkit-transform: translateX(1.2em);
2077
- transform: translateX(1.2em);
2029
+ transform: translateX(1.2em);
2078
2030
  }
2079
2031
  .ui.left.floating.label {
2080
2032
  left: 0;
2081
2033
  right: auto;
2082
- -webkit-transform: translateX(-50%);
2083
- transform: translateX(-50%);
2034
+ transform: translateX(-50%);
2084
2035
  }
2085
2036
  .ui.left.aligned.floating.label {
2086
- -webkit-transform: translateX(-1.2em);
2087
- transform: translateX(-1.2em);
2037
+ transform: translateX(-1.2em);
2088
2038
  }
2089
2039
  .ui.bottom.floating.label {
2090
2040
  top: auto;
2091
2041
  bottom: -1em;
2092
2042
  }
2093
2043
 
2094
- /*-------------------
2044
+ /* -------------------
2095
2045
  Sizes
2096
- --------------------*/
2097
-
2046
+ -------------------- */
2098
2047
  .ui.labels .label,
2099
2048
  .ui.label {
2100
2049
  font-size: 0.85714286rem;