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 - Shape
2
+ * # Semantic UI 2.2.0 - Shape
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
  *
@@ -20,8 +19,10 @@
20
19
  display: inline-block;
21
20
  -webkit-perspective: 2000px;
22
21
  perspective: 2000px;
23
- -webkit-transition: -webkit-transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
24
- transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
22
+ -webkit-transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
23
+ transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
24
+ transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
25
+ transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
25
26
  }
26
27
  .ui.shape .sides {
27
28
  -webkit-transform-style: preserve-3d;
@@ -51,7 +52,7 @@
51
52
  min-width: 15em;
52
53
  height: 15em;
53
54
  padding: 2em;
54
- background-color: #e6e6e6;
55
+ background-color: #E6E6E6;
55
56
  color: rgba(0, 0, 0, 0.87);
56
57
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
57
58
  }
@@ -125,12 +126,14 @@
125
126
  position: absolute;
126
127
  }
127
128
  .ui.shape.animating .sides {
128
- -webkit-transition: -webkit-transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
129
- transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
129
+ -webkit-transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
130
+ transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
131
+ transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
132
+ transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
130
133
  }
131
134
  .ui.shape.animating .side {
132
135
  -webkit-transition: opacity 0.6s ease-in-out;
133
- transition: opacity 0.6s ease-in-out;
136
+ transition: opacity 0.6s ease-in-out;
134
137
  }
135
138
 
136
139
  /*--------------
@@ -1,9 +1,8 @@
1
1
  /*!
2
- * # Semantic UI 2.1.7 - Sidebar
2
+ * # Semantic UI 2.2.0 - Sidebar
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
  *
@@ -23,7 +22,7 @@
23
22
  -webkit-backface-visibility: hidden;
24
23
  backface-visibility: hidden;
25
24
  -webkit-transition: none;
26
- transition: none;
25
+ transition: none;
27
26
  will-change: transform;
28
27
  -webkit-transform: translate3d(0, 0, 0);
29
28
  transform: translate3d(0, 0, 0);
@@ -112,7 +111,9 @@ body.pushable {
112
111
  -webkit-backface-visibility: hidden;
113
112
  backface-visibility: hidden;
114
113
  -webkit-transition: -webkit-transform 500ms ease;
115
- transition: transform 500ms ease;
114
+ transition: -webkit-transform 500ms ease;
115
+ transition: transform 500ms ease;
116
+ transition: transform 500ms ease, -webkit-transform 500ms ease;
116
117
  will-change: transform;
117
118
  z-index: 101;
118
119
  }
@@ -128,11 +129,13 @@ body.pushable {
128
129
  overflow: hidden;
129
130
  min-height: 100%;
130
131
  -webkit-transition: -webkit-transform 500ms ease;
131
- transition: transform 500ms ease;
132
+ transition: -webkit-transform 500ms ease;
133
+ transition: transform 500ms ease;
134
+ transition: transform 500ms ease, -webkit-transform 500ms ease;
132
135
  z-index: 2;
133
136
  }
134
137
  body.pushable > .pusher {
135
- background: #ffffff;
138
+ background: #FFFFFF;
136
139
  }
137
140
 
138
141
  /* Pusher should inherit background from context */
@@ -153,7 +156,7 @@ body.pushable > .pusher {
153
156
  overflow: hidden;
154
157
  opacity: 0;
155
158
  -webkit-transition: opacity 500ms;
156
- transition: opacity 500ms;
159
+ transition: opacity 500ms;
157
160
  will-change: opacity;
158
161
  z-index: 1000;
159
162
  }
