semantic-ui-sass 2.1.4.0 → 2.1.6.0

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 (72) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/assets/javascripts/semantic-ui/accordion.js +1 -1
  4. data/app/assets/javascripts/semantic-ui/api.js +1 -1
  5. data/app/assets/javascripts/semantic-ui/checkbox.js +9 -4
  6. data/app/assets/javascripts/semantic-ui/colorize.js +1 -1
  7. data/app/assets/javascripts/semantic-ui/dimmer.js +2 -2
  8. data/app/assets/javascripts/semantic-ui/dropdown.js +77 -52
  9. data/app/assets/javascripts/semantic-ui/embed.js +1 -1
  10. data/app/assets/javascripts/semantic-ui/form.js +6 -4
  11. data/app/assets/javascripts/semantic-ui/modal.js +6 -3
  12. data/app/assets/javascripts/semantic-ui/nag.js +1 -1
  13. data/app/assets/javascripts/semantic-ui/popup.js +12 -3
  14. data/app/assets/javascripts/semantic-ui/progress.js +2 -1
  15. data/app/assets/javascripts/semantic-ui/rating.js +1 -1
  16. data/app/assets/javascripts/semantic-ui/search.js +22 -9
  17. data/app/assets/javascripts/semantic-ui/shape.js +1 -1
  18. data/app/assets/javascripts/semantic-ui/sidebar.js +1 -1
  19. data/app/assets/javascripts/semantic-ui/site.js +1 -1
  20. data/app/assets/javascripts/semantic-ui/state.js +1 -1
  21. data/app/assets/javascripts/semantic-ui/sticky.js +40 -20
  22. data/app/assets/javascripts/semantic-ui/tab.js +1 -1
  23. data/app/assets/javascripts/semantic-ui/transition.js +3 -1
  24. data/app/assets/javascripts/semantic-ui/visibility.js +1 -1
  25. data/app/assets/javascripts/semantic-ui/visit.js +1 -1
  26. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +2 -2
  27. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +55 -51
  28. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +42 -42
  29. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +73 -73
  30. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +50 -50
  31. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +81 -64
  32. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +284 -284
  33. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +1 -1
  34. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +2 -2
  35. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1 -1
  36. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +42 -41
  37. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +58 -55
  38. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  39. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +13 -13
  40. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +115 -115
  41. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +3 -3
  42. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +3 -3
  43. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
  44. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
  45. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +52 -47
  46. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +13 -13
  47. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
  48. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +6 -6
  49. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +2 -2
  50. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +19 -19
  51. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +3 -3
  52. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +20 -20
  53. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +4 -4
  54. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +12 -12
  55. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +4 -4
  56. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +38 -8
  57. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +45 -45
  58. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +9 -9
  59. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +13 -13
  60. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +2 -2
  61. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +2 -2
  62. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
  63. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
  64. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
  65. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +2 -2
  66. data/app/assets/stylesheets/semantic-ui/views/_card.scss +35 -35
  67. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
  68. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +3 -3
  69. data/app/assets/stylesheets/semantic-ui/views/_item.scss +5 -5
  70. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +26 -26
  71. data/lib/semantic/ui/sass/version.rb +2 -2
  72. metadata +2 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.1.4 - Image
2
+ * # Semantic UI 2.1.6 - Image
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.1.4 - Input
2
+ * # Semantic UI 2.1.6 - Input
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -42,7 +42,7 @@
42
42
  line-height: 1.2142em;
43
43
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
44
44
  padding: 0.67861429em 1em;
45
- background: #ffffff;
45
+ background: #FFFFFF;
46
46
  border: 1px solid rgba(34, 36, 38, 0.15);
47
47
  color: rgba(0, 0, 0, 0.87);
48
48
  border-radius: 0.28571429rem;
@@ -92,7 +92,7 @@
92
92
  .ui.input input:active,
