fomantic-ui 2.9.1-beta.28 → 2.9.1-beta.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (269) hide show
  1. package/.eslintrc.js +0 -1
  2. package/.github/workflows/ci.yml +6 -0
  3. package/.prettierrc.js +12 -0
  4. package/.stylelintrc.js +13 -7
  5. package/README.md +1 -1
  6. package/dist/components/accordion.css +9 -21
  7. package/dist/components/accordion.js +3 -3
  8. package/dist/components/accordion.min.css +2 -2
  9. package/dist/components/accordion.min.js +2 -2
  10. package/dist/components/ad.css +2 -3
  11. package/dist/components/ad.min.css +2 -2
  12. package/dist/components/api.js +3 -3
  13. package/dist/components/api.min.js +2 -2
  14. package/dist/components/breadcrumb.css +1 -1
  15. package/dist/components/breadcrumb.min.css +1 -1
  16. package/dist/components/button.css +336 -713
  17. package/dist/components/button.min.css +2 -2
  18. package/dist/components/calendar.css +5 -10
  19. package/dist/components/calendar.js +3 -3
  20. package/dist/components/calendar.min.css +2 -2
  21. package/dist/components/calendar.min.js +2 -2
  22. package/dist/components/card.css +88 -201
  23. package/dist/components/card.min.css +2 -2
  24. package/dist/components/checkbox.css +35 -86
  25. package/dist/components/checkbox.js +3 -3
  26. package/dist/components/checkbox.min.css +2 -2
  27. package/dist/components/checkbox.min.js +2 -2
  28. package/dist/components/comment.css +4 -8
  29. package/dist/components/comment.min.css +2 -2
  30. package/dist/components/container.css +1 -1
  31. package/dist/components/container.min.css +1 -1
  32. package/dist/components/dimmer.css +20 -129
  33. package/dist/components/dimmer.js +3 -3
  34. package/dist/components/dimmer.min.css +2 -2
  35. package/dist/components/dimmer.min.js +2 -2
  36. package/dist/components/divider.css +3 -6
  37. package/dist/components/divider.min.css +2 -2
  38. package/dist/components/dropdown.css +51 -149
  39. package/dist/components/dropdown.js +13 -7
  40. package/dist/components/dropdown.min.css +2 -2
  41. package/dist/components/dropdown.min.js +2 -2
  42. package/dist/components/embed.css +2 -7
  43. package/dist/components/embed.js +3 -3
  44. package/dist/components/embed.min.css +2 -2
  45. package/dist/components/embed.min.js +2 -2
  46. package/dist/components/emoji.css +1 -2
  47. package/dist/components/emoji.min.css +1 -1
  48. package/dist/components/feed.css +7 -21
  49. package/dist/components/feed.min.css +2 -2
  50. package/dist/components/flag.css +1 -1
  51. package/dist/components/flag.min.css +1 -1
  52. package/dist/components/flyout.css +30 -71
  53. package/dist/components/flyout.js +3 -16
  54. package/dist/components/flyout.min.css +2 -2
  55. package/dist/components/flyout.min.js +2 -2
  56. package/dist/components/form.css +32 -101
  57. package/dist/components/form.js +3 -3
  58. package/dist/components/form.min.css +2 -2
  59. package/dist/components/form.min.js +2 -2
  60. package/dist/components/grid.css +72 -182
  61. package/dist/components/grid.min.css +2 -2
  62. package/dist/components/header.css +5 -11
  63. package/dist/components/header.min.css +2 -2
  64. package/dist/components/icon.css +37 -74
  65. package/dist/components/icon.min.css +2 -2
  66. package/dist/components/image.css +8 -21
  67. package/dist/components/image.min.css +2 -2
  68. package/dist/components/input.css +15 -50
  69. package/dist/components/input.min.css +2 -2
  70. package/dist/components/item.css +13 -38
  71. package/dist/components/item.min.css +2 -2
  72. package/dist/components/label.css +18 -45
  73. package/dist/components/label.min.css +2 -2
  74. package/dist/components/list.css +1 -7
  75. package/dist/components/list.min.css +2 -2
  76. package/dist/components/loader.css +21 -103
  77. package/dist/components/loader.min.css +2 -2
  78. package/dist/components/menu.css +49 -145
  79. package/dist/components/menu.min.css +1 -1
  80. package/dist/components/message.css +50 -114
  81. package/dist/components/message.min.css +2 -2
  82. package/dist/components/modal.css +20 -54
  83. package/dist/components/modal.js +3 -11
  84. package/dist/components/modal.min.css +2 -2
  85. package/dist/components/modal.min.js +2 -2
  86. package/dist/components/nag.css +2 -5
  87. package/dist/components/nag.js +3 -3
  88. package/dist/components/nag.min.css +2 -2
  89. package/dist/components/nag.min.js +2 -2
  90. package/dist/components/placeholder.css +7 -25
  91. package/dist/components/placeholder.min.css +2 -2
  92. package/dist/components/popup.css +68 -139
  93. package/dist/components/popup.js +16 -7
  94. package/dist/components/popup.min.css +2 -2
  95. package/dist/components/popup.min.js +2 -2
  96. package/dist/components/progress.css +25 -120
  97. package/dist/components/progress.js +3 -3
  98. package/dist/components/progress.min.css +2 -2
  99. package/dist/components/progress.min.js +2 -2
  100. package/dist/components/rail.css +1 -1
  101. package/dist/components/rail.min.css +1 -1
  102. package/dist/components/rating.css +2 -39
  103. package/dist/components/rating.js +3 -3
  104. package/dist/components/rating.min.css +2 -2
  105. package/dist/components/rating.min.js +2 -2
  106. package/dist/components/reset.css +6 -11
  107. package/dist/components/reset.min.css +2 -2
  108. package/dist/components/reveal.css +26 -58
  109. package/dist/components/reveal.min.css +2 -2
  110. package/dist/components/search.css +8 -22
  111. package/dist/components/search.js +3 -3
  112. package/dist/components/search.min.css +2 -2
  113. package/dist/components/search.min.js +2 -2
  114. package/dist/components/segment.css +32 -89
  115. package/dist/components/segment.min.css +2 -2
  116. package/dist/components/shape.css +4 -16
  117. package/dist/components/shape.js +3 -15
  118. package/dist/components/shape.min.css +2 -2
  119. package/dist/components/shape.min.js +2 -2
  120. package/dist/components/sidebar.css +59 -147
  121. package/dist/components/sidebar.js +3 -16
  122. package/dist/components/sidebar.min.css +2 -2
  123. package/dist/components/sidebar.min.js +2 -2
  124. package/dist/components/site.css +1 -14
  125. package/dist/components/site.js +11 -38
  126. package/dist/components/site.min.css +2 -2
  127. package/dist/components/site.min.js +2 -2
  128. package/dist/components/slider.css +8 -26
  129. package/dist/components/slider.js +3 -3
  130. package/dist/components/slider.min.css +1 -1
  131. package/dist/components/slider.min.js +2 -2
  132. package/dist/components/state.js +3 -3
  133. package/dist/components/state.min.js +2 -2
  134. package/dist/components/statistic.css +11 -43
  135. package/dist/components/statistic.min.css +2 -2
  136. package/dist/components/step.css +26 -89
  137. package/dist/components/step.min.css +2 -2
  138. package/dist/components/sticky.css +1 -5
  139. package/dist/components/sticky.js +3 -11
  140. package/dist/components/sticky.min.css +2 -2
  141. package/dist/components/sticky.min.js +2 -2
  142. package/dist/components/tab.css +3 -5
  143. package/dist/components/tab.js +3 -3
  144. package/dist/components/tab.min.css +2 -2
  145. package/dist/components/tab.min.js +2 -2
  146. package/dist/components/table.css +202 -409
  147. package/dist/components/table.min.css +2 -2
  148. package/dist/components/text.css +1 -1
  149. package/dist/components/text.min.css +1 -1
  150. package/dist/components/toast.css +32 -108
  151. package/dist/components/toast.js +3 -3
  152. package/dist/components/toast.min.css +2 -2
  153. package/dist/components/toast.min.js +2 -2
  154. package/dist/components/transition.css +264 -1312
  155. package/dist/components/transition.js +3 -3
  156. package/dist/components/transition.min.css +2 -2
  157. package/dist/components/transition.min.js +2 -2
  158. package/dist/components/visibility.js +3 -11
  159. package/dist/components/visibility.min.js +2 -2
  160. package/dist/semantic.css +51 -3547
  161. package/dist/semantic.js +107 -181
  162. package/dist/semantic.min.css +2 -2
  163. package/dist/semantic.min.js +2 -2
  164. package/examples/fixed.html +1 -1
  165. package/examples/grid.html +1 -1
  166. package/package.json +2 -2
  167. package/src/definitions/behaviors/api.js +2 -2
  168. package/src/definitions/behaviors/form.js +2 -2
  169. package/src/definitions/behaviors/state.js +2 -2
  170. package/src/definitions/behaviors/visibility.js +2 -10
  171. package/src/definitions/collections/table.less +4 -0
  172. package/src/definitions/elements/button.less +7 -2
  173. package/src/definitions/elements/icon.less +2 -3
  174. package/src/definitions/elements/image.less +0 -4
  175. package/src/definitions/elements/loader.less +2 -0
  176. package/src/definitions/elements/segment.less +3 -1
  177. package/src/definitions/globals/site.js +10 -37
  178. package/src/definitions/modules/accordion.js +2 -2
  179. package/src/definitions/modules/calendar.js +2 -2
  180. package/src/definitions/modules/checkbox.js +2 -2
  181. package/src/definitions/modules/dimmer.js +2 -2
  182. package/src/definitions/modules/dimmer.less +2 -10
  183. package/src/definitions/modules/dropdown.js +12 -6
  184. package/src/definitions/modules/dropdown.less +1 -4
  185. package/src/definitions/modules/embed.js +2 -2
  186. package/src/definitions/modules/flyout.js +2 -15
  187. package/src/definitions/modules/flyout.less +0 -1
  188. package/src/definitions/modules/modal.js +2 -10
  189. package/src/definitions/modules/modal.less +0 -2
  190. package/src/definitions/modules/nag.js +2 -2
  191. package/src/definitions/modules/popup.js +15 -6
  192. package/src/definitions/modules/popup.less +2 -0
  193. package/src/definitions/modules/progress.js +2 -2
  194. package/src/definitions/modules/rating.js +2 -2
  195. package/src/definitions/modules/rating.less +2 -4
  196. package/src/definitions/modules/search.js +2 -2
  197. package/src/definitions/modules/search.less +0 -1
  198. package/src/definitions/modules/shape.js +2 -14
  199. package/src/definitions/modules/sidebar.js +2 -15
  200. package/src/definitions/modules/sidebar.less +0 -1
  201. package/src/definitions/modules/slider.js +2 -2
  202. package/src/definitions/modules/sticky.js +2 -10
  203. package/src/definitions/modules/sticky.less +0 -7
  204. package/src/definitions/modules/tab.js +2 -2
  205. package/src/definitions/modules/toast.js +2 -2
  206. package/src/definitions/modules/toast.less +3 -1
  207. package/src/definitions/modules/transition.js +2 -2
  208. package/src/definitions/views/card.less +4 -15
  209. package/src/semantic.less +6 -6
  210. package/src/themes/amazon/elements/button.variables +4 -9
  211. package/src/themes/bootstrap3/elements/button.variables +3 -7
  212. package/src/themes/classic/elements/button.variables +6 -12
  213. package/src/themes/classic/views/card.overrides +2 -4
  214. package/src/themes/colored/modules/checkbox.variables +1 -3
  215. package/src/themes/default/collections/form.variables +1 -2
  216. package/src/themes/default/collections/menu.variables +2 -4
  217. package/src/themes/default/collections/message.variables +38 -76
  218. package/src/themes/default/collections/table.variables +2 -4
  219. package/src/themes/default/elements/button.variables +6 -12
  220. package/src/themes/default/elements/flag.variables +3 -3
  221. package/src/themes/default/elements/icon.variables +5 -10
  222. package/src/themes/default/elements/input.variables +1 -2
  223. package/src/themes/default/elements/list.variables +3 -7
  224. package/src/themes/default/elements/placeholder.variables +12 -8
  225. package/src/themes/default/elements/segment.variables +5 -6
  226. package/src/themes/default/elements/step.variables +1 -2
  227. package/src/themes/default/globals/site.variables +41 -83
  228. package/src/themes/default/modules/accordion.variables +4 -8
  229. package/src/themes/default/modules/checkbox.variables +4 -8
  230. package/src/themes/default/modules/dimmer.variables +1 -3
  231. package/src/themes/default/modules/dropdown.variables +1 -2
  232. package/src/themes/default/modules/embed.variables +2 -5
  233. package/src/themes/default/modules/modal.variables +3 -6
  234. package/src/themes/default/modules/progress.variables +1 -2
  235. package/src/themes/default/modules/rating.variables +1 -2
  236. package/src/themes/default/modules/search.variables +3 -6
  237. package/src/themes/default/modules/shape.variables +1 -2
  238. package/src/themes/default/modules/slider.variables +3 -1
  239. package/src/themes/default/views/card.variables +8 -18
  240. package/src/themes/github/collections/form.variables +1 -2
  241. package/src/themes/github/collections/menu.variables +1 -2
  242. package/src/themes/github/collections/message.variables +2 -4
  243. package/src/themes/github/elements/button.variables +4 -8
  244. package/src/themes/github/elements/input.variables +1 -2
  245. package/src/themes/github/modules/dropdown.variables +1 -3
  246. package/src/themes/material/elements/button.variables +2 -4
  247. package/src/themes/material/elements/icon.variables +1 -2
  248. package/src/themes/pulsar/elements/loader.overrides +0 -38
  249. package/src/themes/raised/elements/button.variables +1 -2
  250. package/src/themes/round/elements/button.variables +1 -3
  251. package/src/themes/striped/modules/progress.overrides +11 -11
  252. package/tasks/README.md +2 -2
  253. package/tasks/admin/components/create.js +2 -2
  254. package/tasks/build/assets.js +1 -1
  255. package/tasks/build/css.js +1 -1
  256. package/tasks/build/javascript.js +1 -1
  257. package/tasks/build.js +2 -2
  258. package/tasks/collections/docs.js +1 -1
  259. package/tasks/collections/install.js +2 -2
  260. package/tasks/collections/various.js +1 -1
  261. package/tasks/config/admin/release.js +5 -5
  262. package/tasks/config/admin/templates/README.md +8 -8
  263. package/tasks/config/admin/templates/bower.json +3 -2
  264. package/tasks/config/admin/templates/component-package.js +3 -3
  265. package/tasks/config/admin/templates/package.json +5 -5
  266. package/tasks/config/tasks.js +15 -11
  267. package/tasks/docs/build.js +2 -2
  268. package/tasks/install.js +2 -3
  269. package/tasks/watch.js +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1-beta.28+4bab7d9 - Button
2
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Button
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -33,16 +33,11 @@
33
33
  text-align: center;
34
34
  text-decoration: none;
35
35
  border-radius: 0.28571429rem;
36
- -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
37
- box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
36
+ box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
38
37
  -webkit-user-select: none;
39
- -moz-user-select: none;
40
38
  -ms-user-select: none;
41
39
  user-select: none;
42
- -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
43
- transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
44
40
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
45
- transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
46
41
  will-change: auto;
47
42
  -webkit-tap-highlight-color: transparent;
48
43
  }
@@ -59,8 +54,7 @@
59
54
  .ui.button:hover {
60
55
  background-color: #cacbcd;
61
56
  background-image: none;
62
- -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
63
- box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
57
+ box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
64
58
  color: rgba(0, 0, 0, 0.8);
65
59
  }
66
60
  .ui.button:hover .icon {
@@ -74,8 +68,7 @@
74
68
  background-color: #cacbcd;
75
69
  color: rgba(0, 0, 0, 0.8);
76
70
  background-image: none;
77
- -webkit-box-shadow: "";
78
- box-shadow: "";
71
+ box-shadow: "";
79
72
  }
80
73
  .ui.button:focus .icon {
81
74
  opacity: 0.85;
@@ -89,8 +82,7 @@
89
82
  background-color: #babbbc;
90
83
  background-image: "";
91
84
  color: rgba(0, 0, 0, 0.9);
92
- -webkit-box-shadow: 0 0 0 1px transparent inset, none;
93
- box-shadow: 0 0 0 1px transparent inset, none;
85
+ box-shadow: 0 0 0 1px transparent inset, none;
94
86
  }
95
87
 
96
88
  /* --------------
@@ -99,8 +91,7 @@
99
91
  .ui.active.button {
100
92
  background-color: #c0c1c2;
101
93
  background-image: none;
102
- -webkit-box-shadow: 0 0 0 1px transparent inset;
103
- box-shadow: 0 0 0 1px transparent inset;
94
+ box-shadow: 0 0 0 1px transparent inset;
104
95
  color: rgba(0, 0, 0, 0.95);
105
96
  }
106
97
  .ui.active.button:hover {
@@ -125,7 +116,6 @@
125
116
  color: transparent;
126
117
  opacity: 1;
127
118
  pointer-events: auto;
128
- -webkit-transition: all 0s linear, opacity 0.1s ease;
129
119
  transition: all 0s linear, opacity 0.1s ease;
130
120
  }
131
121
  .ui.loading.button::before {
@@ -148,12 +138,10 @@
148
138
  width: 1.28571429em;
149
139
  height: 1.28571429em;
150
140
  border-radius: 500rem;
151
- -webkit-animation: loader 0.6s infinite linear;
152
- animation: loader 0.6s infinite linear;
141
+ animation: loader 0.6s infinite linear;
153
142
  border: 0.2em solid currentColor;
154
143
  color: #fff;
155
- -webkit-box-shadow: 0 0 0 1px transparent;
156
- box-shadow: 0 0 0 1px transparent;
144
+ box-shadow: 0 0 0 1px transparent;
157
145
  }
158
146
  .ui.ui.ui.loading.button .label {
159
147
  background-color: transparent;
@@ -162,8 +150,7 @@
162
150
  }
163
151
  .ui.labeled.icon.loading.button .icon {
164
152
  background-color: transparent;
165
- -webkit-box-shadow: none;
166
- box-shadow: none;
153
+ box-shadow: none;
167
154
  }
168
155
  .ui.basic.loading.button:not(.inverted)::before {
169
156
  border-color: rgba(0, 0, 0, 0.1);
@@ -183,8 +170,7 @@
183
170
  cursor: default;
184
171
  opacity: 0.45 !important;
185
172
  background-image: none;
186
- -webkit-box-shadow: none;
187
- box-shadow: none;
173
+ box-shadow: none;
188
174
  pointer-events: none !important;
189
175
  }
190
176
 
@@ -224,7 +210,6 @@
224
210
  /* Horizontal */
225
211
  .ui.animated.button .visible.content,
226
212
  .ui.animated.button .hidden.content {
227
- -webkit-transition: right 0.3s ease 0s;
228
213
  transition: right 0.3s ease 0s;
229
214
  }
