semantic-ui-sass 2.1.8.0 → 2.2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -1
  3. data/app/assets/javascripts/semantic-ui.js +21465 -24
  4. data/app/assets/javascripts/semantic-ui/accordion.js +20 -6
  5. data/app/assets/javascripts/semantic-ui/api.js +41 -16
  6. data/app/assets/javascripts/semantic-ui/checkbox.js +31 -9
  7. data/app/assets/javascripts/semantic-ui/colorize.js +233 -227
  8. data/app/assets/javascripts/semantic-ui/dimmer.js +27 -9
  9. data/app/assets/javascripts/semantic-ui/dropdown.js +485 -207
  10. data/app/assets/javascripts/semantic-ui/embed.js +50 -13
  11. data/app/assets/javascripts/semantic-ui/form.js +58 -23
  12. data/app/assets/javascripts/semantic-ui/modal.js +28 -13
  13. data/app/assets/javascripts/semantic-ui/nag.js +28 -7
  14. data/app/assets/javascripts/semantic-ui/popup.js +136 -76
  15. data/app/assets/javascripts/semantic-ui/progress.js +177 -62
  16. data/app/assets/javascripts/semantic-ui/rating.js +41 -8
  17. data/app/assets/javascripts/semantic-ui/search.js +109 -56
  18. data/app/assets/javascripts/semantic-ui/shape.js +52 -19
  19. data/app/assets/javascripts/semantic-ui/sidebar.js +21 -7
  20. data/app/assets/javascripts/semantic-ui/site.js +2 -2
  21. data/app/assets/javascripts/semantic-ui/state.js +20 -7
  22. data/app/assets/javascripts/semantic-ui/sticky.js +48 -19
  23. data/app/assets/javascripts/semantic-ui/tab.js +57 -27
  24. data/app/assets/javascripts/semantic-ui/transition.js +24 -8
  25. data/app/assets/javascripts/semantic-ui/video.js +6 -14
  26. data/app/assets/javascripts/semantic-ui/visibility.js +89 -22
  27. data/app/assets/javascripts/semantic-ui/visit.js +13 -5
  28. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +4 -5
  29. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +91 -85
  30. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +41 -37
  31. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +138 -94
  32. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +74 -55
  33. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +80 -68
  34. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +458 -305
  35. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +1 -2
  36. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +2 -4
  37. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +2 -3
  38. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +46 -46
  39. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +812 -252
  40. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +7 -3
  41. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +35 -35
  42. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +127 -127
  43. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +37 -25
  44. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +101 -38
  45. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +24 -4
  46. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +9 -6
  47. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +92 -51
  48. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +42 -23
  49. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -6
  50. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +7 -9
  51. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +7 -6
  52. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +40 -37
  53. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +7 -8
  54. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +107 -88
  55. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +6 -7
  56. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +9 -10
  57. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +6 -7
  58. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +415 -36
  59. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +47 -48
  60. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +12 -13
  61. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +21 -21
  62. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +11 -8
  63. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +31 -14
  64. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +2 -3
  65. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -2
  66. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -2
  67. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +2 -2
  68. data/app/assets/stylesheets/semantic-ui/views/_card.scss +62 -42
  69. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +2 -3
  70. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +5 -6
  71. data/app/assets/stylesheets/semantic-ui/views/_item.scss +11 -12
  72. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +44 -45
  73. data/app/helpers/semantic_icon_helper.rb +6 -3
  74. data/lib/semantic/ui/sass/engine.rb +5 -1
  75. data/lib/semantic/ui/sass/version.rb +2 -2
  76. data/spec/helpers/semantic_icon_helper_spec.rb +22 -10
  77. metadata +3 -3
