fomantic-ui-sass 2.7.6 → 2.7.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +12 -0
  3. data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
  4. data/app/assets/fonts/semantic-ui/brand-icons.svg +7 -17
  5. data/app/assets/fonts/semantic-ui/brand-icons.ttf +0 -0
  6. data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
  7. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  8. data/app/assets/fonts/semantic-ui/icons.eot +0 -0
  9. data/app/assets/fonts/semantic-ui/icons.svg +290 -168
  10. data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
  11. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  12. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  13. data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
  14. data/app/assets/fonts/semantic-ui/outline-icons.svg +2 -2
  15. data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
  16. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  17. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  18. data/app/assets/javascripts/semantic-ui/accordion.js +6 -2
  19. data/app/assets/javascripts/semantic-ui/checkbox.js +2 -1
  20. data/app/assets/javascripts/semantic-ui/dropdown.js +32 -9
  21. data/app/assets/javascripts/semantic-ui/form.js +9 -9
  22. data/app/assets/javascripts/semantic-ui/modal.js +4 -1
  23. data/app/assets/javascripts/semantic-ui/popup.js +4 -1
  24. data/app/assets/javascripts/semantic-ui/search.js +10 -5
  25. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +69 -25
  26. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +181 -71
  27. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +134 -46
  28. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +107 -47
  29. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +81 -46
  30. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +680 -323
  31. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +39 -39
  32. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +2 -0
  33. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +10 -4
  34. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +73 -12
  35. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  36. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +34 -10
  37. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +23 -9
  38. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +4 -0
  39. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +2 -1
  40. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +4 -0
  41. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +7 -2
  42. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +74 -27
  43. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +83 -21
  44. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +10 -5
  45. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -0
  46. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +4 -1
  47. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +8 -4
  48. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +179 -10
  49. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +20 -5
  50. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +94 -35
  51. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +4 -0
  52. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +45 -17
  53. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +4 -1
  54. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +40 -19
  55. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +6 -1
  56. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +6 -1
  57. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +16 -5
  58. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +6 -1
  59. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +15 -2
  60. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +12 -1
  61. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -0
  62. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +2 -1
  63. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +5 -2
  64. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +2 -1
  65. data/app/assets/stylesheets/semantic-ui/views/_card.scss +183 -81
  66. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +7 -3
  67. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +20 -6
  68. data/app/assets/stylesheets/semantic-ui/views/_item.scss +37 -12
  69. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +42 -10
  70. data/lib/fomantic/ui/sass/version.rb +2 -2
  71. metadata +2 -2
@@ -19,6 +19,7 @@
19
19
  display: inline-block;
20
20
  -webkit-perspective: 2000px;
21
21
  perspective: 2000px;
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;
22
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;
23
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;
24
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;
@@ -51,7 +52,8 @@
51
52
  padding: 2em;
52
53
  background-color: #E6E6E6;
53
54
  color: rgba(0, 0, 0, 0.87);
54
- box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
55
+ -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
56
+ box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
55
57
  }