230
215
  .ui.animated.button .visible.content {
@@ -251,14 +236,10 @@
251
236
  /* Vertical */
252
237
  .ui.vertical.animated.button .visible.content,
253
238
  .ui.vertical.animated.button .hidden.content {
254
- -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
255
- transition: top 0.3s ease, -webkit-transform 0.3s ease;
256
239
  transition: top 0.3s ease, transform 0.3s ease;
257
- transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
258
240
  }
259
241
  .ui.vertical.animated.button .visible.content {
260
- -webkit-transform: translateY(0);
261
- transform: translateY(0);
242
+ transform: translateY(0);
262
243
  right: auto;
263
244
  }
264
245
  .ui.vertical.animated.button .hidden.content {
@@ -268,8 +249,7 @@
268
249
  }
269
250
  .ui.vertical.animated.button:focus .visible.content,
270
251
  .ui.vertical.animated.button:hover .visible.content {
271
- -webkit-transform: translateY(200%);
272
- transform: translateY(200%);
252
+ transform: translateY(200%);
273
253
  right: auto;
274
254
  }
275
255
  .ui.vertical.animated.button:focus .hidden.content,
@@ -281,48 +261,40 @@
281
261
  /* Fade */
282
262
  .ui.fade.animated.button .visible.content,
283
263
  .ui.fade.animated.button .hidden.content {
284
- -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
285
- transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
286
264
  transition: opacity 0.3s ease, transform 0.3s ease;
287
- transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
288
265
  }
289
266
  .ui.fade.animated.button .visible.content {
290
267
  left: auto;
291
268
  right: auto;
292
269
  opacity: 1;
293
- -webkit-transform: scale(1);
294
- transform: scale(1);
270
+ transform: scale(1);
295
271
  }
296
272
  .ui.fade.animated.button .hidden.content {
297
273
  opacity: 0;
298
274
  left: 0;
299
275
  right: auto;
300
- -webkit-transform: scale(1.5);
301
- transform: scale(1.5);
276
+ transform: scale(1.5);
302
277
  }
303
278
  .ui.fade.animated.button:focus .visible.content,
304
279
  .ui.fade.animated.button:hover .visible.content {
305
280
  left: auto;
306
281
  right: auto;
307
282
  opacity: 0;
308
- -webkit-transform: scale(0.75);
309
- transform: scale(0.75);
283
+ transform: scale(0.75);
310
284
  }
311
285
  .ui.fade.animated.button:focus .hidden.content,
312
286
  .ui.fade.animated.button:hover .hidden.content {
313
287
  left: 0;
314
288
  right: auto;
315
289
  opacity: 1;
316
- -webkit-transform: scale(1);
317
- transform: scale(1);
290
+ transform: scale(1);
318
291
  }
319
292
 
320
293
  /* -------------------
321
294
  Inverted
322
295
  -------------------- */
323
296
  .ui.inverted.button {
324
- -webkit-box-shadow: 0 0 0 2px #fff inset;
325
- box-shadow: 0 0 0 2px #fff inset;
297
+ box-shadow: 0 0 0 2px #fff inset;
326
298
  background: transparent none;
327
299
  color: #fff;
328
300
  text-shadow: none !important;
@@ -347,8 +319,7 @@
347
319
  /* Hover */
348
320
  .ui.inverted.button:hover {
349
321
  background: #fff;
350
- -webkit-box-shadow: 0 0 0 2px #fff inset;
351
- box-shadow: 0 0 0 2px #fff inset;
322
+ box-shadow: 0 0 0 2px #fff inset;
352
323
  color: rgba(0, 0, 0, 0.8);
353
324
  }
354
325
 
@@ -356,16 +327,14 @@
356
327
  .ui.inverted.button:focus,
357
328
  .ui.inverted.button.active {
358
329
  background: #fff;
359
- -webkit-box-shadow: 0 0 0 2px #fff inset;
360
- box-shadow: 0 0 0 2px #fff inset;
330
+ box-shadow: 0 0 0 2px #fff inset;
361
331
  color: rgba(0, 0, 0, 0.8);
362
332
  }
363
333
 
364
334
  /* Active Focus */
365
335
  .ui.inverted.button.active:focus {
366
336
  background: #dcddde;
367
- -webkit-box-shadow: 0 0 0 2px #dcddde inset;
368
- box-shadow: 0 0 0 2px #dcddde inset;
337
+ box-shadow: 0 0 0 2px #dcddde inset;
369
338
  color: rgba(0, 0, 0, 0.8);
370
339
  }
371
340
 
@@ -373,29 +342,19 @@
373
342
  Labeled Button
374
343
  -------------------- */
375
344
  .ui.labeled.button:not(.icon) {
376
- display: -webkit-inline-box;
377
- display: -ms-inline-flexbox;
378
345
  display: inline-flex;
379
- -webkit-box-orient: horizontal;
380
- -webkit-box-direction: normal;
381
- -ms-flex-direction: row;
382
- flex-direction: row;
346
+ flex-direction: row;
383
347
  background: none;
384
348
  padding: 0 !important;
385
349
  border: none;
386
- -webkit-box-shadow: none;
387
- box-shadow: none;
350
+ box-shadow: none;
388
351
  }
389
352
  .ui.labeled.button > .button {
390
353
  margin: 0;
391
354
  }
392
355
  .ui.labeled.button > .label {
393
- display: -webkit-box;
394
- display: -ms-flexbox;
395
356
  display: flex;
396
- -webkit-box-align: center;
397
- -ms-flex-align: center;
398
- align-items: center;
357
+ align-items: center;
399
358
  margin: 0 0 0 -1px !important;
400
359
  font-size: 1em;
401
360
  padding: "";
@@ -438,8 +397,7 @@
438
397
  color: #fff;
439
398
  text-shadow: none;
440
399
  background-image: none;
441
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
442
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
400
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
443
401
  }
444
402
  .ui.facebook.button:hover {
445
403
  background-color: #304d8a;
@@ -458,8 +416,7 @@
458
416
  color: #fff;
459
417
  text-shadow: none;
460
418
  background-image: none;
461
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
462
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
419
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
463
420
  }
464
421
  .ui.twitter.button:hover {
465
422
  background-color: #0298f3;
@@ -478,8 +435,7 @@
478
435
  color: #fff;
479
436
  text-shadow: none;
480
437
  background-image: none;
481
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
482
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
438
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
483
439
  }
484
440
  .ui.google.plus.button:hover {
485
441
  background-color: #e0321c;
@@ -515,8 +471,7 @@
515
471
  color: #fff;
516
472
  text-shadow: none;
517
473
  background-image: none;
518
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
519
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
474
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
520
475
  }
521
476
  .ui.youtube.button:hover {
522
477
  background-color: #e60000;
@@ -535,8 +490,7 @@
535
490
  color: #fff;
536
491
  text-shadow: none;
537
492
  background-image: none;
538
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
539
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
493
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
540
494
  }
541
495
  .ui.instagram.button:hover {
542
496
  background-color: #3d698e;
@@ -555,8 +509,7 @@
555
509
  color: #fff;
556
510
  text-shadow: none;
557
511
  background-image: none;
558
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
559
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
512
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
560
513
  }
561
514
  .ui.pinterest.button:hover {
562
515
  background-color: #ac0013;
@@ -574,8 +527,7 @@
574
527
  background-color: #45668e;
575
528
  color: #fff;
576
529
  background-image: none;
577
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
578
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
530
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
579
531
  }
580
532
  .ui.vk.button:hover {
581
533
  background-color: #395980;
@@ -591,8 +543,7 @@
591
543
  background-color: #25d366;
592
544
  color: #fff;
593
545
  background-image: none;
594
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
595
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
546
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
596
547
  }
597
548
  .ui.whatsapp.button:hover {
598
549
  background-color: #19c55a;
@@ -608,8 +559,7 @@
608
559
  background-color: #08c;
609
560
  color: #fff;
610
561
  background-image: none;
611
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
612
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
562
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
613
563
  }
614
564
  .ui.telegram.button:hover {
615
565
  background-color: #0077b3;
@@ -626,7 +576,6 @@
626
576
  .ui.button > .icon:not(.button) {
627
577
  height: auto;
628
578
  opacity: 0.8;
629
- -webkit-transition: opacity 0.1s ease;
630
579
  transition: opacity 0.1s ease;
631
580
  color: "";
632
581
  }
@@ -655,10 +604,7 @@
655
604
  /* Tablet Or Below */
656
605
  @media only screen and (max-width: 767.98px) {
657
606
  .ui.stackable.buttons {
658
- -webkit-box-orient: vertical;
659
- -webkit-box-direction: normal;
660
- -ms-flex-direction: column;
661
- flex-direction: column;
607
+ flex-direction: column;
662
608
  width: 100%;
663
609
  }
664
610
  .ui.stackable.buttons .button:first-child {
@@ -797,12 +743,10 @@
797
743
  border-radius: 0.28571429rem;
798
744
  text-transform: none;
799
745
  text-shadow: none !important;
800
- -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
801
- box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
746
+ box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
802
747
  }
803
748
  .ui.basic.buttons {
804
- -webkit-box-shadow: none;
805
- box-shadow: none;
749
+ box-shadow: none;
806
750
  border: 1px solid rgba(34, 36, 38, 0.15);
807
751
  border-radius: 0.28571429rem;
808
752
  border-right: none;
@@ -814,28 +758,24 @@
814
758
  .ui.basic.button:hover {
815
759
  background: #fff;
816
760
  color: rgba(0, 0, 0, 0.8);
817
- -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
818
- box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
761
+ box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
819
762
  }
820
763
  .ui.basic.buttons .button:focus,
821
764
  .ui.basic.button:focus {
822
765
  background: #fff;
823
766
  color: rgba(0, 0, 0, 0.8);
824
- -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
825
- box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
767
+ box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
826
768
  }
827
769
  .ui.basic.buttons .button:active,
828
770
  .ui.basic.button:active {
829
771
  background: #f8f8f8;
830
772
  color: rgba(0, 0, 0, 0.9);
831
- -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 4px 0 rgba(34, 36, 38, 0.15) inset;
832
- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 4px 0 rgba(34, 36, 38, 0.15) inset;
773
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 4px 0 rgba(34, 36, 38, 0.15) inset;
833
774
  }
834
775
  .ui.basic.buttons .active.button,
835
776
  .ui.basic.active.button {
836
777
  background: rgba(0, 0, 0, 0.05);
837
- -webkit-box-shadow: "";
838
- box-shadow: "";
778
+ box-shadow: "";
839
779
  color: rgba(0, 0, 0, 0.95);
840
780
  }
841
781
  .ui.basic.buttons .active.button:hover,
@@ -843,16 +783,13 @@
843
783
  background-color: rgba(0, 0, 0, 0.05);
844
784
  }
845
785
  .ui.basic.buttons .button:hover {
846
- -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset inset;
847
- box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset inset;
786
+ box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset inset;
848
787
  }
849
788
  .ui.basic.buttons .button:active {
850
- -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 4px 0 rgba(34, 36, 38, 0.15) inset inset;
851
- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 4px 0 rgba(34, 36, 38, 0.15) inset inset;
789
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 4px 0 rgba(34, 36, 38, 0.15) inset inset;
852
790
  }
853
791
  .ui.basic.buttons .active.button {
854
- -webkit-box-shadow: "";
855
- box-shadow: "";
792
+ box-shadow: "";
856
793
  }
857
794
 
858
795
  /* Standard Basic Inverted */
@@ -860,48 +797,41 @@
860
797
  .ui.basic.inverted.button {
861
798
  background-color: transparent;
862
799
  color: #f9fafb;
863
- -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
864
- box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
800
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
865
801
  }
866
802
  .ui.basic.inverted.buttons .button:hover,
867
803
  .ui.basic.inverted.button:hover {
868
804
  color: #fff;
869
- -webkit-box-shadow: 0 0 0 2px #ffffff inset;
870
- box-shadow: 0 0 0 2px #ffffff inset;
805
+ box-shadow: 0 0 0 2px #ffffff inset;
871
806
  }
872
807
  .ui.basic.inverted.buttons .button:focus,
873
808
  .ui.basic.inverted.button:focus {
874
809
  color: #fff;
875
- -webkit-box-shadow: 0 0 0 2px #ffffff inset;
876
- box-shadow: 0 0 0 2px #ffffff inset;
810
+ box-shadow: 0 0 0 2px #ffffff inset;
877
811
  }
878
812
  .ui.basic.inverted.buttons .button:active,
879
813
  .ui.basic.inverted.button:active {
880
814
  background-color: rgba(255, 255, 255, 0.08);
881
815
  color: #fff;
882
- -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9) inset;
883
- box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9) inset;
816
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9) inset;
884
817
  }
885
818
  .ui.basic.inverted.buttons .active.button,
886
819
  .ui.basic.inverted.active.button {
887
820
  background-color: rgba(255, 255, 255, 0.08);
888
821
  color: #fff;
889
822
  text-shadow: none;
890
- -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7) inset;
891
- box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7) inset;
823
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7) inset;
892
824
  }
893
825
  .ui.basic.inverted.buttons .active.button:hover,
894
826
  .ui.basic.inverted.active.button:hover {
895
827
  background-color: rgba(255, 255, 255, 0.15);
896
- -webkit-box-shadow: 0 0 0 2px #ffffff inset;
897
- box-shadow: 0 0 0 2px #ffffff inset;
828
+ box-shadow: 0 0 0 2px #ffffff inset;
898
829
  }
899
830
 
900
831
  /* Basic Group */
901
832
  .ui.basic.buttons:not(.inverted) .button:not(.basic) {
902
833
  border-right: 1px solid rgba(34, 36, 38, 0.15);
903
- -webkit-box-shadow: none;
904
- box-shadow: none;
834
+ box-shadow: none;
905
835
  }
906
836
  .ui.basic.vertical.buttons .button {
907
837
  border-left: none;
@@ -918,31 +848,26 @@
918
848
 
919
849
  /* Overline Mixin */
920
850
  .ui.tertiary.button {
921
- -webkit-transition: color 0.1s ease !important;
922
851
  transition: color 0.1s ease !important;
923
852
  border-radius: 0;
924
853
  margin: 0.28571429em 0.25em 0.28571429em 0 !important;
925
854
  padding: 0.5em 0.5em !important;
926
- -webkit-box-shadow: none;
927
- box-shadow: none;
855
+ box-shadow: none;
928
856
  color: rgba(0, 0, 0, 0.6);
929
857
  background: none;
930
858
  }
931
859
  .ui.tertiary.button:hover {
932
- -webkit-box-shadow: inset 0 -0.2em 0 #666666;
933
- box-shadow: inset 0 -0.2em 0 #666666;
860
+ box-shadow: inset 0 -0.2em 0 #666666;
934
861
  color: #333333;
935
862
  background: none;
936
863
  }
937
864
  .ui.tertiary.button:focus {
938
- -webkit-box-shadow: inset 0 -0.2em 0 #666666;
939
- box-shadow: inset 0 -0.2em 0 #666666;
865
+ box-shadow: inset 0 -0.2em 0 #666666;
940
866
  color: #333333;
941
867
  background: none;
942
868
  }
943
869
  .ui.tertiary.button:active {
944
- -webkit-box-shadow: inset 0 -0.2em 0 #999999;
945
- box-shadow: inset 0 -0.2em 0 #999999;
870
+ box-shadow: inset 0 -0.2em 0 #999999;
946
871
  border-radius: 0.28571429rem 0.28571429rem 0 0;
947
872
  color: #666666;
948
873
  background: none;
@@ -970,15 +895,13 @@
970
895
  border-top-left-radius: inherit;
971
896
  border-bottom-left-radius: inherit;
972
897
  text-align: center;
973
- -webkit-animation: none;
974
- animation: none;
898
+ animation: none;
975
899
  padding: 0.78571429em 0 0.78571429em 0;
976
900
  margin: 0;
977
901
  width: 2.57142857em;
978
902
  background-color: rgba(0, 0, 0, 0.05);
979
903
  color: "";
980
- -webkit-box-shadow: -1px 0 0 0 transparent inset;
981
- box-shadow: -1px 0 0 0 transparent inset;
904
+ box-shadow: -1px 0 0 0 transparent inset;
982
905
  }
983
906
 
984
907
  /* Right Labeled */
@@ -992,8 +915,7 @@
992
915
  border-radius: 0;
993
916
  border-top-right-radius: inherit;
994
917
  border-bottom-right-radius: inherit;
995
- -webkit-box-shadow: 1px 0 0 0 transparent inset;
996
- box-shadow: 1px 0 0 0 transparent inset;
918
+ box-shadow: 1px 0 0 0 transparent inset;
997
919
  }
998
920
  .ui.labeled.icon.buttons > .button > .icon::before,
999
921
  .ui.labeled.icon.button > .icon::before,
@@ -1027,8 +949,7 @@
1027
949
 
1028
950
  /* Loading Icon in Labeled Button */
1029
951
  .ui.labeled.icon.button > .loading.icon::before {
1030
- -webkit-animation: loader 2s linear infinite;
1031
- animation: loader 2s linear infinite;
952
+ animation: loader 2s linear infinite;
1032
953
  }
1033
954
 
1034
955
  /* --------------
@@ -1040,8 +961,7 @@
1040
961
  .ui.buttons .button.toggle.active,
1041
962
  .ui.button.toggle.active {
1042
963
  background-color: #21ba45;
1043
- -webkit-box-shadow: none;
1044
- box-shadow: none;
964
+ box-shadow: none;
1045
965
  text-shadow: none;
1046
966
  color: #fff;
1047
967
  }
@@ -1088,8 +1008,7 @@
1088
1008
  color: rgba(0, 0, 0, 0.4);
1089
1009
  font-style: normal;
1090
1010
  font-weight: bold;
1091
- -webkit-box-shadow: 0 0 0 1px transparent inset;
1092
- box-shadow: 0 0 0 1px transparent inset;
1011
+ box-shadow: 0 0 0 1px transparent inset;
1093
1012
  }
1094
1013
  .ui.buttons .or[data-text]::before {
1095
1014
  content: attr(data-text);
@@ -1113,8 +1032,7 @@
1113
1032
  display: block;
1114
1033
  margin: 0;
1115
1034
  border-radius: 0;
1116
- -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15);
1117
- box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15);
1035
+ box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15);
1118
1036
  }
1119
1037
 
1120
1038
  /* Top / Bottom */
@@ -1143,8 +1061,6 @@
1143
1061
  /* Plural */