@@ -1,9 +1,8 @@
1
1
  /*!
2
- * # Semantic UI 2.1.7 - Image
2
+ * # Semantic UI 2.2.0 - Image
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2015 Contributors
7
6
  * Released under the MIT license
8
7
  * http://opensource.org/licenses/MIT
9
8
  *
@@ -40,6 +39,11 @@ img.ui.image {
40
39
  .ui.hidden.image {
41
40
  display: none;
42
41
  }
42
+ .ui.hidden.transition.images,
43
+ .ui.hidden.transition.image {
44
+ display: block;
45
+ visibility: hidden;
46
+ }
43
47
  .ui.disabled.images,
44
48
  .ui.disabled.image {
45
49
  cursor: default;
@@ -214,7 +218,7 @@ img.ui.bordered.image {
214
218
  .ui.mini.image {
215
219
  width: 35px;
216
220
  height: auto;
217
- font-size: 0.71428571rem;
221
+ font-size: 0.78571429rem;
218
222
  }
219
223
  .ui.tiny.images .image,
220
224
  .ui.tiny.images img,
@@ -1,9 +1,8 @@
1
1
  /*!
2
- * # Semantic UI 2.1.7 - Input
2
+ * # Semantic UI 2.2.0 - Input
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2015 Contributors
7
6
  * Released under the MIT license
8
7
  * http://opensource.org/licenses/MIT
9
8
  *
@@ -42,12 +41,12 @@
42
41
  line-height: 1.2142em;
43
42
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
44
43
  padding: 0.67861429em 1em;
45
- background: #ffffff;
44
+ background: #FFFFFF;
46
45
  border: 1px solid rgba(34, 36, 38, 0.15);
47
46
  color: rgba(0, 0, 0, 0.87);
48
47
  border-radius: 0.28571429rem;
49
48
  -webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease;
50
- transition: box-shadow 0.1s ease, border-color 0.1s ease;
49
+ transition: box-shadow 0.1s ease, border-color 0.1s ease;
51
50
  box-shadow: none;
52
51
  }
53
52
 
@@ -58,13 +57,13 @@
58
57
 
59
58
  /* browsers require these rules separate */
60
59
  .ui.input input::-webkit-input-placeholder {
61
- color: rgba(0, 0, 0, 0.4);
60
+ color: rgba(191, 191, 191, 0.87);
62
61
  }
63
62
  .ui.input input::-moz-placeholder {
64
- color: rgba(0, 0, 0, 0.4);
63
+ color: rgba(191, 191, 191, 0.87);
65
64
  }
