fomantic-ui-sass 2.8.8.1 → 2.9.1

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