1144
1062
  .ui.attached.buttons {
1145
1063
  position: relative;
1146
- display: -webkit-box;
1147
- display: -ms-flexbox;
1148
1064
  display: flex;
1149
1065
  border-radius: 0;
1150
1066
  width: auto !important;
@@ -1186,8 +1102,6 @@
1186
1102
 
1187
1103
  /* Left / Right */
1188
1104
  .ui[class*="left attached"].buttons {
1189
- display: -webkit-inline-box;
1190
- display: -ms-inline-flexbox;
1191
1105
  display: inline-flex;
1192
1106
  margin-right: 0;
1193
1107
  margin-left: -1px;
@@ -1202,8 +1116,6 @@
1202
1116
  border-radius: 0 0 0.28571429rem 0;
1203
1117
  }
1204
1118
  .ui[class*="right attached"].buttons {
1205
- display: -webkit-inline-box;
1206
- display: -ms-inline-flexbox;
1207
1119
  display: inline-flex;
1208
1120
  margin-left: 0;
1209
1121
  margin-right: -1px;
@@ -1298,13 +1210,9 @@
1298
1210
  /* Fluid Vertical Buttons */
1299
1211
  .ui.fluid.vertical.buttons,
1300
1212
  .ui.fluid.vertical.buttons > .button {
1301
- display: -webkit-box;
1302
- display: -ms-flexbox;
1303
1213
  display: flex;
1304
1214
  width: auto;
1305
- -webkit-box-pack: center;
1306
- -ms-flex-pack: center;
1307
- justify-content: center;
1215
+ justify-content: center;
1308
1216
  }
1309
1217
  .ui.two.vertical.buttons > .button {
1310
1218
  height: 50%;
@@ -1351,8 +1259,7 @@
1351
1259
  background-image: none;
1352
1260
  }
1353
1261
  .ui.primary.button {
1354
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
1355
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
1262
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
1356
1263
  }
1357
1264
  .ui.primary.buttons .button:hover,
1358
1265
  .ui.primary.button:hover {
@@ -1385,35 +1292,30 @@
1385
1292
  .ui.basic.primary.buttons .button,
1386
1293
  .ui.basic.primary.button {
1387
1294
  background: transparent;
1388
- -webkit-box-shadow: 0 0 0 1px #2185d0 inset;
1389
- box-shadow: 0 0 0 1px #2185d0 inset;
1295
+ box-shadow: 0 0 0 1px #2185d0 inset;
1390
1296
  color: #2185d0;
1391
1297
  }
1392
1298
  .ui.basic.primary.buttons .button:hover,
1393
1299
  .ui.basic.primary.button:hover {
1394
1300
  background: transparent;
1395
- -webkit-box-shadow: 0 0 0 1px #1678c2 inset;
1396
- box-shadow: 0 0 0 1px #1678c2 inset;
1301
+ box-shadow: 0 0 0 1px #1678c2 inset;
1397
1302
  color: #1678c2;
1398
1303
  }
1399
1304
  .ui.basic.primary.buttons .button:focus,
1400
1305
  .ui.basic.primary.button:focus {
1401
1306
  background: transparent;
1402
- -webkit-box-shadow: 0 0 0 1px #0d71bb inset;
1403
- box-shadow: 0 0 0 1px #0d71bb inset;
1307
+ box-shadow: 0 0 0 1px #0d71bb inset;
1404
1308
  color: #1678c2;
1405
1309
  }
1406
1310
  .ui.basic.primary.buttons .active.button,
1407
1311
  .ui.basic.primary.active.button {
1408
1312
  background: transparent;
1409
- -webkit-box-shadow: 0 0 0 1px #1279c6 inset;
1410
- box-shadow: 0 0 0 1px #1279c6 inset;
1313
+ box-shadow: 0 0 0 1px #1279c6 inset;
1411
1314
  color: #1a69a4;
1412
1315
  }
1413
1316
  .ui.basic.primary.buttons .button:active,
1414
1317
  .ui.basic.primary.button:active {
1415
- -webkit-box-shadow: 0 0 0 1px #1a69a4 inset;
1416
- box-shadow: 0 0 0 1px #1a69a4 inset;
1318
+ box-shadow: 0 0 0 1px #1a69a4 inset;
1417
1319
  color: #1a69a4;
1418
1320
  }
1419
1321
 
@@ -1421,8 +1323,7 @@
1421
1323
  .ui.inverted.primary.buttons .button,
1422
1324
  .ui.inverted.primary.button {
1423
1325
  background-color: transparent;
1424
- -webkit-box-shadow: 0 0 0 2px #54c8ff inset;
1425
- box-shadow: 0 0 0 2px #54c8ff inset;
1326
+ box-shadow: 0 0 0 2px #54c8ff inset;
1426
1327
  color: #54c8ff;
1427
1328
  }
1428
1329
  .ui.inverted.primary.buttons .button:hover,
@@ -1433,8 +1334,7 @@
1433
1334
  .ui.inverted.primary.button.active,
1434
1335
  .ui.inverted.primary.buttons .button:active,
1435
1336
  .ui.inverted.primary.button:active {
1436
- -webkit-box-shadow: none;
1437
- box-shadow: none;
1337
+ box-shadow: none;
1438
1338
  color: #fff;
1439
1339
  }
1440
1340
  .ui.inverted.primary.buttons .button:hover,
@@ -1459,36 +1359,31 @@
1459
1359
  .ui.inverted.primary.buttons .basic.button,
1460
1360
  .ui.inverted.primary.basic.button {
1461
1361
  background-color: transparent;
1462
- -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
1463
- box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
1362
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
1464
1363
  color: #fff;
1465
1364
  }
1466
1365
  .ui.inverted.primary.basic.buttons .button:hover,
1467
1366
  .ui.inverted.primary.buttons .basic.button:hover,
1468
1367
  .ui.inverted.primary.basic.button:hover {
1469
- -webkit-box-shadow: 0 0 0 2px #21b8ff inset;
1470
- box-shadow: 0 0 0 2px #21b8ff inset;
1368
+ box-shadow: 0 0 0 2px #21b8ff inset;
1471
1369
  color: #54c8ff;
1472
1370
  }
1473
1371
  .ui.inverted.primary.basic.buttons .button:focus,
1474
1372
  .ui.inverted.primary.basic.buttons .button:focus,
1475
1373
  .ui.inverted.primary.basic.button:focus {
1476
- -webkit-box-shadow: 0 0 0 2px #2bbbff inset;
1477
- box-shadow: 0 0 0 2px #2bbbff inset;
1374
+ box-shadow: 0 0 0 2px #2bbbff inset;
1478
1375
  color: #54c8ff;
1479
1376
  }
1480
1377
  .ui.inverted.primary.basic.buttons .active.button,
1481
1378
  .ui.inverted.primary.buttons .basic.active.button,
1482
1379
  .ui.inverted.primary.basic.active.button {
1483
- -webkit-box-shadow: 0 0 0 2px #3ac0ff inset;
1484
- box-shadow: 0 0 0 2px #3ac0ff inset;
1380
+ box-shadow: 0 0 0 2px #3ac0ff inset;
1485
1381
  color: #54c8ff;
1486
1382
  }
1487
1383
  .ui.inverted.primary.basic.buttons .button:active,
1488
1384
  .ui.inverted.primary.buttons .basic.button:active,
1489
1385
  .ui.inverted.primary.basic.button:active {
1490
- -webkit-box-shadow: 0 0 0 2px #21b8ff inset;
1491
- box-shadow: 0 0 0 2px #21b8ff inset;
1386
+ box-shadow: 0 0 0 2px #21b8ff inset;
1492
1387
  color: #54c8ff;
1493
1388
  }
1494
1389
 
@@ -1497,22 +1392,19 @@
1497
1392
  .ui.tertiary.primary.buttons .tertiary.button,
1498
1393
  .ui.tertiary.primary.button {
1499
1394
  background: transparent;
1500
- -webkit-box-shadow: none;
1501
- box-shadow: none;
1395
+ box-shadow: none;
1502
1396
  color: #2185d0;
1503
1397
  }
1504
1398
  .ui.tertiary.primary.buttons .button:hover,
1505
1399
  .ui.tertiary.primary.buttons button:hover,
1506
1400
  .ui.tertiary.primary.button:hover {
1507
- -webkit-box-shadow: inset 0 -0.2em 0 #2b75ac;
1508
- box-shadow: inset 0 -0.2em 0 #2b75ac;
1401
+ box-shadow: inset 0 -0.2em 0 #2b75ac;
1509
1402
  color: #2b75ac;
1510
1403
  }
1511
1404
  .ui.tertiary.primary.buttons .button:focus,
1512
1405
  .ui.tertiary.primary.buttons .tertiary.button:focus,
1513
1406
  .ui.tertiary.primary.button:focus {
1514
- -webkit-box-shadow: inset 0 -0.2em 0 #216ea7;
1515
- box-shadow: inset 0 -0.2em 0 #216ea7;
1407
+ box-shadow: inset 0 -0.2em 0 #216ea7;
1516
1408
  color: #216ea7;
1517
1409
  }
1518
1410
  .ui.tertiary.primary.buttons .active.button,
@@ -1521,8 +1413,7 @@
1521
1413
  .ui.tertiary.primary.buttons .button:active,
1522
1414
  .ui.tertiary.primary.buttons .tertiary.button:active,
1523
1415
  .ui.tertiary.primary.button:active {
1524
- -webkit-box-shadow: inset 0 -0.2em 0 #007bd8;
1525
- box-shadow: inset 0 -0.2em 0 #007bd8;
1416
+ box-shadow: inset 0 -0.2em 0 #007bd8;
1526
1417
  color: #1279c6;
1527
1418
  }
1528
1419
  .ui.secondary.buttons .button,
@@ -1533,8 +1424,7 @@
1533
1424
  background-image: none;
1534
1425
  }
1535
1426
  .ui.secondary.button {
1536
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
1537
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
1427
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
1538
1428
  }
1539
1429
  .ui.secondary.buttons .button:hover,
1540
1430
  .ui.secondary.button:hover {
@@ -1567,35 +1457,30 @@
1567
1457
  .ui.basic.secondary.buttons .button,
1568
1458
  .ui.basic.secondary.button {
1569
1459
  background: transparent;
1570
- -webkit-box-shadow: 0 0 0 1px #1b1c1d inset;
1571
- box-shadow: 0 0 0 1px #1b1c1d inset;
1460
+ box-shadow: 0 0 0 1px #1b1c1d inset;
1572
1461
  color: #1b1c1d;
1573
1462
  }
1574
1463
  .ui.basic.secondary.buttons .button:hover,
1575
1464
  .ui.basic.secondary.button:hover {
1576
1465
  background: transparent;
1577
- -webkit-box-shadow: 0 0 0 1px #27292a inset;
1578
- box-shadow: 0 0 0 1px #27292a inset;
1466
+ box-shadow: 0 0 0 1px #27292a inset;
1579
1467
  color: #27292a;
1580
1468
  }
1581
1469
  .ui.basic.secondary.buttons .button:focus,
1582
1470
  .ui.basic.secondary.button:focus {
1583
1471
  background: transparent;
1584
- -webkit-box-shadow: 0 0 0 1px #2e3032 inset;
1585
- box-shadow: 0 0 0 1px #2e3032 inset;
1472
+ box-shadow: 0 0 0 1px #2e3032 inset;
1586
1473
  color: #27292a;
1587
1474
  }
1588
1475
  .ui.basic.secondary.buttons .active.button,
1589
1476
  .ui.basic.secondary.active.button {
1590
1477
  background: transparent;
1591
- -webkit-box-shadow: 0 0 0 1px #27292a inset;
1592
- box-shadow: 0 0 0 1px #27292a inset;
1478
+ box-shadow: 0 0 0 1px #27292a inset;
1593
1479
  color: #343637;
1594
1480
  }
1595
1481
  .ui.basic.secondary.buttons .button:active,
1596
1482
  .ui.basic.secondary.button:active {
1597
- -webkit-box-shadow: 0 0 0 1px #343637 inset;
1598
- box-shadow: 0 0 0 1px #343637 inset;
1483
+ box-shadow: 0 0 0 1px #343637 inset;
1599
1484
  color: #343637;
1600
1485
  }
1601
1486
 
@@ -1603,8 +1488,7 @@
1603
1488
  .ui.inverted.secondary.buttons .button,
1604
1489
  .ui.inverted.secondary.button {
1605
1490
  background-color: transparent;
1606
- -webkit-box-shadow: 0 0 0 2px #545454 inset;
1607
- box-shadow: 0 0 0 2px #545454 inset;
1491
+ box-shadow: 0 0 0 2px #545454 inset;
1608
1492
  color: #545454;
1609
1493
  }
1610
1494
  .ui.inverted.secondary.buttons .button:hover,
@@ -1615,8 +1499,7 @@
1615
1499
  .ui.inverted.secondary.button.active,
1616
1500
  .ui.inverted.secondary.buttons .button:active,
1617
1501
  .ui.inverted.secondary.button:active {
1618
- -webkit-box-shadow: none;
1619
- box-shadow: none;
1502
+ box-shadow: none;
1620
1503
  color: #fff;
1621
1504
  }
1622
1505
  .ui.inverted.secondary.buttons .button:hover,
@@ -1641,36 +1524,31 @@
1641
1524
  .ui.inverted.secondary.buttons .basic.button,
1642
1525
  .ui.inverted.secondary.basic.button {
1643
1526
  background-color: transparent;
1644
- -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
1645
- box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
1527
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
1646
1528
  color: #fff;
1647
1529
  }
1648
1530
  .ui.inverted.secondary.basic.buttons .button:hover,
1649
1531
  .ui.inverted.secondary.buttons .basic.button:hover,
1650
1532
  .ui.inverted.secondary.basic.button:hover {
1651
- -webkit-box-shadow: 0 0 0 2px #6e6e6e inset;
1652
- box-shadow: 0 0 0 2px #6e6e6e inset;
1533
+ box-shadow: 0 0 0 2px #6e6e6e inset;
1653
1534
  color: #545454;
1654
1535
  }
1655
1536
  .ui.inverted.secondary.basic.buttons .button:focus,
1656
1537
  .ui.inverted.secondary.basic.buttons .button:focus,
1657
1538
  .ui.inverted.secondary.basic.button:focus {
1658
- -webkit-box-shadow: 0 0 0 2px #686868 inset;
1659
- box-shadow: 0 0 0 2px #686868 inset;
1539
+ box-shadow: 0 0 0 2px #686868 inset;
1660
1540
  color: #545454;
1661
1541
  }
1662
1542
  .ui.inverted.secondary.basic.buttons .active.button,
1663
1543
  .ui.inverted.secondary.buttons .basic.active.button,
1664
1544
  .ui.inverted.secondary.basic.active.button {
1665
- -webkit-box-shadow: 0 0 0 2px #616161 inset;
1666
- box-shadow: 0 0 0 2px #616161 inset;
1545
+ box-shadow: 0 0 0 2px #616161 inset;
1667
1546
  color: #545454;
1668
1547
  }
1669
1548
  .ui.inverted.secondary.basic.buttons .button:active,
1670
1549
  .ui.inverted.secondary.buttons .basic.button:active,
1671
1550
  .ui.inverted.secondary.basic.button:active {
1672
- -webkit-box-shadow: 0 0 0 2px #6e6e6e inset;
1673
- box-shadow: 0 0 0 2px #6e6e6e inset;
1551
+ box-shadow: 0 0 0 2px #6e6e6e inset;
1674
1552
  color: #545454;
1675
1553
  }
1676
1554
 
@@ -1679,22 +1557,19 @@
1679
1557
  .ui.tertiary.secondary.buttons .tertiary.button,
1680
1558
  .ui.tertiary.secondary.button {
1681
1559
  background: transparent;
1682
- -webkit-box-shadow: none;
1683
- box-shadow: none;
1560
+ box-shadow: none;
1684
1561
  color: #1b1c1d;
1685
1562
  }
1686
1563
  .ui.tertiary.secondary.buttons .button:hover,
1687
1564
  .ui.tertiary.secondary.buttons button:hover,
1688
1565
  .ui.tertiary.secondary.button:hover {
1689
- -webkit-box-shadow: inset 0 -0.2em 0 #292929;
1690
- box-shadow: inset 0 -0.2em 0 #292929;
1566
+ box-shadow: inset 0 -0.2em 0 #292929;
1691
1567
  color: #292929;
1692
1568
  }
1693
1569
  .ui.tertiary.secondary.buttons .button:focus,
1694
1570
  .ui.tertiary.secondary.buttons .tertiary.button:focus,
1695
1571
  .ui.tertiary.secondary.button:focus {
1696
- -webkit-box-shadow: inset 0 -0.2em 0 #303030;
1697
- box-shadow: inset 0 -0.2em 0 #303030;
1572
+ box-shadow: inset 0 -0.2em 0 #303030;
1698
1573
  color: #303030;
1699
1574
  }
1700
1575
  .ui.tertiary.secondary.buttons .active.button,
@@ -1703,8 +1578,7 @@
1703
1578
  .ui.tertiary.secondary.buttons .button:active,
1704
1579
  .ui.tertiary.secondary.buttons .tertiary.button:active,
1705
1580
  .ui.tertiary.secondary.button:active {
1706
- -webkit-box-shadow: inset 0 -0.2em 0 #1f2933;
1707
- box-shadow: inset 0 -0.2em 0 #1f2933;
1581
+ box-shadow: inset 0 -0.2em 0 #1f2933;
1708
1582
  color: #27292a;
1709
1583
  }
1710
1584
  .ui.red.buttons .button,
@@ -1715,8 +1589,7 @@
1715
1589
  background-image: none;
1716
1590
  }
1717
1591
  .ui.red.button {
1718
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
1719
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
1592
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
1720
1593
  }
1721
1594
  .ui.red.buttons .button:hover,
1722
1595
  .ui.red.button:hover {
@@ -1749,35 +1622,30 @@
1749
1622
  .ui.basic.red.buttons .button,
1750
1623
  .ui.basic.red.button {
1751
1624
  background: transparent;
1752
- -webkit-box-shadow: 0 0 0 1px #db2828 inset;
1753
- box-shadow: 0 0 0 1px #db2828 inset;
1625
+ box-shadow: 0 0 0 1px #db2828 inset;
1754
1626
  color: #db2828;
1755
1627
  }
1756
1628
  .ui.basic.red.buttons .button:hover,
1757
1629
  .ui.basic.red.button:hover {
1758
1630
  background: transparent;
1759
- -webkit-box-shadow: 0 0 0 1px #d01919 inset;
1760
- box-shadow: 0 0 0 1px #d01919 inset;
1631
+ box-shadow: 0 0 0 1px #d01919 inset;
1761
1632
  color: #d01919;
1762
1633
  }
1763
1634
  .ui.basic.red.buttons .button:focus,
1764
1635
  .ui.basic.red.button:focus {
1765
1636
  background: transparent;
1766
- -webkit-box-shadow: 0 0 0 1px #ca1010 inset;
1767
- box-shadow: 0 0 0 1px #ca1010 inset;
1637
+ box-shadow: 0 0 0 1px #ca1010 inset;
1768
1638
  color: #d01919;
1769
1639
  }
1770
1640
  .ui.basic.red.buttons .active.button,
1771
1641
  .ui.basic.red.active.button {
1772
1642
  background: transparent;
1773
- -webkit-box-shadow: 0 0 0 1px #d41515 inset;
1774
- box-shadow: 0 0 0 1px #d41515 inset;
1643
+ box-shadow: 0 0 0 1px #d41515 inset;
1775
1644
  color: #b21e1e;
1776
1645
  }
1777
1646
  .ui.basic.red.buttons .button:active,
1778
1647
  .ui.basic.red.button:active {
1779
- -webkit-box-shadow: 0 0 0 1px #b21e1e inset;
1780
- box-shadow: 0 0 0 1px #b21e1e inset;
1648
+ box-shadow: 0 0 0 1px #b21e1e inset;
1781
1649
  color: #b21e1e;
1782
1650
  }
1783
1651
 
@@ -1785,8 +1653,7 @@
1785
1653
  .ui.inverted.red.buttons .button,
1786
1654
  .ui.inverted.red.button {
1787
1655
  background-color: transparent;
1788
- -webkit-box-shadow: 0 0 0 2px #ff695e inset;
1789
- box-shadow: 0 0 0 2px #ff695e inset;
1656
+ box-shadow: 0 0 0 2px #ff695e inset;
1790
1657
  color: #ff695e;
1791
1658
  }
1792
1659
  .ui.inverted.red.buttons .button:hover,
@@ -1797,8 +1664,7 @@
1797
1664
  .ui.inverted.red.button.active,
1798
1665
  .ui.inverted.red.buttons .button:active,
1799
1666
  .ui.inverted.red.button:active {
1800
- -webkit-box-shadow: none;
1801
- box-shadow: none;
1667
+ box-shadow: none;
1802
1668
  color: #fff;
1803
1669
  }
1804
1670
  .ui.inverted.red.buttons .button:hover,
@@ -1823,36 +1689,31 @@
1823
1689
  .ui.inverted.red.buttons .basic.button,
1824
1690
  .ui.inverted.red.basic.button {
1825
1691
  background-color: transparent;
1826
- -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
1827
- box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
1692
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
1828
1693
  color: #fff;
1829
1694
  }
1830
1695
  .ui.inverted.red.basic.buttons .button:hover,
1831
1696
  .ui.inverted.red.buttons .basic.button:hover,
1832
1697
  .ui.inverted.red.basic.button:hover {
1833
- -webkit-box-shadow: 0 0 0 2px #ff392b inset;
1834
- box-shadow: 0 0 0 2px #ff392b inset;
1698
+ box-shadow: 0 0 0 2px #ff392b inset;
1835
1699
  color: #ff695e;
1836
1700
  }
1837
1701
  .ui.inverted.red.basic.buttons .button:focus,
1838
1702
  .ui.inverted.red.basic.buttons .button:focus,
1839
1703
  .ui.inverted.red.basic.button:focus {
1840
- -webkit-box-shadow: 0 0 0 2px #ff4335 inset;
1841
- box-shadow: 0 0 0 2px #ff4335 inset;
1704
+ box-shadow: 0 0 0 2px #ff4335 inset;
1842
1705
  color: #ff695e;
1843
1706
  }
1844
1707
  .ui.inverted.red.basic.buttons .active.button,
1845
1708
  .ui.inverted.red.buttons .basic.active.button,
1846
1709
  .ui.inverted.red.basic.active.button {
1847
- -webkit-box-shadow: 0 0 0 2px #ff5144 inset;
1848
- box-shadow: 0 0 0 2px #ff5144 inset;
1710
+ box-shadow: 0 0 0 2px #ff5144 inset;
1849
1711
  color: #ff695e;
1850
1712
  }
1851
1713
  .ui.inverted.red.basic.buttons .button:active,
1852
1714
  .ui.inverted.red.buttons .basic.button:active,
1853
1715
  .ui.inverted.red.basic.button:active {
1854
- -webkit-box-shadow: 0 0 0 2px #ff392b inset;
1855
- box-shadow: 0 0 0 2px #ff392b inset;
1716
+ box-shadow: 0 0 0 2px #ff392b inset;
1856
1717
  color: #ff695e;
1857
1718
  }
1858
1719
 
@@ -1861,22 +1722,19 @@
1861
1722
  .ui.tertiary.red.buttons .tertiary.button,
1862
1723
  .ui.tertiary.red.button {
1863
1724
  background: transparent;
1864
- -webkit-box-shadow: none;
1865
- box-shadow: none;
1725
+ box-shadow: none;
1866
1726
  color: #db2828;
1867
1727
  }
1868
1728
  .ui.tertiary.red.buttons .button:hover,
1869
1729
  .ui.tertiary.red.buttons button:hover,
1870
1730
  .ui.tertiary.red.button:hover {
1871
- -webkit-box-shadow: inset 0 -0.2em 0 #b93131;
1872
- box-shadow: inset 0 -0.2em 0 #b93131;
1731
+ box-shadow: inset 0 -0.2em 0 #b93131;
1873
1732
  color: #b93131;
1874
1733
  }
1875
1734
  .ui.tertiary.red.buttons .button:focus,
1876
1735
  .ui.tertiary.red.buttons .tertiary.button:focus,
1877
1736
  .ui.tertiary.red.button:focus {
1878
- -webkit-box-shadow: inset 0 -0.2em 0 #b52626;
1879
- box-shadow: inset 0 -0.2em 0 #b52626;
1737
+ box-shadow: inset 0 -0.2em 0 #b52626;
1880
1738
  color: #b52626;
1881
1739
  }
1882
1740
  .ui.tertiary.red.buttons .active.button,
@@ -1885,8 +1743,7 @@
1885
1743
  .ui.tertiary.red.buttons .button:active,
1886
1744
  .ui.tertiary.red.buttons .tertiary.button:active,
1887
1745
  .ui.tertiary.red.button:active {
1888
- -webkit-box-shadow: inset 0 -0.2em 0 #ea0000;
1889
- box-shadow: inset 0 -0.2em 0 #ea0000;
1746
+ box-shadow: inset 0 -0.2em 0 #ea0000;
1890
1747
  color: #d41515;
1891
1748
  }
1892
1749
  .ui.orange.buttons .button,
@@ -1897,8 +1754,7 @@
1897
1754
  background-image: none;
1898
1755
  }
1899
1756
  .ui.orange.button {
1900
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
1901
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
1757
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
1902
1758
  }
1903
1759
  .ui.orange.buttons .button:hover,
1904
1760
  .ui.orange.button:hover {
@@ -1931,35 +1787,30 @@
1931
1787
  .ui.basic.orange.buttons .button,
1932
1788
  .ui.basic.orange.button {
1933
1789
  background: transparent;
1934
- -webkit-box-shadow: 0 0 0 1px #f2711c inset;
1935
- box-shadow: 0 0 0 1px #f2711c inset;
1790
+ box-shadow: 0 0 0 1px #f2711c inset;
1936
1791
  color: #f2711c;
1937
1792
  }
1938
1793
  .ui.basic.orange.buttons .button:hover,
1939
1794
  .ui.basic.orange.button:hover {
1940
1795
  background: transparent;
1941
- -webkit-box-shadow: 0 0 0 1px #f26202 inset;
1942
- box-shadow: 0 0 0 1px #f26202 inset;
1796
+ box-shadow: 0 0 0 1px #f26202 inset;
1943
1797
  color: #f26202;
1944
1798
  }
1945
1799
  .ui.basic.orange.buttons .button:focus,
1946
1800
  .ui.basic.orange.button:focus {
1947
1801
  background: transparent;
1948
- -webkit-box-shadow: 0 0 0 1px #e55b00 inset;
1949
- box-shadow: 0 0 0 1px #e55b00 inset;
1802
+ box-shadow: 0 0 0 1px #e55b00 inset;
1950
1803
  color: #f26202;
1951
1804
  }
1952
1805
  .ui.basic.orange.buttons .active.button,
1953
1806
  .ui.basic.orange.active.button {
1954
1807
  background: transparent;
1955
- -webkit-box-shadow: 0 0 0 1px #f56100 inset;
1956
- box-shadow: 0 0 0 1px #f56100 inset;
1808
+ box-shadow: 0 0 0 1px #f56100 inset;
1957
1809
  color: #cf590c;
1958
1810
  }
1959
1811
  .ui.basic.orange.buttons .button:active,
1960
1812
  .ui.basic.orange.button:active {
1961
- -webkit-box-shadow: 0 0 0 1px #cf590c inset;
1962
- box-shadow: 0 0 0 1px #cf590c inset;
1813
+ box-shadow: 0 0 0 1px #cf590c inset;
1963
1814
  color: #cf590c;
1964
1815
  }
1965
1816
 
@@ -1967,8 +1818,7 @@
1967
1818
  .ui.inverted.orange.buttons .button,
1968
1819
  .ui.inverted.orange.button {
1969
1820
  background-color: transparent;
1970
- -webkit-box-shadow: 0 0 0 2px #ff851b inset;
1971
- box-shadow: 0 0 0 2px #ff851b inset;
1821
+ box-shadow: 0 0 0 2px #ff851b inset;
1972
1822
  color: #ff851b;
1973
1823
  }
1974
1824
  .ui.inverted.orange.buttons .button:hover,
@@ -1979,8 +1829,7 @@
1979
1829
  .ui.inverted.orange.button.active,
1980
1830
  .ui.inverted.orange.buttons .button:active,
1981
1831
  .ui.inverted.orange.button:active {
1982
- -webkit-box-shadow: none;
1983
- box-shadow: none;
1832
+ box-shadow: none;
1984
1833
  color: #fff;
1985
1834
  }
1986
1835
  .ui.inverted.orange.buttons .button:hover,
@@ -2005,36 +1854,31 @@
2005
1854
  .ui.inverted.orange.buttons .basic.button,
2006
1855
  .ui.inverted.orange.basic.button {
2007
1856
  background-color: transparent;
2008
- -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2009
- box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
1857
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2010
1858
  color: #fff;
2011
1859
  }
2012
1860
  .ui.inverted.orange.basic.buttons .button:hover,
2013
1861
  .ui.inverted.orange.buttons .basic.button:hover,
2014
1862
  .ui.inverted.orange.basic.button:hover {
2015
- -webkit-box-shadow: 0 0 0 2px #e76b00 inset;
2016
- box-shadow: 0 0 0 2px #e76b00 inset;
1863
+ box-shadow: 0 0 0 2px #e76b00 inset;
2017
1864
  color: #ff851b;
2018
1865
  }
2019
1866
  .ui.inverted.orange.basic.buttons .button:focus,
2020
1867
  .ui.inverted.orange.basic.buttons .button:focus,
2021
1868
  .ui.inverted.orange.basic.button:focus {
2022
- -webkit-box-shadow: 0 0 0 2px #f17000 inset;
2023
- box-shadow: 0 0 0 2px #f17000 inset;
1869
+ box-shadow: 0 0 0 2px #f17000 inset;
2024
1870
  color: #ff851b;
2025
1871
  }
2026
1872
  .ui.inverted.orange.basic.buttons .active.button,
2027
1873
  .ui.inverted.orange.buttons .basic.active.button,
2028
1874
  .ui.inverted.orange.basic.active.button {
2029
- -webkit-box-shadow: 0 0 0 2px #ff7701 inset;
2030
- box-shadow: 0 0 0 2px #ff7701 inset;
1875
+ box-shadow: 0 0 0 2px #ff7701 inset;
2031
1876
  color: #ff851b;
2032
1877
  }
2033
1878
  .ui.inverted.orange.basic.buttons .button:active,
2034
1879
  .ui.inverted.orange.buttons .basic.button:active,
2035
1880
  .ui.inverted.orange.basic.button:active {
2036
- -webkit-box-shadow: 0 0 0 2px #e76b00 inset;
2037
- box-shadow: 0 0 0 2px #e76b00 inset;
1881
+ box-shadow: 0 0 0 2px #e76b00 inset;
2038
1882
  color: #ff851b;
2039
1883
  }
2040
1884
 
@@ -2043,22 +1887,19 @@
2043
1887
  .ui.tertiary.orange.buttons .tertiary.button,
2044
1888
  .ui.tertiary.orange.button {
2045
1889
  background: transparent;
2046
- -webkit-box-shadow: none;
2047
- box-shadow: none;
1890
+ box-shadow: none;
2048
1891
  color: #f2711c;
2049
1892
  }
2050
1893
  .ui.tertiary.orange.buttons .button:hover,
2051
1894
  .ui.tertiary.orange.buttons button:hover,
2052
1895
  .ui.tertiary.orange.button:hover {
2053
- -webkit-box-shadow: inset 0 -0.2em 0 #da671b;
2054
- box-shadow: inset 0 -0.2em 0 #da671b;
1896
+ box-shadow: inset 0 -0.2em 0 #da671b;
2055
1897
  color: #da671b;
2056
1898
  }
2057
1899
  .ui.tertiary.orange.buttons .button:focus,
2058
1900
  .ui.tertiary.orange.buttons .tertiary.button:focus,
2059
1901
  .ui.tertiary.orange.button:focus {
2060
- -webkit-box-shadow: inset 0 -0.2em 0 #ce6017;
2061
- box-shadow: inset 0 -0.2em 0 #ce6017;
1902
+ box-shadow: inset 0 -0.2em 0 #ce6017;
2062
1903
  color: #ce6017;
2063
1904
  }
2064
1905
  .ui.tertiary.orange.buttons .active.button,
@@ -2067,8 +1908,7 @@
2067
1908
  .ui.tertiary.orange.buttons .button:active,
2068
1909
  .ui.tertiary.orange.buttons .tertiary.button:active,
2069
1910
  .ui.tertiary.orange.button:active {
2070
- -webkit-box-shadow: inset 0 -0.2em 0 #f56100;
2071
- box-shadow: inset 0 -0.2em 0 #f56100;
1911
+ box-shadow: inset 0 -0.2em 0 #f56100;
2072
1912
  color: #f56100;
2073
1913
  }
2074
1914
  .ui.yellow.buttons .button,
@@ -2079,8 +1919,7 @@
2079
1919
  background-image: none;
2080
1920
  }
2081
1921
  .ui.yellow.button {
2082
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2083
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
1922
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2084
1923
  }
2085
1924
  .ui.yellow.buttons .button:hover,
2086
1925
  .ui.yellow.button:hover {
@@ -2113,35 +1952,30 @@
2113
1952
  .ui.basic.yellow.buttons .button,
2114
1953
  .ui.basic.yellow.button {
2115
1954
  background: transparent;
2116
- -webkit-box-shadow: 0 0 0 1px #fbbd08 inset;
2117
- box-shadow: 0 0 0 1px #fbbd08 inset;
1955
+ box-shadow: 0 0 0 1px #fbbd08 inset;
2118
1956
  color: #fbbd08;
2119
1957
  }
2120
1958
  .ui.basic.yellow.buttons .button:hover,
2121
1959
  .ui.basic.yellow.button:hover {
2122
1960
  background: transparent;
2123
- -webkit-box-shadow: 0 0 0 1px #eaae00 inset;
2124
- box-shadow: 0 0 0 1px #eaae00 inset;
1961
+ box-shadow: 0 0 0 1px #eaae00 inset;
2125
1962
  color: #eaae00;
2126
1963
  }
2127
1964
  .ui.basic.yellow.buttons .button:focus,
2128
1965
  .ui.basic.yellow.button:focus {
2129
1966
  background: transparent;
2130
- -webkit-box-shadow: 0 0 0 1px #daa300 inset;
2131
- box-shadow: 0 0 0 1px #daa300 inset;
1967
+ box-shadow: 0 0 0 1px #daa300 inset;
2132
1968
  color: #eaae00;
2133
1969
  }
2134
1970
  .ui.basic.yellow.buttons .active.button,
2135
1971
  .ui.basic.yellow.active.button {
2136
1972
  background: transparent;
2137
- -webkit-box-shadow: 0 0 0 1px #eaae00 inset;
2138
- box-shadow: 0 0 0 1px #eaae00 inset;
1973
+ box-shadow: 0 0 0 1px #eaae00 inset;
2139
1974
  color: #cd9903;
2140
1975
  }
2141
1976
  .ui.basic.yellow.buttons .button:active,
2142
1977
  .ui.basic.yellow.button:active {
2143
- -webkit-box-shadow: 0 0 0 1px #cd9903 inset;
2144
- box-shadow: 0 0 0 1px #cd9903 inset;
1978
+ box-shadow: 0 0 0 1px #cd9903 inset;
2145
1979
  color: #cd9903;
2146
1980
  }
2147
1981
 
@@ -2149,8 +1983,7 @@
2149
1983
  .ui.inverted.yellow.buttons .button,
2150
1984
  .ui.inverted.yellow.button {
2151
1985
  background-color: transparent;
2152
- -webkit-box-shadow: 0 0 0 2px #ffe21f inset;
2153
- box-shadow: 0 0 0 2px #ffe21f inset;
1986
+ box-shadow: 0 0 0 2px #ffe21f inset;
2154
1987
  color: #ffe21f;
2155
1988
  }
2156
1989
  .ui.inverted.yellow.buttons .button:hover,
@@ -2161,8 +1994,7 @@
2161
1994
  .ui.inverted.yellow.button.active,
2162
1995
  .ui.inverted.yellow.buttons .button:active,
2163
1996
  .ui.inverted.yellow.button:active {
2164
- -webkit-box-shadow: none;
2165
- box-shadow: none;
1997
+ box-shadow: none;
2166
1998
  color: rgba(0, 0, 0, 0.6);
2167
1999
  }
2168
2000
  .ui.inverted.yellow.buttons .button:hover,
@@ -2187,36 +2019,31 @@
2187
2019
  .ui.inverted.yellow.buttons .basic.button,
2188
2020
  .ui.inverted.yellow.basic.button {
2189
2021
  background-color: transparent;
2190
- -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2191
- box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2022
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2192
2023
  color: #fff;
2193
2024
  }
2194
2025
  .ui.inverted.yellow.basic.buttons .button:hover,
2195
2026
  .ui.inverted.yellow.buttons .basic.button:hover,
2196
2027
  .ui.inverted.yellow.basic.button:hover {
2197
- -webkit-box-shadow: 0 0 0 2px #ebcd00 inset;
2198
- box-shadow: 0 0 0 2px #ebcd00 inset;
2028
+ box-shadow: 0 0 0 2px #ebcd00 inset;
2199
2029
  color: #ffe21f;
2200
2030
  }
2201
2031
  .ui.inverted.yellow.basic.buttons .button:focus,
2202
2032
  .ui.inverted.yellow.basic.buttons .button:focus,
2203
2033
  .ui.inverted.yellow.basic.button:focus {
2204
- -webkit-box-shadow: 0 0 0 2px #f5d500 inset;
2205
- box-shadow: 0 0 0 2px #f5d500 inset;
2034
+ box-shadow: 0 0 0 2px #f5d500 inset;
2206
2035
  color: #ffe21f;
2207
2036
  }
2208
2037
  .ui.inverted.yellow.basic.buttons .active.button,
2209
2038
  .ui.inverted.yellow.buttons .basic.active.button,
2210
2039
  .ui.inverted.yellow.basic.active.button {
2211
- -webkit-box-shadow: 0 0 0 2px #ffdf05 inset;
2212
- box-shadow: 0 0 0 2px #ffdf05 inset;
2040
+ box-shadow: 0 0 0 2px #ffdf05 inset;
2213
2041
  color: #ffe21f;
2214
2042
  }
2215
2043
  .ui.inverted.yellow.basic.buttons .button:active,
2216
2044
  .ui.inverted.yellow.buttons .basic.button:active,
2217
2045
  .ui.inverted.yellow.basic.button:active {
2218
- -webkit-box-shadow: 0 0 0 2px #ebcd00 inset;
2219
- box-shadow: 0 0 0 2px #ebcd00 inset;
2046
+ box-shadow: 0 0 0 2px #ebcd00 inset;
2220
2047
  color: #ffe21f;
2221
2048
  }
2222
2049
 
@@ -2225,22 +2052,19 @@
2225
2052
  .ui.tertiary.yellow.buttons .tertiary.button,
2226
2053
  .ui.tertiary.yellow.button {
2227
2054
  background: transparent;
2228
- -webkit-box-shadow: none;
2229
- box-shadow: none;
2055
+ box-shadow: none;
2230
2056
  color: #fbbd08;
2231
2057
  }
2232
2058
  .ui.tertiary.yellow.buttons .button:hover,
2233
2059
  .ui.tertiary.yellow.buttons button:hover,
2234
2060
  .ui.tertiary.yellow.button:hover {
2235
- -webkit-box-shadow: inset 0 -0.2em 0 #d2a217;
2236
- box-shadow: inset 0 -0.2em 0 #d2a217;
2061
+ box-shadow: inset 0 -0.2em 0 #d2a217;
2237
2062
  color: #d2a217;
2238
2063
  }
2239
2064
  .ui.tertiary.yellow.buttons .button:focus,
2240
2065
  .ui.tertiary.yellow.buttons .tertiary.button:focus,
2241
2066
  .ui.tertiary.yellow.button:focus {
2242
- -webkit-box-shadow: inset 0 -0.2em 0 #c49816;
2243
- box-shadow: inset 0 -0.2em 0 #c49816;
2067
+ box-shadow: inset 0 -0.2em 0 #c49816;
2244
2068
  color: #c49816;
2245
2069
  }
2246
2070
  .ui.tertiary.yellow.buttons .active.button,
@@ -2249,8 +2073,7 @@
2249
2073
  .ui.tertiary.yellow.buttons .button:active,
2250
2074
  .ui.tertiary.yellow.buttons .tertiary.button:active,
2251
2075
  .ui.tertiary.yellow.button:active {
2252
- -webkit-box-shadow: inset 0 -0.2em 0 #eaae00;
2253
- box-shadow: inset 0 -0.2em 0 #eaae00;
2076
+ box-shadow: inset 0 -0.2em 0 #eaae00;
2254
2077
  color: #eaae00;
2255
2078
  }
2256
2079
  .ui.olive.buttons .button,
@@ -2261,8 +2084,7 @@
2261
2084
  background-image: none;
2262
2085
  }
2263
2086
  .ui.olive.button {
2264
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2265
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2087
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2266
2088
  }
2267
2089
  .ui.olive.buttons .button:hover,
2268
2090
  .ui.olive.button:hover {
@@ -2295,35 +2117,30 @@
2295
2117
  .ui.basic.olive.buttons .button,
2296
2118
  .ui.basic.olive.button {
2297
2119
  background: transparent;
2298
- -webkit-box-shadow: 0 0 0 1px #b5cc18 inset;
2299
- box-shadow: 0 0 0 1px #b5cc18 inset;
2120
+ box-shadow: 0 0 0 1px #b5cc18 inset;
2300
2121
  color: #b5cc18;
2301
2122
  }
2302
2123
  .ui.basic.olive.buttons .button:hover,
2303
2124
  .ui.basic.olive.button:hover {
2304
2125
  background: transparent;
2305
- -webkit-box-shadow: 0 0 0 1px #a7bd0d inset;
2306
- box-shadow: 0 0 0 1px #a7bd0d inset;
2126
+ box-shadow: 0 0 0 1px #a7bd0d inset;
2307
2127
  color: #a7bd0d;
2308
2128
  }
2309
2129
  .ui.basic.olive.buttons .button:focus,
2310
2130
  .ui.basic.olive.button:focus {
2311
2131
  background: transparent;
2312
- -webkit-box-shadow: 0 0 0 1px #a0b605 inset;
2313
- box-shadow: 0 0 0 1px #a0b605 inset;
2132
+ box-shadow: 0 0 0 1px #a0b605 inset;
2314
2133
  color: #a7bd0d;
2315
2134
  }
2316
2135
  .ui.basic.olive.buttons .active.button,
2317
2136
  .ui.basic.olive.active.button {
2318
2137
  background: transparent;
2319
- -webkit-box-shadow: 0 0 0 1px #aac109 inset;
2320
- box-shadow: 0 0 0 1px #aac109 inset;
2138
+ box-shadow: 0 0 0 1px #aac109 inset;
2321
2139
  color: #8d9e13;
2322
2140
  }
2323
2141
  .ui.basic.olive.buttons .button:active,
2324
2142
  .ui.basic.olive.button:active {
2325
- -webkit-box-shadow: 0 0 0 1px #8d9e13 inset;
2326
- box-shadow: 0 0 0 1px #8d9e13 inset;
2143
+ box-shadow: 0 0 0 1px #8d9e13 inset;
2327
2144
  color: #8d9e13;
2328
2145
  }
2329
2146
 
@@ -2331,8 +2148,7 @@
2331
2148
  .ui.inverted.olive.buttons .button,
2332
2149
  .ui.inverted.olive.button {
2333
2150
  background-color: transparent;
2334
- -webkit-box-shadow: 0 0 0 2px #d9e778 inset;
2335
- box-shadow: 0 0 0 2px #d9e778 inset;
2151
+ box-shadow: 0 0 0 2px #d9e778 inset;
2336
2152
  color: #d9e778;
2337
2153
  }
2338
2154
  .ui.inverted.olive.buttons .button:hover,
@@ -2343,8 +2159,7 @@
2343
2159
  .ui.inverted.olive.button.active,
2344
2160
  .ui.inverted.olive.buttons .button:active,
2345
2161
  .ui.inverted.olive.button:active {
2346
- -webkit-box-shadow: none;
2347
- box-shadow: none;
2162
+ box-shadow: none;
2348
2163
  color: rgba(0, 0, 0, 0.6);
2349
2164
  }
2350
2165
  .ui.inverted.olive.buttons .button:hover,
@@ -2369,36 +2184,31 @@
2369
2184
  .ui.inverted.olive.buttons .basic.button,
2370
2185
  .ui.inverted.olive.basic.button {
2371
2186
  background-color: transparent;
2372
- -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2373
- box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2187
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2374
2188
  color: #fff;
2375
2189
  }
2376
2190
  .ui.inverted.olive.basic.buttons .button:hover,
2377
2191
  .ui.inverted.olive.buttons .basic.button:hover,
2378
2192
  .ui.inverted.olive.basic.button:hover {
2379
- -webkit-box-shadow: 0 0 0 2px #d2e745 inset;
2380
- box-shadow: 0 0 0 2px #d2e745 inset;
2193
+ box-shadow: 0 0 0 2px #d2e745 inset;
2381
2194
  color: #d9e778;
2382
2195
  }
2383
2196
  .ui.inverted.olive.basic.buttons .button:focus,
2384
2197
  .ui.inverted.olive.basic.buttons .button:focus,
2385
2198
  .ui.inverted.olive.basic.button:focus {
2386
- -webkit-box-shadow: 0 0 0 2px #daef47 inset;
2387
- box-shadow: 0 0 0 2px #daef47 inset;
2199
+ box-shadow: 0 0 0 2px #daef47 inset;
2388
2200
  color: #d9e778;
2389
2201
  }
2390
2202
  .ui.inverted.olive.basic.buttons .active.button,
2391
2203
  .ui.inverted.olive.buttons .basic.active.button,
2392
2204
  .ui.inverted.olive.basic.active.button {
2393
- -webkit-box-shadow: 0 0 0 2px #daed59 inset;
2394
- box-shadow: 0 0 0 2px #daed59 inset;
2205
+ box-shadow: 0 0 0 2px #daed59 inset;
2395
2206
  color: #d9e778;
2396
2207
  }
2397
2208
  .ui.inverted.olive.basic.buttons .button:active,
2398
2209
  .ui.inverted.olive.buttons .basic.button:active,
2399
2210
  .ui.inverted.olive.basic.button:active {
2400
- -webkit-box-shadow: 0 0 0 2px #cddf4d inset;
2401
- box-shadow: 0 0 0 2px #cddf4d inset;
2211
+ box-shadow: 0 0 0 2px #cddf4d inset;
2402
2212
  color: #d9e778;
2403
2213
  }
2404
2214
 
@@ -2407,22 +2217,19 @@
2407
2217
  .ui.tertiary.olive.buttons .tertiary.button,
2408
2218
  .ui.tertiary.olive.button {
2409
2219
  background: transparent;
2410
- -webkit-box-shadow: none;
2411
- box-shadow: none;
2220
+ box-shadow: none;
2412
2221
  color: #b5cc18;
2413
2222
  }
2414
2223
  .ui.tertiary.olive.buttons .button:hover,
2415
2224
  .ui.tertiary.olive.buttons button:hover,
2416
2225
  .ui.tertiary.olive.button:hover {
2417
- -webkit-box-shadow: inset 0 -0.2em 0 #98a922;
2418
- box-shadow: inset 0 -0.2em 0 #98a922;
2226
+ box-shadow: inset 0 -0.2em 0 #98a922;
2419
2227
  color: #98a922;
2420
2228
  }
2421
2229
  .ui.tertiary.olive.buttons .button:focus,
2422
2230
  .ui.tertiary.olive.buttons .tertiary.button:focus,
2423
2231
  .ui.tertiary.olive.button:focus {
2424
- -webkit-box-shadow: inset 0 -0.2em 0 #92a418;
2425
- box-shadow: inset 0 -0.2em 0 #92a418;
2232
+ box-shadow: inset 0 -0.2em 0 #92a418;
2426
2233
  color: #92a418;
2427
2234
  }
2428
2235
  .ui.tertiary.olive.buttons .active.button,
@@ -2431,8 +2238,7 @@
2431
2238
  .ui.tertiary.olive.buttons .button:active,
2432
2239
  .ui.tertiary.olive.buttons .tertiary.button:active,
2433
2240
  .ui.tertiary.olive.button:active {
2434
- -webkit-box-shadow: inset 0 -0.2em 0 #b1cb00;
2435
- box-shadow: inset 0 -0.2em 0 #b1cb00;
2241
+ box-shadow: inset 0 -0.2em 0 #b1cb00;
2436
2242
  color: #aac109;
2437
2243
  }
2438
2244
  .ui.green.buttons .button,
@@ -2443,8 +2249,7 @@
2443
2249
  background-image: none;
2444
2250
  }
2445
2251
  .ui.green.button {
2446
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2447
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2252
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2448
2253
  }
2449
2254
  .ui.green.buttons .button:hover,
2450
2255
  .ui.green.button:hover {
@@ -2477,35 +2282,30 @@
2477
2282
  .ui.basic.green.buttons .button,
2478
2283
  .ui.basic.green.button {
2479
2284
  background: transparent;
2480
- -webkit-box-shadow: 0 0 0 1px #21ba45 inset;
2481
- box-shadow: 0 0 0 1px #21ba45 inset;
2285
+ box-shadow: 0 0 0 1px #21ba45 inset;
2482
2286
  color: #21ba45;
2483
2287
  }
2484
2288
  .ui.basic.green.buttons .button:hover,
2485
2289
  .ui.basic.green.button:hover {
2486
2290
  background: transparent;
2487
- -webkit-box-shadow: 0 0 0 1px #16ab39 inset;
2488
- box-shadow: 0 0 0 1px #16ab39 inset;
2291
+ box-shadow: 0 0 0 1px #16ab39 inset;
2489
2292
  color: #16ab39;
2490
2293
  }
2491
2294
  .ui.basic.green.buttons .button:focus,
2492
2295
  .ui.basic.green.button:focus {
2493
2296
  background: transparent;
2494
- -webkit-box-shadow: 0 0 0 1px #0ea432 inset;
2495
- box-shadow: 0 0 0 1px #0ea432 inset;
2297
+ box-shadow: 0 0 0 1px #0ea432 inset;
2496
2298
  color: #16ab39;
2497
2299
  }
2498
2300
  .ui.basic.green.buttons .active.button,
2499
2301
  .ui.basic.green.active.button {
2500
2302
  background: transparent;
2501
- -webkit-box-shadow: 0 0 0 1px #13ae38 inset;
2502
- box-shadow: 0 0 0 1px #13ae38 inset;
2303
+ box-shadow: 0 0 0 1px #13ae38 inset;
2503
2304
  color: #198f35;
2504
2305
  }
2505
2306
  .ui.basic.green.buttons .button:active,
2506
2307
  .ui.basic.green.button:active {
2507
- -webkit-box-shadow: 0 0 0 1px #198f35 inset;
2508
- box-shadow: 0 0 0 1px #198f35 inset;
2308
+ box-shadow: 0 0 0 1px #198f35 inset;
2509
2309
  color: #198f35;
2510
2310
  }
2511
2311
 
@@ -2513,8 +2313,7 @@
2513
2313
  .ui.inverted.green.buttons .button,
2514
2314
  .ui.inverted.green.button {
2515
2315
  background-color: transparent;
2516
- -webkit-box-shadow: 0 0 0 2px #2ecc40 inset;
2517
- box-shadow: 0 0 0 2px #2ecc40 inset;
2316
+ box-shadow: 0 0 0 2px #2ecc40 inset;
2518
2317
  color: #2ecc40;
2519
2318
  }
2520
2319
  .ui.inverted.green.buttons .button:hover,
@@ -2525,8 +2324,7 @@
2525
2324
  .ui.inverted.green.button.active,
2526
2325
  .ui.inverted.green.buttons .button:active,
2527
2326
  .ui.inverted.green.button:active {
2528
- -webkit-box-shadow: none;
2529
- box-shadow: none;
2327
+ box-shadow: none;
2530
2328
  color: #fff;
2531
2329
  }
2532
2330
  .ui.inverted.green.buttons .button:hover,
@@ -2551,36 +2349,31 @@
2551
2349
  .ui.inverted.green.buttons .basic.button,
2552
2350
  .ui.inverted.green.basic.button {
2553
2351
  background-color: transparent;
2554
- -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2555
- box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2352
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2556
2353
  color: #fff;
2557
2354
  }
2558
2355
  .ui.inverted.green.basic.buttons .button:hover,
2559
2356
  .ui.inverted.green.buttons .basic.button:hover,
2560
2357
  .ui.inverted.green.basic.button:hover {
2561
- -webkit-box-shadow: 0 0 0 2px #1ea92e inset;
2562
- box-shadow: 0 0 0 2px #1ea92e inset;
2358
+ box-shadow: 0 0 0 2px #1ea92e inset;
2563
2359
  color: #2ecc40;
2564
2360
  }
2565
2361
  .ui.inverted.green.basic.buttons .button:focus,
2566
2362
  .ui.inverted.green.basic.buttons .button:focus,
2567
2363
  .ui.inverted.green.basic.button:focus {
2568
- -webkit-box-shadow: 0 0 0 2px #19b82b inset;
2569
- box-shadow: 0 0 0 2px #19b82b inset;
2364
+ box-shadow: 0 0 0 2px #19b82b inset;
2570
2365
  color: #2ecc40;
2571
2366
  }
2572
2367
  .ui.inverted.green.basic.buttons .active.button,
2573
2368
  .ui.inverted.green.buttons .basic.active.button,
2574
2369
  .ui.inverted.green.basic.active.button {
2575
- -webkit-box-shadow: 0 0 0 2px #1fc231 inset;
2576
- box-shadow: 0 0 0 2px #1fc231 inset;
2370
+ box-shadow: 0 0 0 2px #1fc231 inset;
2577
2371
  color: #2ecc40;
2578
2372
  }
2579
2373
  .ui.inverted.green.basic.buttons .button:active,
2580
2374
  .ui.inverted.green.buttons .basic.button:active,
2581
2375
  .ui.inverted.green.basic.button:active {
2582
- -webkit-box-shadow: 0 0 0 2px #25a233 inset;
2583
- box-shadow: 0 0 0 2px #25a233 inset;
2376
+ box-shadow: 0 0 0 2px #25a233 inset;
2584
2377
  color: #2ecc40;
2585
2378
  }
2586
2379
 
@@ -2589,22 +2382,19 @@
2589
2382
  .ui.tertiary.green.buttons .tertiary.button,
2590
2383
  .ui.tertiary.green.button {
2591
2384
  background: transparent;
2592
- -webkit-box-shadow: none;
2593
- box-shadow: none;
2385
+ box-shadow: none;
2594
2386
  color: #21ba45;
2595
2387
  }
2596
2388
  .ui.tertiary.green.buttons .button:hover,
2597
2389
  .ui.tertiary.green.buttons button:hover,
2598
2390
  .ui.tertiary.green.button:hover {
2599
- -webkit-box-shadow: inset 0 -0.2em 0 #2a9844;
2600
- box-shadow: inset 0 -0.2em 0 #2a9844;
2391
+ box-shadow: inset 0 -0.2em 0 #2a9844;
2601
2392
  color: #2a9844;
2602
2393
  }
2603
2394
  .ui.tertiary.green.buttons .button:focus,
2604
2395
  .ui.tertiary.green.buttons .tertiary.button:focus,
2605
2396
  .ui.tertiary.green.button:focus {
2606
- -webkit-box-shadow: inset 0 -0.2em 0 #20923b;
2607
- box-shadow: inset 0 -0.2em 0 #20923b;
2397
+ box-shadow: inset 0 -0.2em 0 #20923b;
2608
2398
  color: #20923b;
2609
2399
  }
2610
2400
  .ui.tertiary.green.buttons .active.button,
@@ -2613,8 +2403,7 @@
2613
2403
  .ui.tertiary.green.buttons .button:active,
2614
2404
  .ui.tertiary.green.buttons .tertiary.button:active,
2615
2405
  .ui.tertiary.green.button:active {
2616
- -webkit-box-shadow: inset 0 -0.2em 0 #00c22e;
2617
- box-shadow: inset 0 -0.2em 0 #00c22e;
2406
+ box-shadow: inset 0 -0.2em 0 #00c22e;
2618
2407
  color: #13ae38;
2619
2408
  }
2620
2409
  .ui.teal.buttons .button,
@@ -2625,8 +2414,7 @@
2625
2414
  background-image: none;
2626
2415
  }
2627
2416
  .ui.teal.button {
2628
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2629
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2417
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2630
2418
  }
2631
2419
  .ui.teal.buttons .button:hover,
2632
2420
  .ui.teal.button:hover {
@@ -2659,35 +2447,30 @@
2659
2447
  .ui.basic.teal.buttons .button,
2660
2448
  .ui.basic.teal.button {
2661
2449
  background: transparent;
2662
- -webkit-box-shadow: 0 0 0 1px #00b5ad inset;
2663
- box-shadow: 0 0 0 1px #00b5ad inset;
2450
+ box-shadow: 0 0 0 1px #00b5ad inset;
2664
2451
  color: #00b5ad;
2665
2452
  }
2666
2453
  .ui.basic.teal.buttons .button:hover,
2667
2454
  .ui.basic.teal.button:hover {
2668
2455
  background: transparent;
2669
- -webkit-box-shadow: 0 0 0 1px #009c95 inset;
2670
- box-shadow: 0 0 0 1px #009c95 inset;
2456
+ box-shadow: 0 0 0 1px #009c95 inset;
2671
2457
  color: #009c95;
2672
2458
  }
2673
2459
  .ui.basic.teal.buttons .button:focus,
2674
2460
  .ui.basic.teal.button:focus {
2675
2461
  background: transparent;
2676
- -webkit-box-shadow: 0 0 0 1px #008c86 inset;
2677
- box-shadow: 0 0 0 1px #008c86 inset;
2462
+ box-shadow: 0 0 0 1px #008c86 inset;
2678
2463
  color: #009c95;
2679
2464
  }
2680
2465
  .ui.basic.teal.buttons .active.button,
2681
2466
  .ui.basic.teal.active.button {
2682
2467
  background: transparent;
2683
- -webkit-box-shadow: 0 0 0 1px #009c95 inset;
2684
- box-shadow: 0 0 0 1px #009c95 inset;
2468
+ box-shadow: 0 0 0 1px #009c95 inset;
2685
2469
  color: #00827c;
2686
2470
  }
2687
2471
  .ui.basic.teal.buttons .button:active,
2688
2472
  .ui.basic.teal.button:active {
2689
- -webkit-box-shadow: 0 0 0 1px #00827c inset;
2690
- box-shadow: 0 0 0 1px #00827c inset;
2473
+ box-shadow: 0 0 0 1px #00827c inset;
2691
2474
  color: #00827c;
2692
2475
  }
2693
2476
 
@@ -2695,8 +2478,7 @@
2695
2478
  .ui.inverted.teal.buttons .button,
2696
2479
  .ui.inverted.teal.button {
2697
2480
  background-color: transparent;
2698
- -webkit-box-shadow: 0 0 0 2px #6dffff inset;
2699
- box-shadow: 0 0 0 2px #6dffff inset;
2481
+ box-shadow: 0 0 0 2px #6dffff inset;
2700
2482
  color: #6dffff;
2701
2483
  }
2702
2484
  .ui.inverted.teal.buttons .button:hover,
@@ -2707,8 +2489,7 @@
2707
2489
  .ui.inverted.teal.button.active,
2708
2490
  .ui.inverted.teal.buttons .button:active,
2709
2491
  .ui.inverted.teal.button:active {
2710
- -webkit-box-shadow: none;
2711
- box-shadow: none;
2492
+ box-shadow: none;
2712
2493
  color: rgba(0, 0, 0, 0.6);
2713
2494
  }
2714
2495
  .ui.inverted.teal.buttons .button:hover,
@@ -2733,36 +2514,31 @@
2733
2514
  .ui.inverted.teal.buttons .basic.button,
2734
2515
  .ui.inverted.teal.basic.button {
2735
2516
  background-color: transparent;
2736
- -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2737
- box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2517
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2738
2518
  color: #fff;
2739
2519
  }
2740
2520
  .ui.inverted.teal.basic.buttons .button:hover,
2741
2521
  .ui.inverted.teal.buttons .basic.button:hover,
2742
2522
  .ui.inverted.teal.basic.button:hover {
2743
- -webkit-box-shadow: 0 0 0 2px #3affff inset;
2744
- box-shadow: 0 0 0 2px #3affff inset;
2523
+ box-shadow: 0 0 0 2px #3affff inset;
2745
2524
  color: #6dffff;
2746
2525
  }
2747
2526
  .ui.inverted.teal.basic.buttons .button:focus,
2748
2527
  .ui.inverted.teal.basic.buttons .button:focus,
2749
2528
  .ui.inverted.teal.basic.button:focus {
2750
- -webkit-box-shadow: 0 0 0 2px #44ffff inset;
2751
- box-shadow: 0 0 0 2px #44ffff inset;
2529
+ box-shadow: 0 0 0 2px #44ffff inset;
2752
2530
  color: #6dffff;
2753
2531
  }
2754
2532
  .ui.inverted.teal.basic.buttons .active.button,
2755
2533
  .ui.inverted.teal.buttons .basic.active.button,
2756
2534
  .ui.inverted.teal.basic.active.button {
2757
- -webkit-box-shadow: 0 0 0 2px #54ffff inset;
2758
- box-shadow: 0 0 0 2px #54ffff inset;
2535
+ box-shadow: 0 0 0 2px #54ffff inset;
2759
2536
  color: #6dffff;
2760
2537
  }
2761
2538
  .ui.inverted.teal.basic.buttons .button:active,
2762
2539
  .ui.inverted.teal.buttons .basic.button:active,
2763
2540
  .ui.inverted.teal.basic.button:active {
2764
- -webkit-box-shadow: 0 0 0 2px #3affff inset;
2765
- box-shadow: 0 0 0 2px #3affff inset;
2541
+ box-shadow: 0 0 0 2px #3affff inset;
2766
2542
  color: #6dffff;
2767
2543
  }
2768
2544
 
@@ -2771,22 +2547,19 @@
2771
2547
  .ui.tertiary.teal.buttons .tertiary.button,
2772
2548
  .ui.tertiary.teal.button {
2773
2549
  background: transparent;
2774
- -webkit-box-shadow: none;
2775
- box-shadow: none;
2550
+ box-shadow: none;
2776
2551
  color: #00b5ad;
2777
2552
  }
2778
2553
  .ui.tertiary.teal.buttons .button:hover,
2779
2554
  .ui.tertiary.teal.buttons button:hover,
2780
2555
  .ui.tertiary.teal.button:hover {
2781
- -webkit-box-shadow: inset 0 -0.2em 0 #108c86;
2782
- box-shadow: inset 0 -0.2em 0 #108c86;
2556
+ box-shadow: inset 0 -0.2em 0 #108c86;
2783
2557
  color: #108c86;
2784
2558
  }
2785
2559
  .ui.tertiary.teal.buttons .button:focus,
2786
2560
  .ui.tertiary.teal.buttons .tertiary.button:focus,
2787
2561
  .ui.tertiary.teal.button:focus {
2788
- -webkit-box-shadow: inset 0 -0.2em 0 #0e7e79;
2789
- box-shadow: inset 0 -0.2em 0 #0e7e79;
2562
+ box-shadow: inset 0 -0.2em 0 #0e7e79;
2790
2563
  color: #0e7e79;
2791
2564
  }
2792
2565
  .ui.tertiary.teal.buttons .active.button,
@@ -2795,8 +2568,7 @@
2795
2568
  .ui.tertiary.teal.buttons .button:active,
2796
2569
  .ui.tertiary.teal.buttons .tertiary.button:active,
2797
2570
  .ui.tertiary.teal.button:active {
2798
- -webkit-box-shadow: inset 0 -0.2em 0 #009c95;
2799
- box-shadow: inset 0 -0.2em 0 #009c95;
2571
+ box-shadow: inset 0 -0.2em 0 #009c95;
2800
2572
  color: #009c95;
2801
2573
  }
2802
2574
  .ui.blue.buttons .button,
@@ -2807,8 +2579,7 @@
2807
2579
  background-image: none;
2808
2580
  }
2809
2581
  .ui.blue.button {
2810
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2811
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2582
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2812
2583
  }
2813
2584
  .ui.blue.buttons .button:hover,
2814
2585
  .ui.blue.button:hover {
@@ -2841,35 +2612,30 @@
2841
2612
  .ui.basic.blue.buttons .button,
2842
2613
  .ui.basic.blue.button {
2843
2614
  background: transparent;
2844
- -webkit-box-shadow: 0 0 0 1px #2185d0 inset;
2845
- box-shadow: 0 0 0 1px #2185d0 inset;
2615
+ box-shadow: 0 0 0 1px #2185d0 inset;
2846
2616
  color: #2185d0;
2847
2617
  }
2848
2618
  .ui.basic.blue.buttons .button:hover,
2849
2619
  .ui.basic.blue.button:hover {
2850
2620
  background: transparent;
2851
- -webkit-box-shadow: 0 0 0 1px #1678c2 inset;
2852
- box-shadow: 0 0 0 1px #1678c2 inset;
2621
+ box-shadow: 0 0 0 1px #1678c2 inset;
2853
2622
  color: #1678c2;
2854
2623
  }
2855
2624
  .ui.basic.blue.buttons .button:focus,
2856
2625
  .ui.basic.blue.button:focus {
2857
2626
  background: transparent;
2858
- -webkit-box-shadow: 0 0 0 1px #0d71bb inset;
2859
- box-shadow: 0 0 0 1px #0d71bb inset;
2627
+ box-shadow: 0 0 0 1px #0d71bb inset;
2860
2628
  color: #1678c2;
2861
2629
  }
2862
2630
  .ui.basic.blue.buttons .active.button,
2863
2631
  .ui.basic.blue.active.button {
2864
2632
  background: transparent;
2865
- -webkit-box-shadow: 0 0 0 1px #1279c6 inset;
2866
- box-shadow: 0 0 0 1px #1279c6 inset;
2633
+ box-shadow: 0 0 0 1px #1279c6 inset;
2867
2634
  color: #1a69a4;
2868
2635
  }
2869
2636
  .ui.basic.blue.buttons .button:active,
2870
2637
  .ui.basic.blue.button:active {
2871
- -webkit-box-shadow: 0 0 0 1px #1a69a4 inset;
2872
- box-shadow: 0 0 0 1px #1a69a4 inset;
2638
+ box-shadow: 0 0 0 1px #1a69a4 inset;
2873
2639
  color: #1a69a4;
2874
2640
  }
2875
2641
 
@@ -2877,8 +2643,7 @@
2877
2643
  .ui.inverted.blue.buttons .button,
2878
2644
  .ui.inverted.blue.button {
2879
2645
  background-color: transparent;
2880
- -webkit-box-shadow: 0 0 0 2px #54c8ff inset;
2881
- box-shadow: 0 0 0 2px #54c8ff inset;
2646
+ box-shadow: 0 0 0 2px #54c8ff inset;
2882
2647
  color: #54c8ff;
2883
2648
  }
2884
2649
  .ui.inverted.blue.buttons .button:hover,
@@ -2889,8 +2654,7 @@
2889
2654
  .ui.inverted.blue.button.active,
2890
2655
  .ui.inverted.blue.buttons .button:active,
2891
2656
  .ui.inverted.blue.button:active {
2892
- -webkit-box-shadow: none;
2893
- box-shadow: none;
2657
+ box-shadow: none;
2894
2658
  color: #fff;
2895
2659
  }
2896
2660
  .ui.inverted.blue.buttons .button:hover,
@@ -2915,36 +2679,31 @@
2915
2679
  .ui.inverted.blue.buttons .basic.button,
2916
2680
  .ui.inverted.blue.basic.button {
2917
2681
  background-color: transparent;
2918
- -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2919
- box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2682
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2920
2683
  color: #fff;
2921
2684
  }
2922
2685
  .ui.inverted.blue.basic.buttons .button:hover,
2923
2686
  .ui.inverted.blue.buttons .basic.button:hover,
2924
2687
  .ui.inverted.blue.basic.button:hover {
2925
- -webkit-box-shadow: 0 0 0 2px #21b8ff inset;
2926
- box-shadow: 0 0 0 2px #21b8ff inset;
2688
+ box-shadow: 0 0 0 2px #21b8ff inset;
2927
2689
  color: #54c8ff;
2928
2690
  }
2929
2691
  .ui.inverted.blue.basic.buttons .button:focus,
2930
2692
  .ui.inverted.blue.basic.buttons .button:focus,
2931
2693
  .ui.inverted.blue.basic.button:focus {
2932
- -webkit-box-shadow: 0 0 0 2px #2bbbff inset;
2933
- box-shadow: 0 0 0 2px #2bbbff inset;
2694
+ box-shadow: 0 0 0 2px #2bbbff inset;
2934
2695
  color: #54c8ff;
2935
2696
  }
2936
2697
  .ui.inverted.blue.basic.buttons .active.button,
2937
2698
  .ui.inverted.blue.buttons .basic.active.button,
2938
2699
  .ui.inverted.blue.basic.active.button {
2939
- -webkit-box-shadow: 0 0 0 2px #3ac0ff inset;
2940
- box-shadow: 0 0 0 2px #3ac0ff inset;
2700
+ box-shadow: 0 0 0 2px #3ac0ff inset;
2941
2701
  color: #54c8ff;
2942
2702
  }
2943
2703
  .ui.inverted.blue.basic.buttons .button:active,
2944
2704
  .ui.inverted.blue.buttons .basic.button:active,
2945
2705
  .ui.inverted.blue.basic.button:active {
2946
- -webkit-box-shadow: 0 0 0 2px #21b8ff inset;
2947
- box-shadow: 0 0 0 2px #21b8ff inset;
2706
+ box-shadow: 0 0 0 2px #21b8ff inset;
2948
2707
  color: #54c8ff;
2949
2708
  }
2950
2709
 
@@ -2953,22 +2712,19 @@
2953
2712
  .ui.tertiary.blue.buttons .tertiary.button,
2954
2713
  .ui.tertiary.blue.button {
2955
2714
  background: transparent;
2956
- -webkit-box-shadow: none;
2957
- box-shadow: none;
2715
+ box-shadow: none;
2958
2716
  color: #2185d0;
2959
2717
  }
2960
2718
  .ui.tertiary.blue.buttons .button:hover,
2961
2719
  .ui.tertiary.blue.buttons button:hover,
2962
2720
  .ui.tertiary.blue.button:hover {
2963
- -webkit-box-shadow: inset 0 -0.2em 0 #2b75ac;
2964
- box-shadow: inset 0 -0.2em 0 #2b75ac;
2721
+ box-shadow: inset 0 -0.2em 0 #2b75ac;
2965
2722
  color: #2b75ac;
2966
2723
  }
2967
2724
  .ui.tertiary.blue.buttons .button:focus,
2968
2725
  .ui.tertiary.blue.buttons .tertiary.button:focus,
2969
2726
  .ui.tertiary.blue.button:focus {
2970
- -webkit-box-shadow: inset 0 -0.2em 0 #216ea7;
2971
- box-shadow: inset 0 -0.2em 0 #216ea7;
2727
+ box-shadow: inset 0 -0.2em 0 #216ea7;
2972
2728
  color: #216ea7;
2973
2729
  }
2974
2730
  .ui.tertiary.blue.buttons .active.button,
@@ -2977,8 +2733,7 @@
2977
2733
  .ui.tertiary.blue.buttons .button:active,
2978
2734
  .ui.tertiary.blue.buttons .tertiary.button:active,
2979
2735
  .ui.tertiary.blue.button:active {
2980
- -webkit-box-shadow: inset 0 -0.2em 0 #007bd8;
2981
- box-shadow: inset 0 -0.2em 0 #007bd8;
2736
+ box-shadow: inset 0 -0.2em 0 #007bd8;
2982
2737
  color: #1279c6;
2983
2738
  }
2984
2739
  .ui.violet.buttons .button,
@@ -2989,8 +2744,7 @@
2989
2744
  background-image: none;
2990
2745
  }
2991
2746
  .ui.violet.button {
2992
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2993
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2747
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2994
2748
  }
2995
2749
  .ui.violet.buttons .button:hover,
2996
2750
  .ui.violet.button:hover {
@@ -3023,35 +2777,30 @@
3023
2777
  .ui.basic.violet.buttons .button,
3024
2778
  .ui.basic.violet.button {
3025
2779
  background: transparent;
3026
- -webkit-box-shadow: 0 0 0 1px #6435c9 inset;
3027
- box-shadow: 0 0 0 1px #6435c9 inset;
2780
+ box-shadow: 0 0 0 1px #6435c9 inset;
3028
2781
  color: #6435c9;
3029
2782
  }
3030
2783
  .ui.basic.violet.buttons .button:hover,
3031
2784
  .ui.basic.violet.button:hover {
3032
2785
  background: transparent;
3033
- -webkit-box-shadow: 0 0 0 1px #5829bb inset;
3034
- box-shadow: 0 0 0 1px #5829bb inset;
2786
+ box-shadow: 0 0 0 1px #5829bb inset;
3035
2787
  color: #5829bb;
3036
2788
  }
3037
2789
  .ui.basic.violet.buttons .button:focus,
3038
2790
  .ui.basic.violet.button:focus {
3039
2791
  background: transparent;
3040
- -webkit-box-shadow: 0 0 0 1px #4f20b5 inset;
3041
- box-shadow: 0 0 0 1px #4f20b5 inset;
2792
+ box-shadow: 0 0 0 1px #4f20b5 inset;
3042
2793
  color: #5829bb;
3043
2794
  }
3044
2795
  .ui.basic.violet.buttons .active.button,
3045
2796
  .ui.basic.violet.active.button {
3046
2797
  background: transparent;
3047
- -webkit-box-shadow: 0 0 0 1px #5626bf inset;
3048
- box-shadow: 0 0 0 1px #5626bf inset;
2798
+ box-shadow: 0 0 0 1px #5626bf inset;
3049
2799
  color: #502aa1;
3050
2800
  }
3051
2801
  .ui.basic.violet.buttons .button:active,
3052
2802
  .ui.basic.violet.button:active {
3053
- -webkit-box-shadow: 0 0 0 1px #502aa1 inset;
3054
- box-shadow: 0 0 0 1px #502aa1 inset;
2803
+ box-shadow: 0 0 0 1px #502aa1 inset;
3055
2804
  color: #502aa1;
3056
2805
  }
3057
2806
 
@@ -3059,8 +2808,7 @@
3059
2808
  .ui.inverted.violet.buttons .button,
3060
2809
  .ui.inverted.violet.button {
3061
2810
  background-color: transparent;
3062
- -webkit-box-shadow: 0 0 0 2px #a291fb inset;
3063
- box-shadow: 0 0 0 2px #a291fb inset;
2811
+ box-shadow: 0 0 0 2px #a291fb inset;
3064
2812
  color: #a291fb;
3065
2813
  }
3066
2814
  .ui.inverted.violet.buttons .button:hover,
@@ -3071,8 +2819,7 @@
3071
2819
  .ui.inverted.violet.button.active,
3072
2820
  .ui.inverted.violet.buttons .button:active,
3073
2821
  .ui.inverted.violet.button:active {
3074
- -webkit-box-shadow: none;
3075
- box-shadow: none;
2822
+ box-shadow: none;
3076
2823
  color: #fff;
3077
2824
  }
3078
2825
  .ui.inverted.violet.buttons .button:hover,
@@ -3097,36 +2844,31 @@
3097
2844
  .ui.inverted.violet.buttons .basic.button,
3098
2845
  .ui.inverted.violet.basic.button {
3099
2846
  background-color: transparent;
3100
- -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
3101
- box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2847
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
3102
2848
  color: #fff;
3103
2849
  }
3104
2850
  .ui.inverted.violet.basic.buttons .button:hover,
3105
2851
  .ui.inverted.violet.buttons .basic.button:hover,
3106
2852
  .ui.inverted.violet.basic.button:hover {
3107
- -webkit-box-shadow: 0 0 0 2px #745aff inset;
3108
- box-shadow: 0 0 0 2px #745aff inset;
2853
+ box-shadow: 0 0 0 2px #745aff inset;
3109
2854
  color: #a291fb;
3110
2855
  }
3111
2856
  .ui.inverted.violet.basic.buttons .button:focus,
3112
2857
  .ui.inverted.violet.basic.buttons .button:focus,
3113
2858
  .ui.inverted.violet.basic.button:focus {
3114
- -webkit-box-shadow: 0 0 0 2px #7d64ff inset;
3115
- box-shadow: 0 0 0 2px #7d64ff inset;
2859
+ box-shadow: 0 0 0 2px #7d64ff inset;
3116
2860
  color: #a291fb;
3117
2861
  }
3118
2862
  .ui.inverted.violet.basic.buttons .active.button,
3119
2863
  .ui.inverted.violet.buttons .basic.active.button,
3120
2864
  .ui.inverted.violet.basic.active.button {
3121
- -webkit-box-shadow: 0 0 0 2px #8a73ff inset;
3122
- box-shadow: 0 0 0 2px #8a73ff inset;
2865
+ box-shadow: 0 0 0 2px #8a73ff inset;
3123
2866
  color: #a291fb;
3124
2867
  }
3125
2868
  .ui.inverted.violet.basic.buttons .button:active,
3126
2869
  .ui.inverted.violet.buttons .basic.button:active,
3127
2870
  .ui.inverted.violet.basic.button:active {
3128
- -webkit-box-shadow: 0 0 0 2px #7860f9 inset;
3129
- box-shadow: 0 0 0 2px #7860f9 inset;
2871
+ box-shadow: 0 0 0 2px #7860f9 inset;
3130
2872
  color: #a291fb;
3131
2873
  }
3132
2874
 
@@ -3135,22 +2877,19 @@
3135
2877
  .ui.tertiary.violet.buttons .tertiary.button,
3136
2878
  .ui.tertiary.violet.button {
3137
2879
  background: transparent;
3138
- -webkit-box-shadow: none;
3139
- box-shadow: none;
2880
+ box-shadow: none;
3140
2881
  color: #6435c9;
3141
2882
  }
3142
2883
  .ui.tertiary.violet.buttons .button:hover,
3143
2884
  .ui.tertiary.violet.buttons button:hover,
3144
2885
  .ui.tertiary.violet.button:hover {
3145
- -webkit-box-shadow: inset 0 -0.2em 0 #6040a5;
3146
- box-shadow: inset 0 -0.2em 0 #6040a5;
2886
+ box-shadow: inset 0 -0.2em 0 #6040a5;
3147
2887
  color: #6040a5;
3148
2888
  }
3149
2889
  .ui.tertiary.violet.buttons .button:focus,
3150
2890
  .ui.tertiary.violet.buttons .tertiary.button:focus,
3151
2891
  .ui.tertiary.violet.button:focus {
3152
- -webkit-box-shadow: inset 0 -0.2em 0 #5735a0;
3153
- box-shadow: inset 0 -0.2em 0 #5735a0;
2892
+ box-shadow: inset 0 -0.2em 0 #5735a0;
3154
2893
  color: #5735a0;
3155
2894
  }
3156
2895
  .ui.tertiary.violet.buttons .active.button,
@@ -3159,8 +2898,7 @@
3159
2898
  .ui.tertiary.violet.buttons .button:active,
3160
2899
  .ui.tertiary.violet.buttons .tertiary.button:active,
3161
2900
  .ui.tertiary.violet.button:active {
3162
- -webkit-box-shadow: inset 0 -0.2em 0 #4e0fd6;
3163
- box-shadow: inset 0 -0.2em 0 #4e0fd6;
2901
+ box-shadow: inset 0 -0.2em 0 #4e0fd6;
3164
2902
  color: #5626bf;
3165
2903
  }
3166
2904
  .ui.purple.buttons .button,
@@ -3171,8 +2909,7 @@
3171
2909
  background-image: none;
3172
2910
  }
3173
2911
  .ui.purple.button {
3174
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3175
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2912
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3176
2913
  }
3177
2914
  .ui.purple.buttons .button:hover,
3178
2915
  .ui.purple.button:hover {
@@ -3205,35 +2942,30 @@
3205
2942
  .ui.basic.purple.buttons .button,
3206
2943
  .ui.basic.purple.button {
3207
2944
  background: transparent;
3208
- -webkit-box-shadow: 0 0 0 1px #a333c8 inset;
3209
- box-shadow: 0 0 0 1px #a333c8 inset;
2945
+ box-shadow: 0 0 0 1px #a333c8 inset;
3210
2946
  color: #a333c8;
3211
2947
  }
3212
2948
  .ui.basic.purple.buttons .button:hover,
3213
2949
  .ui.basic.purple.button:hover {
3214
2950
  background: transparent;
3215
- -webkit-box-shadow: 0 0 0 1px #9627ba inset;
3216
- box-shadow: 0 0 0 1px #9627ba inset;
2951
+ box-shadow: 0 0 0 1px #9627ba inset;
3217
2952
  color: #9627ba;
3218
2953
  }
3219
2954
  .ui.basic.purple.buttons .button:focus,
3220
2955
  .ui.basic.purple.button:focus {
3221
2956
  background: transparent;
3222
- -webkit-box-shadow: 0 0 0 1px #8f1eb4 inset;
3223
- box-shadow: 0 0 0 1px #8f1eb4 inset;
2957
+ box-shadow: 0 0 0 1px #8f1eb4 inset;
3224
2958
  color: #9627ba;
3225
2959
  }
3226
2960
  .ui.basic.purple.buttons .active.button,
3227
2961
  .ui.basic.purple.active.button {
3228
2962
  background: transparent;
3229
- -webkit-box-shadow: 0 0 0 1px #9724be inset;
3230
- box-shadow: 0 0 0 1px #9724be inset;
2963
+ box-shadow: 0 0 0 1px #9724be inset;
3231
2964
  color: #82299f;
3232
2965
  }
3233
2966
  .ui.basic.purple.buttons .button:active,
3234
2967
  .ui.basic.purple.button:active {
3235
- -webkit-box-shadow: 0 0 0 1px #82299f inset;
3236
- box-shadow: 0 0 0 1px #82299f inset;
2968
+ box-shadow: 0 0 0 1px #82299f inset;
3237
2969
  color: #82299f;
3238
2970
  }
3239
2971
 
@@ -3241,8 +2973,7 @@
3241
2973
  .ui.inverted.purple.buttons .button,
3242
2974
  .ui.inverted.purple.button {
3243
2975
  background-color: transparent;
3244
- -webkit-box-shadow: 0 0 0 2px #dc73ff inset;
3245
- box-shadow: 0 0 0 2px #dc73ff inset;
2976
+ box-shadow: 0 0 0 2px #dc73ff inset;
3246
2977
  color: #dc73ff;
3247
2978
  }
3248
2979
  .ui.inverted.purple.buttons .button:hover,
@@ -3253,8 +2984,7 @@
3253
2984
  .ui.inverted.purple.button.active,
3254
2985
  .ui.inverted.purple.buttons .button:active,
3255
2986
  .ui.inverted.purple.button:active {
3256
- -webkit-box-shadow: none;
3257
- box-shadow: none;
2987
+ box-shadow: none;
3258
2988
  color: #fff;
3259
2989
  }
3260
2990
  .ui.inverted.purple.buttons .button:hover,
@@ -3279,36 +3009,31 @@
3279
3009
  .ui.inverted.purple.buttons .basic.button,
3280
3010
  .ui.inverted.purple.basic.button {
3281
3011
  background-color: transparent;
3282
- -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
3283
- box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
3012
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
3284
3013
  color: #fff;
3285
3014
  }
3286
3015
  .ui.inverted.purple.basic.buttons .button:hover,
3287
3016
  .ui.inverted.purple.buttons .basic.button:hover,
3288
3017
  .ui.inverted.purple.basic.button:hover {
3289
- -webkit-box-shadow: 0 0 0 2px #cf40ff inset;
3290
- box-shadow: 0 0 0 2px #cf40ff inset;
3018
+ box-shadow: 0 0 0 2px #cf40ff inset;
3291
3019
  color: #dc73ff;
3292
3020
  }
3293
3021
  .ui.inverted.purple.basic.buttons .button:focus,
3294
3022
  .ui.inverted.purple.basic.buttons .button:focus,
3295
3023
  .ui.inverted.purple.basic.button:focus {
3296
- -webkit-box-shadow: 0 0 0 2px #d24aff inset;
3297
- box-shadow: 0 0 0 2px #d24aff inset;
3024
+ box-shadow: 0 0 0 2px #d24aff inset;
3298
3025
  color: #dc73ff;
3299
3026
  }
3300
3027
  .ui.inverted.purple.basic.buttons .active.button,
3301
3028
  .ui.inverted.purple.buttons .basic.active.button,
3302
3029
  .ui.inverted.purple.basic.active.button {
3303
- -webkit-box-shadow: 0 0 0 2px #d65aff inset;
3304
- box-shadow: 0 0 0 2px #d65aff inset;
3030
+ box-shadow: 0 0 0 2px #d65aff inset;
3305
3031
  color: #dc73ff;
3306
3032
  }
3307
3033
  .ui.inverted.purple.basic.buttons .button:active,
3308
3034
  .ui.inverted.purple.buttons .basic.button:active,
3309
3035
  .ui.inverted.purple.basic.button:active {
3310
- -webkit-box-shadow: 0 0 0 2px #cf40ff inset;
3311
- box-shadow: 0 0 0 2px #cf40ff inset;
3036
+ box-shadow: 0 0 0 2px #cf40ff inset;
3312
3037
  color: #dc73ff;
3313
3038
  }
3314
3039
 
@@ -3317,22 +3042,19 @@
3317
3042
  .ui.tertiary.purple.buttons .tertiary.button,
3318
3043
  .ui.tertiary.purple.button {
3319
3044
  background: transparent;
3320
- -webkit-box-shadow: none;
3321
- box-shadow: none;
3045
+ box-shadow: none;
3322
3046
  color: #a333c8;
3323
3047
  }
3324
3048
  .ui.tertiary.purple.buttons .button:hover,
3325
3049
  .ui.tertiary.purple.buttons button:hover,
3326
3050
  .ui.tertiary.purple.button:hover {
3327
- -webkit-box-shadow: inset 0 -0.2em 0 #8a3ea4;
3328
- box-shadow: inset 0 -0.2em 0 #8a3ea4;
3051
+ box-shadow: inset 0 -0.2em 0 #8a3ea4;
3329
3052
  color: #8a3ea4;
3330
3053
  }
3331
3054
  .ui.tertiary.purple.buttons .button:focus,
3332
3055
  .ui.tertiary.purple.buttons .tertiary.button:focus,
3333
3056
  .ui.tertiary.purple.button:focus {
3334
- -webkit-box-shadow: inset 0 -0.2em 0 #84339f;
3335
- box-shadow: inset 0 -0.2em 0 #84339f;
3057
+ box-shadow: inset 0 -0.2em 0 #84339f;
3336
3058
  color: #84339f;
3337
3059
  }
3338
3060
  .ui.tertiary.purple.buttons .active.button,
@@ -3341,8 +3063,7 @@
3341
3063
  .ui.tertiary.purple.buttons .button:active,
3342
3064
  .ui.tertiary.purple.buttons .tertiary.button:active,
3343
3065
  .ui.tertiary.purple.button:active {
3344
- -webkit-box-shadow: inset 0 -0.2em 0 #a30dd4;
3345
- box-shadow: inset 0 -0.2em 0 #a30dd4;
3066
+ box-shadow: inset 0 -0.2em 0 #a30dd4;
3346
3067
  color: #9724be;
3347
3068
  }
3348
3069
  .ui.pink.buttons .button,
@@ -3353,8 +3074,7 @@
3353
3074
  background-image: none;
3354
3075
  }
3355
3076
  .ui.pink.button {
3356
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3357
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3077
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3358
3078
  }
3359
3079
  .ui.pink.buttons .button:hover,
3360
3080
  .ui.pink.button:hover {
@@ -3387,35 +3107,30 @@
3387
3107
  .ui.basic.pink.buttons .button,
3388
3108
  .ui.basic.pink.button {
3389
3109
  background: transparent;
3390
- -webkit-box-shadow: 0 0 0 1px #e03997 inset;
3391
- box-shadow: 0 0 0 1px #e03997 inset;
3110
+ box-shadow: 0 0 0 1px #e03997 inset;
3392
3111
  color: #e03997;
3393
3112
  }
3394
3113
  .ui.basic.pink.buttons .button:hover,
3395
3114
  .ui.basic.pink.button:hover {
3396
3115
  background: transparent;
3397
- -webkit-box-shadow: 0 0 0 1px #e61a8d inset;
3398
- box-shadow: 0 0 0 1px #e61a8d inset;
3116
+ box-shadow: 0 0 0 1px #e61a8d inset;
3399
3117
  color: #e61a8d;
3400
3118
  }
3401
3119
  .ui.basic.pink.buttons .button:focus,
3402
3120
  .ui.basic.pink.button:focus {
3403
3121
  background: transparent;
3404
- -webkit-box-shadow: 0 0 0 1px #e10f85 inset;
3405
- box-shadow: 0 0 0 1px #e10f85 inset;
3122
+ box-shadow: 0 0 0 1px #e10f85 inset;
3406
3123
  color: #e61a8d;
3407
3124
  }
3408
3125
  .ui.basic.pink.buttons .active.button,
3409
3126
  .ui.basic.pink.active.button {
3410
3127
  background: transparent;
3411
- -webkit-box-shadow: 0 0 0 1px #ea158d inset;
3412
- box-shadow: 0 0 0 1px #ea158d inset;
3128
+ box-shadow: 0 0 0 1px #ea158d inset;
3413
3129
  color: #c71f7e;
3414
3130
  }
3415
3131
  .ui.basic.pink.buttons .button:active,
3416
3132
  .ui.basic.pink.button:active {
3417
- -webkit-box-shadow: 0 0 0 1px #c71f7e inset;
3418
- box-shadow: 0 0 0 1px #c71f7e inset;
3133
+ box-shadow: 0 0 0 1px #c71f7e inset;
3419
3134
  color: #c71f7e;
3420
3135
  }
3421
3136
 
@@ -3423,8 +3138,7 @@
3423
3138
  .ui.inverted.pink.buttons .button,
3424
3139
  .ui.inverted.pink.button {
3425
3140
  background-color: transparent;
3426
- -webkit-box-shadow: 0 0 0 2px #ff8edf inset;
3427
- box-shadow: 0 0 0 2px #ff8edf inset;
3141
+ box-shadow: 0 0 0 2px #ff8edf inset;
3428
3142
  color: #ff8edf;
3429
3143
  }
3430
3144
  .ui.inverted.pink.buttons .button:hover,
@@ -3435,8 +3149,7 @@
3435
3149
  .ui.inverted.pink.button.active,
3436
3150
  .ui.inverted.pink.buttons .button:active,
3437
3151
  .ui.inverted.pink.button:active {
3438
- -webkit-box-shadow: none;
3439
- box-shadow: none;
3152
+ box-shadow: none;
3440
3153
  color: #fff;
3441
3154
  }
3442
3155
  .ui.inverted.pink.buttons .button:hover,
@@ -3461,36 +3174,31 @@
3461
3174
  .ui.inverted.pink.buttons .basic.button,
3462
3175
  .ui.inverted.pink.basic.button {
3463
3176
  background-color: transparent;
3464
- -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
3465
- box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
3177
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
3466
3178
  color: #fff;
3467
3179
  }
3468
3180
  .ui.inverted.pink.basic.buttons .button:hover,
3469
3181
  .ui.inverted.pink.buttons .basic.button:hover,
3470
3182
  .ui.inverted.pink.basic.button:hover {
3471
- -webkit-box-shadow: 0 0 0 2px #ff5bd1 inset;
3472
- box-shadow: 0 0 0 2px #ff5bd1 inset;
3183
+ box-shadow: 0 0 0 2px #ff5bd1 inset;
3473
3184
  color: #ff8edf;
3474
3185
  }
3475
3186
  .ui.inverted.pink.basic.buttons .button:focus,
3476
3187
  .ui.inverted.pink.basic.buttons .button:focus,
3477
3188
  .ui.inverted.pink.basic.button:focus {
3478
- -webkit-box-shadow: 0 0 0 2px #ff65d3 inset;
3479
- box-shadow: 0 0 0 2px #ff65d3 inset;
3189
+ box-shadow: 0 0 0 2px #ff65d3 inset;
3480
3190
  color: #ff8edf;
3481
3191
  }
3482
3192
  .ui.inverted.pink.basic.buttons .active.button,
3483
3193
  .ui.inverted.pink.buttons .basic.active.button,
3484
3194
  .ui.inverted.pink.basic.active.button {
3485
- -webkit-box-shadow: 0 0 0 2px #ff74d8 inset;
3486
- box-shadow: 0 0 0 2px #ff74d8 inset;
3195
+ box-shadow: 0 0 0 2px #ff74d8 inset;
3487
3196
  color: #ff8edf;
3488
3197
  }
3489
3198
  .ui.inverted.pink.basic.buttons .button:active,
3490
3199
  .ui.inverted.pink.buttons .basic.button:active,
3491
3200
  .ui.inverted.pink.basic.button:active {
3492
- -webkit-box-shadow: 0 0 0 2px #ff5bd1 inset;
3493
- box-shadow: 0 0 0 2px #ff5bd1 inset;
3201
+ box-shadow: 0 0 0 2px #ff5bd1 inset;
3494
3202
  color: #ff8edf;
3495
3203
  }
3496
3204
 
@@ -3499,22 +3207,19 @@
3499
3207
  .ui.tertiary.pink.buttons .tertiary.button,
3500
3208
  .ui.tertiary.pink.button {
3501
3209
  background: transparent;
3502
- -webkit-box-shadow: none;
3503
- box-shadow: none;
3210
+ box-shadow: none;
3504
3211
  color: #e03997;
3505
3212
  }
3506
3213
  .ui.tertiary.pink.buttons .button:hover,
3507
3214
  .ui.tertiary.pink.buttons button:hover,
3508
3215
  .ui.tertiary.pink.button:hover {
3509
- -webkit-box-shadow: inset 0 -0.2em 0 #cc3389;
3510
- box-shadow: inset 0 -0.2em 0 #cc3389;
3216
+ box-shadow: inset 0 -0.2em 0 #cc3389;
3511
3217
  color: #cc3389;
3512
3218
  }
3513
3219
  .ui.tertiary.pink.buttons .button:focus,
3514
3220
  .ui.tertiary.pink.buttons .tertiary.button:focus,
3515
3221
  .ui.tertiary.pink.button:focus {
3516
- -webkit-box-shadow: inset 0 -0.2em 0 #c92782;
3517
- box-shadow: inset 0 -0.2em 0 #c92782;
3222
+ box-shadow: inset 0 -0.2em 0 #c92782;
3518
3223
  color: #c92782;
3519
3224
  }
3520
3225
  .ui.tertiary.pink.buttons .active.button,
@@ -3523,8 +3228,7 @@
3523
3228
  .ui.tertiary.pink.buttons .button:active,
3524
3229
  .ui.tertiary.pink.buttons .tertiary.button:active,
3525
3230
  .ui.tertiary.pink.button:active {
3526
- -webkit-box-shadow: inset 0 -0.2em 0 #ff0090;
3527
- box-shadow: inset 0 -0.2em 0 #ff0090;
3231
+ box-shadow: inset 0 -0.2em 0 #ff0090;
3528
3232
  color: #ea158d;
3529
3233
  }
3530
3234
  .ui.brown.buttons .button,
@@ -3535,8 +3239,7 @@
3535
3239
  background-image: none;
3536
3240
  }
3537
3241
  .ui.brown.button {
3538
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3539
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3242
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3540
3243
  }
3541
3244
  .ui.brown.buttons .button:hover,
3542
3245
  .ui.brown.button:hover {
@@ -3569,35 +3272,30 @@
3569
3272
  .ui.basic.brown.buttons .button,
3570
3273
  .ui.basic.brown.button {
3571
3274
  background: transparent;
3572
- -webkit-box-shadow: 0 0 0 1px #a5673f inset;
3573
- box-shadow: 0 0 0 1px #a5673f inset;
3275
+ box-shadow: 0 0 0 1px #a5673f inset;
3574
3276
  color: #a5673f;
3575
3277
  }
3576
3278
  .ui.basic.brown.buttons .button:hover,
3577
3279
  .ui.basic.brown.button:hover {
3578
3280
  background: transparent;
3579
- -webkit-box-shadow: 0 0 0 1px #975b33 inset;
3580
- box-shadow: 0 0 0 1px #975b33 inset;
3281
+ box-shadow: 0 0 0 1px #975b33 inset;
3581
3282
  color: #975b33;
3582
3283
  }
3583
3284
  .ui.basic.brown.buttons .button:focus,
3584
3285
  .ui.basic.brown.button:focus {
3585
3286
  background: transparent;
3586
- -webkit-box-shadow: 0 0 0 1px #90532b inset;
3587
- box-shadow: 0 0 0 1px #90532b inset;
3287
+ box-shadow: 0 0 0 1px #90532b inset;
3588
3288
  color: #975b33;
3589
3289
  }
3590
3290
  .ui.basic.brown.buttons .active.button,
3591
3291
  .ui.basic.brown.active.button {
3592
3292
  background: transparent;
3593
- -webkit-box-shadow: 0 0 0 1px #995a31 inset;
3594
- box-shadow: 0 0 0 1px #995a31 inset;
3293
+ box-shadow: 0 0 0 1px #995a31 inset;
3595
3294
  color: #805031;
3596
3295
  }
3597
3296
  .ui.basic.brown.buttons .button:active,
3598
3297
  .ui.basic.brown.button:active {
3599
- -webkit-box-shadow: 0 0 0 1px #805031 inset;
3600
- box-shadow: 0 0 0 1px #805031 inset;
3298
+ box-shadow: 0 0 0 1px #805031 inset;
3601
3299
  color: #805031;
3602
3300
  }
3603
3301
 
@@ -3605,8 +3303,7 @@
3605
3303
  .ui.inverted.brown.buttons .button,
3606
3304
  .ui.inverted.brown.button {
3607
3305
  background-color: transparent;
3608
- -webkit-box-shadow: 0 0 0 2px #d67c1c inset;
3609
- box-shadow: 0 0 0 2px #d67c1c inset;
3306
+ box-shadow: 0 0 0 2px #d67c1c inset;
3610
3307
  color: #d67c1c;
3611
3308
  }
3612
3309
  .ui.inverted.brown.buttons .button:hover,
@@ -3617,8 +3314,7 @@
3617
3314
  .ui.inverted.brown.button.active,
3618
3315
  .ui.inverted.brown.buttons .button:active,
3619
3316
  .ui.inverted.brown.button:active {
3620
- -webkit-box-shadow: none;
3621
- box-shadow: none;
3317
+ box-shadow: none;
3622
3318
  color: #fff;
3623
3319
  }
3624
3320
  .ui.inverted.brown.buttons .button:hover,
@@ -3643,36 +3339,31 @@
3643
3339
  .ui.inverted.brown.buttons .basic.button,
3644
3340
  .ui.inverted.brown.basic.button {
3645
3341
  background-color: transparent;
3646
- -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
3647
- box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
3342
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
3648
3343
  color: #fff;
3649
3344
  }
3650
3345
  .ui.inverted.brown.basic.buttons .button:hover,
3651
3346
  .ui.inverted.brown.buttons .basic.button:hover,
3652
3347
  .ui.inverted.brown.basic.button:hover {
3653
- -webkit-box-shadow: 0 0 0 2px #b0620f inset;
3654
- box-shadow: 0 0 0 2px #b0620f inset;
3348
+ box-shadow: 0 0 0 2px #b0620f inset;
3655
3349
  color: #d67c1c;
3656
3350
  }
3657
3351
  .ui.inverted.brown.basic.buttons .button:focus,
3658
3352
  .ui.inverted.brown.basic.buttons .button:focus,
3659
3353
  .ui.inverted.brown.basic.button:focus {
3660
- -webkit-box-shadow: 0 0 0 2px #c16808 inset;
3661
- box-shadow: 0 0 0 2px #c16808 inset;
3354
+ box-shadow: 0 0 0 2px #c16808 inset;
3662
3355
  color: #d67c1c;
3663
3356
  }
3664
3357
  .ui.inverted.brown.basic.buttons .active.button,
3665
3358
  .ui.inverted.brown.buttons .basic.active.button,
3666
3359
  .ui.inverted.brown.basic.active.button {
3667
- -webkit-box-shadow: 0 0 0 2px #cc6f0d inset;
3668
- box-shadow: 0 0 0 2px #cc6f0d inset;
3360
+ box-shadow: 0 0 0 2px #cc6f0d inset;
3669
3361
  color: #d67c1c;
3670
3362
  }
3671
3363
  .ui.inverted.brown.basic.buttons .button:active,
3672
3364
  .ui.inverted.brown.buttons .basic.button:active,
3673
3365
  .ui.inverted.brown.basic.button:active {
3674
- -webkit-box-shadow: 0 0 0 2px #a96216 inset;
3675
- box-shadow: 0 0 0 2px #a96216 inset;
3366
+ box-shadow: 0 0 0 2px #a96216 inset;
3676
3367
  color: #d67c1c;
3677
3368
  }
3678
3369
 
@@ -3681,22 +3372,19 @@
3681
3372
  .ui.tertiary.brown.buttons .tertiary.button,
3682
3373
  .ui.tertiary.brown.button {
3683
3374
  background: transparent;
3684
- -webkit-box-shadow: none;
3685
- box-shadow: none;
3375
+ box-shadow: none;
3686
3376
  color: #a5673f;
3687
3377
  }
3688
3378
  .ui.tertiary.brown.buttons .button:hover,
3689
3379
  .ui.tertiary.brown.buttons button:hover,
3690
3380
  .ui.tertiary.brown.button:hover {
3691
- -webkit-box-shadow: inset 0 -0.2em 0 #835f48;
3692
- box-shadow: inset 0 -0.2em 0 #835f48;
3381
+ box-shadow: inset 0 -0.2em 0 #835f48;
3693
3382
  color: #835f48;
3694
3383
  }
3695
3384
  .ui.tertiary.brown.buttons .button:focus,
3696
3385
  .ui.tertiary.brown.buttons .tertiary.button:focus,
3697
3386
  .ui.tertiary.brown.button:focus {
3698
- -webkit-box-shadow: inset 0 -0.2em 0 #7d573e;
3699
- box-shadow: inset 0 -0.2em 0 #7d573e;
3387
+ box-shadow: inset 0 -0.2em 0 #7d573e;
3700
3388
  color: #7d573e;
3701
3389
  }
3702
3390
  .ui.tertiary.brown.buttons .active.button,
@@ -3705,8 +3393,7 @@
3705
3393
  .ui.tertiary.brown.buttons .button:active,
3706
3394
  .ui.tertiary.brown.buttons .tertiary.button:active,
3707
3395
  .ui.tertiary.brown.button:active {
3708
- -webkit-box-shadow: inset 0 -0.2em 0 #ae561d;
3709
- box-shadow: inset 0 -0.2em 0 #ae561d;
3396
+ box-shadow: inset 0 -0.2em 0 #ae561d;
3710
3397
  color: #995a31;
3711
3398
  }
3712
3399
  .ui.grey.buttons .button,
@@ -3717,8 +3404,7 @@
3717
3404
  background-image: none;
3718
3405
  }
3719
3406
  .ui.grey.button {
3720
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3721
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3407
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3722
3408
  }
3723
3409
  .ui.grey.buttons .button:hover,
3724
3410
  .ui.grey.button:hover {
@@ -3751,35 +3437,30 @@
3751
3437
  .ui.basic.grey.buttons .button,
3752
3438
  .ui.basic.grey.button {
3753
3439
  background: transparent;
3754
- -webkit-box-shadow: 0 0 0 1px #767676 inset;
3755
- box-shadow: 0 0 0 1px #767676 inset;
3440
+ box-shadow: 0 0 0 1px #767676 inset;
3756
3441
  color: #767676;
3757
3442
  }
3758
3443
  .ui.basic.grey.buttons .button:hover,
3759
3444
  .ui.basic.grey.button:hover {
3760
3445
  background: transparent;
3761
- -webkit-box-shadow: 0 0 0 1px #838383 inset;
3762
- box-shadow: 0 0 0 1px #838383 inset;
3446
+ box-shadow: 0 0 0 1px #838383 inset;
3763
3447
  color: #838383;
3764
3448
  }
3765
3449
  .ui.basic.grey.buttons .button:focus,
3766
3450
  .ui.basic.grey.button:focus {
3767
3451
  background: transparent;
3768
- -webkit-box-shadow: 0 0 0 1px #8a8a8a inset;
3769
- box-shadow: 0 0 0 1px #8a8a8a inset;
3452
+ box-shadow: 0 0 0 1px #8a8a8a inset;
3770
3453
  color: #838383;
3771
3454
  }
3772
3455
  .ui.basic.grey.buttons .active.button,
3773
3456
  .ui.basic.grey.active.button {
3774
3457
  background: transparent;
3775
- -webkit-box-shadow: 0 0 0 1px #696969 inset;
3776
- box-shadow: 0 0 0 1px #696969 inset;
3458
+ box-shadow: 0 0 0 1px #696969 inset;
3777
3459
  color: #909090;
3778
3460
  }
3779
3461
  .ui.basic.grey.buttons .button:active,
3780
3462
  .ui.basic.grey.button:active {
3781
- -webkit-box-shadow: 0 0 0 1px #909090 inset;
3782
- box-shadow: 0 0 0 1px #909090 inset;
3463
+ box-shadow: 0 0 0 1px #909090 inset;
3783
3464
  color: #909090;
3784
3465
  }
3785
3466
 
@@ -3787,8 +3468,7 @@
3787
3468
  .ui.inverted.grey.buttons .button,
3788
3469
  .ui.inverted.grey.button {
3789
3470
  background-color: transparent;
3790
- -webkit-box-shadow: 0 0 0 2px #d4d4d5 inset;
3791
- box-shadow: 0 0 0 2px #d4d4d5 inset;
3471
+ box-shadow: 0 0 0 2px #d4d4d5 inset;
3792
3472
  color: #fff;
3793
3473
  }
3794
3474
  .ui.inverted.grey.buttons .button:hover,
@@ -3799,8 +3479,7 @@
3799
3479
  .ui.inverted.grey.button.active,
3800
3480
  .ui.inverted.grey.buttons .button:active,
3801
3481
  .ui.inverted.grey.button:active {
3802
- -webkit-box-shadow: none;
3803
- box-shadow: none;
3482
+ box-shadow: none;
3804
3483
  color: rgba(0, 0, 0, 0.6);
3805
3484
  }
3806
3485
  .ui.inverted.grey.buttons .button:hover,
@@ -3825,36 +3504,31 @@
3825
3504
  .ui.inverted.grey.buttons .basic.button,
3826
3505
  .ui.inverted.grey.basic.button {
3827
3506
  background-color: transparent;
3828
- -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
3829
- box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
3507
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
3830
3508
  color: #fff;
3831
3509
  }
3832
3510
  .ui.inverted.grey.basic.buttons .button:hover,
3833
3511
  .ui.inverted.grey.buttons .basic.button:hover,
3834
3512
  .ui.inverted.grey.basic.button:hover {
3835
- -webkit-box-shadow: 0 0 0 2px #c2c4c5 inset;
3836
- box-shadow: 0 0 0 2px #c2c4c5 inset;
3513
+ box-shadow: 0 0 0 2px #c2c4c5 inset;
3837
3514
  color: #fff;
3838
3515
  }
3839
3516
  .ui.inverted.grey.basic.buttons .button:focus,
3840
3517
  .ui.inverted.grey.basic.buttons .button:focus,
3841
3518
  .ui.inverted.grey.basic.button:focus {
3842
- -webkit-box-shadow: 0 0 0 2px #c7c9cb inset;
3843
- box-shadow: 0 0 0 2px #c7c9cb inset;
3519
+ box-shadow: 0 0 0 2px #c7c9cb inset;
3844
3520
  color: #dcddde;
3845
3521
  }
3846
3522
  .ui.inverted.grey.basic.buttons .active.button,
3847
3523
  .ui.inverted.grey.buttons .basic.active.button,
3848
3524
  .ui.inverted.grey.basic.active.button {
3849
- -webkit-box-shadow: 0 0 0 2px #cfd0d2 inset;
3850
- box-shadow: 0 0 0 2px #cfd0d2 inset;
3525
+ box-shadow: 0 0 0 2px #cfd0d2 inset;
3851
3526
  color: #fff;
3852
3527
  }
3853
3528
  .ui.inverted.grey.basic.buttons .button:active,
3854
3529
  .ui.inverted.grey.buttons .basic.button:active,
3855
3530
  .ui.inverted.grey.basic.button:active {
3856
- -webkit-box-shadow: 0 0 0 2px #c2c4c5 inset;
3857
- box-shadow: 0 0 0 2px #c2c4c5 inset;
3531
+ box-shadow: 0 0 0 2px #c2c4c5 inset;
3858
3532
  color: #fff;
3859
3533
  }
3860
3534
 
@@ -3863,22 +3537,19 @@
3863
3537
  .ui.tertiary.grey.buttons .tertiary.button,
3864
3538
  .ui.tertiary.grey.button {
3865
3539
  background: transparent;
3866
- -webkit-box-shadow: none;
3867
- box-shadow: none;
3540
+ box-shadow: none;
3868
3541
  color: #767676;
3869
3542
  }
3870
3543
  .ui.tertiary.grey.buttons .button:hover,
3871
3544
  .ui.tertiary.grey.buttons button:hover,
3872
3545
  .ui.tertiary.grey.button:hover {
3873
- -webkit-box-shadow: inset 0 -0.2em 0 #909090;
3874
- box-shadow: inset 0 -0.2em 0 #909090;
3546
+ box-shadow: inset 0 -0.2em 0 #909090;
3875
3547
  color: #909090;
3876
3548
  }
3877
3549
  .ui.tertiary.grey.buttons .button:focus,
3878
3550
  .ui.tertiary.grey.buttons .tertiary.button:focus,
3879
3551
  .ui.tertiary.grey.button:focus {
3880
- -webkit-box-shadow: inset 0 -0.2em 0 #9f9f9f;
3881
- box-shadow: inset 0 -0.2em 0 #9f9f9f;
3552
+ box-shadow: inset 0 -0.2em 0 #9f9f9f;
3882
3553
  color: #9f9f9f;
3883
3554
  }
3884
3555
  .ui.tertiary.grey.buttons .active.button,
@@ -3887,8 +3558,7 @@
3887
3558
  .ui.tertiary.grey.buttons .button:active,
3888
3559
  .ui.tertiary.grey.buttons .tertiary.button:active,
3889
3560
  .ui.tertiary.grey.button:active {
3890
- -webkit-box-shadow: inset 0 -0.2em 0 #5d5d5d;
3891
- box-shadow: inset 0 -0.2em 0 #5d5d5d;
3561
+ box-shadow: inset 0 -0.2em 0 #5d5d5d;
3892
3562
  color: #696969;
3893
3563
  }
3894
3564
  .ui.black.buttons .button,
@@ -3899,8 +3569,7 @@
3899
3569
  background-image: none;
3900
3570
  }
3901
3571
  .ui.black.button {
3902
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3903
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3572
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3904
3573
  }
3905
3574
  .ui.black.buttons .button:hover,
3906
3575
  .ui.black.button:hover {
@@ -3933,35 +3602,30 @@
3933
3602
  .ui.basic.black.buttons .button,
3934
3603
  .ui.basic.black.button {
3935
3604
  background: transparent;
3936
- -webkit-box-shadow: 0 0 0 1px #1b1c1d inset;
3937
- box-shadow: 0 0 0 1px #1b1c1d inset;
3605
+ box-shadow: 0 0 0 1px #1b1c1d inset;
3938
3606
  color: #1b1c1d;
3939
3607
  }
3940
3608
  .ui.basic.black.buttons .button:hover,
3941
3609
  .ui.basic.black.button:hover {
3942
3610
  background: transparent;
3943
- -webkit-box-shadow: 0 0 0 1px #27292a inset;
3944
- box-shadow: 0 0 0 1px #27292a inset;
3611
+ box-shadow: 0 0 0 1px #27292a inset;
3945
3612
  color: #27292a;
3946
3613
  }
3947
3614
  .ui.basic.black.buttons .button:focus,
3948
3615
  .ui.basic.black.button:focus {
3949
3616
  background: transparent;
3950
- -webkit-box-shadow: 0 0 0 1px #2f3032 inset;
3951
- box-shadow: 0 0 0 1px #2f3032 inset;
3617
+ box-shadow: 0 0 0 1px #2f3032 inset;
3952
3618
  color: #27292a;
3953
3619
  }
3954
3620
  .ui.basic.black.buttons .active.button,
3955
3621
  .ui.basic.black.active.button {
3956
3622
  background: transparent;
3957
- -webkit-box-shadow: 0 0 0 1px #0f0f10 inset;
3958
- box-shadow: 0 0 0 1px #0f0f10 inset;
3623
+ box-shadow: 0 0 0 1px #0f0f10 inset;
3959
3624
  color: #343637;
3960
3625
  }
3961
3626
  .ui.basic.black.buttons .button:active,
3962
3627
  .ui.basic.black.button:active {
3963
- -webkit-box-shadow: 0 0 0 1px #343637 inset;
3964
- box-shadow: 0 0 0 1px #343637 inset;
3628
+ box-shadow: 0 0 0 1px #343637 inset;
3965
3629
  color: #343637;
3966
3630
  }
3967
3631
 
@@ -3969,8 +3633,7 @@
3969
3633
  .ui.inverted.black.buttons .button,
3970
3634
  .ui.inverted.black.button {
3971
3635
  background-color: transparent;
3972
- -webkit-box-shadow: 0 0 0 2px #d4d4d5 inset;
3973
- box-shadow: 0 0 0 2px #d4d4d5 inset;
3636
+ box-shadow: 0 0 0 2px #d4d4d5 inset;
3974
3637
  color: #fff;
3975
3638
  }
3976
3639
  .ui.inverted.black.buttons .button:hover,
@@ -3981,8 +3644,7 @@
3981
3644
  .ui.inverted.black.button.active,
3982
3645
  .ui.inverted.black.buttons .button:active,
3983
3646
  .ui.inverted.black.button:active {
3984
- -webkit-box-shadow: none;
3985
- box-shadow: none;
3647
+ box-shadow: none;
3986
3648
  color: #fff;
3987
3649
  }
3988
3650
  .ui.inverted.black.buttons .button:hover,
@@ -4007,36 +3669,31 @@
4007
3669
  .ui.inverted.black.buttons .basic.button,
4008
3670
  .ui.inverted.black.basic.button {
4009
3671
  background-color: transparent;
4010
- -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
4011
- box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
3672
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
4012
3673
  color: #fff;
4013
3674
  }
4014
3675
  .ui.inverted.black.basic.buttons .button:hover,
4015
3676
  .ui.inverted.black.buttons .basic.button:hover,
4016
3677
  .ui.inverted.black.basic.button:hover {
4017
- -webkit-box-shadow: 0 0 0 2px #000000 inset;
4018
- box-shadow: 0 0 0 2px #000000 inset;
3678
+ box-shadow: 0 0 0 2px #000000 inset;
4019
3679
  color: #fff;
4020
3680
  }
4021
3681
  .ui.inverted.black.basic.buttons .button:focus,
4022
3682
  .ui.inverted.black.basic.buttons .button:focus,
4023
3683
  .ui.inverted.black.basic.button:focus {
4024
- -webkit-box-shadow: 0 0 0 2px #000000 inset;
4025
- box-shadow: 0 0 0 2px #000000 inset;
3684
+ box-shadow: 0 0 0 2px #000000 inset;
4026
3685
  color: #545454;
4027
3686
  }
4028
3687
  .ui.inverted.black.basic.buttons .active.button,
4029
3688
  .ui.inverted.black.buttons .basic.active.button,
4030
3689
  .ui.inverted.black.basic.active.button {
4031
- -webkit-box-shadow: 0 0 0 2px #000000 inset;
4032
- box-shadow: 0 0 0 2px #000000 inset;
3690
+ box-shadow: 0 0 0 2px #000000 inset;
4033
3691
  color: #fff;
4034
3692
  }
4035
3693
  .ui.inverted.black.basic.buttons .button:active,
4036
3694
  .ui.inverted.black.buttons .basic.button:active,
4037
3695
  .ui.inverted.black.basic.button:active {
4038
- -webkit-box-shadow: 0 0 0 2px #000000 inset;
4039
- box-shadow: 0 0 0 2px #000000 inset;
3696
+ box-shadow: 0 0 0 2px #000000 inset;
4040
3697
  color: #fff;
4041
3698
  }
4042
3699
 
@@ -4045,22 +3702,19 @@
4045
3702
  .ui.tertiary.black.buttons .tertiary.button,
4046
3703
  .ui.tertiary.black.button {
4047
3704
  background: transparent;
4048
- -webkit-box-shadow: none;
4049
- box-shadow: none;
3705
+ box-shadow: none;
4050
3706
  color: #1b1c1d;
4051
3707
  }
4052
3708
  .ui.tertiary.black.buttons .button:hover,
4053
3709
  .ui.tertiary.black.buttons button:hover,
4054
3710
  .ui.tertiary.black.button:hover {
4055
- -webkit-box-shadow: inset 0 -0.2em 0 #8b8f93;
4056
- box-shadow: inset 0 -0.2em 0 #8b8f93;
3711
+ box-shadow: inset 0 -0.2em 0 #8b8f93;
4057
3712
  color: #8b8f93;
4058
3713
  }
4059
3714
  .ui.tertiary.black.buttons .button:focus,
4060
3715
  .ui.tertiary.black.buttons .tertiary.button:focus,
4061
3716
  .ui.tertiary.black.button:focus {
4062
- -webkit-box-shadow: inset 0 -0.2em 0 #93969a;
4063
- box-shadow: inset 0 -0.2em 0 #93969a;
3717
+ box-shadow: inset 0 -0.2em 0 #93969a;
4064
3718
  color: #93969a;
4065
3719
  }
4066
3720
  .ui.tertiary.black.buttons .active.button,
@@ -4069,8 +3723,7 @@
4069
3723
  .ui.tertiary.black.buttons .button:active,
4070
3724
  .ui.tertiary.black.buttons .tertiary.button:active,
4071
3725
  .ui.tertiary.black.button:active {
4072
- -webkit-box-shadow: inset 0 -0.2em 0 #404245;
4073
- box-shadow: inset 0 -0.2em 0 #404245;
3726
+ box-shadow: inset 0 -0.2em 0 #404245;
4074
3727
  color: #0f0f10;
4075
3728
  }
4076
3729
 
@@ -4083,8 +3736,7 @@
4083
3736
  background-image: none;
4084
3737
  }
4085
3738
  .ui.positive.button {
4086
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
4087
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3739
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
4088
3740
  }
4089
3741
  .ui.positive.buttons .button:hover,
4090
3742
  .ui.positive.button:hover {
@@ -4117,35 +3769,30 @@
4117
3769
  .ui.basic.positive.buttons .button,
4118
3770
  .ui.basic.positive.button {
4119
3771
  background: transparent;
4120
- -webkit-box-shadow: 0 0 0 1px #21ba45 inset;
4121
- box-shadow: 0 0 0 1px #21ba45 inset;
3772
+ box-shadow: 0 0 0 1px #21ba45 inset;
4122
3773
  color: #21ba45;
4123
3774
  }
4124
3775
  .ui.basic.positive.buttons .button:hover,
4125
3776
  .ui.basic.positive.button:hover {
4126
3777
  background: transparent;
4127
- -webkit-box-shadow: 0 0 0 1px #16ab39 inset;
4128
- box-shadow: 0 0 0 1px #16ab39 inset;
3778
+ box-shadow: 0 0 0 1px #16ab39 inset;
4129
3779
  color: #16ab39;
4130
3780
  }
4131
3781
  .ui.basic.positive.buttons .button:focus,
4132
3782
  .ui.basic.positive.button:focus {
4133
3783
  background: transparent;
4134
- -webkit-box-shadow: 0 0 0 1px #0ea432 inset;
4135
- box-shadow: 0 0 0 1px #0ea432 inset;
3784
+ box-shadow: 0 0 0 1px #0ea432 inset;
4136
3785
  color: #16ab39;
4137
3786
  }
4138
3787
  .ui.basic.positive.buttons .active.button,
4139
3788
  .ui.basic.positive.active.button {
4140
3789
  background: transparent;
4141
- -webkit-box-shadow: 0 0 0 1px #13ae38 inset;
4142
- box-shadow: 0 0 0 1px #13ae38 inset;
3790
+ box-shadow: 0 0 0 1px #13ae38 inset;
4143
3791
  color: #198f35;
4144
3792
  }
4145
3793
  .ui.basic.positive.buttons .button:active,
4146
3794
  .ui.basic.positive.button:active {
4147
- -webkit-box-shadow: 0 0 0 1px #198f35 inset;
4148
- box-shadow: 0 0 0 1px #198f35 inset;
3795
+ box-shadow: 0 0 0 1px #198f35 inset;
4149
3796
  color: #198f35;
4150
3797
  }
4151
3798
  .ui.buttons:not(.vertical) > .basic.positive.button:not(:first-child) {
@@ -4161,8 +3808,7 @@
4161
3808
  background-image: none;
4162
3809
  }
4163
3810
  .ui.negative.button {
4164
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
4165
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3811
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
4166
3812
  }
4167
3813
  .ui.negative.buttons .button:hover,
4168
3814
  .ui.negative.button:hover {
@@ -4195,35 +3841,30 @@
4195
3841
  .ui.basic.negative.buttons .button,
4196
3842
  .ui.basic.negative.button {
4197
3843
  background: transparent;
4198
- -webkit-box-shadow: 0 0 0 1px #db2828 inset;
4199
- box-shadow: 0 0 0 1px #db2828 inset;
3844
+ box-shadow: 0 0 0 1px #db2828 inset;
4200
3845
  color: #db2828;
4201
3846
  }
4202
3847
  .ui.basic.negative.buttons .button:hover,
4203
3848
  .ui.basic.negative.button:hover {
4204
3849
  background: transparent;
4205
- -webkit-box-shadow: 0 0 0 1px #d01919 inset;
4206
- box-shadow: 0 0 0 1px #d01919 inset;
3850
+ box-shadow: 0 0 0 1px #d01919 inset;
4207
3851
  color: #d01919;
4208
3852
  }
4209
3853
  .ui.basic.negative.buttons .button:focus,
4210
3854
  .ui.basic.negative.button:focus {
4211
3855
  background: transparent;
4212
- -webkit-box-shadow: 0 0 0 1px #ca1010 inset;
4213
- box-shadow: 0 0 0 1px #ca1010 inset;
3856
+ box-shadow: 0 0 0 1px #ca1010 inset;
4214
3857
  color: #d01919;
4215
3858
  }
4216
3859
  .ui.basic.negative.buttons .active.button,
4217
3860
  .ui.basic.negative.active.button {
4218
3861
  background: transparent;
4219
- -webkit-box-shadow: 0 0 0 1px #d41515 inset;
4220
- box-shadow: 0 0 0 1px #d41515 inset;
3862
+ box-shadow: 0 0 0 1px #d41515 inset;
4221
3863
  color: #b21e1e;
4222
3864
  }
4223
3865
  .ui.basic.negative.buttons .button:active,
4224
3866
  .ui.basic.negative.button:active {
4225
- -webkit-box-shadow: 0 0 0 1px #b21e1e inset;
4226
- box-shadow: 0 0 0 1px #b21e1e inset;
3867
+ box-shadow: 0 0 0 1px #b21e1e inset;
4227
3868
  color: #b21e1e;
4228
3869
  }
4229
3870
  .ui.buttons:not(.vertical) > .basic.negative.button:not(:first-child) {
@@ -4236,20 +3877,14 @@
4236
3877
  *******************************/
4237
3878
 
4238
3879
  .ui.buttons {
4239
- display: -webkit-inline-box;
4240
- display: -ms-inline-flexbox;
4241
3880
  display: inline-flex;
4242
- -webkit-box-orient: horizontal;
4243
- -webkit-box-direction: normal;
4244
- -ms-flex-direction: row;
4245
- flex-direction: row;
3881
+ flex-direction: row;
4246
3882
  font-size: 0;
4247
3883
  vertical-align: baseline;
4248
3884
  margin: 0 0.25em 0 0;
4249
3885
  }
4250
3886
  .ui.buttons:not(.basic):not(.inverted) {
4251
- -webkit-box-shadow: none;
4252
- box-shadow: none;
3887
+ box-shadow: none;
4253
3888
  }
4254
3889
 
4255
3890
  /* Clearfix */
@@ -4263,15 +3898,12 @@
4263
3898
 
4264
3899
  /* Standard Group */
4265
3900
  .ui.buttons .button {
4266
- -webkit-box-flex: 1;
4267
- -ms-flex: 1 0 auto;
4268
- flex: 1 0 auto;
3901
+ flex: 1 0 auto;
4269
3902
  border-radius: 0;
4270
3903
  margin: 0 0 0 0;
4271
3904
  }
4272
3905
  .ui.buttons:not(.basic):not(.inverted) > .button:not(.basic):not(.inverted) {
4273
- -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
4274
- box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3906
+ box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
4275
3907
  }
4276
3908
  .ui.buttons .button:first-child {
4277
3909
  border-left: none;
@@ -4286,13 +3918,8 @@
4286
3918
 
4287
3919
  /* Vertical Style */
4288
3920
  .ui.vertical.buttons {
4289
- display: -webkit-inline-box;
4290
- display: -ms-inline-flexbox;
4291
3921
  display: inline-flex;
4292
- -webkit-box-orient: vertical;
4293
- -webkit-box-direction: normal;
4294
- -ms-flex-direction: column;
4295
- flex-direction: column;
3922
+ flex-direction: column;
4296
3923
  }
4297
3924
  .ui.vertical.buttons .button {
4298
3925
  display: block;
@@ -4302,8 +3929,7 @@
4302
3929
  border-radius: 0;
4303
3930
  }
4304
3931
  .ui.vertical.buttons .button:not(.basic) {
4305
- -webkit-box-shadow: none;
4306
- box-shadow: none;
3932
+ box-shadow: none;
4307
3933
  }
4308
3934
  .ui.vertical.buttons .button:first-child {
4309
3935
  border-top-left-radius: 0.28571429rem;
@@ -4321,8 +3947,7 @@
4321
3947
  border-top: none;
4322
3948
  }
4323
3949
  .ui.wrapping.buttons {
4324
- -ms-flex-wrap: wrap;
4325
- flex-wrap: wrap;
3950
+ flex-wrap: wrap;
4326
3951
  }
4327
3952
  .ui.wrapping.basic.buttons {
4328
3953
  border-bottom: none;
@@ -4334,9 +3959,7 @@
4334
3959
  background: transparent !important;
4335
3960
  }
4336
3961
  .ui.compact.wrapping.buttons .button {
4337
- -webkit-box-flex: 0;
4338
- -ms-flex: none;
4339
- flex: none;
3962
+ flex: none;
4340
3963
  }
4341
3964
  .ui.wrapped.buttons:not(.spaced) {
4342
3965
  border-top-right-radius: 0;