66
- .ui.input input::-ms-input-placeholder {
67
- color: rgba(0, 0, 0, 0.4);
65
+ .ui.input input:-ms-input-placeholder {
66
+ color: rgba(191, 191, 191, 0.87);
68
67
  }
69
68
 
70
69
 
@@ -81,7 +80,8 @@
81
80
  .ui.input input[disabled] {
82
81
  opacity: 0.45;
83
82
  }
84
- .ui.disabled.input input {
83
+ .ui.disabled.input input,
84
+ .ui.input input[disabled] {
85
85
  pointer-events: none;
86
86
  }
87
87
 
@@ -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,22 +137,22 @@
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
  }
145
145
  .ui.input.focus input::-webkit-input-placeholder,
146
146
  .ui.input input:focus::-webkit-input-placeholder {
147
- color: rgba(0, 0, 0, 0.87);
147
+ color: rgba(115, 115, 115, 0.87);
148
148
  }
149
149
  .ui.input.focus input::-moz-placeholder,
150
150
  .ui.input input:focus::-moz-placeholder {
151
- color: rgba(0, 0, 0, 0.87);
151
+ color: rgba(115, 115, 115, 0.87);
152
152
  }
153
- .ui.input.focus input::-ms-input-placeholder,
154
- .ui.input input:focus::-ms-input-placeholder {
155
- color: rgba(0, 0, 0, 0.87);
153
+ .ui.input.focus input:-ms-input-placeholder,
154
+ .ui.input input:focus:-ms-input-placeholder {
155
+ color: rgba(115, 115, 115, 0.87);
156
156
  }
157
157
 
158
158
  /*--------------------
@@ -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
 
@@ -173,8 +173,8 @@
173
173
  .ui.input.error input::-moz-placeholder {
174
174
  color: #e7bdbc;
175
175
  }
176
- .ui.input.error input::-ms-input-placeholder {
177
- color: #e7bdbc;
176
+ .ui.input.error input:-ms-input-placeholder {
177
+ color: #e7bdbc !important;
178
178
  }
179
179
 
180
180
  /* Focused Error Placeholder */
@@ -184,8 +184,8 @@
184
184
  .ui.input.error input:focus::-moz-placeholder {
185
185
  color: #da9796;
186
186
  }
187
- .ui.input.error input:focus::-ms-input-placeholder {
188
- color: #da9796;
187
+ .ui.input.error input:focus:-ms-input-placeholder {
188
+ color: #da9796 !important;
189
189
  }
190
190
 
191
191
 
@@ -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;
@@ -231,7 +231,7 @@
231
231
  .ui.transparent.inverted.input input::-moz-placeholder {
232
232
  color: rgba(255, 255, 255, 0.5);
233
233
  }
234
- .ui.transparent.inverted.input input::-ms-input-placeholder {
234
+ .ui.transparent.inverted.input input:-ms-input-placeholder {
235
235
  color: rgba(255, 255, 255, 0.5);
236
236
  }
237
237
 
@@ -252,7 +252,7 @@
252
252
  opacity: 0.5;
253
253
  border-radius: 0em 0.28571429rem 0.28571429rem 0em;
254
254
  -webkit-transition: opacity 0.3s ease;
255
- transition: opacity 0.3s ease;
255
+ transition: opacity 0.3s ease;
256
256
  }
257
257
  .ui.icon.input > i.icon:not(.link) {
258
258
  pointer-events: none;
@@ -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 */
@@ -416,9 +416,9 @@
416
416
  border-bottom-right-radius: 0px !important;
417
417
  border-right-color: transparent !important;
418
418
  }
419
- .ui.action.input:not([class*="left action"]) > .dropdown,
420
- .ui.action.input:not([class*="left action"]) > .button,
421
- .ui.action.input:not([class*="left action"]) > .buttons > .button {
419
+ .ui.action.input:not([class*="left action"]) > .dropdown:not(:first-child),
420
+ .ui.action.input:not([class*="left action"]) > .button:not(:first-child),
421
+ .ui.action.input:not([class*="left action"]) > .buttons:not(:first-child) > .button {
422
422
  border-radius: 0px;
423
423
  }
424
424
  .ui.action.input:not([class*="left action"]) > .dropdown:last-child,
@@ -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
  /*--------------------
@@ -483,7 +483,7 @@
483
483
  ---------------------*/
484
484
 
485
485
  .ui.mini.input {
486
- font-size: 0.71428571em;
486
+ font-size: 0.78571429em;
487
487
  }
488
488
  .ui.small.input {
489
489
  font-size: 0.92857143em;
@@ -1,9 +1,8 @@
1
1
  /*!
2
- * # Semantic UI 2.1.7 - Label
2
+ * # Semantic UI 2.2.0 - Label
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2015 Contributors
7
6
  * Released under the MIT license
8
7
  * http://opensource.org/licenses/MIT
9
8
  *
@@ -19,7 +18,7 @@
19
18
  line-height: 1;
20
19
  vertical-align: baseline;
21
20
  margin: 0em 0.14285714em;
22
- background-color: #e8e8e8;
21
+ background-color: #E8E8E8;
23
22
  background-image: none;
24
23
  padding: 0.5833em 0.833em;
25
24
  color: rgba(0, 0, 0, 0.6);
@@ -28,7 +27,7 @@
28
27
  border: 0px solid transparent;
29
28
  border-radius: 0.28571429rem;
30
29
  -webkit-transition: background 0.1s ease;
31
- transition: background 0.1s ease;
30
+ transition: background 0.1s ease;
32
31
  }
33
32
  .ui.label:first-child {
34
33
  margin-left: 0em;
@@ -48,7 +47,7 @@ a.ui.label {
48
47
  color: inherit;
49
48
  opacity: 0.5;
50
49
  -webkit-transition: 0.1s opacity ease;
51
- transition: 0.1s opacity ease;
50
+ transition: 0.1s opacity ease;
52
51
  }
53
52
  .ui.label > a:hover {
54
53
  opacity: 1;
@@ -88,7 +87,7 @@ a.ui.label {
88
87
  font-size: 0.92857143em;
89
88
  opacity: 0.5;
90
89
  -webkit-transition: background 0.1s ease;
91
- transition: background 0.1s ease;
90
+ transition: background 0.1s ease;
92
91
  }
93
92
  .ui.label > .delete.icon:hover {
94
93
  opacity: 1;
@@ -127,7 +126,8 @@ a.ui.label {
127
126
  }
128
127
 
129
128
  /* Padding on next content after a label */
130
- .ui.top.attached.label:first-child + :not(.attached) {
129
+ .ui.top.attached.label:first-child + :not(.attached),
130
+ .ui.top.attached.label + [class*="right floated"] + * {
131
131
  margin-top: 2rem !important;
132
132
  }
133
133
  .ui.bottom.attached.label:first-child ~ :last-child:not(.attached) {
@@ -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;
@@ -178,7 +178,7 @@ a.ui.label {
178
178
  padding-right: 1.5em;
179
179
  border-radius: 0em 0.28571429rem 0.28571429rem 0em;
180
180
  -webkit-transition: none;
181
- transition: none;
181
+ transition: none;
182
182
  }
183
183
  .ui.tag.labels .label:before,
184
184
  .ui.tag.label:before {
@@ -194,7 +194,7 @@ a.ui.label {
194
194
  width: 1.56em;
195
195
  height: 1.56em;
196
196
  -webkit-transition: none;
197
- transition: none;
197
+ transition: none;
198
198
  }
199
199
  .ui.tag.labels .label:after,
200
200
  .ui.tag.label:after {
@@ -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,12 +221,12 @@ 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;
228
228
  -webkit-transition: border-color 0.1s ease;
229
- transition: border-color 0.1s ease;
229
+ transition: border-color 0.1s ease;
230
230
  }
231
231
 
232
232
  /* Icon Label */
@@ -248,7 +248,7 @@ a.ui.label {
248
248
  border-left: 0em solid transparent;
249
249
  border-right-color: inherit;
250
250
  -webkit-transition: border-color 0.1s ease;
251
- transition: border-color 0.1s ease;
251
+ transition: border-color 0.1s ease;
252
252
  }
253
253
  .ui.corner.label .icon {
254
254
  cursor: default;
@@ -361,10 +361,10 @@ a.ui.label {
361
361
 
362
362
  /* Inside Table */
363
363
  .ui.table td > .ui.ribbon.label {
364
- left: calc( -0.71428571em - 1.2em );
364
+ left: calc( -0.78571429em - 1.2em );
365
365
  }
366
366
  .ui.table td > .ui[class*="right ribbon"].label {
367
- left: calc(100% + 0.71428571em + 1.2em );
367
+ left: calc(100% + 0.78571429em + 1.2em );
368
368
  padding-left: 0.833em;
369
369
  }
370
370
 
@@ -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;
@@ -1148,7 +1148,7 @@ a.ui.basic.label:hover {
1148
1148
  width: 0.6666em;
1149
1149
  height: 0.6666em;
1150
1150
  -webkit-transition: background 0.1s ease;
1151
- transition: background 0.1s ease;
1151
+ transition: background 0.1s ease;
1152
1152
  }
1153
1153
 
1154
1154
  /*--- Above ---*/