93
93
  .ui.input.down input {
94
94
  border-color: rgba(0, 0, 0, 0.3);
95
- background: #fafafa;
95
+ background: #FAFAFA;
96
96
  color: rgba(0, 0, 0, 0.87);
97
97
  box-shadow: none;
98
98
  }
@@ -137,8 +137,8 @@
137
137
 
138
138
  .ui.input.focus input,
139
139
  .ui.input input:focus {
140
- border-color: #85b7d9;
141
- background: #ffffff;
140
+ border-color: #85B7D9;
141
+ background: #FFFFFF;
142
142
  color: rgba(0, 0, 0, 0.8);
143
143
  box-shadow: none;
144
144
  }
@@ -160,9 +160,9 @@
160
160
  ---------------------*/
161
161
 
162
162
  .ui.input.error input {
163
- background-color: #fff6f6;
164
- border-color: #e0b4b4;
165
- color: #9f3a38;
163
+ background-color: #FFF6F6;
164
+ border-color: #E0B4B4;
165
+ color: #9F3A38;
166
166
  box-shadow: none;
167
167
  }
168
168
 
@@ -220,7 +220,7 @@
220
220
 
221
221
  /* Transparent Inverted */
222
222
  .ui.transparent.inverted.input {
223
- color: #ffffff;
223
+ color: #FFFFFF;
224
224
  }
225
225
  .ui.transparent.inverted.input input {
226
226
  color: inherit;
@@ -327,7 +327,7 @@
327
327
  border-left-color: transparent;
328
328
  }
329
329
  .ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input:focus {
330
- border-left-color: #85b7d9;
330
+ border-left-color: #85B7D9;
331
331
  }
332
332
 
333
333
  /* Regular Label on Right */
@@ -341,7 +341,7 @@
341
341
  border-bottom-left-radius: 0px;
342
342
  }
343
343
  .ui[class*="right labeled"].input input:focus {
344
- border-right-color: #85b7d9 !important;
344
+ border-right-color: #85B7D9 !important;
345
345
  }
346
346
 
347
347
  /* Corner Label */
@@ -429,7 +429,7 @@
429
429
 
430
430
  /* Input Focus */
431
431
  .ui.action.input:not([class*="left action"]) input:focus {
432
- border-right-color: #85b7d9 !important;
432
+ border-right-color: #85B7D9 !important;
433
433
  }
434
434
 
435
435
  /* Button on Left */
@@ -451,7 +451,7 @@
451
451
 
452
452
  /* Input Focus */
453
453
  .ui[class*="left action"].input > input:focus {
454
- border-left-color: #85b7d9 !important;
454
+ border-left-color: #85B7D9 !important;
455
455
  }
456
456
 
457
457
  /*--------------------
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.1.4 - Label
2
+ * # Semantic UI 2.1.6 - Label
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -19,7 +19,7 @@
19
19
  line-height: 1;
20
20
  vertical-align: baseline;
21
21
  margin: 0em 0.14285714em;
22
- background-color: #e8e8e8;
22
+ background-color: #E8E8E8;
23
23
  background-image: none;
24
24
  padding: 0.5833em 0.833em;
25
25
  color: rgba(0, 0, 0, 0.6);
@@ -147,7 +147,7 @@ a.ui.label {
147
147
  max-width: 9999px;
148
148
  vertical-align: baseline;
149
149
  text-transform: none;
150
- background: #e8e8e8;
150
+ background: #E8E8E8;
151
151
  padding: 0.5833em 0.833em 0.5833em 0.5em;
152
152
  border-radius: 0.28571429rem;
153
153
  box-shadow: none;
@@ -203,7 +203,7 @@ a.ui.label {
203
203
  top: 50%;
204
204
  left: -0.25em;
205
205
  margin-top: -0.25em;
206
- background-color: #ffffff !important;
206
+ background-color: #FFFFFF !important;
207
207
  width: 0.5em;
208
208
  height: 0.5em;
209
209
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
@@ -221,7 +221,7 @@ a.ui.label {
221
221
  margin: 0em;
222
222
  padding: 0em;
223
223
  text-align: center;
224
- border-color: #e8e8e8;
224
+ border-color: #E8E8E8;
225
225
  width: 4em;
226
226
  height: 4em;
227
227
  z-index: 1;
@@ -433,8 +433,8 @@ a.ui.label {
433
433
 
434
434
  a.ui.labels .label:hover,
435
435
  a.ui.label:hover {
436
- background-color: #e0e0e0;
437
- border-color: #e0e0e0;
436
+ background-color: #E0E0E0;
437
+ border-color: #E0E0E0;
438
438
  background-image: none;
439
439
  color: rgba(0, 0, 0, 0.8);
440
440
  }
@@ -448,13 +448,13 @@ a.ui.label:hover:before {
448
448
  --------------------*/