56
58
  .ui.cube.shape .side > .content {
57
59
  width: 100%;
@@ -121,15 +123,18 @@
121
123
 
122
124
  .ui.shape.animating .sides {
123
125
  position: absolute;
126
+ -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;
124
127
  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;
125
128
  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;
126
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, -webkit-transform 0.6s ease-in-out;
127
130
  }
128
131
  .ui.shape.animating .side {
132
+ -webkit-transition: opacity 0.6s ease-in-out;
129
133
  transition: opacity 0.6s ease-in-out;
130
134
  }
131
135
  .ui.shape .animating.side *,
132
136
  .ui.shape.animating .side * {
137
+ -webkit-transition: none;
133
138
  transition: none;
134
139
  }
135
140
 
@@ -21,6 +21,7 @@
21
21
  left: 0;
22
22
  -webkit-backface-visibility: hidden;
23
23
  backface-visibility: hidden;
24
+ -webkit-transition: none;
24
25
  transition: none;
25
26
  will-change: transform;
26
27
  -webkit-transform: translate3d(0, 0, 0);
@@ -112,6 +113,7 @@ body.pushable.dimmed {
112
113
  position: fixed;
113
114
  -webkit-backface-visibility: hidden;
114
115
  backface-visibility: hidden;
116
+ -webkit-transition: -webkit-transform 500ms ease;
115
117
  transition: -webkit-transform 500ms ease;
116
118
  transition: transform 500ms ease;
117
119
  transition: transform 500ms ease, -webkit-transform 500ms ease;
@@ -129,6 +131,7 @@ body.pushable.dimmed {
129
131
  backface-visibility: hidden;
130
132
  overflow: hidden;
131
133
  min-height: 100%;
134
+ -webkit-transition: -webkit-transform 500ms ease;
132
135
  transition: -webkit-transform 500ms ease;
133
136
  transition: transform 500ms ease;
134
137
  transition: transform 500ms ease, -webkit-transform 500ms ease;
@@ -153,6 +156,7 @@ body.pushable > .pusher {
153
156
  background-color: rgba(0, 0, 0, 0.4);
154
157
  overflow: hidden;
155
158
  opacity: 0;
159
+ -webkit-transition: opacity 500ms;
156
160
  transition: opacity 500ms;
157
161
  will-change: opacity;
158
162
  z-index: 1000;
@@ -203,11 +207,13 @@ body.pushable > .pusher {
203
207
  /* Shadow Direction */
204
208
  .ui.left.visible.sidebar,
205
209
  .ui.right.visible.sidebar {
206
- box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
210
+ -webkit-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
211
+ box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
207
212
  }
208
213
  .ui.top.visible.sidebar,
209
214
  .ui.bottom.visible.sidebar {
210
- box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
215
+ -webkit-box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
216
+ box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
211
217
  }
212
218
 
213
219
  /* Visible On Load */
@@ -360,6 +366,7 @@ body.pushable > .pusher {
360
366
  /* Animation */
361
367
  .animating.ui.overlay.sidebar,
362
368
  .ui.visible.overlay.sidebar {
369
+ -webkit-transition: -webkit-transform 500ms ease;
363
370
  transition: -webkit-transform 500ms ease;
364
371
  transition: transform 500ms ease;
365
372
  transition: transform 500ms ease, -webkit-transform 500ms ease;
@@ -397,6 +404,7 @@ body.pushable > .pusher {
397
404
 
398
405
  /* Initial */
399
406
  .ui.push.sidebar {
407
+ -webkit-transition: -webkit-transform 500ms ease;
400
408
  transition: -webkit-transform 500ms ease;
401
409
  transition: transform 500ms ease;
402
410
  transition: transform 500ms ease, -webkit-transform 500ms ease;
@@ -443,6 +451,7 @@ body.pushable > .pusher {
443
451
  .ui.visible.uncover.sidebar {
444
452
  -webkit-transform: translate3d(0, 0, 0);
445
453
  transform: translate3d(0, 0, 0);
454
+ -webkit-transition: -webkit-transform 500ms ease;
446
455
  transition: -webkit-transform 500ms ease;
447
456
  transition: transform 500ms ease;
448
457
  transition: transform 500ms ease, -webkit-transform 500ms ease;
@@ -478,6 +487,7 @@ body.pushable > .pusher {
478
487
 
479
488
  /* Animation */
480
489
  .ui.animating.slide.along.sidebar {
490
+ -webkit-transition: -webkit-transform 500ms ease;
481
491
  transition: -webkit-transform 500ms ease;
482
492
  transition: transform 500ms ease;
483
493
  transition: transform 500ms ease, -webkit-transform 500ms ease;
@@ -519,6 +529,7 @@ body.pushable > .pusher {
519
529
 
520
530
  /* Animation */
521
531
  .ui.animating.slide.out.sidebar {
532
+ -webkit-transition: -webkit-transform 500ms ease;
522
533
  transition: -webkit-transform 500ms ease;
523
534
  transition: transform 500ms ease;
524
535
  transition: transform 500ms ease, -webkit-transform 500ms ease;
@@ -537,6 +548,7 @@ body.pushable > .pusher {
537
548
 
538
549
  /* Initial */
539
550
  .ui.scale.down.sidebar {
551
+ -webkit-transition: -webkit-transform 500ms ease;
540
552
  transition: -webkit-transform 500ms ease;
541
553
  transition: transform 500ms ease;
542
554
  transition: transform 500ms ease, -webkit-transform 500ms ease;
@@ -581,6 +593,7 @@ body.pushable > .pusher {
581
593
 
582
594
  /* Animation */
583
595
  .ui.animating.scale.down > .visible.ui.sidebar {
596
+ -webkit-transition: -webkit-transform 500ms ease;
584
597
  transition: -webkit-transform 500ms ease;
585
598
  transition: transform 500ms ease;
586
599
  transition: transform 500ms ease, -webkit-transform 500ms ease;
@@ -51,16 +51,24 @@
51
51
  top: 0;
52
52
  height: 1.5em;
53
53
  width: 1.5em;
54
+ background: #FFFFFF -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
55
+ background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
54
56
  background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05));
55
57
  border-radius: 100%;
56
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
58
+ -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
59
+ box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
60
+ -webkit-transition: background 0.3s ease;
57
61
  transition: background 0.3s ease;
58
62
  }
59
63
  .ui.slider:not(.disabled) .inner .thumb:hover {
60
64
  cursor: pointer;
65
+ background: #f2f2f2 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
66
+ background: #f2f2f2 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
61
67
  background: #f2f2f2 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
62
68
  }
63
69
  .ui.slider:not(.disabled):focus .inner .thumb {
70
+ background: #f2f2f2 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
71
+ background: #f2f2f2 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
64
72
  background: #f2f2f2 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
65
73
  }
66
74
 
@@ -160,6 +168,8 @@
160
168
  transform: translateY(-50%);
161
169
  }
162
170
  .ui.labeled.slider > .labels .label {
171
+ display: -webkit-inline-box;
172
+ display: -ms-inline-flexbox;
163
173
  display: inline-flex;
164
174
  position: absolute;
165
175
  -webkit-transform: translate(-50%, -100%);
@@ -208,6 +218,7 @@
208
218
 
209
219
  .ui.hover.slider .inner .thumb {
210
220
  opacity: 0;
221
+ -webkit-transition: opacity 0.2s linear;
211
222
  transition: opacity 0.2s linear;
212
223
  }
213
224
  .ui.hover.slider:not(.disabled):hover .inner .thumb,
@@ -15,6 +15,7 @@
15
15
 
16
16
  .ui.sticky {
17
17
  position: static;
18
+ -webkit-transition: none;
18
19
  transition: none;
19
20
  z-index: 800;
20
21
  }
@@ -71,7 +71,8 @@
71
71
  animation: loader 0.6s infinite linear;
72
72
  border: 0.2em solid #767676;
73
73
  border-radius: 500rem;
74
- box-shadow: 0 0 0 1px transparent;
74
+ -webkit-box-shadow: 0 0 0 1px transparent;
75
+ box-shadow: 0 0 0 1px transparent;
75
76
  }
76
77
 
77
78
 
@@ -64,10 +64,12 @@
64
64
  }
65
65
  .floating.toast,
66
66
  .hoverfloating.toast:hover {
67
- box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
67
+ -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
68
+ box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
68
69
  }
69
70
  .hoverfloating.message:hover {
70
- box-shadow: 0 0 0 1px inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
71
+ -webkit-box-shadow: 0 0 0 1px inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
72
+ box-shadow: 0 0 0 1px inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
71
73
  }
72
74
  .center.toast-container .toast-box,
73
75
  .right.toast-container .toast-box {
@@ -292,6 +294,7 @@
292
294
  top: 0.3em;
293
295
  right: 0.3em;
294
296
  opacity: 0.7;
297
+ -webkit-transition: opacity 0.1s ease;
295
298
  transition: opacity 0.1s ease;
296
299
  }
297
300
  .toast-box .toast > .close.icon:hover {
@@ -787,7 +787,8 @@
787
787
  .transition.fly {
788
788
  -webkit-animation-duration: 0.6s;
789
789
  animation-duration: 0.6s;
790
- transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
790
+ -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
791
+ transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
791
792
  }
792
793
  .transition.fly.in {
793
794
  -webkit-animation-name: flyIn;
@@ -22,18 +22,25 @@
22
22
  .ui.card {
23
23
  max-width: 100%;
24
24
  position: relative;
25
+ display: -webkit-box;
26
+ display: -ms-flexbox;
25
27
  display: flex;
26
- flex-direction: column;
28
+ -webkit-box-orient: vertical;
29
+ -webkit-box-direction: normal;
30
+ -ms-flex-direction: column;
31
+ flex-direction: column;
27
32
  width: 290px;
28
33
  min-height: 0;
29
34
  background: #FFFFFF;
30
35
  padding: 0;
31
36
  border: none;
32
37
  border-radius: 0.28571429rem;
33
- box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5;
34
- transition: box-shadow 0.1s ease, -webkit-transform 0.1s ease;
38
+ -webkit-box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5;
39
+ box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5;
40
+ -webkit-transition: -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
41
+ transition: -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
35
42
  transition: box-shadow 0.1s ease, transform 0.1s ease;
36
- transition: box-shadow 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
43
+ transition: box-shadow 0.1s ease, transform 0.1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
37
44
  z-index: '';
38
45
  word-wrap: break-word;
39
46
  }
@@ -56,11 +63,16 @@
56
63
  ---------------*/
57
64
 
58
65
  .ui.cards {
66
+ display: -webkit-box;
67
+ display: -ms-flexbox;
59
68
  display: flex;
60
69
  margin: -0.875em -0.5em;
61
- flex-wrap: wrap;
70
+ -ms-flex-wrap: wrap;
71
+ flex-wrap: wrap;
62
72
  }
63
73
  .ui.cards > .card {
74
+ display: -webkit-box;
75
+ display: -ms-flexbox;
64
76
  display: flex;
65
77
  margin: 0.875em 0.5em;
66
78
  float: none;
@@ -108,7 +120,9 @@
108
120
  .ui.card > .image {
109
121
  position: relative;
110
122
  display: block;
111
- flex: 0 0 auto;
123
+ -webkit-box-flex: 0;
124
+ -ms-flex: 0 0 auto;
125
+ flex: 0 0 auto;
112
126
  padding: 0;
113
127
  background: rgba(0, 0, 0, 0.05);
114
128
  }
@@ -130,13 +144,16 @@
130
144
 
131
145
  .ui.cards > .card > .content,
132
146
  .ui.card > .content {
133
- flex-grow: 1;
147
+ -webkit-box-flex: 1;
148
+ -ms-flex-positive: 1;
149
+ flex-grow: 1;
134
150
  border: none;
135
151
  border-top: 1px solid rgba(34, 36, 38, 0.1);
136
152
  background: none;
137
153
  margin: 0;
138
154
  padding: 1em 1em;
139
- box-shadow: none;
155
+ -webkit-box-shadow: none;
156
+ box-shadow: none;
140
157
  font-size: 1em;
141
158
  border-radius: 0;
142
159
  }
@@ -276,6 +293,7 @@
276
293
  .ui.cards > .card > .content a:not(.ui),
277
294
  .ui.card > .content a:not(.ui) {
278
295
  color: '';
296
+ -webkit-transition: color 0.1s ease;
279
297
  transition: color 0.1s ease;
280
298
  }
281
299
  .ui.cards > .card > .content a:not(.ui):hover,
@@ -344,6 +362,7 @@
344
362
  .ui.card > .content .star.icon {
345
363
  cursor: pointer;
346
364
  opacity: 0.75;
365
+ -webkit-transition: color 0.1s ease;
347
366
  transition: color 0.1s ease;
348
367
  }
349
368
  .ui.cards > .card > .content .star.icon:hover,
@@ -364,6 +383,7 @@
364
383
  .ui.card > .content .like.icon {
365
384
  cursor: pointer;
366
385
  opacity: 0.75;
386
+ -webkit-transition: color 0.1s ease;
367
387
  transition: color 0.1s ease;
368
388
  }
369
389
  .ui.cards > .card > .content .like.icon:hover,
@@ -384,7 +404,9 @@
384
404
  .ui.card > .extra {
385
405
  max-width: 100%;
386
406
  min-height: 0 !important;
387
- flex-grow: 0;
407
+ -webkit-box-flex: 0;
408
+ -ms-flex-positive: 0;
409
+ flex-grow: 0;
388
410
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
389
411
  position: static;
390
412
  background: none;
@@ -394,7 +416,9 @@
394
416
  top: 0;
395
417
  left: 0;
396
418
  color: rgba(0, 0, 0, 0.4);
397
- box-shadow: none;
419
+ -webkit-box-shadow: none;
420
+ box-shadow: none;
421
+ -webkit-transition: color 0.1s ease;
398
422
  transition: color 0.1s ease;
399
423
  }
400
424
  .ui.cards > .card > .extra a:not(.ui),
@@ -418,8 +442,12 @@
418
442
 
419
443
  .ui.horizontal.cards > .card,
420
444
  .ui.card.horizontal {
421
- flex-direction: row;
422
- flex-wrap: wrap;
445
+ -webkit-box-orient: horizontal;
446
+ -webkit-box-direction: normal;
447
+ -ms-flex-direction: row;
448
+ flex-direction: row;
449
+ -ms-flex-wrap: wrap;
450
+ flex-wrap: wrap;
423
451
  min-width: 400px;
424
452
  width: 400px;
425
453
  max-width: 100%;
@@ -434,8 +462,14 @@
434
462
  background-size: cover;
435
463
  background-repeat: no-repeat;
436
464
  background-position: center;
437
- justify-content: center;
438
- align-items: center;
465
+ -webkit-box-pack: center;
466
+ -ms-flex-pack: center;
467
+ justify-content: center;
468
+ -webkit-box-align: center;
469
+ -ms-flex-align: center;
470
+ align-items: center;
471
+ display: -webkit-box;
472
+ display: -ms-flexbox;
439
473
  display: flex;
440
474
  width: 100%;
441
475
  height: 100%;
@@ -443,11 +477,13 @@
443
477
  }
444
478
  .ui.horizontal.cards > .card > .content,
445
479
  .ui.horizontal.card > .content {
446
- flex-basis: 1px;
480
+ -ms-flex-preferred-size: 1px;
481
+ flex-basis: 1px;
447
482
  }
448
483
  .ui.horizontal.cards > .card > .extra,
449
484
  .ui.horizontal.card > .extra {
450
- flex-basis: 100%;
485
+ -ms-flex-preferred-size: 100%;
486
+ flex-basis: 100%;
451
487
  }
452
488
 
453
489
  /*-------------------
@@ -456,13 +492,15 @@
456
492
 
457
493
  .ui.raised.cards > .card,
458
494
  .ui.raised.card {
459
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
495
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
496
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
460
497
  }
461
498
  .ui.raised.cards a.card:hover,
462
499
  .ui.link.cards .raised.card:hover,
463
500
  a.ui.raised.card:hover,
464
501
  .ui.link.raised.card:hover {
465
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 4px 0 rgba(34, 36, 38, 0.15), 0 2px 10px 0 rgba(34, 36, 38, 0.25);
502
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 4px 0 rgba(34, 36, 38, 0.15), 0 2px 10px 0 rgba(34, 36, 38, 0.25);
503
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 4px 0 rgba(34, 36, 38, 0.15), 0 2px 10px 0 rgba(34, 36, 38, 0.25);
466
504
  }
467
505
 
468
506
  /*-------------------
@@ -470,7 +508,9 @@ a.ui.raised.card:hover,
470
508
  --------------------*/
471
509
 
472
510
  .ui.centered.cards {
473
- justify-content: center;
511
+ -webkit-box-pack: center;
512
+ -ms-flex-pack: center;
513
+ justify-content: center;
474
514
  }
475
515
  .ui.centered.card {
476
516
  margin-left: auto;
@@ -505,7 +545,8 @@ a.ui.card:hover,
505
545
  z-index: 5;
506
546
  background: #FFFFFF;
507
547
  border: none;
508
- box-shadow: 0 1px 3px 0 #BCBDBD, 0 0 0 1px #D4D4D5;
548
+ -webkit-box-shadow: 0 1px 3px 0 #BCBDBD, 0 0 0 1px #D4D4D5;
549
+ box-shadow: 0 1px 3px 0 #BCBDBD, 0 0 0 1px #D4D4D5;
509
550
  -webkit-transform: translateY(-3px);
510
551
  transform: translateY(-3px);
511
552
  }
@@ -517,302 +558,362 @@ a.ui.card:hover,
517
558
  .ui.primary.cards > .card,
518
559
  .ui.cards > .primary.card,
519
560
  .ui.primary.card {
520
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #2185D0, 0 1px 3px 0 #D4D4D5;
561
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #2185D0, 0 1px 3px 0 #D4D4D5;
562
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #2185D0, 0 1px 3px 0 #D4D4D5;
521
563
  }
522
564
  .ui.primary.cards > .card:hover,
523
565
  .ui.cards > .primary.card:hover,
524
566
  .ui.primary.card:hover {
525
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1678c2, 0 1px 3px 0 #BCBDBD;
567
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1678c2, 0 1px 3px 0 #BCBDBD;
568
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1678c2, 0 1px 3px 0 #BCBDBD;
526
569
  }
527
570
  .ui.inverted.primary.cards > .card,
528
571
  .ui.inverted.cards > .primary.card,
529
572
  .ui.inverted.primary.card {
530
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #54C8FF, 0 0 0 1px #555555;
573
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #54C8FF, 0 0 0 1px #555555;
574
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #54C8FF, 0 0 0 1px #555555;
531
575
  }
532
576
  .ui.inverted.primary.cards > .card:hover,
533
577
  .ui.inverted.cards > .primary.card:hover,
534
578
  .ui.inverted.primary.card:hover {
535
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #21b8ff, 0 0 0 1px #555555;
579
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #21b8ff, 0 0 0 1px #555555;
580
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #21b8ff, 0 0 0 1px #555555;
536
581
  }
537
582
  .ui.secondary.cards > .card,
538
583
  .ui.cards > .secondary.card,
539
584
  .ui.secondary.card {
540
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1B1C1D, 0 1px 3px 0 #D4D4D5;
585
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1B1C1D, 0 1px 3px 0 #D4D4D5;
586
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1B1C1D, 0 1px 3px 0 #D4D4D5;
541
587
  }
542
588
  .ui.secondary.cards > .card:hover,
543
589
  .ui.cards > .secondary.card:hover,
544
590
  .ui.secondary.card:hover {
545
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #27292a, 0 1px 3px 0 #BCBDBD;
591
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #27292a, 0 1px 3px 0 #BCBDBD;
592
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #27292a, 0 1px 3px 0 #BCBDBD;
546
593
  }
547
594
  .ui.inverted.secondary.cards > .card,
548
595
  .ui.inverted.cards > .secondary.card,
549
596
  .ui.inverted.secondary.card {
550
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #545454, 0 0 0 1px #555555;
597
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #545454, 0 0 0 1px #555555;
598
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #545454, 0 0 0 1px #555555;
551
599
  }
552
600
  .ui.inverted.secondary.cards > .card:hover,
553
601
  .ui.inverted.cards > .secondary.card:hover,
554
602
  .ui.inverted.secondary.card:hover {
555
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #6e6e6e, 0 0 0 1px #555555;
603
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #6e6e6e, 0 0 0 1px #555555;
604
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #6e6e6e, 0 0 0 1px #555555;
556
605
  }
557
606
  .ui.red.cards > .card,
558
607
  .ui.cards > .red.card,
559
608
  .ui.red.card {
560
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #DB2828, 0 1px 3px 0 #D4D4D5;
609
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #DB2828, 0 1px 3px 0 #D4D4D5;
610
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #DB2828, 0 1px 3px 0 #D4D4D5;
561
611
  }
562
612
  .ui.red.cards > .card:hover,
563
613
  .ui.cards > .red.card:hover,
564
614
  .ui.red.card:hover {
565
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #d01919, 0 1px 3px 0 #BCBDBD;
615
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #d01919, 0 1px 3px 0 #BCBDBD;
616
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #d01919, 0 1px 3px 0 #BCBDBD;
566
617
  }
567
618
  .ui.inverted.red.cards > .card,
568
619
  .ui.inverted.cards > .red.card,
569
620
  .ui.inverted.red.card {
570
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FF695E, 0 0 0 1px #555555;
621
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FF695E, 0 0 0 1px #555555;
622
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FF695E, 0 0 0 1px #555555;
571
623
  }
572
624
  .ui.inverted.red.cards > .card:hover,
573
625
  .ui.inverted.cards > .red.card:hover,
574
626
  .ui.inverted.red.card:hover {
575
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #ff392b, 0 0 0 1px #555555;
627
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #ff392b, 0 0 0 1px #555555;
628
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #ff392b, 0 0 0 1px #555555;
576
629
  }
577
630
  .ui.orange.cards > .card,
578
631
  .ui.cards > .orange.card,
579
632
  .ui.orange.card {
580
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #F2711C, 0 1px 3px 0 #D4D4D5;
633
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #F2711C, 0 1px 3px 0 #D4D4D5;
634
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #F2711C, 0 1px 3px 0 #D4D4D5;
581
635
  }
582
636
  .ui.orange.cards > .card:hover,
583
637
  .ui.cards > .orange.card:hover,
584
638
  .ui.orange.card:hover {
585
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #f26202, 0 1px 3px 0 #BCBDBD;
639
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #f26202, 0 1px 3px 0 #BCBDBD;
640
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #f26202, 0 1px 3px 0 #BCBDBD;
586
641
  }
587
642
  .ui.inverted.orange.cards > .card,
588
643
  .ui.inverted.cards > .orange.card,
589
644
  .ui.inverted.orange.card {
590
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FF851B, 0 0 0 1px #555555;
645
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FF851B, 0 0 0 1px #555555;
646
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FF851B, 0 0 0 1px #555555;
591
647
  }
592
648
  .ui.inverted.orange.cards > .card:hover,
593
649
  .ui.inverted.cards > .orange.card:hover,
594
650
  .ui.inverted.orange.card:hover {
595
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #e76b00, 0 0 0 1px #555555;
651
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #e76b00, 0 0 0 1px #555555;
652
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #e76b00, 0 0 0 1px #555555;
596
653
  }
597
654
  .ui.yellow.cards > .card,
598
655
  .ui.cards > .yellow.card,
599
656
  .ui.yellow.card {
600
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #FBBD08, 0 1px 3px 0 #D4D4D5;
657
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #FBBD08, 0 1px 3px 0 #D4D4D5;
658
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #FBBD08, 0 1px 3px 0 #D4D4D5;
601
659
  }
602
660
  .ui.yellow.cards > .card:hover,
603
661
  .ui.cards > .yellow.card:hover,
604
662
  .ui.yellow.card:hover {
605
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #eaae00, 0 1px 3px 0 #BCBDBD;
663
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #eaae00, 0 1px 3px 0 #BCBDBD;
664
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #eaae00, 0 1px 3px 0 #BCBDBD;
606
665
  }
607
666
  .ui.inverted.yellow.cards > .card,
608
667
  .ui.inverted.cards > .yellow.card,
609
668
  .ui.inverted.yellow.card {
610
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FFE21F, 0 0 0 1px #555555;
669
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FFE21F, 0 0 0 1px #555555;
670
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FFE21F, 0 0 0 1px #555555;
611
671
  }
612
672
  .ui.inverted.yellow.cards > .card:hover,
613
673
  .ui.inverted.cards > .yellow.card:hover,
614
674
  .ui.inverted.yellow.card:hover {
615
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #ebcd00, 0 0 0 1px #555555;
675
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #ebcd00, 0 0 0 1px #555555;
676
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #ebcd00, 0 0 0 1px #555555;
616
677
  }
617
678
  .ui.olive.cards > .card,
618
679
  .ui.cards > .olive.card,
619
680
  .ui.olive.card {
620
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #B5CC18, 0 1px 3px 0 #D4D4D5;
681
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #B5CC18, 0 1px 3px 0 #D4D4D5;
682
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #B5CC18, 0 1px 3px 0 #D4D4D5;
621
683
  }
622
684
  .ui.olive.cards > .card:hover,
623
685
  .ui.cards > .olive.card:hover,
624
686
  .ui.olive.card:hover {
625
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #a7bd0d, 0 1px 3px 0 #BCBDBD;
687
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #a7bd0d, 0 1px 3px 0 #BCBDBD;
688
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #a7bd0d, 0 1px 3px 0 #BCBDBD;
626
689
  }
627
690
  .ui.inverted.olive.cards > .card,
628
691
  .ui.inverted.cards > .olive.card,
629
692
  .ui.inverted.olive.card {
630
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #D9E778, 0 0 0 1px #555555;
693
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #D9E778, 0 0 0 1px #555555;
694
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #D9E778, 0 0 0 1px #555555;
631
695
  }
632
696
  .ui.inverted.olive.cards > .card:hover,
633
697
  .ui.inverted.cards > .olive.card:hover,
634
698
  .ui.inverted.olive.card:hover {
635
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #d2e745, 0 0 0 1px #555555;
699
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #d2e745, 0 0 0 1px #555555;
700
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #d2e745, 0 0 0 1px #555555;
636
701
  }
637
702
  .ui.green.cards > .card,
638
703
  .ui.cards > .green.card,
639
704
  .ui.green.card {
640
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #21BA45, 0 1px 3px 0 #D4D4D5;
705
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #21BA45, 0 1px 3px 0 #D4D4D5;
706
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #21BA45, 0 1px 3px 0 #D4D4D5;
641
707
  }
642
708
  .ui.green.cards > .card:hover,
643
709
  .ui.cards > .green.card:hover,
644
710
  .ui.green.card:hover {
645
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #16ab39, 0 1px 3px 0 #BCBDBD;
711
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #16ab39, 0 1px 3px 0 #BCBDBD;
712
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #16ab39, 0 1px 3px 0 #BCBDBD;
646
713
  }
647
714
  .ui.inverted.green.cards > .card,
648
715
  .ui.inverted.cards > .green.card,
649
716
  .ui.inverted.green.card {
650
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #2ECC40, 0 0 0 1px #555555;
717
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #2ECC40, 0 0 0 1px #555555;
718
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #2ECC40, 0 0 0 1px #555555;
651
719
  }
652
720
  .ui.inverted.green.cards > .card:hover,
653
721
  .ui.inverted.cards > .green.card:hover,
654
722
  .ui.inverted.green.card:hover {
655
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #1ea92e, 0 0 0 1px #555555;
723
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #1ea92e, 0 0 0 1px #555555;
724
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #1ea92e, 0 0 0 1px #555555;
656
725
  }
657
726
  .ui.teal.cards > .card,
658
727
  .ui.cards > .teal.card,
659
728
  .ui.teal.card {
660
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #00B5AD, 0 1px 3px 0 #D4D4D5;
729
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #00B5AD, 0 1px 3px 0 #D4D4D5;
730
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #00B5AD, 0 1px 3px 0 #D4D4D5;
661
731
  }
662
732
  .ui.teal.cards > .card:hover,
663
733
  .ui.cards > .teal.card:hover,
664
734
  .ui.teal.card:hover {
665
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #009c95, 0 1px 3px 0 #BCBDBD;
735
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #009c95, 0 1px 3px 0 #BCBDBD;
736
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #009c95, 0 1px 3px 0 #BCBDBD;
666
737
  }
667
738
  .ui.inverted.teal.cards > .card,
668
739
  .ui.inverted.cards > .teal.card,
669
740
  .ui.inverted.teal.card {
670
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #6DFFFF, 0 0 0 1px #555555;
741
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #6DFFFF, 0 0 0 1px #555555;
742
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #6DFFFF, 0 0 0 1px #555555;
671
743
  }
672
744
  .ui.inverted.teal.cards > .card:hover,
673
745
  .ui.inverted.cards > .teal.card:hover,
674
746
  .ui.inverted.teal.card:hover {
675
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #3affff, 0 0 0 1px #555555;
747
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #3affff, 0 0 0 1px #555555;
748
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #3affff, 0 0 0 1px #555555;
676
749
  }
677
750
  .ui.blue.cards > .card,
678
751
  .ui.cards > .blue.card,
679
752
  .ui.blue.card {
680
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #2185D0, 0 1px 3px 0 #D4D4D5;
753
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #2185D0, 0 1px 3px 0 #D4D4D5;
754
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #2185D0, 0 1px 3px 0 #D4D4D5;
681
755
  }
682
756
  .ui.blue.cards > .card:hover,
683
757
  .ui.cards > .blue.card:hover,
684
758
  .ui.blue.card:hover {
685
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1678c2, 0 1px 3px 0 #BCBDBD;
759
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1678c2, 0 1px 3px 0 #BCBDBD;
760
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1678c2, 0 1px 3px 0 #BCBDBD;
686
761
  }
687
762
  .ui.inverted.blue.cards > .card,
688
763
  .ui.inverted.cards > .blue.card,
689
764
  .ui.inverted.blue.card {
690
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #54C8FF, 0 0 0 1px #555555;
765
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #54C8FF, 0 0 0 1px #555555;
766
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #54C8FF, 0 0 0 1px #555555;
691
767
  }
692
768
  .ui.inverted.blue.cards > .card:hover,
693
769
  .ui.inverted.cards > .blue.card:hover,
694
770
  .ui.inverted.blue.card:hover {
695
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #21b8ff, 0 0 0 1px #555555;
771
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #21b8ff, 0 0 0 1px #555555;
772
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #21b8ff, 0 0 0 1px #555555;
696
773
  }
697
774
  .ui.violet.cards > .card,
698
775
  .ui.cards > .violet.card,
699
776
  .ui.violet.card {
700
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #6435C9, 0 1px 3px 0 #D4D4D5;
777
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #6435C9, 0 1px 3px 0 #D4D4D5;
778
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #6435C9, 0 1px 3px 0 #D4D4D5;
701
779
  }
702
780
  .ui.violet.cards > .card:hover,
703
781
  .ui.cards > .violet.card:hover,
704
782
  .ui.violet.card:hover {
705
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #5829bb, 0 1px 3px 0 #BCBDBD;
783
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #5829bb, 0 1px 3px 0 #BCBDBD;
784
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #5829bb, 0 1px 3px 0 #BCBDBD;
706
785
  }
707
786
  .ui.inverted.violet.cards > .card,
708
787
  .ui.inverted.cards > .violet.card,
709
788
  .ui.inverted.violet.card {
710
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #A291FB, 0 0 0 1px #555555;
789
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #A291FB, 0 0 0 1px #555555;
790
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #A291FB, 0 0 0 1px #555555;
711
791
  }
712
792
  .ui.inverted.violet.cards > .card:hover,
713
793
  .ui.inverted.cards > .violet.card:hover,
714
794
  .ui.inverted.violet.card:hover {
715
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #745aff, 0 0 0 1px #555555;
795
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #745aff, 0 0 0 1px #555555;
796
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #745aff, 0 0 0 1px #555555;
716
797
  }
717
798
  .ui.purple.cards > .card,
718
799
  .ui.cards > .purple.card,
719
800
  .ui.purple.card {
720
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #A333C8, 0 1px 3px 0 #D4D4D5;
801
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #A333C8, 0 1px 3px 0 #D4D4D5;
802
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #A333C8, 0 1px 3px 0 #D4D4D5;
721
803
  }
722
804
  .ui.purple.cards > .card:hover,
723
805
  .ui.cards > .purple.card:hover,
724
806
  .ui.purple.card:hover {
725
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #9627ba, 0 1px 3px 0 #BCBDBD;
807
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #9627ba, 0 1px 3px 0 #BCBDBD;
808
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #9627ba, 0 1px 3px 0 #BCBDBD;
726
809
  }
727
810
  .ui.inverted.purple.cards > .card,
728
811
  .ui.inverted.cards > .purple.card,
729
812
  .ui.inverted.purple.card {
730
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #DC73FF, 0 0 0 1px #555555;
813
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #DC73FF, 0 0 0 1px #555555;
814
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #DC73FF, 0 0 0 1px #555555;
731
815
  }
732
816
  .ui.inverted.purple.cards > .card:hover,
733
817
  .ui.inverted.cards > .purple.card:hover,
734
818
  .ui.inverted.purple.card:hover {
735
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #cf40ff, 0 0 0 1px #555555;
819
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #cf40ff, 0 0 0 1px #555555;
820
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #cf40ff, 0 0 0 1px #555555;
736
821
  }
737
822
  .ui.pink.cards > .card,
738
823
  .ui.cards > .pink.card,
739
824
  .ui.pink.card {
740
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #E03997, 0 1px 3px 0 #D4D4D5;
825
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #E03997, 0 1px 3px 0 #D4D4D5;
826
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #E03997, 0 1px 3px 0 #D4D4D5;
741
827
  }
742
828
  .ui.pink.cards > .card:hover,
743
829
  .ui.cards > .pink.card:hover,
744
830
  .ui.pink.card:hover {
745
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #e61a8d, 0 1px 3px 0 #BCBDBD;
831
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #e61a8d, 0 1px 3px 0 #BCBDBD;
832
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #e61a8d, 0 1px 3px 0 #BCBDBD;
746
833
  }
747
834
  .ui.inverted.pink.cards > .card,
748
835
  .ui.inverted.cards > .pink.card,
749
836
  .ui.inverted.pink.card {
750
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FF8EDF, 0 0 0 1px #555555;
837
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FF8EDF, 0 0 0 1px #555555;
838
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #FF8EDF, 0 0 0 1px #555555;
751
839
  }
752
840
  .ui.inverted.pink.cards > .card:hover,
753
841
  .ui.inverted.cards > .pink.card:hover,
754
842
  .ui.inverted.pink.card:hover {
755
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #ff5bd1, 0 0 0 1px #555555;
843
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #ff5bd1, 0 0 0 1px #555555;
844
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #ff5bd1, 0 0 0 1px #555555;
756
845
  }
757
846
  .ui.brown.cards > .card,
758
847
  .ui.cards > .brown.card,
759
848
  .ui.brown.card {
760
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #A5673F, 0 1px 3px 0 #D4D4D5;
849
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #A5673F, 0 1px 3px 0 #D4D4D5;
850
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #A5673F, 0 1px 3px 0 #D4D4D5;
761
851
  }
762
852
  .ui.brown.cards > .card:hover,
763
853
  .ui.cards > .brown.card:hover,
764
854
  .ui.brown.card:hover {
765
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #975b33, 0 1px 3px 0 #BCBDBD;
855
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #975b33, 0 1px 3px 0 #BCBDBD;
856
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #975b33, 0 1px 3px 0 #BCBDBD;
766
857
  }
767
858
  .ui.inverted.brown.cards > .card,
768
859
  .ui.inverted.cards > .brown.card,
769
860
  .ui.inverted.brown.card {
770
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #D67C1C, 0 0 0 1px #555555;
861
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #D67C1C, 0 0 0 1px #555555;
862
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #D67C1C, 0 0 0 1px #555555;
771
863
  }
772
864
  .ui.inverted.brown.cards > .card:hover,
773
865
  .ui.inverted.cards > .brown.card:hover,
774
866
  .ui.inverted.brown.card:hover {
775
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #b0620f, 0 0 0 1px #555555;
867
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #b0620f, 0 0 0 1px #555555;
868
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #b0620f, 0 0 0 1px #555555;
776
869
  }
777
870
  .ui.grey.cards > .card,
778
871
  .ui.cards > .grey.card,
779
872
  .ui.grey.card {
780
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #767676, 0 1px 3px 0 #D4D4D5;
873
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #767676, 0 1px 3px 0 #D4D4D5;
874
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #767676, 0 1px 3px 0 #D4D4D5;
781
875
  }
782
876
  .ui.grey.cards > .card:hover,
783
877
  .ui.cards > .grey.card:hover,
784
878
  .ui.grey.card:hover {
785
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #838383, 0 1px 3px 0 #BCBDBD;
879
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #838383, 0 1px 3px 0 #BCBDBD;
880
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #838383, 0 1px 3px 0 #BCBDBD;
786
881
  }
787
882
  .ui.inverted.grey.cards > .card,
788
883
  .ui.inverted.cards > .grey.card,
789
884
  .ui.inverted.grey.card {
790
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #DCDDDE, 0 0 0 1px #555555;
885
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #DCDDDE, 0 0 0 1px #555555;
886
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #DCDDDE, 0 0 0 1px #555555;
791
887
  }
792
888
  .ui.inverted.grey.cards > .card:hover,
793
889
  .ui.inverted.cards > .grey.card:hover,
794
890
  .ui.inverted.grey.card:hover {
795
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #c2c4c5, 0 0 0 1px #555555;
891
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #c2c4c5, 0 0 0 1px #555555;
892
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #c2c4c5, 0 0 0 1px #555555;
796
893
  }
797
894
  .ui.black.cards > .card,
798
895
  .ui.cards > .black.card,
799
896
  .ui.black.card {
800
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1B1C1D, 0 1px 3px 0 #D4D4D5;
897
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1B1C1D, 0 1px 3px 0 #D4D4D5;
898
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #1B1C1D, 0 1px 3px 0 #D4D4D5;
801
899
  }
802
900
  .ui.black.cards > .card:hover,
803
901
  .ui.cards > .black.card:hover,
804
902
  .ui.black.card:hover {
805
- box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #27292a, 0 1px 3px 0 #BCBDBD;
903
+ -webkit-box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #27292a, 0 1px 3px 0 #BCBDBD;
904
+ box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #27292a, 0 1px 3px 0 #BCBDBD;
806
905
  }
807
906
  .ui.inverted.black.cards > .card,
808
907
  .ui.inverted.cards > .black.card,
809
908
  .ui.inverted.black.card {
810
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #545454, 0 0 0 1px #555555;
909
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #545454, 0 0 0 1px #555555;
910
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #545454, 0 0 0 1px #555555;
811
911
  }
812
912
  .ui.inverted.black.cards > .card:hover,
813
913
  .ui.inverted.cards > .black.card:hover,
814
914
  .ui.inverted.black.card:hover {
815
- box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #000000, 0 0 0 1px #555555;
915
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #000000, 0 0 0 1px #555555;
916
+ box-shadow: 0 1px 3px 0 #555555, 0 2px 0 0 #000000, 0 0 0 1px #555555;
816
917
  }
817
918
 
818
919
  /*--------------
@@ -1120,7 +1221,8 @@ a.ui.card:hover,
1120
1221
  .ui.inverted.cards > .card,
1121
1222
  .ui.inverted.card {
1122
1223
  background: #1B1C1D;
1123
- box-shadow: 0 1px 3px 0 #555555, 0 0 0 1px #555555;
1224
+ -webkit-box-shadow: 0 1px 3px 0 #555555, 0 0 0 1px #555555;
1225
+ box-shadow: 0 1px 3px 0 #555555, 0 0 0 1px #555555;
1124
1226
  }
1125
1227
 
1126
1228
  /* Content */