@@ -373,7 +376,9 @@ html.ios body {
373
376
  .animating.ui.overlay.sidebar,
374
377
  .ui.visible.overlay.sidebar {
375
378
  -webkit-transition: -webkit-transform 500ms ease;
376
- transition: transform 500ms ease;
379
+ transition: -webkit-transform 500ms ease;
380
+ transition: transform 500ms ease;
381
+ transition: transform 500ms ease, -webkit-transform 500ms ease;
377
382
  }
378
383
 
379
384
  /* End - Sidebar */
@@ -410,7 +415,9 @@ html.ios body {
410
415
  /* Initial */
411
416
  .ui.push.sidebar {
412
417
  -webkit-transition: -webkit-transform 500ms ease;
413
- transition: transform 500ms ease;
418
+ transition: -webkit-transform 500ms ease;
419
+ transition: transform 500ms ease;
420
+ transition: transform 500ms ease, -webkit-transform 500ms ease;
414
421
  z-index: 102;
415
422
  }
416
423
 
@@ -455,7 +462,9 @@ html.ios body {
455
462
  -webkit-transform: translate3d(0, 0, 0);
456
463
  transform: translate3d(0, 0, 0);
457
464
  -webkit-transition: -webkit-transform 500ms ease;
458
- transition: transform 500ms ease;
465
+ transition: -webkit-transform 500ms ease;
466
+ transition: transform 500ms ease;
467
+ transition: transform 500ms ease, -webkit-transform 500ms ease;
459
468
  }
460
469
 
461
470
  /*--------------
@@ -489,7 +498,9 @@ html.ios body {
489
498
  /* Animation */
490
499
  .ui.animating.slide.along.sidebar {
491
500
  -webkit-transition: -webkit-transform 500ms ease;
492
- transition: transform 500ms ease;
501
+ transition: -webkit-transform 500ms ease;
502
+ transition: transform 500ms ease;
503
+ transition: transform 500ms ease, -webkit-transform 500ms ease;
493
504
  }
494
505
 
495
506
  /* End */
@@ -529,7 +540,9 @@ html.ios body {
529
540
  /* Animation */
530
541
  .ui.animating.slide.out.sidebar {
531
542
  -webkit-transition: -webkit-transform 500ms ease;
532
- transition: transform 500ms ease;
543
+ transition: -webkit-transform 500ms ease;
544
+ transition: transform 500ms ease;
545
+ transition: transform 500ms ease, -webkit-transform 500ms ease;
533
546
  }
534
547
 
535
548
  /* End */
@@ -546,7 +559,9 @@ html.ios body {
546
559
  /* Initial */
547
560
  .ui.scale.down.sidebar {
548
561
  -webkit-transition: -webkit-transform 500ms ease;
549
- transition: transform 500ms ease;
562
+ transition: -webkit-transform 500ms ease;
563
+ transition: transform 500ms ease;
564
+ transition: transform 500ms ease, -webkit-transform 500ms ease;
550
565
  z-index: 102;
551
566
  }
552
567
 
@@ -593,7 +608,9 @@ html.ios body {
593
608
  /* Animation */
594
609
  .ui.animating.scale.down > .visible.ui.sidebar {
595
610
  -webkit-transition: -webkit-transform 500ms ease;
596
- transition: transform 500ms ease;
611
+ transition: -webkit-transform 500ms ease;
612
+ transition: transform 500ms ease;
613
+ transition: transform 500ms ease, -webkit-transform 500ms ease;
597
614
  }
598
615
  .ui.visible.scale.down.sidebar ~ .pusher,
599
616
  .ui.animating.scale.down.sidebar ~ .pusher {
@@ -1,9 +1,8 @@
1
1
  /*!
2
- * # Semantic UI 2.1.7 - Sticky
2
+ * # Semantic UI 2.2.0 - Sticky
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
  *
@@ -17,7 +16,7 @@
17
16
  .ui.sticky {
18
17
  position: static;
19
18
  -webkit-transition: none;
20
- transition: none;
19
+ transition: none;
21
20
  z-index: 800;
22
21
  }
23
22
 
@@ -1,9 +1,8 @@
1
1
  /*!
2
- * # Semantic UI 2.1.7 - Tab
2
+ * # Semantic UI 2.2.0 - Tab
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
  *
@@ -1,9 +1,8 @@
1
1
  /*!
2
- * # Semantic UI 2.1.7 - Transition
2
+ * # Semantic UI 2.2.0 - Transition
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
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.1.7 - Ad
2
+ * # Semantic UI 2.2.0 - Ad
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -252,7 +252,7 @@
252
252
  -ms-transform: translateX(-50%) translateY(-50%);
253
253
  transform: translateX(-50%) translateY(-50%);
254
254
  content: 'Ad';
255
- color: #ffffff;
255
+ color: #FFFFFF;
256
256
  font-size: 1em;
257
257
  font-weight: bold;
258
258
  }
@@ -1,9 +1,8 @@
1
1
  /*!
2
- * # Semantic UI 2.1.7 - Item
2
+ * # Semantic UI 2.2.0 - Item
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
  *
@@ -34,13 +33,15 @@
34
33
  flex-direction: column;
35
34
  width: 290px;
36
35
  min-height: 0px;
37
- background: #ffffff;
36
+ background: #FFFFFF;
38
37
  padding: 0em;
39
38
  border: none;
40
39
  border-radius: 0.28571429rem;
41
- box-shadow: 0px 1px 3px 0px #d4d4d5, 0px 0px 0px 1px #d4d4d5;
40
+ box-shadow: 0px 1px 3px 0px #D4D4D5, 0px 0px 0px 1px #D4D4D5;
42
41
  -webkit-transition: box-shadow 0.1s ease, -webkit-transform 0.1s ease;
43
- transition: box-shadow 0.1s ease, transform 0.1s ease;
42
+ transition: box-shadow 0.1s ease, -webkit-transform 0.1s ease;
43
+ transition: box-shadow 0.1s ease, transform 0.1s ease;
44
+ transition: box-shadow 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
44
45
  z-index: '';
45
46
  }
46
47
  .ui.card {
@@ -297,7 +298,7 @@
297
298
  .ui.card > .content a:not(.ui) {
298
299
  color: '';
299
300
  -webkit-transition: color 0.1s ease;
300
- transition: color 0.1s ease;
301
+ transition: color 0.1s ease;
301
302
  }
302
303
  .ui.cards > .card > .content a:not(.ui):hover,
303
304
  .ui.card > .content a:not(.ui):hover {
@@ -360,16 +361,16 @@
360
361
  cursor: pointer;
361
362
  opacity: 0.75;
362
363
  -webkit-transition: color 0.1s ease;
363
- transition: color 0.1s ease;
364
+ transition: color 0.1s ease;
364
365
  }
365
366
  .ui.cards > .card > .content .star.icon:hover,
366
367
  .ui.card > .content .star.icon:hover {
367
368
  opacity: 1;
368
- color: #ffb70a;
369
+ color: #FFB70A;
369
370
  }
370
371
  .ui.cards > .card > .content .active.star.icon,
371
372
  .ui.card > .content .active.star.icon {
372
- color: #ffe623;
373
+ color: #FFE623;
373
374
  }
374
375
 
375
376
  /*-----Like----- */
@@ -381,16 +382,16 @@
381
382
  cursor: pointer;
382
383
  opacity: 0.75;
383
384
  -webkit-transition: color 0.1s ease;
384
- transition: color 0.1s ease;
385
+ transition: color 0.1s ease;
385
386
  }
386
387
  .ui.cards > .card > .content .like.icon:hover,
387
388
  .ui.card > .content .like.icon:hover {
388
389
  opacity: 1;
389
- color: #ff2733;
390
+ color: #FF2733;
390
391
  }
391
392
  .ui.cards > .card > .content .active.like.icon,
392
393
  .ui.card > .content .active.like.icon {
393
- color: #ff2733;
394
+ color: #FF2733;
394
395
  }
395
396
 
396
397
  /*----------------
@@ -416,7 +417,7 @@
416
417
  color: rgba(0, 0, 0, 0.4);
417
418
  box-shadow: none;
418
419
  -webkit-transition: color 0.1s ease;
419
- transition: color 0.1s ease;
420
+ transition: color 0.1s ease;
420
421
  }
421
422
  .ui.cards > .card > .extra a:not(.ui),
422
423
  .ui.card > .extra a:not(.ui) {
@@ -433,6 +434,25 @@
433
434
  *******************************/
434
435
 
435
436
 
437
+ /*-------------------
438
+ Raised
439
+ --------------------*/
440
+
441
+ .ui.raised.cards > .card,
442
+ .ui.raised.card {
443
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
444
+ }
445
+ .ui.raised.cards a.card:hover,
446
+ .ui.link.cards .raised.card:hover,
447
+ a.ui.raised.card:hover,
448
+ .ui.link.raised.card:hover {
449
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgba(34, 36, 38, 0.15), 0px 2px 10px 0px rgba(34, 36, 38, 0.25);
450
+ }
451
+ .ui.raised.cards > .card,
452
+ .ui.raised.card {
453
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
454
+ }
455
+
436
456
  /*-------------------
437
457
  Centered
438
458
  --------------------*/
@@ -475,9 +495,9 @@ a.ui.card:hover,
475
495
  .ui.link.card:hover {
476
496
  cursor: pointer;
477
497
  z-index: 5;
478
- background: #ffffff;
498
+ background: #FFFFFF;
479
499
  border: none;
480
- box-shadow: 0px 1px 3px 0px #bcbdbd, 0px 0px 0px 1px #d4d4d5;
500
+ box-shadow: 0px 1px 3px 0px #BCBDBD, 0px 0px 0px 1px #D4D4D5;
481
501
  -webkit-transform: translateY(-3px);
482
502
  -ms-transform: translateY(-3px);
483
503
  transform: translateY(-3px);
@@ -492,156 +512,156 @@ a.ui.card:hover,
492
512
  .ui.red.cards > .card,
493
513
  .ui.cards > .red.card,
494
514
  .ui.red.card {
495
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #db2828, 0px 1px 3px 0px #d4d4d5;
515
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #DB2828, 0px 1px 3px 0px #D4D4D5;
496
516
  }
497
517
  .ui.red.cards > .card:hover,
498
518
  .ui.cards > .red.card:hover,
499
519
  .ui.red.card:hover {
500
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #d01919, 0px 1px 3px 0px #bcbdbd;
520
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #d01919, 0px 1px 3px 0px #BCBDBD;
501
521
  }
502
522
 
503
523
  /* Orange */
504
524
  .ui.orange.cards > .card,
505
525
  .ui.cards > .orange.card,
506
526
  .ui.orange.card {
507
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #f2711c, 0px 1px 3px 0px #d4d4d5;
527
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #F2711C, 0px 1px 3px 0px #D4D4D5;
508
528
  }
509
529
  .ui.orange.cards > .card:hover,
510
530
  .ui.cards > .orange.card:hover,
511
531
  .ui.orange.card:hover {
512
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #f26202, 0px 1px 3px 0px #bcbdbd;
532
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #f26202, 0px 1px 3px 0px #BCBDBD;
513
533
  }
514
534
 
515
535
  /* Yellow */
516
536
  .ui.yellow.cards > .card,
517
537
  .ui.cards > .yellow.card,
518
538
  .ui.yellow.card {
519
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #fbbd08, 0px 1px 3px 0px #d4d4d5;
539
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #FBBD08, 0px 1px 3px 0px #D4D4D5;
520
540
  }
521
541
  .ui.yellow.cards > .card:hover,
522
542
  .ui.cards > .yellow.card:hover,
523
543
  .ui.yellow.card:hover {
524
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #eaae00, 0px 1px 3px 0px #bcbdbd;
544
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #eaae00, 0px 1px 3px 0px #BCBDBD;
525
545
  }
526
546
 
527
547
  /* Olive */
528
548
  .ui.olive.cards > .card,
529
549
  .ui.cards > .olive.card,
530
550
  .ui.olive.card {
531
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #b5cc18, 0px 1px 3px 0px #d4d4d5;
551
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #B5CC18, 0px 1px 3px 0px #D4D4D5;
532
552
  }
533
553
  .ui.olive.cards > .card:hover,
534
554
  .ui.cards > .olive.card:hover,
535
555
  .ui.olive.card:hover {
536
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #a7bd0d, 0px 1px 3px 0px #bcbdbd;
556
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #a7bd0d, 0px 1px 3px 0px #BCBDBD;
537
557
  }
538
558
 
539
559
  /* Green */
540
560
  .ui.green.cards > .card,
541
561
  .ui.cards > .green.card,
542
562
  .ui.green.card {
543
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #21ba45, 0px 1px 3px 0px #d4d4d5;
563
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #21BA45, 0px 1px 3px 0px #D4D4D5;
544
564
  }
545
565
  .ui.green.cards > .card:hover,
546
566
  .ui.cards > .green.card:hover,
547
567
  .ui.green.card:hover {
548
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #16ab39, 0px 1px 3px 0px #bcbdbd;
568
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #16ab39, 0px 1px 3px 0px #BCBDBD;
549
569
  }
550
570
 
551
571
  /* Teal */
552
572
  .ui.teal.cards > .card,
553
573
  .ui.cards > .teal.card,
554
574
  .ui.teal.card {
555
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #00b5ad, 0px 1px 3px 0px #d4d4d5;
575
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #00B5AD, 0px 1px 3px 0px #D4D4D5;
556
576
  }
557
577
  .ui.teal.cards > .card:hover,
558
578
  .ui.cards > .teal.card:hover,
559
579
  .ui.teal.card:hover {
560
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #009c95, 0px 1px 3px 0px #bcbdbd;
580
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #009c95, 0px 1px 3px 0px #BCBDBD;
561
581
  }
562
582
 
563
583
  /* Blue */
564
584
  .ui.blue.cards > .card,
565
585
  .ui.cards > .blue.card,
566
586
  .ui.blue.card {
567
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #2185d0, 0px 1px 3px 0px #d4d4d5;
587
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #2185D0, 0px 1px 3px 0px #D4D4D5;
568
588
  }
569
589
  .ui.blue.cards > .card:hover,
570
590
  .ui.cards > .blue.card:hover,
571
591
  .ui.blue.card:hover {
572
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #1678c2, 0px 1px 3px 0px #bcbdbd;
592
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #1678c2, 0px 1px 3px 0px #BCBDBD;
573
593
  }
574
594
 
575
595
  /* Violet */
576
596
  .ui.violet.cards > .card,
577
597
  .ui.cards > .violet.card,
578
598
  .ui.violet.card {
579
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #6435c9, 0px 1px 3px 0px #d4d4d5;
599
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #6435C9, 0px 1px 3px 0px #D4D4D5;
580
600
  }
581
601
  .ui.violet.cards > .card:hover,
582
602
  .ui.cards > .violet.card:hover,
583
603
  .ui.violet.card:hover {
584
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #5829bb, 0px 1px 3px 0px #bcbdbd;
604
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #5829bb, 0px 1px 3px 0px #BCBDBD;
585
605
  }
586
606
 
587
607
  /* Purple */
588
608
  .ui.purple.cards > .card,
589
609
  .ui.cards > .purple.card,
590
610
  .ui.purple.card {
591
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #a333c8, 0px 1px 3px 0px #d4d4d5;
611
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #A333C8, 0px 1px 3px 0px #D4D4D5;
592
612
  }
593
613
  .ui.purple.cards > .card:hover,
594
614
  .ui.cards > .purple.card:hover,
595
615
  .ui.purple.card:hover {
596
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #9627ba, 0px 1px 3px 0px #bcbdbd;
616
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #9627ba, 0px 1px 3px 0px #BCBDBD;
597
617
  }
598
618
 
599
619
  /* Pink */
600
620
  .ui.pink.cards > .card,
601
621
  .ui.cards > .pink.card,
602
622
  .ui.pink.card {
603
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #e03997, 0px 1px 3px 0px #d4d4d5;
623
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #E03997, 0px 1px 3px 0px #D4D4D5;
604
624
  }
605
625
  .ui.pink.cards > .card:hover,
606
626
  .ui.cards > .pink.card:hover,
607
627
  .ui.pink.card:hover {
608
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #e61a8d, 0px 1px 3px 0px #bcbdbd;
628
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #e61a8d, 0px 1px 3px 0px #BCBDBD;
609
629
  }
610
630
 
611
631
  /* Brown */
612
632
  .ui.brown.cards > .card,
613
633
  .ui.cards > .brown.card,
614
634
  .ui.brown.card {
615
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #a5673f, 0px 1px 3px 0px #d4d4d5;
635
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #A5673F, 0px 1px 3px 0px #D4D4D5;
616
636
  }
617
637
  .ui.brown.cards > .card:hover,
618
638
  .ui.cards > .brown.card:hover,
619
639
  .ui.brown.card:hover {
620
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #975b33, 0px 1px 3px 0px #bcbdbd;
640
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #975b33, 0px 1px 3px 0px #BCBDBD;
621
641
  }
622
642
 
623
643
  /* Grey */
624
644
  .ui.grey.cards > .card,
625
645
  .ui.cards > .grey.card,
626
646
  .ui.grey.card {
627
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #767676, 0px 1px 3px 0px #d4d4d5;
647
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #767676, 0px 1px 3px 0px #D4D4D5;
628
648
  }
629
649
  .ui.grey.cards > .card:hover,
630
650
  .ui.cards > .grey.card:hover,
631
651
  .ui.grey.card:hover {
632
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #838383, 0px 1px 3px 0px #bcbdbd;
652
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #838383, 0px 1px 3px 0px #BCBDBD;
633
653
  }
634
654
 
635
655
  /* Black */
636
656
  .ui.black.cards > .card,
637
657
  .ui.cards > .black.card,
638
658
  .ui.black.card {
639
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #1b1c1d, 0px 1px 3px 0px #d4d4d5;
659
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #1B1C1D, 0px 1px 3px 0px #D4D4D5;
640
660
  }
641
661
  .ui.black.cards > .card:hover,
642
662
  .ui.cards > .black.card:hover,
643
663
  .ui.black.card:hover {
644
- box-shadow: 0px 0px 0px 1px #d4d4d5, 0px 2px 0px 0px #27292a, 0px 1px 3px 0px #bcbdbd;
664
+ box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #27292a, 0px 1px 3px 0px #BCBDBD;
645
665
  }
646
666
 
647
667
  /*--------------
@@ -744,7 +764,7 @@ a.ui.card:hover,
744
764
  --------------------*/
745
765
 
746
766
 
747
- /* Mobily Only */
767
+ /* Mobile Only */
748
768
  @media only screen and (max-width: 767px) {
749
769
  .ui.two.doubling.cards {
750
770
  margin-left: 0em;