449
449
 
450
450
  .ui.active.label {
451
- background-color: #d0d0d0;
452
- border-color: #d0d0d0;
451
+ background-color: #D0D0D0;
452
+ border-color: #D0D0D0;
453
453
  background-image: none;
454
454
  color: rgba(0, 0, 0, 0.95);
455
455
  }
456
456
  .ui.active.label:before {
457
- background-color: #d0d0d0;
457
+ background-color: #D0D0D0;
458
458
  background-image: none;
459
459
  color: rgba(0, 0, 0, 0.95);
460
460
  }
@@ -465,14 +465,14 @@ a.ui.label:hover:before {
465
465
 
466
466
  a.ui.labels .active.label:hover,
467
467
  a.ui.active.label:hover {
468
- background-color: #c8c8c8;
469
- border-color: #c8c8c8;
468
+ background-color: #C8C8C8;
469
+ border-color: #C8C8C8;
470
470
  background-image: none;
471
471
  color: rgba(0, 0, 0, 0.95);
472
472
  }
473
473
  .ui.labels a.active.label:ActiveHover:before,
474
474
  a.ui.active.label:ActiveHover:before {
475
- background-color: #c8c8c8;
475
+ background-color: #C8C8C8;
476
476
  background-image: none;
477
477
  color: rgba(0, 0, 0, 0.95);
478
478
  }
@@ -510,9 +510,9 @@ a.ui.active.label:ActiveHover:before {
510
510
 
511
511
  .ui.red.labels .label,
512
512
  .ui.red.label {
513
- background-color: #db2828 !important;
514
- border-color: #db2828 !important;
515
- color: #ffffff !important;
513
+ background-color: #DB2828 !important;
514
+ border-color: #DB2828 !important;
515
+ color: #FFFFFF !important;
516
516
  }
517
517
 
518
518
  /* Link */
@@ -520,7 +520,7 @@ a.ui.active.label:ActiveHover:before {
520
520
  a.ui.red.label:hover {
521
521
  background-color: #d01919 !important;
522
522
  border-color: #d01919 !important;
523
- color: #ffffff !important;
523
+ color: #FFFFFF !important;
524
524
  }
525
525
 
526
526
  /* Corner */
@@ -536,13 +536,13 @@ a.ui.red.label:hover {
536
536
 
537
537
  /* Basic */
538
538
  .ui.basic.red.label {
539
- background-color: #ffffff !important;
540
- color: #db2828 !important;
541
- border-color: #db2828 !important;
539
+ background-color: #FFFFFF !important;
540
+ color: #DB2828 !important;
541
+ border-color: #DB2828 !important;
542
542
  }
543
543
  .ui.basic.red.labels a.label:hover,
544
544
  a.ui.basic.red.label:hover {
545
- background-color: #ffffff !important;
545
+ background-color: #FFFFFF !important;
546
546
  color: #d01919 !important;
547
547
  border-color: #d01919 !important;
548
548
  }
@@ -551,9 +551,9 @@ a.ui.basic.red.label:hover {
551
551
 
552
552
  .ui.orange.labels .label,
553
553
  .ui.orange.label {
554
- background-color: #f2711c !important;
555
- border-color: #f2711c !important;
556
- color: #ffffff !important;
554
+ background-color: #F2711C !important;
555
+ border-color: #F2711C !important;
556
+ color: #FFFFFF !important;
557
557
  }
558
558
 
559
559
  /* Link */
@@ -561,7 +561,7 @@ a.ui.basic.red.label:hover {
561
561
  a.ui.orange.label:hover {
562
562
  background-color: #f26202 !important;
563
563
  border-color: #f26202 !important;
564
- color: #ffffff !important;
564
+ color: #FFFFFF !important;
565
565
  }
566
566
 
567
567
  /* Corner */
@@ -577,13 +577,13 @@ a.ui.orange.label:hover {
577
577
 
578
578
  /* Basic */
579
579
  .ui.basic.orange.label {
580
- background-color: #ffffff !important;
581
- color: #f2711c !important;
582
- border-color: #f2711c !important;
580
+ background-color: #FFFFFF !important;
581
+ color: #F2711C !important;
582
+ border-color: #F2711C !important;
583
583
  }
584
584
  .ui.basic.orange.labels a.label:hover,
585
585
  a.ui.basic.orange.label:hover {
586
- background-color: #ffffff !important;
586
+ background-color: #FFFFFF !important;
587
587
  color: #f26202 !important;
588
588
  border-color: #f26202 !important;
589
589
  }
@@ -592,9 +592,9 @@ a.ui.basic.orange.label:hover {
592
592
 
593
593
  .ui.yellow.labels .label,
594
594
  .ui.yellow.label {
595
- background-color: #fbbd08 !important;
596
- border-color: #fbbd08 !important;
597
- color: #ffffff !important;
595
+ background-color: #FBBD08 !important;
596
+ border-color: #FBBD08 !important;
597
+ color: #FFFFFF !important;
598
598
  }
599
599
 
600
600
  /* Link */
@@ -602,7 +602,7 @@ a.ui.basic.orange.label:hover {
602
602
  a.ui.yellow.label:hover {
603
603
  background-color: #eaae00 !important;
604
604
  border-color: #eaae00 !important;
605
- color: #ffffff !important;
605
+ color: #FFFFFF !important;
606
606
  }
607
607
 
608
608
  /* Corner */
@@ -618,13 +618,13 @@ a.ui.yellow.label:hover {
618
618
 
619
619
  /* Basic */
620
620
  .ui.basic.yellow.label {
621
- background-color: #ffffff !important;
622
- color: #fbbd08 !important;
623
- border-color: #fbbd08 !important;
621
+ background-color: #FFFFFF !important;
622
+ color: #FBBD08 !important;
623
+ border-color: #FBBD08 !important;
624
624
  }
625
625
  .ui.basic.yellow.labels a.label:hover,
626
626
  a.ui.basic.yellow.label:hover {
627
- background-color: #ffffff !important;
627
+ background-color: #FFFFFF !important;
628
628
  color: #eaae00 !important;
629
629
  border-color: #eaae00 !important;
630
630
  }
@@ -633,9 +633,9 @@ a.ui.basic.yellow.label:hover {
633
633
 
634
634
  .ui.olive.labels .label,
635
635
  .ui.olive.label {
636
- background-color: #b5cc18 !important;
637
- border-color: #b5cc18 !important;
638
- color: #ffffff !important;
636
+ background-color: #B5CC18 !important;
637
+ border-color: #B5CC18 !important;
638
+ color: #FFFFFF !important;
639
639
  }
640
640
 
641
641
  /* Link */
@@ -643,7 +643,7 @@ a.ui.basic.yellow.label:hover {
643
643
  a.ui.olive.label:hover {
644
644
  background-color: #a7bd0d !important;
645
645
  border-color: #a7bd0d !important;
646
- color: #ffffff !important;
646
+ color: #FFFFFF !important;
647
647
  }
648
648
 
649
649
  /* Corner */
@@ -659,13 +659,13 @@ a.ui.olive.label:hover {
659
659
 
660
660
  /* Basic */
661
661
  .ui.basic.olive.label {
662
- background-color: #ffffff !important;
663
- color: #b5cc18 !important;
664
- border-color: #b5cc18 !important;
662
+ background-color: #FFFFFF !important;
663
+ color: #B5CC18 !important;
664
+ border-color: #B5CC18 !important;
665
665
  }
666
666
  .ui.basic.olive.labels a.label:hover,
667
667
  a.ui.basic.olive.label:hover {
668
- background-color: #ffffff !important;
668
+ background-color: #FFFFFF !important;
669
669
  color: #a7bd0d !important;
670
670
  border-color: #a7bd0d !important;
671
671
  }
@@ -674,9 +674,9 @@ a.ui.basic.olive.label:hover {
674
674
 
675
675
  .ui.green.labels .label,
676
676
  .ui.green.label {
677
- background-color: #21ba45 !important;
678
- border-color: #21ba45 !important;
679
- color: #ffffff !important;
677
+ background-color: #21BA45 !important;
678
+ border-color: #21BA45 !important;
679
+ color: #FFFFFF !important;
680
680
  }
681
681
 
682
682
  /* Link */
@@ -684,7 +684,7 @@ a.ui.basic.olive.label:hover {
684
684
  a.ui.green.label:hover {
685
685
  background-color: #16ab39 !important;
686
686
  border-color: #16ab39 !important;
687
- color: #ffffff !important;
687
+ color: #FFFFFF !important;
688
688
  }
689
689
 
690
690
  /* Corner */
@@ -700,13 +700,13 @@ a.ui.green.label:hover {
700
700
 
701
701
  /* Basic */
702
702
  .ui.basic.green.label {
703
- background-color: #ffffff !important;
704
- color: #21ba45 !important;
705
- border-color: #21ba45 !important;
703
+ background-color: #FFFFFF !important;
704
+ color: #21BA45 !important;
705
+ border-color: #21BA45 !important;
706
706
  }
707
707
  .ui.basic.green.labels a.label:hover,
708
708
  a.ui.basic.green.label:hover {
709
- background-color: #ffffff !important;
709
+ background-color: #FFFFFF !important;
710
710
  color: #16ab39 !important;
711
711
  border-color: #16ab39 !important;
712
712
  }
@@ -715,9 +715,9 @@ a.ui.basic.green.label:hover {
715
715
 
716
716
  .ui.teal.labels .label,
717
717
  .ui.teal.label {
718
- background-color: #00b5ad !important;
719
- border-color: #00b5ad !important;
720
- color: #ffffff !important;
718
+ background-color: #00B5AD !important;
719
+ border-color: #00B5AD !important;
720
+ color: #FFFFFF !important;
721
721
  }
722
722
 
723
723
  /* Link */
@@ -725,7 +725,7 @@ a.ui.basic.green.label:hover {
725
725
  a.ui.teal.label:hover {
726
726
  background-color: #009c95 !important;
727
727
  border-color: #009c95 !important;
728
- color: #ffffff !important;
728
+ color: #FFFFFF !important;
729
729
  }
730
730
 
731
731
  /* Corner */
@@ -741,13 +741,13 @@ a.ui.teal.label:hover {
741
741
 
742
742
  /* Basic */
743
743
  .ui.basic.teal.label {
744
- background-color: #ffffff !important;
745
- color: #00b5ad !important;
746
- border-color: #00b5ad !important;
744
+ background-color: #FFFFFF !important;
745
+ color: #00B5AD !important;
746
+ border-color: #00B5AD !important;
747
747
  }
748
748
  .ui.basic.teal.labels a.label:hover,
749
749
  a.ui.basic.teal.label:hover {
750
- background-color: #ffffff !important;
750
+ background-color: #FFFFFF !important;
751
751
  color: #009c95 !important;
752
752
  border-color: #009c95 !important;
753
753
  }
@@ -756,9 +756,9 @@ a.ui.basic.teal.label:hover {
756
756
 
757
757
  .ui.blue.labels .label,
758
758
  .ui.blue.label {
759
- background-color: #2185d0 !important;
760
- border-color: #2185d0 !important;
761
- color: #ffffff !important;
759
+ background-color: #2185D0 !important;
760
+ border-color: #2185D0 !important;
761
+ color: #FFFFFF !important;
762
762
  }
763
763
 
764
764
  /* Link */
@@ -766,7 +766,7 @@ a.ui.basic.teal.label:hover {
766
766
  a.ui.blue.label:hover {
767
767
  background-color: #1678c2 !important;
768
768
  border-color: #1678c2 !important;
769
- color: #ffffff !important;
769
+ color: #FFFFFF !important;
770
770
  }
771
771
 
772
772
  /* Corner */
@@ -782,13 +782,13 @@ a.ui.blue.label:hover {
782
782
 
783
783
  /* Basic */
784
784
  .ui.basic.blue.label {
785
- background-color: #ffffff !important;
786
- color: #2185d0 !important;
787
- border-color: #2185d0 !important;
785
+ background-color: #FFFFFF !important;
786
+ color: #2185D0 !important;
787
+ border-color: #2185D0 !important;
788
788
  }
789
789
  .ui.basic.blue.labels a.label:hover,
790
790
  a.ui.basic.blue.label:hover {
791
- background-color: #ffffff !important;
791
+ background-color: #FFFFFF !important;
792
792
  color: #1678c2 !important;
793
793
  border-color: #1678c2 !important;
794
794
  }
@@ -797,9 +797,9 @@ a.ui.basic.blue.label:hover {
797
797
 
798
798
  .ui.violet.labels .label,
799
799
  .ui.violet.label {
800
- background-color: #6435c9 !important;
801
- border-color: #6435c9 !important;
802
- color: #ffffff !important;
800
+ background-color: #6435C9 !important;
801
+ border-color: #6435C9 !important;
802
+ color: #FFFFFF !important;
803
803
  }
804
804
 
805
805
  /* Link */
@@ -807,7 +807,7 @@ a.ui.basic.blue.label:hover {
807
807
  a.ui.violet.label:hover {
808
808
  background-color: #5829bb !important;
809
809
  border-color: #5829bb !important;
810
- color: #ffffff !important;
810
+ color: #FFFFFF !important;
811
811
  }
812
812
 
813
813
  /* Corner */
@@ -823,13 +823,13 @@ a.ui.violet.label:hover {
823
823
 
824
824
  /* Basic */
825
825
  .ui.basic.violet.label {
826
- background-color: #ffffff !important;
827
- color: #6435c9 !important;
828
- border-color: #6435c9 !important;
826
+ background-color: #FFFFFF !important;
827
+ color: #6435C9 !important;
828
+ border-color: #6435C9 !important;
829
829
  }
830
830
  .ui.basic.violet.labels a.label:hover,
831
831
  a.ui.basic.violet.label:hover {
832
- background-color: #ffffff !important;
832
+ background-color: #FFFFFF !important;
833
833
  color: #5829bb !important;
834
834
  border-color: #5829bb !important;
835
835
  }
@@ -838,9 +838,9 @@ a.ui.basic.violet.label:hover {
838
838
 
839
839
  .ui.purple.labels .label,
840
840
  .ui.purple.label {
841
- background-color: #a333c8 !important;
842
- border-color: #a333c8 !important;
843
- color: #ffffff !important;
841
+ background-color: #A333C8 !important;
842
+ border-color: #A333C8 !important;
843
+ color: #FFFFFF !important;
844
844
  }
845
845
 
846
846
  /* Link */
@@ -848,7 +848,7 @@ a.ui.basic.violet.label:hover {
848
848
  a.ui.purple.label:hover {
849
849
  background-color: #9627ba !important;
850
850
  border-color: #9627ba !important;
851
- color: #ffffff !important;
851
+ color: #FFFFFF !important;
852
852
  }
853
853
 
854
854
  /* Corner */
@@ -864,13 +864,13 @@ a.ui.purple.label:hover {
864
864
 
865
865
  /* Basic */
866
866
  .ui.basic.purple.label {
867
- background-color: #ffffff !important;
868
- color: #a333c8 !important;
869
- border-color: #a333c8 !important;
867
+ background-color: #FFFFFF !important;
868
+ color: #A333C8 !important;
869
+ border-color: #A333C8 !important;
870
870
  }
871
871
  .ui.basic.purple.labels a.label:hover,
872
872
  a.ui.basic.purple.label:hover {
873
- background-color: #ffffff !important;
873
+ background-color: #FFFFFF !important;
874
874
  color: #9627ba !important;
875
875
  border-color: #9627ba !important;
876
876
  }
@@ -879,9 +879,9 @@ a.ui.basic.purple.label:hover {
879
879
 
880
880
  .ui.pink.labels .label,
881
881
  .ui.pink.label {
882
- background-color: #e03997 !important;
883
- border-color: #e03997 !important;
884
- color: #ffffff !important;
882
+ background-color: #E03997 !important;
883
+ border-color: #E03997 !important;
884
+ color: #FFFFFF !important;
885
885
  }
886
886
 
887
887
  /* Link */
@@ -889,7 +889,7 @@ a.ui.basic.purple.label:hover {
889
889
  a.ui.pink.label:hover {
890
890
  background-color: #e61a8d !important;
891
891
  border-color: #e61a8d !important;
892
- color: #ffffff !important;
892
+ color: #FFFFFF !important;
893
893
  }
894
894
 
895
895
  /* Corner */
@@ -905,13 +905,13 @@ a.ui.pink.label:hover {
905
905
 
906
906
  /* Basic */
907
907
  .ui.basic.pink.label {
908
- background-color: #ffffff !important;
909
- color: #e03997 !important;
910
- border-color: #e03997 !important;
908
+ background-color: #FFFFFF !important;
909
+ color: #E03997 !important;
910
+ border-color: #E03997 !important;
911
911
  }
912
912
  .ui.basic.pink.labels a.label:hover,
913
913
  a.ui.basic.pink.label:hover {
914
- background-color: #ffffff !important;
914
+ background-color: #FFFFFF !important;
915
915
  color: #e61a8d !important;
916
916
  border-color: #e61a8d !important;
917
917
  }
@@ -920,9 +920,9 @@ a.ui.basic.pink.label:hover {
920
920
 
921
921
  .ui.brown.labels .label,
922
922
  .ui.brown.label {
923
- background-color: #a5673f !important;
924
- border-color: #a5673f !important;
925
- color: #ffffff !important;
923
+ background-color: #A5673F !important;
924
+ border-color: #A5673F !important;
925
+ color: #FFFFFF !important;
926
926
  }
927
927
 
928
928
  /* Link */
@@ -930,7 +930,7 @@ a.ui.basic.pink.label:hover {
930
930
  a.ui.brown.label:hover {
931
931
  background-color: #975b33 !important;
932
932
  border-color: #975b33 !important;
933
- color: #ffffff !important;
933
+ color: #FFFFFF !important;
934
934
  }
935
935
 
936
936
  /* Corner */
@@ -946,13 +946,13 @@ a.ui.brown.label:hover {
946
946
 
947
947
  /* Basic */
948
948
  .ui.basic.brown.label {
949
- background-color: #ffffff !important;
950
- color: #a5673f !important;
951
- border-color: #a5673f !important;
949
+ background-color: #FFFFFF !important;
950
+ color: #A5673F !important;
951
+ border-color: #A5673F !important;
952
952
  }
953
953
  .ui.basic.brown.labels a.label:hover,
954
954
  a.ui.basic.brown.label:hover {
955
- background-color: #ffffff !important;
955
+ background-color: #FFFFFF !important;
956
956
  color: #975b33 !important;
957
957
  border-color: #975b33 !important;
958
958
  }
@@ -963,7 +963,7 @@ a.ui.basic.brown.label:hover {
963
963
  .ui.grey.label {
964
964
  background-color: #767676 !important;
965
965
  border-color: #767676 !important;
966
- color: #ffffff !important;
966
+ color: #FFFFFF !important;
967
967
  }
968
968
 
969
969
  /* Link */
@@ -971,7 +971,7 @@ a.ui.basic.brown.label:hover {
971
971
  a.ui.grey.label:hover {
972
972
  background-color: #838383 !important;
973
973
  border-color: #838383 !important;
974
- color: #ffffff !important;
974
+ color: #FFFFFF !important;
975
975
  }
976
976
 
977
977
  /* Corner */
@@ -987,13 +987,13 @@ a.ui.grey.label:hover {
987
987
 
988
988
  /* Basic */
989
989
  .ui.basic.grey.label {
990
- background-color: #ffffff !important;
990
+ background-color: #FFFFFF !important;
991
991
  color: #767676 !important;
992
992
  border-color: #767676 !important;
993
993
  }
994
994
  .ui.basic.grey.labels a.label:hover,
995
995
  a.ui.basic.grey.label:hover {
996
- background-color: #ffffff !important;
996
+ background-color: #FFFFFF !important;
997
997
  color: #838383 !important;
998
998
  border-color: #838383 !important;
999
999
  }
@@ -1002,9 +1002,9 @@ a.ui.basic.grey.label:hover {
1002
1002
 
1003
1003
  .ui.black.labels .label,
1004
1004
  .ui.black.label {
1005
- background-color: #1b1c1d !important;
1006
- border-color: #1b1c1d !important;
1007
- color: #ffffff !important;
1005
+ background-color: #1B1C1D !important;
1006
+ border-color: #1B1C1D !important;
1007
+ color: #FFFFFF !important;
1008
1008
  }
1009
1009
 
1010
1010
  /* Link */
@@ -1012,7 +1012,7 @@ a.ui.basic.grey.label:hover {
1012
1012
  a.ui.black.label:hover {
1013
1013
  background-color: #27292a !important;
1014
1014
  border-color: #27292a !important;
1015
- color: #ffffff !important;
1015
+ color: #FFFFFF !important;
1016
1016
  }
1017
1017
 
1018
1018
  /* Corner */
@@ -1028,13 +1028,13 @@ a.ui.black.label:hover {
1028
1028
 
1029
1029
  /* Basic */
1030
1030
  .ui.basic.black.label {
1031
- background-color: #ffffff !important;
1032
- color: #1b1c1d !important;
1033
- border-color: #1b1c1d !important;
1031
+ background-color: #FFFFFF !important;
1032
+ color: #1B1C1D !important;
1033
+ border-color: #1B1C1D !important;
1034
1034
  }
1035
1035
  .ui.basic.black.labels a.label:hover,
1036
1036
  a.ui.basic.black.label:hover {
1037
- background-color: #ffffff !important;
1037
+ background-color: #FFFFFF !important;
1038
1038
  color: #27292a !important;
1039
1039
  border-color: #27292a !important;
1040
1040
  }
@@ -1044,7 +1044,7 @@ a.ui.basic.black.label:hover {
1044
1044
  --------------------*/
1045
1045
 
1046
1046
  .ui.basic.label {
1047
- background: none #ffffff;
1047
+ background: none #FFFFFF;
1048
1048
  border: 1px solid rgba(34, 36, 38, 0.15);
1049
1049
  color: rgba(0, 0, 0, 0.87);
1050
1050
  box-shadow: none;
@@ -1053,7 +1053,7 @@ a.ui.basic.black.label:hover {
1053
1053
  /* Link */
1054
1054
  a.ui.basic.label:hover {
1055
1055
  text-decoration: none;
1056
- background: none #ffffff;
1056
+ background: none #FFFFFF;
1057
1057
  color: #1e70bf;
1058
1058
  box-shadow: 1px solid rgba(34, 36, 38, 0.15);
1059
1059
  box-shadow: none;