rails-active-ui 0.2.2 → 0.3.1

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 (226) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/datatables.css +15 -0
  3. data/app/assets/stylesheets.css +5 -1
  4. data/app/blocks/resource_list_block.rb +153 -0
  5. data/app/components/back_button_component.rb +34 -0
  6. data/app/components/button_component.rb +4 -2
  7. data/app/components/button_to_component.rb +3 -4
  8. data/app/components/column_component.rb +1 -1
  9. data/app/components/container_component.rb +1 -1
  10. data/app/components/dropdown_component.rb +8 -2
  11. data/app/components/grid_component.rb +5 -1
  12. data/app/components/link_to_component.rb +23 -0
  13. data/app/components/menu_item_component.rb +5 -1
  14. data/app/components/message_component.rb +3 -1
  15. data/app/components/modal_component.rb +23 -3
  16. data/app/components/paragraph_component.rb +13 -0
  17. data/app/components/row_component.rb +1 -1
  18. data/app/components/table_row_component.rb +3 -5
  19. data/app/components/template_component.rb +13 -0
  20. data/app/helpers/component_helper.rb +122 -76
  21. data/app/helpers/fui_helper.rb +37 -0
  22. data/app/javascript/datatables.js +10 -0
  23. data/app/javascript/ui/controllers/fui_datatable_controller.js +35 -0
  24. data/app/javascript/ui/controllers/fui_dropdown_controller.js +8 -1
  25. data/app/javascript/ui/controllers/fui_item_list_controller.js +40 -0
  26. data/app/javascript/ui/controllers/navigation_controller.js +23 -0
  27. data/app/javascript/ui/index.js +11 -0
  28. data/app/lib/component.rb +1 -1
  29. data/config/importmap.rb +3 -0
  30. data/config/initializers/ruby_template_handler.rb +4 -1
  31. data/formantic-ui/components/accordion.css +369 -0
  32. data/formantic-ui/components/accordion.js +595 -0
  33. data/formantic-ui/components/accordion.min.css +9 -0
  34. data/formantic-ui/components/accordion.min.js +11 -0
  35. data/formantic-ui/components/ad.css +264 -0
  36. data/formantic-ui/components/ad.min.css +10 -0
  37. data/formantic-ui/components/api.js +1225 -0
  38. data/formantic-ui/components/api.min.js +11 -0
  39. data/formantic-ui/components/breadcrumb.css +135 -0
  40. data/formantic-ui/components/breadcrumb.min.css +9 -0
  41. data/formantic-ui/components/button.css +4058 -0
  42. data/formantic-ui/components/button.min.css +9 -0
  43. data/formantic-ui/components/calendar.css +327 -0
  44. data/formantic-ui/components/calendar.js +2045 -0
  45. data/formantic-ui/components/calendar.min.css +9 -0
  46. data/formantic-ui/components/calendar.min.js +11 -0
  47. data/formantic-ui/components/card.css +1881 -0
  48. data/formantic-ui/components/card.min.css +9 -0
  49. data/formantic-ui/components/checkbox.css +785 -0
  50. data/formantic-ui/components/checkbox.js +888 -0
  51. data/formantic-ui/components/checkbox.min.css +9 -0
  52. data/formantic-ui/components/checkbox.min.js +11 -0
  53. data/formantic-ui/components/comment.css +283 -0
  54. data/formantic-ui/components/comment.min.css +9 -0
  55. data/formantic-ui/components/container.css +300 -0
  56. data/formantic-ui/components/container.min.css +9 -0
  57. data/formantic-ui/components/dimmer.css +367 -0
  58. data/formantic-ui/components/dimmer.js +732 -0
  59. data/formantic-ui/components/dimmer.min.css +9 -0
  60. data/formantic-ui/components/dimmer.min.js +11 -0
  61. data/formantic-ui/components/divider.css +287 -0
  62. data/formantic-ui/components/divider.min.css +9 -0
  63. data/formantic-ui/components/dropdown.css +2087 -0
  64. data/formantic-ui/components/dropdown.js +4432 -0
  65. data/formantic-ui/components/dropdown.min.css +9 -0
  66. data/formantic-ui/components/dropdown.min.js +11 -0
  67. data/formantic-ui/components/embed.css +155 -0
  68. data/formantic-ui/components/embed.js +688 -0
  69. data/formantic-ui/components/embed.min.css +9 -0
  70. data/formantic-ui/components/embed.min.js +11 -0
  71. data/formantic-ui/components/emoji.css +15311 -0
  72. data/formantic-ui/components/emoji.min.css +9 -0
  73. data/formantic-ui/components/feed.css +799 -0
  74. data/formantic-ui/components/feed.min.css +9 -0
  75. data/formantic-ui/components/flag.css +1149 -0
  76. data/formantic-ui/components/flag.min.css +9 -0
  77. data/formantic-ui/components/flyout.css +546 -0
  78. data/formantic-ui/components/flyout.js +1551 -0
  79. data/formantic-ui/components/flyout.min.css +9 -0
  80. data/formantic-ui/components/flyout.min.js +11 -0
  81. data/formantic-ui/components/form.css +1885 -0
  82. data/formantic-ui/components/form.js +2199 -0
  83. data/formantic-ui/components/form.min.css +9 -0
  84. data/formantic-ui/components/form.min.js +11 -0
  85. data/formantic-ui/components/grid.css +1952 -0
  86. data/formantic-ui/components/grid.min.css +9 -0
  87. data/formantic-ui/components/header.css +778 -0
  88. data/formantic-ui/components/header.min.css +9 -0
  89. data/formantic-ui/components/icon.css +7066 -0
  90. data/formantic-ui/components/icon.min.css +9 -0
  91. data/formantic-ui/components/image.css +315 -0
  92. data/formantic-ui/components/image.min.css +9 -0
  93. data/formantic-ui/components/input.css +1566 -0
  94. data/formantic-ui/components/input.min.css +9 -0
  95. data/formantic-ui/components/item.css +534 -0
  96. data/formantic-ui/components/item.min.css +9 -0
  97. data/formantic-ui/components/label.css +2114 -0
  98. data/formantic-ui/components/label.min.css +9 -0
  99. data/formantic-ui/components/list.css +955 -0
  100. data/formantic-ui/components/list.min.css +9 -0
  101. data/formantic-ui/components/loader.css +787 -0
  102. data/formantic-ui/components/loader.min.css +9 -0
  103. data/formantic-ui/components/menu.css +2131 -0
  104. data/formantic-ui/components/menu.min.css +9 -0
  105. data/formantic-ui/components/message.css +619 -0
  106. data/formantic-ui/components/message.min.css +9 -0
  107. data/formantic-ui/components/modal.css +779 -0
  108. data/formantic-ui/components/modal.js +1637 -0
  109. data/formantic-ui/components/modal.min.css +9 -0
  110. data/formantic-ui/components/modal.min.js +11 -0
  111. data/formantic-ui/components/nag.css +290 -0
  112. data/formantic-ui/components/nag.js +566 -0
  113. data/formantic-ui/components/nag.min.css +9 -0
  114. data/formantic-ui/components/nag.min.js +11 -0
  115. data/formantic-ui/components/placeholder.css +228 -0
  116. data/formantic-ui/components/placeholder.min.css +9 -0
  117. data/formantic-ui/components/popup.css +1184 -0
  118. data/formantic-ui/components/popup.js +1561 -0
  119. data/formantic-ui/components/popup.min.css +9 -0
  120. data/formantic-ui/components/popup.min.js +11 -0
  121. data/formantic-ui/components/progress.css +761 -0
  122. data/formantic-ui/components/progress.js +979 -0
  123. data/formantic-ui/components/progress.min.css +9 -0
  124. data/formantic-ui/components/progress.min.js +11 -0
  125. data/formantic-ui/components/rail.css +147 -0
  126. data/formantic-ui/components/rail.min.css +9 -0
  127. data/formantic-ui/components/rating.css +414 -0
  128. data/formantic-ui/components/rating.js +540 -0
  129. data/formantic-ui/components/rating.min.css +9 -0
  130. data/formantic-ui/components/rating.min.js +11 -0
  131. data/formantic-ui/components/reset.css +386 -0
  132. data/formantic-ui/components/reset.min.css +9 -0
  133. data/formantic-ui/components/reveal.css +277 -0
  134. data/formantic-ui/components/reveal.min.css +9 -0
  135. data/formantic-ui/components/search.css +541 -0
  136. data/formantic-ui/components/search.js +1641 -0
  137. data/formantic-ui/components/search.min.css +9 -0
  138. data/formantic-ui/components/search.min.js +11 -0
  139. data/formantic-ui/components/segment.css +1053 -0
  140. data/formantic-ui/components/segment.min.css +9 -0
  141. data/formantic-ui/components/shape.css +144 -0
  142. data/formantic-ui/components/shape.js +797 -0
  143. data/formantic-ui/components/shape.min.css +9 -0
  144. data/formantic-ui/components/shape.min.js +11 -0
  145. data/formantic-ui/components/sidebar.css +539 -0
  146. data/formantic-ui/components/sidebar.js +1054 -0
  147. data/formantic-ui/components/sidebar.min.css +9 -0
  148. data/formantic-ui/components/sidebar.min.js +11 -0
  149. data/formantic-ui/components/site.css +286 -0
  150. data/formantic-ui/components/site.js +455 -0
  151. data/formantic-ui/components/site.min.css +9 -0
  152. data/formantic-ui/components/site.min.js +11 -0
  153. data/formantic-ui/components/slider.css +926 -0
  154. data/formantic-ui/components/slider.js +1546 -0
  155. data/formantic-ui/components/slider.min.css +9 -0
  156. data/formantic-ui/components/slider.min.js +11 -0
  157. data/formantic-ui/components/state.js +697 -0
  158. data/formantic-ui/components/state.min.js +11 -0
  159. data/formantic-ui/components/statistic.css +586 -0
  160. data/formantic-ui/components/statistic.min.css +9 -0
  161. data/formantic-ui/components/step.css +1538 -0
  162. data/formantic-ui/components/step.min.css +9 -0
  163. data/formantic-ui/components/sticky.css +73 -0
  164. data/formantic-ui/components/sticky.js +917 -0
  165. data/formantic-ui/components/sticky.min.css +9 -0
  166. data/formantic-ui/components/sticky.min.js +11 -0
  167. data/formantic-ui/components/tab.css +84 -0
  168. data/formantic-ui/components/tab.js +967 -0
  169. data/formantic-ui/components/tab.min.css +9 -0
  170. data/formantic-ui/components/tab.min.js +11 -0
  171. data/formantic-ui/components/table.css +3473 -0
  172. data/formantic-ui/components/table.min.css +9 -0
  173. data/formantic-ui/components/text.css +155 -0
  174. data/formantic-ui/components/text.min.css +9 -0
  175. data/formantic-ui/components/toast.css +751 -0
  176. data/formantic-ui/components/toast.js +964 -0
  177. data/formantic-ui/components/toast.min.css +9 -0
  178. data/formantic-ui/components/toast.min.js +11 -0
  179. data/formantic-ui/components/transition.css +1148 -0
  180. data/formantic-ui/components/transition.js +1034 -0
  181. data/formantic-ui/components/transition.min.css +9 -0
  182. data/formantic-ui/components/transition.min.js +11 -0
  183. data/formantic-ui/components/visibility.js +1292 -0
  184. data/formantic-ui/components/visibility.min.js +11 -0
  185. data/formantic-ui/semantic.css +78485 -0
  186. data/formantic-ui/semantic.js +31036 -0
  187. data/formantic-ui/semantic.min.css +11 -0
  188. data/formantic-ui/semantic.min.js +11 -0
  189. data/formantic-ui/themes/basic/assets/fonts/LICENSE.txt +91 -0
  190. data/formantic-ui/themes/basic/assets/fonts/icons.woff +0 -0
  191. data/formantic-ui/themes/basic/assets/fonts/icons.woff2 +0 -0
  192. data/formantic-ui/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
  193. data/formantic-ui/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
  194. data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  195. data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  196. data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  197. data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  198. data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  199. data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  200. data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  201. data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  202. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  203. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  204. data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  205. data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  206. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  207. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  208. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  209. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  210. data/formantic-ui/themes/default/assets/fonts/brand-icons.woff +0 -0
  211. data/formantic-ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  212. data/formantic-ui/themes/default/assets/fonts/icons.woff +0 -0
  213. data/formantic-ui/themes/default/assets/fonts/icons.woff2 +0 -0
  214. data/formantic-ui/themes/default/assets/fonts/outline-icons.woff +0 -0
  215. data/formantic-ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  216. data/formantic-ui/themes/famfamfam/assets/images/flags.png +0 -0
  217. data/formantic-ui/themes/github/assets/fonts/LICENSE.txt +94 -0
  218. data/formantic-ui/themes/github/assets/fonts/octicons.woff +0 -0
  219. data/formantic-ui/themes/github/assets/fonts/octicons.woff2 +0 -0
  220. data/formantic-ui/themes/material/assets/fonts/LICENSE.txt +202 -0
  221. data/formantic-ui/themes/material/assets/fonts/icons.woff +0 -0
  222. data/formantic-ui/themes/material/assets/fonts/icons.woff2 +0 -0
  223. data/lib/ui/engine.rb +7 -2
  224. data/lib/ui/version.rb +1 -1
  225. metadata +205 -7
  226. data/app/components/link_component.rb +0 -23
@@ -0,0 +1,4058 @@
1
+ /*!
2
+ * # Fomantic-UI 2.9.4 - Button
3
+ * https://github.com/fomantic/Fomantic-UI/
4
+ *
5
+ *
6
+ * Released under the MIT license
7
+ * https://opensource.org/licenses/MIT
8
+ *
9
+ */
10
+
11
+
12
+ /*******************************
13
+ Button
14
+ *******************************/
15
+
16
+ .ui.button {
17
+ cursor: pointer;
18
+ display: inline-block;
19
+ min-height: 1em;
20
+ outline: none;
21
+ border: none;
22
+ vertical-align: baseline;
23
+ background: #e0e1e2 none;
24
+ color: rgba(0, 0, 0, 0.6);
25
+ font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
26
+ margin: 0 0.25em 0 0;
27
+ padding: 0.78571429em 1.5em 0.78571429em;
28
+ text-transform: none;
29
+ text-shadow: none;
30
+ font-weight: bold;
31
+ line-height: 1em;
32
+ font-style: normal;
33
+ text-align: center;
34
+ text-decoration: none;
35
+ border-radius: 0.28571429rem;
36
+ box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
37
+ -webkit-user-select: none;
38
+ -ms-user-select: none;
39
+ user-select: none;
40
+ transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
41
+ will-change: auto;
42
+ -webkit-tap-highlight-color: transparent;
43
+ }
44
+
45
+
46
+ /*******************************
47
+ States
48
+ *******************************/
49
+
50
+
51
+ /* --------------
52
+ Hover
53
+ --------------- */
54
+ .ui.button:hover {
55
+ background-color: #cacbcd;
56
+ background-image: none;
57
+ box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
58
+ color: rgba(0, 0, 0, 0.8);
59
+ }
60
+ .ui.button:hover .icon {
61
+ opacity: 0.85;
62
+ }
63
+
64
+ /* --------------
65
+ Focus
66
+ --------------- */
67
+ .ui.button:focus {
68
+ background-color: #cacbcd;
69
+ color: rgba(0, 0, 0, 0.8);
70
+ background-image: none;
71
+ box-shadow: "";
72
+ }
73
+ .ui.button:focus .icon {
74
+ opacity: 0.85;
75
+ }
76
+
77
+ /* --------------
78
+ Down
79
+ --------------- */
80
+ .ui.button:active,
81
+ .ui.active.button:active {
82
+ background-color: #babbbc;
83
+ background-image: "";
84
+ color: rgba(0, 0, 0, 0.9);
85
+ box-shadow: none;
86
+ }
87
+
88
+ /* --------------
89
+ Active
90
+ --------------- */
91
+ .ui.active.button {
92
+ background-color: #c0c1c2;
93
+ background-image: none;
94
+ box-shadow: 0 0 0 1px transparent inset;
95
+ color: rgba(0, 0, 0, 0.95);
96
+ }
97
+ .ui.active.button:hover {
98
+ background-color: #c0c1c2;
99
+ background-image: none;
100
+ color: rgba(0, 0, 0, 0.95);
101
+ }
102
+ .ui.active.button:active {
103
+ background-color: #c0c1c2;
104
+ background-image: none;
105
+ }
106
+
107
+ /* --------------
108
+ Loading
109
+ --------------- */
110
+
111
+ /* Specificity hack */
112
+ .ui.ui.ui.ui.ui.ui.loading.button {
113
+ position: relative;
114
+ cursor: default;
115
+ text-shadow: none !important;
116
+ color: transparent;
117
+ opacity: 1;
118
+ pointer-events: auto;
119
+ transition: all 0s linear, opacity 0.1s ease;
120
+ }
121
+ .ui.loading.button::before {
122
+ position: absolute;
123
+ content: "";
124
+ top: 50%;
125
+ left: 50%;
126
+ margin: -0.64285714em 0 0 -0.64285714em;
127
+ width: 1.28571429em;
128
+ height: 1.28571429em;
129
+ border-radius: 500rem;
130
+ border: 0.2em solid rgba(0, 0, 0, 0.15);
131
+ }
132
+ .ui.loading.button::after {
133
+ position: absolute;
134
+ content: "";
135
+ top: 50%;
136
+ left: 50%;
137
+ margin: -0.64285714em 0 0 -0.64285714em;
138
+ width: 1.28571429em;
139
+ height: 1.28571429em;
140
+ border-radius: 500rem;
141
+ animation: loader 0.6s infinite linear;
142
+ border: 0.2em solid currentColor;
143
+ color: #fff;
144
+ box-shadow: 0 0 0 1px transparent;
145
+ }
146
+ .ui.ui.ui.loading.button .label {
147
+ background-color: transparent;
148
+ border-color: transparent;
149
+ color: transparent;
150
+ }
151
+ .ui.labeled.icon.loading.button .icon {
152
+ background-color: transparent;
153
+ box-shadow: none;
154
+ }
155
+ .ui.basic.loading.button:not(.inverted)::before {
156
+ border-color: rgba(0, 0, 0, 0.1);
157
+ }
158
+ .ui.basic.loading.button:not(.inverted)::after {
159
+ border-color: #767676;
160
+ }
161
+
162
+ /* -------------------
163
+ Disabled
164
+ -------------------- */
165
+ .ui.buttons .disabled.button:not(.basic),
166
+ .ui.disabled.button,
167
+ .ui.button:disabled,
168
+ .ui.disabled.button:hover,
169
+ .ui.disabled.active.button {
170
+ cursor: default;
171
+ opacity: 0.45 !important;
172
+ background-image: none;
173
+ box-shadow: none;
174
+ pointer-events: none !important;
175
+ }
176
+
177
+ /* Basic Group With Disabled */
178
+ .ui.basic.buttons .ui.disabled.button {
179
+ border-color: rgba(34, 36, 38, 0.5);
180
+ }
181
+
182
+
183
+ /*******************************
184
+ Types
185
+ *******************************/
186
+
187
+
188
+ /* -------------------
189
+ Animated
190
+ -------------------- */
191
+ .ui.animated.button {
192
+ position: relative;
193
+ overflow: hidden;
194
+ padding-right: 0 !important;
195
+ vertical-align: middle;
196
+ z-index: 1;
197
+ }
198
+ .ui.animated.button .content {
199
+ will-change: transform, opacity;
200
+ }
201
+ .ui.animated.button .visible.content {
202
+ position: relative;
203
+ margin-right: 1.5em;
204
+ }
205
+ .ui.animated.button .hidden.content {
206
+ position: absolute;
207
+ width: 100%;
208
+ }
209
+
210
+ /* Horizontal */
211
+ .ui.animated.button .visible.content,
212
+ .ui.animated.button .hidden.content {
213
+ transition: right 0.3s ease 0s;
214
+ }
215
+ .ui.animated.button .visible.content {
216
+ left: auto;
217
+ right: 0;
218
+ }
219
+ .ui.animated.button .hidden.content {
220
+ top: 50%;
221
+ left: auto;
222
+ right: -100%;
223
+ margin-top: -0.5em;
224
+ }
225
+ .ui.animated.button:focus .visible.content,
226
+ .ui.animated.button:hover .visible.content {
227
+ left: auto;
228
+ right: 200%;
229
+ }
230
+ .ui.animated.button:focus .hidden.content,
231
+ .ui.animated.button:hover .hidden.content {
232
+ left: auto;
233
+ right: 0;
234
+ }
235
+
236
+ /* Vertical */
237
+ .ui.vertical.animated.button .visible.content,
238
+ .ui.vertical.animated.button .hidden.content {
239
+ transition: top 0.3s ease, transform 0.3s ease;
240
+ }
241
+ .ui.vertical.animated.button .visible.content {
242
+ transform: translateY(0);
243
+ right: auto;
244
+ }
245
+ .ui.vertical.animated.button .hidden.content {
246
+ top: -50%;
247
+ left: 0;
248
+ right: auto;
249
+ }
250
+ .ui.vertical.animated.button:focus .visible.content,
251
+ .ui.vertical.animated.button:hover .visible.content {
252
+ transform: translateY(200%);
253
+ right: auto;
254
+ }
255
+ .ui.vertical.animated.button:focus .hidden.content,
256
+ .ui.vertical.animated.button:hover .hidden.content {
257
+ top: 50%;
258
+ right: auto;
259
+ }
260
+
261
+ /* Fade */
262
+ .ui.fade.animated.button .visible.content,
263
+ .ui.fade.animated.button .hidden.content {
264
+ transition: opacity 0.3s ease, transform 0.3s ease;
265
+ }
266
+ .ui.fade.animated.button .visible.content {
267
+ left: auto;
268
+ right: auto;
269
+ opacity: 1;
270
+ transform: scale(1);
271
+ }
272
+ .ui.fade.animated.button .hidden.content {
273
+ opacity: 0;
274
+ left: 0;
275
+ right: auto;
276
+ transform: scale(1.5);
277
+ }
278
+ .ui.fade.animated.button:focus .visible.content,
279
+ .ui.fade.animated.button:hover .visible.content {
280
+ left: auto;
281
+ right: auto;
282
+ opacity: 0;
283
+ transform: scale(0.75);
284
+ }
285
+ .ui.fade.animated.button:focus .hidden.content,
286
+ .ui.fade.animated.button:hover .hidden.content {
287
+ left: 0;
288
+ right: auto;
289
+ opacity: 1;
290
+ transform: scale(1);
291
+ }
292
+
293
+ /* -------------------
294
+ Inverted
295
+ -------------------- */
296
+ .ui.inverted.button {
297
+ box-shadow: 0 0 0 2px #fff inset;
298
+ background: transparent none;
299
+ color: #fff;
300
+ text-shadow: none !important;
301
+ }
302
+
303
+ /* Group */
304
+ .ui.inverted.buttons .button {
305
+ margin: 0 0 0 -2px;
306
+ }
307
+ .ui.inverted.buttons .button:first-child {
308
+ margin-left: 0;
309
+ }
310
+ .ui.inverted.vertical.buttons .button {
311
+ margin: 0 0 -2px 0;
312
+ }
313
+ .ui.inverted.vertical.buttons .button:first-child {
314
+ margin-top: 0;
315
+ }
316
+
317
+ /* States */
318
+
319
+ /* Hover */
320
+ .ui.inverted.button:hover {
321
+ background: #fff;
322
+ box-shadow: 0 0 0 2px #fff inset;
323
+ color: rgba(0, 0, 0, 0.8);
324
+ }
325
+
326
+ /* Active / Focus */
327
+ .ui.inverted.button:focus,
328
+ .ui.inverted.button.active {
329
+ background: #fff;
330
+ box-shadow: 0 0 0 2px #fff inset;
331
+ color: rgba(0, 0, 0, 0.8);
332
+ }
333
+
334
+ /* Active Focus */
335
+ .ui.inverted.button.active:focus {
336
+ background: #dcddde;
337
+ box-shadow: 0 0 0 2px #dcddde inset;
338
+ color: rgba(0, 0, 0, 0.8);
339
+ }
340
+
341
+ /* -------------------
342
+ Labeled Button
343
+ -------------------- */
344
+ .ui.labeled.button:not(.icon) {
345
+ display: inline-flex;
346
+ flex-direction: row;
347
+ background: none;
348
+ padding: 0 !important;
349
+ border: none;
350
+ box-shadow: none;
351
+ }
352
+ .ui.labeled.button > .button {
353
+ margin: 0;
354
+ }
355
+ .ui.labeled.button > .label {
356
+ display: flex;
357
+ align-items: center;
358
+ margin: 0 0 0 -1px !important;
359
+ font-size: 1em;
360
+ padding: "";
361
+ border-color: rgba(34, 36, 38, 0.15);
362
+ }
363
+
364
+ /* Tag */
365
+ .ui.labeled.button > .tag.label::before {
366
+ width: 1.85em;
367
+ height: 1.85em;
368
+ }
369
+
370
+ /* Right */
371
+ .ui.labeled.button:not([class*="left labeled"]) > .button {
372
+ border-top-right-radius: 0;
373
+ border-bottom-right-radius: 0;
374
+ }
375
+ .ui.labeled.button:not([class*="left labeled"]) > .label {
376
+ border-top-left-radius: 0;
377
+ border-bottom-left-radius: 0;
378
+ }
379
+
380
+ /* Left Side */
381
+ .ui[class*="left labeled"].button > .button {
382
+ border-top-left-radius: 0;
383
+ border-bottom-left-radius: 0;
384
+ }
385
+ .ui[class*="left labeled"].button > .label {
386
+ border-top-right-radius: 0;
387
+ border-bottom-right-radius: 0;
388
+ }
389
+
390
+ /* -------------------
391
+ Social
392
+ -------------------- */
393
+
394
+ /* Facebook */
395
+ .ui.facebook.button {
396
+ background-color: #3b5998;
397
+ color: #fff;
398
+ text-shadow: none;
399
+ background-image: none;
400
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
401
+ }
402
+ .ui.facebook.button:hover {
403
+ background-color: #304d8a;
404
+ color: #fff;
405
+ text-shadow: none;
406
+ }
407
+ .ui.facebook.button:active {
408
+ background-color: #2d4373;
409
+ color: #fff;
410
+ text-shadow: none;
411
+ }
412
+
413
+ /* Twitter */
414
+ .ui.twitter.button {
415
+ background-color: #1da1f2;
416
+ color: #fff;
417
+ text-shadow: none;
418
+ background-image: none;
419
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
420
+ }
421
+ .ui.twitter.button:hover {
422
+ background-color: #0298f3;
423
+ color: #fff;
424
+ text-shadow: none;
425
+ }
426
+ .ui.twitter.button:active {
427
+ background-color: #0c85d0;
428
+ color: #fff;
429
+ text-shadow: none;
430
+ }
431
+
432
+ /* Google Plus */
433
+ .ui.google.plus.button {
434
+ background-color: #dd4b39;
435
+ color: #fff;
436
+ text-shadow: none;
437
+ background-image: none;
438
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
439
+ }
440
+ .ui.google.plus.button:hover {
441
+ background-color: #e0321c;
442
+ color: #fff;
443
+ text-shadow: none;
444
+ }
445
+ .ui.google.plus.button:active {
446
+ background-color: #c23321;
447
+ color: #fff;
448
+ text-shadow: none;
449
+ }
450
+
451
+ /* Linked In */
452
+ .ui.linkedin.button {
453
+ background-color: #0077b5;
454
+ color: #fff;
455
+ text-shadow: none;
456
+ }
457
+ .ui.linkedin.button:hover {
458
+ background-color: #00669c;
459
+ color: #fff;
460
+ text-shadow: none;
461
+ }
462
+ .ui.linkedin.button:active {
463
+ background-color: #005582;
464
+ color: #fff;
465
+ text-shadow: none;
466
+ }
467
+
468
+ /* YouTube */
469
+ .ui.youtube.button {
470
+ background-color: #f00;
471
+ color: #fff;
472
+ text-shadow: none;
473
+ background-image: none;
474
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
475
+ }
476
+ .ui.youtube.button:hover {
477
+ background-color: #e60000;
478
+ color: #fff;
479
+ text-shadow: none;
480
+ }
481
+ .ui.youtube.button:active {
482
+ background-color: #cc0000;
483
+ color: #fff;
484
+ text-shadow: none;
485
+ }
486
+
487
+ /* Instagram */
488
+ .ui.instagram.button {
489
+ background-color: #49769c;
490
+ color: #fff;
491
+ text-shadow: none;
492
+ background-image: none;
493
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
494
+ }
495
+ .ui.instagram.button:hover {
496
+ background-color: #3d698e;
497
+ color: #fff;
498
+ text-shadow: none;
499
+ }
500
+ .ui.instagram.button:active {
501
+ background-color: #395c79;
502
+ color: #fff;
503
+ text-shadow: none;
504
+ }
505
+
506
+ /* Pinterest */
507
+ .ui.pinterest.button {
508
+ background-color: #bd081c;
509
+ color: #fff;
510
+ text-shadow: none;
511
+ background-image: none;
512
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
513
+ }
514
+ .ui.pinterest.button:hover {
515
+ background-color: #ac0013;
516
+ color: #fff;
517
+ text-shadow: none;
518
+ }
519
+ .ui.pinterest.button:active {
520
+ background-color: #8c0615;
521
+ color: #fff;
522
+ text-shadow: none;
523
+ }
524
+
525
+ /* VK */
526
+ .ui.vk.button {
527
+ background-color: #45668e;
528
+ color: #fff;
529
+ background-image: none;
530
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
531
+ }
532
+ .ui.vk.button:hover {
533
+ background-color: #395980;
534
+ color: #fff;
535
+ }
536
+ .ui.vk.button:active {
537
+ background-color: #344d6c;
538
+ color: #fff;
539
+ }
540
+
541
+ /* WhatsApp */
542
+ .ui.whatsapp.button {
543
+ background-color: #25d366;
544
+ color: #fff;
545
+ background-image: none;
546
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
547
+ }
548
+ .ui.whatsapp.button:hover {
549
+ background-color: #19c55a;
550
+ color: #fff;
551
+ }
552
+ .ui.whatsapp.button:active {
553
+ background-color: #1da851;
554
+ color: #fff;
555
+ }
556
+
557
+ /* Telegram */
558
+ .ui.telegram.button {
559
+ background-color: #08c;
560
+ color: #fff;
561
+ background-image: none;
562
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
563
+ }
564
+ .ui.telegram.button:hover {
565
+ background-color: #0077b3;
566
+ color: #fff;
567
+ }
568
+ .ui.telegram.button:active {
569
+ background-color: #006699;
570
+ color: #fff;
571
+ }
572
+
573
+ /* --------------
574
+ Icon
575
+ --------------- */
576
+ .ui.button > .icon:not(.button) {
577
+ height: auto;
578
+ opacity: 0.8;
579
+ transition: opacity 0.1s ease;
580
+ color: "";
581
+ }
582
+ .ui.button:not(.icon) > .icon:not(.button):not(.dropdown),
583
+ .ui.button:not(.icon) > .icons:not(.button):not(.dropdown) {
584
+ margin: 0 0.42857143em 0 -0.21428571em;
585
+ vertical-align: baseline;
586
+ }
587
+ .ui.button:not(.icon) > .icons:not(.button):not(.dropdown) > .icon {
588
+ vertical-align: baseline;
589
+ }
590
+ .ui.button:not(.icon) > .right.icon:not(.button):not(.dropdown) {
591
+ margin: 0 -0.21428571em 0 0.42857143em;
592
+ }
593
+
594
+
595
+ /*******************************
596
+ Variations
597
+ *******************************/
598
+
599
+
600
+ /* --------------
601
+ Stackable
602
+ --------------- */
603
+
604
+ /* Tablet Or Below */
605
+ @media only screen and (max-width: 767.98px) {
606
+ .ui.stackable.buttons {
607
+ flex-direction: column;
608
+ width: 100%;
609
+ }
610
+ .ui.stackable.buttons .button:first-child {
611
+ border-bottom-left-radius: 0;
612
+ border-top-right-radius: 0.28571429rem;
613
+ }
614
+ .ui.stackable.buttons .button:last-child {
615
+ border-bottom-left-radius: 0.28571429rem;
616
+ border-top-right-radius: 0;
617
+ }
618
+ .ui.stackable.buttons .button:only-child {
619
+ border-radius: 0.28571429rem;
620
+ }
621
+ }
622
+
623
+ /* -------------------
624
+ Floated
625
+ -------------------- */
626
+ .ui[class*="left floated"].buttons,
627
+ .ui[class*="left floated"].button {
628
+ float: left;
629
+ margin-left: 0;
630
+ margin-right: 0.25em;
631
+ }
632
+ .ui[class*="right floated"].buttons,
633
+ .ui[class*="right floated"].button {
634
+ float: right;
635
+ margin-right: 0;
636
+ margin-left: 0.25em;
637
+ }
638
+
639
+ /* -------------------
640
+ Compact
641
+ -------------------- */
642
+ .ui.compact.buttons .button,
643
+ .ui.compact.button {
644
+ padding: 0.58928571em 1.125em 0.58928571em;
645
+ }
646
+ .ui.compact.icon.buttons .button,
647
+ .ui.compact.icon.button {
648
+ padding: 0.58928571em 0.58928571em 0.58928571em;
649
+ }
650
+ .ui.compact.labeled.icon.buttons .button,
651
+ .ui.compact.labeled.icon.button {
652
+ padding: 0.58928571em 3.69642857em 0.58928571em;
653
+ }
654
+ .ui.compact.labeled.icon.buttons .button > .icon,
655
+ .ui.compact.labeled.icon.button > .icon {
656
+ padding: 0.58928571em 0;
657
+ }
658
+
659
+ /* -------------------
660
+ Sizes
661
+ -------------------- */
662
+ .ui.buttons .button,
663
+ .ui.buttons .or,
664
+ .ui.button {
665
+ font-size: 1rem;
666
+ }
667
+ .ui.mini.buttons .dropdown,
668
+ .ui.mini.buttons .dropdown .menu > .item,
669
+ .ui.mini.buttons .button,
670
+ .ui.mini.buttons .or,
671
+ .ui.ui.ui.ui.mini.button {
672
+ font-size: 0.78571429rem;
673
+ }
674
+ .ui.tiny.buttons .dropdown,
675
+ .ui.tiny.buttons .dropdown .menu > .item,
676
+ .ui.tiny.buttons .button,
677
+ .ui.tiny.buttons .or,
678
+ .ui.ui.ui.ui.tiny.button {
679
+ font-size: 0.85714286rem;
680
+ }
681
+ .ui.small.buttons .dropdown,
682
+ .ui.small.buttons .dropdown .menu > .item,
683
+ .ui.small.buttons .button,
684
+ .ui.small.buttons .or,
685
+ .ui.ui.ui.ui.small.button {
686
+ font-size: 0.92857143rem;
687
+ }
688
+ .ui.large.buttons .dropdown,
689
+ .ui.large.buttons .dropdown .menu > .item,
690
+ .ui.large.buttons .button,
691
+ .ui.large.buttons .or,
692
+ .ui.ui.ui.ui.large.button {
693
+ font-size: 1.14285714rem;
694
+ }
695
+ .ui.big.buttons .dropdown,
696
+ .ui.big.buttons .dropdown .menu > .item,
697
+ .ui.big.buttons .button,
698
+ .ui.big.buttons .or,
699
+ .ui.ui.ui.ui.big.button {
700
+ font-size: 1.28571429rem;
701
+ }
702
+ .ui.huge.buttons .dropdown,
703
+ .ui.huge.buttons .dropdown .menu > .item,
704
+ .ui.huge.buttons .button,
705
+ .ui.huge.buttons .or,
706
+ .ui.ui.ui.ui.huge.button {
707
+ font-size: 1.42857143rem;
708
+ }
709
+ .ui.massive.buttons .dropdown,
710
+ .ui.massive.buttons .dropdown .menu > .item,
711
+ .ui.massive.buttons .button,
712
+ .ui.massive.buttons .or,
713
+ .ui.ui.ui.ui.massive.button {
714
+ font-size: 1.71428571rem;
715
+ }
716
+
717
+ /* --------------
718
+ Icon Only
719
+ --------------- */
720
+ .ui.icon.buttons .button,
721
+ .ui.icon.button:not(.animated):not(.compact):not(.labeled) {
722
+ padding: 0.78571429em 0.78571429em 0.78571429em;
723
+ }
724
+ .ui.animated.icon.button > .content > .icon,
725
+ .ui.icon.buttons .button > .icon,
726
+ .ui.icon.button > .icon {
727
+ opacity: 0.9;
728
+ margin: 0 !important;
729
+ vertical-align: top;
730
+ }
731
+ .ui.animated.button > .content > .icon {
732
+ vertical-align: top;
733
+ }
734
+
735
+ /* -------------------
736
+ Basic
737
+ -------------------- */
738
+ .ui.basic.buttons .button,
739
+ .ui.basic.button {
740
+ background: transparent none;
741
+ color: rgba(0, 0, 0, 0.6);
742
+ font-weight: normal;
743
+ border-radius: 0.28571429rem;
744
+ text-transform: none;
745
+ text-shadow: none !important;
746
+ box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
747
+ }
748
+ .ui.basic.buttons {
749
+ box-shadow: none;
750
+ border: 1px solid rgba(34, 36, 38, 0.15);
751
+ border-radius: 0.28571429rem;
752
+ border-right: none;
753
+ }
754
+ .ui.basic.buttons .button {
755
+ border-radius: 0;
756
+ }
757
+ .ui.basic.buttons .button:hover,
758
+ .ui.basic.button:hover {
759
+ background: #fff;
760
+ color: rgba(0, 0, 0, 0.8);
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;
762
+ }
763
+ .ui.basic.buttons .button:focus,
764
+ .ui.basic.button:focus {
765
+ background: #fff;
766
+ color: rgba(0, 0, 0, 0.8);
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;
768
+ }
769
+ .ui.basic.buttons .button:active,
770
+ .ui.basic.button:active {
771
+ background: #f8f8f8;
772
+ color: rgba(0, 0, 0, 0.9);
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;
774
+ }
775
+ .ui.basic.buttons .active.button,
776
+ .ui.basic.active.button {
777
+ background: rgba(0, 0, 0, 0.05);
778
+ box-shadow: "";
779
+ color: rgba(0, 0, 0, 0.95);
780
+ }
781
+ .ui.basic.buttons .active.button:hover,
782
+ .ui.basic.active.button:hover {
783
+ background-color: rgba(0, 0, 0, 0.05);
784
+ }
785
+ .ui.basic.buttons .button:hover {
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;
787
+ }
788
+ .ui.basic.buttons .button:active {
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;
790
+ }
791
+ .ui.basic.buttons .active.button {
792
+ box-shadow: "";
793
+ }
794
+
795
+ /* Standard Basic Inverted */
796
+ .ui.basic.inverted.buttons .button,
797
+ .ui.basic.inverted.button {
798
+ background-color: transparent;
799
+ color: #f9fafb;
800
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
801
+ }
802
+ .ui.basic.inverted.buttons .button:hover,
803
+ .ui.basic.inverted.button:hover {
804
+ color: #fff;
805
+ box-shadow: 0 0 0 2px #ffffff inset;
806
+ }
807
+ .ui.basic.inverted.buttons .button:focus,
808
+ .ui.basic.inverted.button:focus {
809
+ color: #fff;
810
+ box-shadow: 0 0 0 2px #ffffff inset;
811
+ }
812
+ .ui.basic.inverted.buttons .button:active,
813
+ .ui.basic.inverted.button:active {
814
+ background-color: rgba(255, 255, 255, 0.08);
815
+ color: #fff;
816
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9) inset;
817
+ }
818
+ .ui.basic.inverted.buttons .active.button,
819
+ .ui.basic.inverted.active.button {
820
+ background-color: rgba(255, 255, 255, 0.08);
821
+ color: #fff;
822
+ text-shadow: none;
823
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7) inset;
824
+ }
825
+ .ui.basic.inverted.buttons .active.button:hover,
826
+ .ui.basic.inverted.active.button:hover {
827
+ background-color: rgba(255, 255, 255, 0.15);
828
+ box-shadow: 0 0 0 2px #ffffff inset;
829
+ }
830
+
831
+ /* Basic Group */
832
+ .ui.basic.buttons:not(.inverted) .button:not(.basic) {
833
+ border-right: 1px solid rgba(34, 36, 38, 0.15);
834
+ box-shadow: none;
835
+ }
836
+ .ui.basic.vertical.buttons .button {
837
+ border-left: none;
838
+ border-left-width: 0;
839
+ border-top: 1px solid rgba(34, 36, 38, 0.15);
840
+ }
841
+ .ui.basic.vertical.buttons:not(.spaced):not(.circular) .button:first-child {
842
+ border-top: none;
843
+ }
844
+
845
+ /* -------------------
846
+ Tertiary
847
+ -------------------- */
848
+
849
+ /* Overline Mixin */
850
+ .ui.tertiary.button {
851
+ transition: color 0.1s ease !important;
852
+ border-radius: 0;
853
+ margin: 0.28571429em 0.25em 0.28571429em 0 !important;
854
+ padding: 0.5em 0.5em !important;
855
+ box-shadow: none;
856
+ color: rgba(0, 0, 0, 0.6);
857
+ background: none;
858
+ }
859
+ .ui.tertiary.button:hover {
860
+ box-shadow: inset 0 -0.2em 0 #666666;
861
+ color: #333333;
862
+ background: none;
863
+ }
864
+ .ui.tertiary.button:focus {
865
+ box-shadow: inset 0 -0.2em 0 #666666;
866
+ color: #333333;
867
+ background: none;
868
+ }
869
+ .ui.tertiary.button:active {
870
+ box-shadow: inset 0 -0.2em 0 #999999;
871
+ border-radius: 0.28571429rem 0.28571429rem 0 0;
872
+ color: #666666;
873
+ background: none;
874
+ }
875
+
876
+ /* --------------
877
+ Labeled Icon
878
+ --------------- */
879
+ .ui.labeled.icon.buttons .button,
880
+ .ui.labeled.icon.button {
881
+ position: relative;
882
+ padding-left: 4.07142857em !important;
883
+ padding-right: 1.5em !important;
884
+ }
885
+
886
+ /* Left Labeled */
887
+ .ui.labeled.icon.buttons > .button > .icon,
888
+ .ui.labeled.icon.button > .icon {
889
+ position: absolute;
890
+ top: 0;
891
+ left: 0;
892
+ height: 100%;
893
+ line-height: 1;
894
+ border-radius: 0;
895
+ border-top-left-radius: inherit;
896
+ border-bottom-left-radius: inherit;
897
+ text-align: center;
898
+ animation: none;
899
+ padding: 0.78571429em 0;
900
+ margin: 0;
901
+ width: 2.57142857em;
902
+ background-color: rgba(0, 0, 0, 0.05);
903
+ color: "";
904
+ box-shadow: -1px 0 0 0 transparent inset;
905
+ }
906
+
907
+ /* Right Labeled */
908
+ .ui[class*="right labeled"].icon.button {
909
+ padding-right: 4.07142857em !important;
910
+ padding-left: 1.5em !important;
911
+ }
912
+ .ui[class*="right labeled"].icon.button > .icon {
913
+ left: auto;
914
+ right: 0;
915
+ border-radius: 0;
916
+ border-top-right-radius: inherit;
917
+ border-bottom-right-radius: inherit;
918
+ box-shadow: 1px 0 0 0 transparent inset;
919
+ }
920
+ .ui.labeled.icon.buttons > .button > .icon::before,
921
+ .ui.labeled.icon.button > .icon::before,
922
+ .ui.labeled.icon.buttons > .button > .icon::after,
923
+ .ui.labeled.icon.button > .icon::after {
924
+ display: block;
925
+ position: relative;
926
+ width: 100%;
927
+ top: 0;
928
+ text-align: center;
929
+ }
930
+ .ui.labeled.icon.buttons .button > .icon {
931
+ border-radius: 0;
932
+ }
933
+ .ui.labeled.icon.buttons .button:first-child > .icon {
934
+ border-top-left-radius: 0.28571429rem;
935
+ border-bottom-left-radius: 0.28571429rem;
936
+ }
937
+ .ui.labeled.icon.buttons .button:last-child > .icon {
938
+ border-top-right-radius: 0.28571429rem;
939
+ border-bottom-right-radius: 0.28571429rem;
940
+ }
941
+ .ui.vertical.labeled.icon.buttons .button:first-child > .icon {
942
+ border-radius: 0;
943
+ border-top-left-radius: 0.28571429rem;
944
+ }
945
+ .ui.vertical.labeled.icon.buttons .button:last-child > .icon {
946
+ border-radius: 0;
947
+ border-bottom-left-radius: 0.28571429rem;
948
+ }
949
+
950
+ /* Loading Icon in Labeled Button */
951
+ .ui.labeled.icon.button > .loading.icon::before {
952
+ animation: loader 2s linear infinite;
953
+ }
954
+
955
+ /* --------------
956
+ Toggle
957
+ --------------- */
958
+
959
+ /* Toggle (Modifies active state to give affordances) */
960
+ .ui.toggle.buttons .active.button,
961
+ .ui.buttons .button.toggle.active,
962
+ .ui.button.toggle.active {
963
+ background-color: #21ba45;
964
+ box-shadow: none;
965
+ text-shadow: none;
966
+ color: #fff;
967
+ }
968
+ .ui.button.toggle.active:hover {
969
+ background-color: #16ab39;
970
+ text-shadow: none;
971
+ color: #fff;
972
+ }
973
+
974
+ /* --------------
975
+ Circular
976
+ --------------- */
977
+ .ui.ui.circular.buttons .button,
978
+ .ui.ui.ui.ui.circular.button {
979
+ border-radius: 10em;
980
+ min-width: 2.5em;
981
+ }
982
+ .ui.circular.buttons .button > .icon,
983
+ .ui.circular.button > .icon {
984
+ width: 1em;
985
+ vertical-align: baseline;
986
+ }
987
+ .ui.circular.buttons:not(.vertical):not(.spaced) .button {
988
+ margin-right: 0.25em;
989
+ }
990
+ .ui.vertical.circular.buttons .button {
991
+ margin-bottom: 0.25em;
992
+ }
993
+ .ui.circular.basic.buttons {
994
+ border: none;
995
+ }
996
+ .ui.circular.basic.buttons .button {
997
+ border: 1px solid rgba(34, 36, 38, 0.15);
998
+ }
999
+ .ui.circular.basic.buttons .button.basic {
1000
+ border: none;
1001
+ }
1002
+
1003
+ /* -------------------
1004
+ Or Buttons
1005
+ -------------------- */
1006
+ .ui.buttons .or {
1007
+ position: relative;
1008
+ width: 0.3em;
1009
+ height: 2.57142857em;
1010
+ z-index: 3;
1011
+ }
1012
+ .ui.buttons .or::before {
1013
+ position: absolute;
1014
+ text-align: center;
1015
+ border-radius: 500rem;
1016
+ content: "or";
1017
+ top: 50%;
1018
+ left: 50%;
1019
+ background-color: #fff;
1020
+ text-shadow: none;
1021
+ margin-top: -0.89285714em;
1022
+ margin-left: -0.89285714em;
1023
+ width: 1.78571429em;
1024
+ height: 1.78571429em;
1025
+ line-height: 1.78571429em;
1026
+ color: rgba(0, 0, 0, 0.4);
1027
+ font-style: normal;
1028
+ font-weight: bold;
1029
+ box-shadow: 0 0 0 1px transparent inset;
1030
+ }
1031
+ .ui.buttons .or[data-text]::before {
1032
+ content: attr(data-text);
1033
+ }
1034
+
1035
+ /* Fluid Or */
1036
+ .ui.fluid.buttons .or {
1037
+ width: 0 !important;
1038
+ }
1039
+ .ui.fluid.buttons .or::after {
1040
+ display: none;
1041
+ }
1042
+
1043
+ /* -------------------
1044
+ Attached
1045
+ -------------------- */
1046
+
1047
+ /* Singular */
1048
+ .ui.attached.button {
1049
+ position: relative;
1050
+ display: block;
1051
+ margin: 0;
1052
+ border-radius: 0;
1053
+ box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15);
1054
+ }
1055
+
1056
+ /* Top / Bottom */
1057
+ .ui.attached.top.button {
1058
+ border-radius: 0.28571429rem 0.28571429rem 0 0;
1059
+ }
1060
+ .ui.attached.bottom.button {
1061
+ border-radius: 0 0 0.28571429rem 0.28571429rem;
1062
+ }
1063
+
1064
+ /* Left / Right */
1065
+ .ui.left.attached.button {
1066
+ display: inline-block;
1067
+ border-left: none;
1068
+ text-align: right;
1069
+ padding-right: 0.75em;
1070
+ border-radius: 0.28571429rem 0 0 0.28571429rem;
1071
+ }
1072
+ .ui.right.attached.button {
1073
+ display: inline-block;
1074
+ text-align: left;
1075
+ padding-left: 0.75em;
1076
+ border-radius: 0 0.28571429rem 0.28571429rem 0;
1077
+ }
1078
+
1079
+ /* Plural */
1080
+ .ui.attached.buttons {
1081
+ position: relative;
1082
+ display: flex;
1083
+ border-radius: 0;
1084
+ width: auto !important;
1085
+ z-index: auto;
1086
+ margin-left: -1px;
1087
+ margin-right: -1px;
1088
+ }
1089
+ .ui.attached.buttons .button {
1090
+ margin: 0;
1091
+ }
1092
+ .ui.attached.buttons .button:first-child {
1093
+ border-radius: 0;
1094
+ }
1095
+ .ui.attached.buttons .button:last-child {
1096
+ border-radius: 0;
1097
+ }
1098
+
1099
+ /* Top / Bottom */
1100
+ .ui[class*="top attached"].buttons {
1101
+ margin-bottom: 0;
1102
+ border-radius: 0.28571429rem 0.28571429rem 0 0;
1103
+ }
1104
+ .ui[class*="top attached"].buttons .button:first-child {
1105
+ border-radius: 0.28571429rem 0 0 0;
1106
+ }
1107
+ .ui[class*="top attached"].buttons .button:last-child {
1108
+ border-radius: 0 0.28571429rem 0 0;
1109
+ }
1110
+ .ui[class*="bottom attached"].buttons {
1111
+ margin-top: -1px;
1112
+ border-radius: 0 0 0.28571429rem 0.28571429rem;
1113
+ }
1114
+ .ui[class*="bottom attached"].buttons .button:first-child {
1115
+ border-radius: 0 0 0 0.28571429rem;
1116
+ }
1117
+ .ui[class*="bottom attached"].buttons .button:last-child {
1118
+ border-radius: 0 0 0.28571429rem 0;
1119
+ }
1120
+
1121
+ /* Left / Right */
1122
+ .ui[class*="left attached"].buttons {
1123
+ display: inline-flex;
1124
+ margin-right: 0;
1125
+ margin-left: -1px;
1126
+ border-radius: 0 0.28571429rem 0.28571429rem 0;
1127
+ }
1128
+ .ui[class*="left attached"].buttons .button:first-child {
1129
+ margin-left: -1px;
1130
+ border-radius: 0 0.28571429rem 0 0;
1131
+ }
1132
+ .ui[class*="left attached"].buttons .button:last-child {
1133
+ margin-left: -1px;
1134
+ border-radius: 0 0 0.28571429rem 0;
1135
+ }
1136
+ .ui[class*="right attached"].buttons {
1137
+ display: inline-flex;
1138
+ margin-left: 0;
1139
+ margin-right: -1px;
1140
+ border-radius: 0.28571429rem 0 0 0.28571429rem;
1141
+ }
1142
+ .ui[class*="right attached"].buttons .button:first-child {
1143
+ margin-left: -1px;
1144
+ border-radius: 0.28571429rem 0 0 0;
1145
+ }
1146
+ .ui[class*="right attached"].buttons .button:last-child {
1147
+ margin-left: -1px;
1148
+ border-radius: 0 0 0 0.28571429rem;
1149
+ }
1150
+
1151
+ /* -------------------
1152
+ Fluid
1153
+ -------------------- */
1154
+ .ui.fluid.buttons,
1155
+ .ui.fluid.button {
1156
+ width: 100%;
1157
+ }
1158
+ .ui.fluid.button {
1159
+ display: block;
1160
+ }
1161
+ .ui.two.buttons {
1162
+ width: 100%;
1163
+ }
1164
+ .ui.two.buttons > .button {
1165
+ width: 50%;
1166
+ }
1167
+ .ui.three.buttons {
1168
+ width: 100%;
1169
+ }
1170
+ .ui.three.buttons > .button {
1171
+ width: 33.333%;
1172
+ }
1173
+ .ui.four.buttons {
1174
+ width: 100%;
1175
+ }
1176
+ .ui.four.buttons > .button {
1177
+ width: 25%;
1178
+ }
1179
+ .ui.five.buttons {
1180
+ width: 100%;
1181
+ }
1182
+ .ui.five.buttons > .button {
1183
+ width: 20%;
1184
+ }
1185
+ .ui.six.buttons {
1186
+ width: 100%;
1187
+ }
1188
+ .ui.six.buttons > .button {
1189
+ width: 16.666%;
1190
+ }
1191
+ .ui.seven.buttons {
1192
+ width: 100%;
1193
+ }
1194
+ .ui.seven.buttons > .button {
1195
+ width: 14.285%;
1196
+ }
1197
+ .ui.eight.buttons {
1198
+ width: 100%;
1199
+ }
1200
+ .ui.eight.buttons > .button {
1201
+ width: 12.5%;
1202
+ }
1203
+ .ui.nine.buttons {
1204
+ width: 100%;
1205
+ }
1206
+ .ui.nine.buttons > .button {
1207
+ width: 11.11%;
1208
+ }
1209
+ .ui.ten.buttons {
1210
+ width: 100%;
1211
+ }
1212
+ .ui.ten.buttons > .button {
1213
+ width: 10%;
1214
+ }
1215
+ .ui.eleven.buttons {
1216
+ width: 100%;
1217
+ }
1218
+ .ui.eleven.buttons > .button {
1219
+ width: 9.09%;
1220
+ }
1221
+ .ui.twelve.buttons {
1222
+ width: 100%;
1223
+ }
1224
+ .ui.twelve.buttons > .button {
1225
+ width: 8.3333%;
1226
+ }
1227
+
1228
+ /* Fluid Vertical Buttons */
1229
+ .ui.fluid.vertical.buttons,
1230
+ .ui.fluid.vertical.buttons > .button {
1231
+ display: flex;
1232
+ width: auto;
1233
+ justify-content: center;
1234
+ }
1235
+ .ui.two.vertical.buttons > .button {
1236
+ height: 50%;
1237
+ }
1238
+ .ui.three.vertical.buttons > .button {
1239
+ height: 33.333%;
1240
+ }
1241
+ .ui.four.vertical.buttons > .button {
1242
+ height: 25%;
1243
+ }
1244
+ .ui.five.vertical.buttons > .button {
1245
+ height: 20%;
1246
+ }
1247
+ .ui.six.vertical.buttons > .button {
1248
+ height: 16.666%;
1249
+ }
1250
+ .ui.seven.vertical.buttons > .button {
1251
+ height: 14.285%;
1252
+ }
1253
+ .ui.eight.vertical.buttons > .button {
1254
+ height: 12.5%;
1255
+ }
1256
+ .ui.nine.vertical.buttons > .button {
1257
+ height: 11.11%;
1258
+ }
1259
+ .ui.ten.vertical.buttons > .button {
1260
+ height: 10%;
1261
+ }
1262
+ .ui.eleven.vertical.buttons > .button {
1263
+ height: 9.09%;
1264
+ }
1265
+ .ui.twelve.vertical.buttons > .button {
1266
+ height: 8.3333%;
1267
+ }
1268
+
1269
+ /* -------------------
1270
+ Colors
1271
+ -------------------- */
1272
+ .ui.primary.buttons .button,
1273
+ .ui.primary.button {
1274
+ background-color: #2185d0;
1275
+ color: #fff;
1276
+ text-shadow: none;
1277
+ background-image: none;
1278
+ }
1279
+ .ui.primary.button {
1280
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
1281
+ }
1282
+ .ui.primary.buttons .button:hover,
1283
+ .ui.primary.button:hover {
1284
+ background-color: #1678c2;
1285
+ color: #fff;
1286
+ text-shadow: none;
1287
+ }
1288
+ .ui.primary.buttons .button:focus,
1289
+ .ui.primary.button:focus {
1290
+ background-color: #0d71bb;
1291
+ color: #fff;
1292
+ text-shadow: none;
1293
+ }
1294
+ .ui.primary.buttons .button:active,
1295
+ .ui.primary.button:active {
1296
+ background-color: #1a69a4;
1297
+ color: #fff;
1298
+ text-shadow: none;
1299
+ }
1300
+ .ui.primary.buttons .active.button,
1301
+ .ui.primary.buttons .active.button:active,
1302
+ .ui.primary.active.button,
1303
+ .ui.primary.button .active.button:active {
1304
+ background-color: #1279c6;
1305
+ color: #fff;
1306
+ text-shadow: none;
1307
+ }
1308
+
1309
+ /* Basic */
1310
+ .ui.basic.primary.buttons .button,
1311
+ .ui.basic.primary.button {
1312
+ background: transparent;
1313
+ box-shadow: 0 0 0 1px #2185d0 inset;
1314
+ color: #2185d0;
1315
+ }
1316
+ .ui.basic.primary.buttons .button:hover,
1317
+ .ui.basic.primary.button:hover {
1318
+ background: transparent;
1319
+ box-shadow: 0 0 0 1px #1678c2 inset;
1320
+ color: #1678c2;
1321
+ }
1322
+ .ui.basic.primary.buttons .button:focus,
1323
+ .ui.basic.primary.button:focus {
1324
+ background: transparent;
1325
+ box-shadow: 0 0 0 1px #0d71bb inset;
1326
+ color: #1678c2;
1327
+ }
1328
+ .ui.basic.primary.buttons .active.button,
1329
+ .ui.basic.primary.active.button {
1330
+ background: transparent;
1331
+ box-shadow: 0 0 0 1px #1279c6 inset;
1332
+ color: #1a69a4;
1333
+ }
1334
+ .ui.basic.primary.buttons .button:active,
1335
+ .ui.basic.primary.button:active {
1336
+ box-shadow: 0 0 0 1px #1a69a4 inset;
1337
+ color: #1a69a4;
1338
+ }
1339
+
1340
+ /* Inverted */
1341
+ .ui.inverted.primary.buttons .button,
1342
+ .ui.inverted.primary.button {
1343
+ background-color: transparent;
1344
+ box-shadow: 0 0 0 2px #54c8ff inset;
1345
+ color: #54c8ff;
1346
+ }
1347
+ .ui.inverted.primary.buttons .button:hover,
1348
+ .ui.inverted.primary.button:hover,
1349
+ .ui.inverted.primary.buttons .button:focus,
1350
+ .ui.inverted.primary.button:focus,
1351
+ .ui.inverted.primary.buttons .button.active,
1352
+ .ui.inverted.primary.button.active,
1353
+ .ui.inverted.primary.buttons .button:active,
1354
+ .ui.inverted.primary.button:active {
1355
+ box-shadow: none;
1356
+ color: #fff;
1357
+ }
1358
+ .ui.inverted.primary.buttons .button:hover,
1359
+ .ui.inverted.primary.button:hover {
1360
+ background-color: #21b8ff;
1361
+ }
1362
+ .ui.inverted.primary.buttons .button:focus,
1363
+ .ui.inverted.primary.button:focus {
1364
+ background-color: #2bbbff;
1365
+ }
1366
+ .ui.inverted.primary.buttons .active.button,
1367
+ .ui.inverted.primary.active.button {
1368
+ background-color: #3ac0ff;
1369
+ }
1370
+ .ui.inverted.primary.buttons .button:active,
1371
+ .ui.inverted.primary.button:active {
1372
+ background-color: #21b8ff;
1373
+ }
1374
+
1375
+ /* Inverted Basic */
1376
+ .ui.inverted.primary.basic.buttons .button,
1377
+ .ui.inverted.primary.buttons .basic.button,
1378
+ .ui.inverted.primary.basic.button {
1379
+ background-color: transparent;
1380
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
1381
+ color: #fff;
1382
+ }
1383
+ .ui.inverted.primary.basic.buttons .button:hover,
1384
+ .ui.inverted.primary.buttons .basic.button:hover,
1385
+ .ui.inverted.primary.basic.button:hover {
1386
+ box-shadow: 0 0 0 2px #21b8ff inset;
1387
+ color: #54c8ff;
1388
+ }
1389
+ .ui.inverted.primary.basic.buttons .button:focus,
1390
+ .ui.inverted.primary.basic.buttons .button:focus,
1391
+ .ui.inverted.primary.basic.button:focus {
1392
+ box-shadow: 0 0 0 2px #2bbbff inset;
1393
+ color: #54c8ff;
1394
+ }
1395
+ .ui.inverted.primary.basic.buttons .active.button,
1396
+ .ui.inverted.primary.buttons .basic.active.button,
1397
+ .ui.inverted.primary.basic.active.button {
1398
+ box-shadow: 0 0 0 2px #3ac0ff inset;
1399
+ color: #54c8ff;
1400
+ }
1401
+ .ui.inverted.primary.basic.buttons .button:active,
1402
+ .ui.inverted.primary.buttons .basic.button:active,
1403
+ .ui.inverted.primary.basic.button:active {
1404
+ box-shadow: 0 0 0 2px #21b8ff inset;
1405
+ color: #54c8ff;
1406
+ }
1407
+
1408
+ /* Tertiary */
1409
+ .ui.tertiary.primary.buttons .button,
1410
+ .ui.tertiary.primary.buttons .tertiary.button,
1411
+ .ui.tertiary.primary.button {
1412
+ background: transparent;
1413
+ box-shadow: none;
1414
+ color: #2185d0;
1415
+ }
1416
+ .ui.tertiary.primary.buttons .button:hover,
1417
+ .ui.tertiary.primary.buttons button:hover,
1418
+ .ui.tertiary.primary.button:hover {
1419
+ box-shadow: inset 0 -0.2em 0 #2b75ac;
1420
+ color: #2b75ac;
1421
+ }
1422
+ .ui.tertiary.primary.buttons .button:focus,
1423
+ .ui.tertiary.primary.buttons .tertiary.button:focus,
1424
+ .ui.tertiary.primary.button:focus {
1425
+ box-shadow: inset 0 -0.2em 0 #216ea7;
1426
+ color: #216ea7;
1427
+ }
1428
+ .ui.tertiary.primary.buttons .active.button,
1429
+ .ui.tertiary.primary.buttons .tertiary.active.button,
1430
+ .ui.tertiary.primary.active.button,
1431
+ .ui.tertiary.primary.buttons .button:active,
1432
+ .ui.tertiary.primary.buttons .tertiary.button:active,
1433
+ .ui.tertiary.primary.button:active {
1434
+ box-shadow: inset 0 -0.2em 0 #007bd8;
1435
+ color: #1279c6;
1436
+ }
1437
+ .ui.secondary.buttons .button,
1438
+ .ui.secondary.button {
1439
+ background-color: #1b1c1d;
1440
+ color: #fff;
1441
+ text-shadow: none;
1442
+ background-image: none;
1443
+ }
1444
+ .ui.secondary.button {
1445
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
1446
+ }
1447
+ .ui.secondary.buttons .button:hover,
1448
+ .ui.secondary.button:hover {
1449
+ background-color: #27292a;
1450
+ color: #fff;
1451
+ text-shadow: none;
1452
+ }
1453
+ .ui.secondary.buttons .button:focus,
1454
+ .ui.secondary.button:focus {
1455
+ background-color: #2e3032;
1456
+ color: #fff;
1457
+ text-shadow: none;
1458
+ }
1459
+ .ui.secondary.buttons .button:active,
1460
+ .ui.secondary.button:active {
1461
+ background-color: #343637;
1462
+ color: #fff;
1463
+ text-shadow: none;
1464
+ }
1465
+ .ui.secondary.buttons .active.button,
1466
+ .ui.secondary.buttons .active.button:active,
1467
+ .ui.secondary.active.button,
1468
+ .ui.secondary.button .active.button:active {
1469
+ background-color: #27292a;
1470
+ color: #fff;
1471
+ text-shadow: none;
1472
+ }
1473
+
1474
+ /* Basic */
1475
+ .ui.basic.secondary.buttons .button,
1476
+ .ui.basic.secondary.button {
1477
+ background: transparent;
1478
+ box-shadow: 0 0 0 1px #1b1c1d inset;
1479
+ color: #1b1c1d;
1480
+ }
1481
+ .ui.basic.secondary.buttons .button:hover,
1482
+ .ui.basic.secondary.button:hover {
1483
+ background: transparent;
1484
+ box-shadow: 0 0 0 1px #27292a inset;
1485
+ color: #27292a;
1486
+ }
1487
+ .ui.basic.secondary.buttons .button:focus,
1488
+ .ui.basic.secondary.button:focus {
1489
+ background: transparent;
1490
+ box-shadow: 0 0 0 1px #2e3032 inset;
1491
+ color: #27292a;
1492
+ }
1493
+ .ui.basic.secondary.buttons .active.button,
1494
+ .ui.basic.secondary.active.button {
1495
+ background: transparent;
1496
+ box-shadow: 0 0 0 1px #27292a inset;
1497
+ color: #343637;
1498
+ }
1499
+ .ui.basic.secondary.buttons .button:active,
1500
+ .ui.basic.secondary.button:active {
1501
+ box-shadow: 0 0 0 1px #343637 inset;
1502
+ color: #343637;
1503
+ }
1504
+
1505
+ /* Inverted */
1506
+ .ui.inverted.secondary.buttons .button,
1507
+ .ui.inverted.secondary.button {
1508
+ background-color: transparent;
1509
+ box-shadow: 0 0 0 2px #545454 inset;
1510
+ color: #545454;
1511
+ }
1512
+ .ui.inverted.secondary.buttons .button:hover,
1513
+ .ui.inverted.secondary.button:hover,
1514
+ .ui.inverted.secondary.buttons .button:focus,
1515
+ .ui.inverted.secondary.button:focus,
1516
+ .ui.inverted.secondary.buttons .button.active,
1517
+ .ui.inverted.secondary.button.active,
1518
+ .ui.inverted.secondary.buttons .button:active,
1519
+ .ui.inverted.secondary.button:active {
1520
+ box-shadow: none;
1521
+ color: #fff;
1522
+ }
1523
+ .ui.inverted.secondary.buttons .button:hover,
1524
+ .ui.inverted.secondary.button:hover {
1525
+ background-color: #6e6e6e;
1526
+ }
1527
+ .ui.inverted.secondary.buttons .button:focus,
1528
+ .ui.inverted.secondary.button:focus {
1529
+ background-color: #686868;
1530
+ }
1531
+ .ui.inverted.secondary.buttons .active.button,
1532
+ .ui.inverted.secondary.active.button {
1533
+ background-color: #616161;
1534
+ }
1535
+ .ui.inverted.secondary.buttons .button:active,
1536
+ .ui.inverted.secondary.button:active {
1537
+ background-color: #6e6e6e;
1538
+ }
1539
+
1540
+ /* Inverted Basic */
1541
+ .ui.inverted.secondary.basic.buttons .button,
1542
+ .ui.inverted.secondary.buttons .basic.button,
1543
+ .ui.inverted.secondary.basic.button {
1544
+ background-color: transparent;
1545
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
1546
+ color: #fff;
1547
+ }
1548
+ .ui.inverted.secondary.basic.buttons .button:hover,
1549
+ .ui.inverted.secondary.buttons .basic.button:hover,
1550
+ .ui.inverted.secondary.basic.button:hover {
1551
+ box-shadow: 0 0 0 2px #6e6e6e inset;
1552
+ color: #545454;
1553
+ }
1554
+ .ui.inverted.secondary.basic.buttons .button:focus,
1555
+ .ui.inverted.secondary.basic.buttons .button:focus,
1556
+ .ui.inverted.secondary.basic.button:focus {
1557
+ box-shadow: 0 0 0 2px #686868 inset;
1558
+ color: #545454;
1559
+ }
1560
+ .ui.inverted.secondary.basic.buttons .active.button,
1561
+ .ui.inverted.secondary.buttons .basic.active.button,
1562
+ .ui.inverted.secondary.basic.active.button {
1563
+ box-shadow: 0 0 0 2px #616161 inset;
1564
+ color: #545454;
1565
+ }
1566
+ .ui.inverted.secondary.basic.buttons .button:active,
1567
+ .ui.inverted.secondary.buttons .basic.button:active,
1568
+ .ui.inverted.secondary.basic.button:active {
1569
+ box-shadow: 0 0 0 2px #6e6e6e inset;
1570
+ color: #545454;
1571
+ }
1572
+
1573
+ /* Tertiary */
1574
+ .ui.tertiary.secondary.buttons .button,
1575
+ .ui.tertiary.secondary.buttons .tertiary.button,
1576
+ .ui.tertiary.secondary.button {
1577
+ background: transparent;
1578
+ box-shadow: none;
1579
+ color: #1b1c1d;
1580
+ }
1581
+ .ui.tertiary.secondary.buttons .button:hover,
1582
+ .ui.tertiary.secondary.buttons button:hover,
1583
+ .ui.tertiary.secondary.button:hover {
1584
+ box-shadow: inset 0 -0.2em 0 #292929;
1585
+ color: #292929;
1586
+ }
1587
+ .ui.tertiary.secondary.buttons .button:focus,
1588
+ .ui.tertiary.secondary.buttons .tertiary.button:focus,
1589
+ .ui.tertiary.secondary.button:focus {
1590
+ box-shadow: inset 0 -0.2em 0 #303030;
1591
+ color: #303030;
1592
+ }
1593
+ .ui.tertiary.secondary.buttons .active.button,
1594
+ .ui.tertiary.secondary.buttons .tertiary.active.button,
1595
+ .ui.tertiary.secondary.active.button,
1596
+ .ui.tertiary.secondary.buttons .button:active,
1597
+ .ui.tertiary.secondary.buttons .tertiary.button:active,
1598
+ .ui.tertiary.secondary.button:active {
1599
+ box-shadow: inset 0 -0.2em 0 #1f2933;
1600
+ color: #27292a;
1601
+ }
1602
+ .ui.red.buttons .button,
1603
+ .ui.red.button {
1604
+ background-color: #db2828;
1605
+ color: #fff;
1606
+ text-shadow: none;
1607
+ background-image: none;
1608
+ }
1609
+ .ui.red.button {
1610
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
1611
+ }
1612
+ .ui.red.buttons .button:hover,
1613
+ .ui.red.button:hover {
1614
+ background-color: #d01919;
1615
+ color: #fff;
1616
+ text-shadow: none;
1617
+ }
1618
+ .ui.red.buttons .button:focus,
1619
+ .ui.red.button:focus {
1620
+ background-color: #ca1010;
1621
+ color: #fff;
1622
+ text-shadow: none;
1623
+ }
1624
+ .ui.red.buttons .button:active,
1625
+ .ui.red.button:active {
1626
+ background-color: #b21e1e;
1627
+ color: #fff;
1628
+ text-shadow: none;
1629
+ }
1630
+ .ui.red.buttons .active.button,
1631
+ .ui.red.buttons .active.button:active,
1632
+ .ui.red.active.button,
1633
+ .ui.red.button .active.button:active {
1634
+ background-color: #d41515;
1635
+ color: #fff;
1636
+ text-shadow: none;
1637
+ }
1638
+
1639
+ /* Basic */
1640
+ .ui.basic.red.buttons .button,
1641
+ .ui.basic.red.button {
1642
+ background: transparent;
1643
+ box-shadow: 0 0 0 1px #db2828 inset;
1644
+ color: #db2828;
1645
+ }
1646
+ .ui.basic.red.buttons .button:hover,
1647
+ .ui.basic.red.button:hover {
1648
+ background: transparent;
1649
+ box-shadow: 0 0 0 1px #d01919 inset;
1650
+ color: #d01919;
1651
+ }
1652
+ .ui.basic.red.buttons .button:focus,
1653
+ .ui.basic.red.button:focus {
1654
+ background: transparent;
1655
+ box-shadow: 0 0 0 1px #ca1010 inset;
1656
+ color: #d01919;
1657
+ }
1658
+ .ui.basic.red.buttons .active.button,
1659
+ .ui.basic.red.active.button {
1660
+ background: transparent;
1661
+ box-shadow: 0 0 0 1px #d41515 inset;
1662
+ color: #b21e1e;
1663
+ }
1664
+ .ui.basic.red.buttons .button:active,
1665
+ .ui.basic.red.button:active {
1666
+ box-shadow: 0 0 0 1px #b21e1e inset;
1667
+ color: #b21e1e;
1668
+ }
1669
+
1670
+ /* Inverted */
1671
+ .ui.inverted.red.buttons .button,
1672
+ .ui.inverted.red.button {
1673
+ background-color: transparent;
1674
+ box-shadow: 0 0 0 2px #ff695e inset;
1675
+ color: #ff695e;
1676
+ }
1677
+ .ui.inverted.red.buttons .button:hover,
1678
+ .ui.inverted.red.button:hover,
1679
+ .ui.inverted.red.buttons .button:focus,
1680
+ .ui.inverted.red.button:focus,
1681
+ .ui.inverted.red.buttons .button.active,
1682
+ .ui.inverted.red.button.active,
1683
+ .ui.inverted.red.buttons .button:active,
1684
+ .ui.inverted.red.button:active {
1685
+ box-shadow: none;
1686
+ color: #fff;
1687
+ }
1688
+ .ui.inverted.red.buttons .button:hover,
1689
+ .ui.inverted.red.button:hover {
1690
+ background-color: #ff392b;
1691
+ }
1692
+ .ui.inverted.red.buttons .button:focus,
1693
+ .ui.inverted.red.button:focus {
1694
+ background-color: #ff4335;
1695
+ }
1696
+ .ui.inverted.red.buttons .active.button,
1697
+ .ui.inverted.red.active.button {
1698
+ background-color: #ff5144;
1699
+ }
1700
+ .ui.inverted.red.buttons .button:active,
1701
+ .ui.inverted.red.button:active {
1702
+ background-color: #ff392b;
1703
+ }
1704
+
1705
+ /* Inverted Basic */
1706
+ .ui.inverted.red.basic.buttons .button,
1707
+ .ui.inverted.red.buttons .basic.button,
1708
+ .ui.inverted.red.basic.button {
1709
+ background-color: transparent;
1710
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
1711
+ color: #fff;
1712
+ }
1713
+ .ui.inverted.red.basic.buttons .button:hover,
1714
+ .ui.inverted.red.buttons .basic.button:hover,
1715
+ .ui.inverted.red.basic.button:hover {
1716
+ box-shadow: 0 0 0 2px #ff392b inset;
1717
+ color: #ff695e;
1718
+ }
1719
+ .ui.inverted.red.basic.buttons .button:focus,
1720
+ .ui.inverted.red.basic.buttons .button:focus,
1721
+ .ui.inverted.red.basic.button:focus {
1722
+ box-shadow: 0 0 0 2px #ff4335 inset;
1723
+ color: #ff695e;
1724
+ }
1725
+ .ui.inverted.red.basic.buttons .active.button,
1726
+ .ui.inverted.red.buttons .basic.active.button,
1727
+ .ui.inverted.red.basic.active.button {
1728
+ box-shadow: 0 0 0 2px #ff5144 inset;
1729
+ color: #ff695e;
1730
+ }
1731
+ .ui.inverted.red.basic.buttons .button:active,
1732
+ .ui.inverted.red.buttons .basic.button:active,
1733
+ .ui.inverted.red.basic.button:active {
1734
+ box-shadow: 0 0 0 2px #ff392b inset;
1735
+ color: #ff695e;
1736
+ }
1737
+
1738
+ /* Tertiary */
1739
+ .ui.tertiary.red.buttons .button,
1740
+ .ui.tertiary.red.buttons .tertiary.button,
1741
+ .ui.tertiary.red.button {
1742
+ background: transparent;
1743
+ box-shadow: none;
1744
+ color: #db2828;
1745
+ }
1746
+ .ui.tertiary.red.buttons .button:hover,
1747
+ .ui.tertiary.red.buttons button:hover,
1748
+ .ui.tertiary.red.button:hover {
1749
+ box-shadow: inset 0 -0.2em 0 #b93131;
1750
+ color: #b93131;
1751
+ }
1752
+ .ui.tertiary.red.buttons .button:focus,
1753
+ .ui.tertiary.red.buttons .tertiary.button:focus,
1754
+ .ui.tertiary.red.button:focus {
1755
+ box-shadow: inset 0 -0.2em 0 #b52626;
1756
+ color: #b52626;
1757
+ }
1758
+ .ui.tertiary.red.buttons .active.button,
1759
+ .ui.tertiary.red.buttons .tertiary.active.button,
1760
+ .ui.tertiary.red.active.button,
1761
+ .ui.tertiary.red.buttons .button:active,
1762
+ .ui.tertiary.red.buttons .tertiary.button:active,
1763
+ .ui.tertiary.red.button:active {
1764
+ box-shadow: inset 0 -0.2em 0 #ea0000;
1765
+ color: #d41515;
1766
+ }
1767
+ .ui.orange.buttons .button,
1768
+ .ui.orange.button {
1769
+ background-color: #f2711c;
1770
+ color: #fff;
1771
+ text-shadow: none;
1772
+ background-image: none;
1773
+ }
1774
+ .ui.orange.button {
1775
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
1776
+ }
1777
+ .ui.orange.buttons .button:hover,
1778
+ .ui.orange.button:hover {
1779
+ background-color: #f26202;
1780
+ color: #fff;
1781
+ text-shadow: none;
1782
+ }
1783
+ .ui.orange.buttons .button:focus,
1784
+ .ui.orange.button:focus {
1785
+ background-color: #e55b00;
1786
+ color: #fff;
1787
+ text-shadow: none;
1788
+ }
1789
+ .ui.orange.buttons .button:active,
1790
+ .ui.orange.button:active {
1791
+ background-color: #cf590c;
1792
+ color: #fff;
1793
+ text-shadow: none;
1794
+ }
1795
+ .ui.orange.buttons .active.button,
1796
+ .ui.orange.buttons .active.button:active,
1797
+ .ui.orange.active.button,
1798
+ .ui.orange.button .active.button:active {
1799
+ background-color: #f56100;
1800
+ color: #fff;
1801
+ text-shadow: none;
1802
+ }
1803
+
1804
+ /* Basic */
1805
+ .ui.basic.orange.buttons .button,
1806
+ .ui.basic.orange.button {
1807
+ background: transparent;
1808
+ box-shadow: 0 0 0 1px #f2711c inset;
1809
+ color: #f2711c;
1810
+ }
1811
+ .ui.basic.orange.buttons .button:hover,
1812
+ .ui.basic.orange.button:hover {
1813
+ background: transparent;
1814
+ box-shadow: 0 0 0 1px #f26202 inset;
1815
+ color: #f26202;
1816
+ }
1817
+ .ui.basic.orange.buttons .button:focus,
1818
+ .ui.basic.orange.button:focus {
1819
+ background: transparent;
1820
+ box-shadow: 0 0 0 1px #e55b00 inset;
1821
+ color: #f26202;
1822
+ }
1823
+ .ui.basic.orange.buttons .active.button,
1824
+ .ui.basic.orange.active.button {
1825
+ background: transparent;
1826
+ box-shadow: 0 0 0 1px #f56100 inset;
1827
+ color: #cf590c;
1828
+ }
1829
+ .ui.basic.orange.buttons .button:active,
1830
+ .ui.basic.orange.button:active {
1831
+ box-shadow: 0 0 0 1px #cf590c inset;
1832
+ color: #cf590c;
1833
+ }
1834
+
1835
+ /* Inverted */
1836
+ .ui.inverted.orange.buttons .button,
1837
+ .ui.inverted.orange.button {
1838
+ background-color: transparent;
1839
+ box-shadow: 0 0 0 2px #ff851b inset;
1840
+ color: #ff851b;
1841
+ }
1842
+ .ui.inverted.orange.buttons .button:hover,
1843
+ .ui.inverted.orange.button:hover,
1844
+ .ui.inverted.orange.buttons .button:focus,
1845
+ .ui.inverted.orange.button:focus,
1846
+ .ui.inverted.orange.buttons .button.active,
1847
+ .ui.inverted.orange.button.active,
1848
+ .ui.inverted.orange.buttons .button:active,
1849
+ .ui.inverted.orange.button:active {
1850
+ box-shadow: none;
1851
+ color: #fff;
1852
+ }
1853
+ .ui.inverted.orange.buttons .button:hover,
1854
+ .ui.inverted.orange.button:hover {
1855
+ background-color: #e76b00;
1856
+ }
1857
+ .ui.inverted.orange.buttons .button:focus,
1858
+ .ui.inverted.orange.button:focus {
1859
+ background-color: #f17000;
1860
+ }
1861
+ .ui.inverted.orange.buttons .active.button,
1862
+ .ui.inverted.orange.active.button {
1863
+ background-color: #ff7701;
1864
+ }
1865
+ .ui.inverted.orange.buttons .button:active,
1866
+ .ui.inverted.orange.button:active {
1867
+ background-color: #e76b00;
1868
+ }
1869
+
1870
+ /* Inverted Basic */
1871
+ .ui.inverted.orange.basic.buttons .button,
1872
+ .ui.inverted.orange.buttons .basic.button,
1873
+ .ui.inverted.orange.basic.button {
1874
+ background-color: transparent;
1875
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
1876
+ color: #fff;
1877
+ }
1878
+ .ui.inverted.orange.basic.buttons .button:hover,
1879
+ .ui.inverted.orange.buttons .basic.button:hover,
1880
+ .ui.inverted.orange.basic.button:hover {
1881
+ box-shadow: 0 0 0 2px #e76b00 inset;
1882
+ color: #ff851b;
1883
+ }
1884
+ .ui.inverted.orange.basic.buttons .button:focus,
1885
+ .ui.inverted.orange.basic.buttons .button:focus,
1886
+ .ui.inverted.orange.basic.button:focus {
1887
+ box-shadow: 0 0 0 2px #f17000 inset;
1888
+ color: #ff851b;
1889
+ }
1890
+ .ui.inverted.orange.basic.buttons .active.button,
1891
+ .ui.inverted.orange.buttons .basic.active.button,
1892
+ .ui.inverted.orange.basic.active.button {
1893
+ box-shadow: 0 0 0 2px #ff7701 inset;
1894
+ color: #ff851b;
1895
+ }
1896
+ .ui.inverted.orange.basic.buttons .button:active,
1897
+ .ui.inverted.orange.buttons .basic.button:active,
1898
+ .ui.inverted.orange.basic.button:active {
1899
+ box-shadow: 0 0 0 2px #e76b00 inset;
1900
+ color: #ff851b;
1901
+ }
1902
+
1903
+ /* Tertiary */
1904
+ .ui.tertiary.orange.buttons .button,
1905
+ .ui.tertiary.orange.buttons .tertiary.button,
1906
+ .ui.tertiary.orange.button {
1907
+ background: transparent;
1908
+ box-shadow: none;
1909
+ color: #f2711c;
1910
+ }
1911
+ .ui.tertiary.orange.buttons .button:hover,
1912
+ .ui.tertiary.orange.buttons button:hover,
1913
+ .ui.tertiary.orange.button:hover {
1914
+ box-shadow: inset 0 -0.2em 0 #da671b;
1915
+ color: #da671b;
1916
+ }
1917
+ .ui.tertiary.orange.buttons .button:focus,
1918
+ .ui.tertiary.orange.buttons .tertiary.button:focus,
1919
+ .ui.tertiary.orange.button:focus {
1920
+ box-shadow: inset 0 -0.2em 0 #ce6017;
1921
+ color: #ce6017;
1922
+ }
1923
+ .ui.tertiary.orange.buttons .active.button,
1924
+ .ui.tertiary.orange.buttons .tertiary.active.button,
1925
+ .ui.tertiary.orange.active.button,
1926
+ .ui.tertiary.orange.buttons .button:active,
1927
+ .ui.tertiary.orange.buttons .tertiary.button:active,
1928
+ .ui.tertiary.orange.button:active {
1929
+ box-shadow: inset 0 -0.2em 0 #f56100;
1930
+ color: #f56100;
1931
+ }
1932
+ .ui.yellow.buttons .button,
1933
+ .ui.yellow.button {
1934
+ background-color: #fbbd08;
1935
+ color: #fff;
1936
+ text-shadow: none;
1937
+ background-image: none;
1938
+ }
1939
+ .ui.yellow.button {
1940
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
1941
+ }
1942
+ .ui.yellow.buttons .button:hover,
1943
+ .ui.yellow.button:hover {
1944
+ background-color: #eaae00;
1945
+ color: #fff;
1946
+ text-shadow: none;
1947
+ }
1948
+ .ui.yellow.buttons .button:focus,
1949
+ .ui.yellow.button:focus {
1950
+ background-color: #daa300;
1951
+ color: #fff;
1952
+ text-shadow: none;
1953
+ }
1954
+ .ui.yellow.buttons .button:active,
1955
+ .ui.yellow.button:active {
1956
+ background-color: #cd9903;
1957
+ color: #fff;
1958
+ text-shadow: none;
1959
+ }
1960
+ .ui.yellow.buttons .active.button,
1961
+ .ui.yellow.buttons .active.button:active,
1962
+ .ui.yellow.active.button,
1963
+ .ui.yellow.button .active.button:active {
1964
+ background-color: #eaae00;
1965
+ color: #fff;
1966
+ text-shadow: none;
1967
+ }
1968
+
1969
+ /* Basic */
1970
+ .ui.basic.yellow.buttons .button,
1971
+ .ui.basic.yellow.button {
1972
+ background: transparent;
1973
+ box-shadow: 0 0 0 1px #fbbd08 inset;
1974
+ color: #fbbd08;
1975
+ }
1976
+ .ui.basic.yellow.buttons .button:hover,
1977
+ .ui.basic.yellow.button:hover {
1978
+ background: transparent;
1979
+ box-shadow: 0 0 0 1px #eaae00 inset;
1980
+ color: #eaae00;
1981
+ }
1982
+ .ui.basic.yellow.buttons .button:focus,
1983
+ .ui.basic.yellow.button:focus {
1984
+ background: transparent;
1985
+ box-shadow: 0 0 0 1px #daa300 inset;
1986
+ color: #eaae00;
1987
+ }
1988
+ .ui.basic.yellow.buttons .active.button,
1989
+ .ui.basic.yellow.active.button {
1990
+ background: transparent;
1991
+ box-shadow: 0 0 0 1px #eaae00 inset;
1992
+ color: #cd9903;
1993
+ }
1994
+ .ui.basic.yellow.buttons .button:active,
1995
+ .ui.basic.yellow.button:active {
1996
+ box-shadow: 0 0 0 1px #cd9903 inset;
1997
+ color: #cd9903;
1998
+ }
1999
+
2000
+ /* Inverted */
2001
+ .ui.inverted.yellow.buttons .button,
2002
+ .ui.inverted.yellow.button {
2003
+ background-color: transparent;
2004
+ box-shadow: 0 0 0 2px #ffe21f inset;
2005
+ color: #ffe21f;
2006
+ }
2007
+ .ui.inverted.yellow.buttons .button:hover,
2008
+ .ui.inverted.yellow.button:hover,
2009
+ .ui.inverted.yellow.buttons .button:focus,
2010
+ .ui.inverted.yellow.button:focus,
2011
+ .ui.inverted.yellow.buttons .button.active,
2012
+ .ui.inverted.yellow.button.active,
2013
+ .ui.inverted.yellow.buttons .button:active,
2014
+ .ui.inverted.yellow.button:active {
2015
+ box-shadow: none;
2016
+ color: rgba(0, 0, 0, 0.6);
2017
+ }
2018
+ .ui.inverted.yellow.buttons .button:hover,
2019
+ .ui.inverted.yellow.button:hover {
2020
+ background-color: #ebcd00;
2021
+ }
2022
+ .ui.inverted.yellow.buttons .button:focus,
2023
+ .ui.inverted.yellow.button:focus {
2024
+ background-color: #f5d500;
2025
+ }
2026
+ .ui.inverted.yellow.buttons .active.button,
2027
+ .ui.inverted.yellow.active.button {
2028
+ background-color: #ffdf05;
2029
+ }
2030
+ .ui.inverted.yellow.buttons .button:active,
2031
+ .ui.inverted.yellow.button:active {
2032
+ background-color: #ebcd00;
2033
+ }
2034
+
2035
+ /* Inverted Basic */
2036
+ .ui.inverted.yellow.basic.buttons .button,
2037
+ .ui.inverted.yellow.buttons .basic.button,
2038
+ .ui.inverted.yellow.basic.button {
2039
+ background-color: transparent;
2040
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2041
+ color: #fff;
2042
+ }
2043
+ .ui.inverted.yellow.basic.buttons .button:hover,
2044
+ .ui.inverted.yellow.buttons .basic.button:hover,
2045
+ .ui.inverted.yellow.basic.button:hover {
2046
+ box-shadow: 0 0 0 2px #ebcd00 inset;
2047
+ color: #ffe21f;
2048
+ }
2049
+ .ui.inverted.yellow.basic.buttons .button:focus,
2050
+ .ui.inverted.yellow.basic.buttons .button:focus,
2051
+ .ui.inverted.yellow.basic.button:focus {
2052
+ box-shadow: 0 0 0 2px #f5d500 inset;
2053
+ color: #ffe21f;
2054
+ }
2055
+ .ui.inverted.yellow.basic.buttons .active.button,
2056
+ .ui.inverted.yellow.buttons .basic.active.button,
2057
+ .ui.inverted.yellow.basic.active.button {
2058
+ box-shadow: 0 0 0 2px #ffdf05 inset;
2059
+ color: #ffe21f;
2060
+ }
2061
+ .ui.inverted.yellow.basic.buttons .button:active,
2062
+ .ui.inverted.yellow.buttons .basic.button:active,
2063
+ .ui.inverted.yellow.basic.button:active {
2064
+ box-shadow: 0 0 0 2px #ebcd00 inset;
2065
+ color: #ffe21f;
2066
+ }
2067
+
2068
+ /* Tertiary */
2069
+ .ui.tertiary.yellow.buttons .button,
2070
+ .ui.tertiary.yellow.buttons .tertiary.button,
2071
+ .ui.tertiary.yellow.button {
2072
+ background: transparent;
2073
+ box-shadow: none;
2074
+ color: #fbbd08;
2075
+ }
2076
+ .ui.tertiary.yellow.buttons .button:hover,
2077
+ .ui.tertiary.yellow.buttons button:hover,
2078
+ .ui.tertiary.yellow.button:hover {
2079
+ box-shadow: inset 0 -0.2em 0 #d2a217;
2080
+ color: #d2a217;
2081
+ }
2082
+ .ui.tertiary.yellow.buttons .button:focus,
2083
+ .ui.tertiary.yellow.buttons .tertiary.button:focus,
2084
+ .ui.tertiary.yellow.button:focus {
2085
+ box-shadow: inset 0 -0.2em 0 #c49816;
2086
+ color: #c49816;
2087
+ }
2088
+ .ui.tertiary.yellow.buttons .active.button,
2089
+ .ui.tertiary.yellow.buttons .tertiary.active.button,
2090
+ .ui.tertiary.yellow.active.button,
2091
+ .ui.tertiary.yellow.buttons .button:active,
2092
+ .ui.tertiary.yellow.buttons .tertiary.button:active,
2093
+ .ui.tertiary.yellow.button:active {
2094
+ box-shadow: inset 0 -0.2em 0 #eaae00;
2095
+ color: #eaae00;
2096
+ }
2097
+ .ui.olive.buttons .button,
2098
+ .ui.olive.button {
2099
+ background-color: #b5cc18;
2100
+ color: #fff;
2101
+ text-shadow: none;
2102
+ background-image: none;
2103
+ }
2104
+ .ui.olive.button {
2105
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2106
+ }
2107
+ .ui.olive.buttons .button:hover,
2108
+ .ui.olive.button:hover {
2109
+ background-color: #a7bd0d;
2110
+ color: #fff;
2111
+ text-shadow: none;
2112
+ }
2113
+ .ui.olive.buttons .button:focus,
2114
+ .ui.olive.button:focus {
2115
+ background-color: #a0b605;
2116
+ color: #fff;
2117
+ text-shadow: none;
2118
+ }
2119
+ .ui.olive.buttons .button:active,
2120
+ .ui.olive.button:active {
2121
+ background-color: #8d9e13;
2122
+ color: #fff;
2123
+ text-shadow: none;
2124
+ }
2125
+ .ui.olive.buttons .active.button,
2126
+ .ui.olive.buttons .active.button:active,
2127
+ .ui.olive.active.button,
2128
+ .ui.olive.button .active.button:active {
2129
+ background-color: #aac109;
2130
+ color: #fff;
2131
+ text-shadow: none;
2132
+ }
2133
+
2134
+ /* Basic */
2135
+ .ui.basic.olive.buttons .button,
2136
+ .ui.basic.olive.button {
2137
+ background: transparent;
2138
+ box-shadow: 0 0 0 1px #b5cc18 inset;
2139
+ color: #b5cc18;
2140
+ }
2141
+ .ui.basic.olive.buttons .button:hover,
2142
+ .ui.basic.olive.button:hover {
2143
+ background: transparent;
2144
+ box-shadow: 0 0 0 1px #a7bd0d inset;
2145
+ color: #a7bd0d;
2146
+ }
2147
+ .ui.basic.olive.buttons .button:focus,
2148
+ .ui.basic.olive.button:focus {
2149
+ background: transparent;
2150
+ box-shadow: 0 0 0 1px #a0b605 inset;
2151
+ color: #a7bd0d;
2152
+ }
2153
+ .ui.basic.olive.buttons .active.button,
2154
+ .ui.basic.olive.active.button {
2155
+ background: transparent;
2156
+ box-shadow: 0 0 0 1px #aac109 inset;
2157
+ color: #8d9e13;
2158
+ }
2159
+ .ui.basic.olive.buttons .button:active,
2160
+ .ui.basic.olive.button:active {
2161
+ box-shadow: 0 0 0 1px #8d9e13 inset;
2162
+ color: #8d9e13;
2163
+ }
2164
+
2165
+ /* Inverted */
2166
+ .ui.inverted.olive.buttons .button,
2167
+ .ui.inverted.olive.button {
2168
+ background-color: transparent;
2169
+ box-shadow: 0 0 0 2px #d9e778 inset;
2170
+ color: #d9e778;
2171
+ }
2172
+ .ui.inverted.olive.buttons .button:hover,
2173
+ .ui.inverted.olive.button:hover,
2174
+ .ui.inverted.olive.buttons .button:focus,
2175
+ .ui.inverted.olive.button:focus,
2176
+ .ui.inverted.olive.buttons .button.active,
2177
+ .ui.inverted.olive.button.active,
2178
+ .ui.inverted.olive.buttons .button:active,
2179
+ .ui.inverted.olive.button:active {
2180
+ box-shadow: none;
2181
+ color: rgba(0, 0, 0, 0.6);
2182
+ }
2183
+ .ui.inverted.olive.buttons .button:hover,
2184
+ .ui.inverted.olive.button:hover {
2185
+ background-color: #d2e745;
2186
+ }
2187
+ .ui.inverted.olive.buttons .button:focus,
2188
+ .ui.inverted.olive.button:focus {
2189
+ background-color: #daef47;
2190
+ }
2191
+ .ui.inverted.olive.buttons .active.button,
2192
+ .ui.inverted.olive.active.button {
2193
+ background-color: #daed59;
2194
+ }
2195
+ .ui.inverted.olive.buttons .button:active,
2196
+ .ui.inverted.olive.button:active {
2197
+ background-color: #cddf4d;
2198
+ }
2199
+
2200
+ /* Inverted Basic */
2201
+ .ui.inverted.olive.basic.buttons .button,
2202
+ .ui.inverted.olive.buttons .basic.button,
2203
+ .ui.inverted.olive.basic.button {
2204
+ background-color: transparent;
2205
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2206
+ color: #fff;
2207
+ }
2208
+ .ui.inverted.olive.basic.buttons .button:hover,
2209
+ .ui.inverted.olive.buttons .basic.button:hover,
2210
+ .ui.inverted.olive.basic.button:hover {
2211
+ box-shadow: 0 0 0 2px #d2e745 inset;
2212
+ color: #d9e778;
2213
+ }
2214
+ .ui.inverted.olive.basic.buttons .button:focus,
2215
+ .ui.inverted.olive.basic.buttons .button:focus,
2216
+ .ui.inverted.olive.basic.button:focus {
2217
+ box-shadow: 0 0 0 2px #daef47 inset;
2218
+ color: #d9e778;
2219
+ }
2220
+ .ui.inverted.olive.basic.buttons .active.button,
2221
+ .ui.inverted.olive.buttons .basic.active.button,
2222
+ .ui.inverted.olive.basic.active.button {
2223
+ box-shadow: 0 0 0 2px #daed59 inset;
2224
+ color: #d9e778;
2225
+ }
2226
+ .ui.inverted.olive.basic.buttons .button:active,
2227
+ .ui.inverted.olive.buttons .basic.button:active,
2228
+ .ui.inverted.olive.basic.button:active {
2229
+ box-shadow: 0 0 0 2px #cddf4d inset;
2230
+ color: #d9e778;
2231
+ }
2232
+
2233
+ /* Tertiary */
2234
+ .ui.tertiary.olive.buttons .button,
2235
+ .ui.tertiary.olive.buttons .tertiary.button,
2236
+ .ui.tertiary.olive.button {
2237
+ background: transparent;
2238
+ box-shadow: none;
2239
+ color: #b5cc18;
2240
+ }
2241
+ .ui.tertiary.olive.buttons .button:hover,
2242
+ .ui.tertiary.olive.buttons button:hover,
2243
+ .ui.tertiary.olive.button:hover {
2244
+ box-shadow: inset 0 -0.2em 0 #98a922;
2245
+ color: #98a922;
2246
+ }
2247
+ .ui.tertiary.olive.buttons .button:focus,
2248
+ .ui.tertiary.olive.buttons .tertiary.button:focus,
2249
+ .ui.tertiary.olive.button:focus {
2250
+ box-shadow: inset 0 -0.2em 0 #92a418;
2251
+ color: #92a418;
2252
+ }
2253
+ .ui.tertiary.olive.buttons .active.button,
2254
+ .ui.tertiary.olive.buttons .tertiary.active.button,
2255
+ .ui.tertiary.olive.active.button,
2256
+ .ui.tertiary.olive.buttons .button:active,
2257
+ .ui.tertiary.olive.buttons .tertiary.button:active,
2258
+ .ui.tertiary.olive.button:active {
2259
+ box-shadow: inset 0 -0.2em 0 #b1cb00;
2260
+ color: #aac109;
2261
+ }
2262
+ .ui.green.buttons .button,
2263
+ .ui.green.button {
2264
+ background-color: #21ba45;
2265
+ color: #fff;
2266
+ text-shadow: none;
2267
+ background-image: none;
2268
+ }
2269
+ .ui.green.button {
2270
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2271
+ }
2272
+ .ui.green.buttons .button:hover,
2273
+ .ui.green.button:hover {
2274
+ background-color: #16ab39;
2275
+ color: #fff;
2276
+ text-shadow: none;
2277
+ }
2278
+ .ui.green.buttons .button:focus,
2279
+ .ui.green.button:focus {
2280
+ background-color: #0ea432;
2281
+ color: #fff;
2282
+ text-shadow: none;
2283
+ }
2284
+ .ui.green.buttons .button:active,
2285
+ .ui.green.button:active {
2286
+ background-color: #198f35;
2287
+ color: #fff;
2288
+ text-shadow: none;
2289
+ }
2290
+ .ui.green.buttons .active.button,
2291
+ .ui.green.buttons .active.button:active,
2292
+ .ui.green.active.button,
2293
+ .ui.green.button .active.button:active {
2294
+ background-color: #13ae38;
2295
+ color: #fff;
2296
+ text-shadow: none;
2297
+ }
2298
+
2299
+ /* Basic */
2300
+ .ui.basic.green.buttons .button,
2301
+ .ui.basic.green.button {
2302
+ background: transparent;
2303
+ box-shadow: 0 0 0 1px #21ba45 inset;
2304
+ color: #21ba45;
2305
+ }
2306
+ .ui.basic.green.buttons .button:hover,
2307
+ .ui.basic.green.button:hover {
2308
+ background: transparent;
2309
+ box-shadow: 0 0 0 1px #16ab39 inset;
2310
+ color: #16ab39;
2311
+ }
2312
+ .ui.basic.green.buttons .button:focus,
2313
+ .ui.basic.green.button:focus {
2314
+ background: transparent;
2315
+ box-shadow: 0 0 0 1px #0ea432 inset;
2316
+ color: #16ab39;
2317
+ }
2318
+ .ui.basic.green.buttons .active.button,
2319
+ .ui.basic.green.active.button {
2320
+ background: transparent;
2321
+ box-shadow: 0 0 0 1px #13ae38 inset;
2322
+ color: #198f35;
2323
+ }
2324
+ .ui.basic.green.buttons .button:active,
2325
+ .ui.basic.green.button:active {
2326
+ box-shadow: 0 0 0 1px #198f35 inset;
2327
+ color: #198f35;
2328
+ }
2329
+
2330
+ /* Inverted */
2331
+ .ui.inverted.green.buttons .button,
2332
+ .ui.inverted.green.button {
2333
+ background-color: transparent;
2334
+ box-shadow: 0 0 0 2px #2ecc40 inset;
2335
+ color: #2ecc40;
2336
+ }
2337
+ .ui.inverted.green.buttons .button:hover,
2338
+ .ui.inverted.green.button:hover,
2339
+ .ui.inverted.green.buttons .button:focus,
2340
+ .ui.inverted.green.button:focus,
2341
+ .ui.inverted.green.buttons .button.active,
2342
+ .ui.inverted.green.button.active,
2343
+ .ui.inverted.green.buttons .button:active,
2344
+ .ui.inverted.green.button:active {
2345
+ box-shadow: none;
2346
+ color: #fff;
2347
+ }
2348
+ .ui.inverted.green.buttons .button:hover,
2349
+ .ui.inverted.green.button:hover {
2350
+ background-color: #1ea92e;
2351
+ }
2352
+ .ui.inverted.green.buttons .button:focus,
2353
+ .ui.inverted.green.button:focus {
2354
+ background-color: #19b82b;
2355
+ }
2356
+ .ui.inverted.green.buttons .active.button,
2357
+ .ui.inverted.green.active.button {
2358
+ background-color: #1fc231;
2359
+ }
2360
+ .ui.inverted.green.buttons .button:active,
2361
+ .ui.inverted.green.button:active {
2362
+ background-color: #25a233;
2363
+ }
2364
+
2365
+ /* Inverted Basic */
2366
+ .ui.inverted.green.basic.buttons .button,
2367
+ .ui.inverted.green.buttons .basic.button,
2368
+ .ui.inverted.green.basic.button {
2369
+ background-color: transparent;
2370
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2371
+ color: #fff;
2372
+ }
2373
+ .ui.inverted.green.basic.buttons .button:hover,
2374
+ .ui.inverted.green.buttons .basic.button:hover,
2375
+ .ui.inverted.green.basic.button:hover {
2376
+ box-shadow: 0 0 0 2px #1ea92e inset;
2377
+ color: #2ecc40;
2378
+ }
2379
+ .ui.inverted.green.basic.buttons .button:focus,
2380
+ .ui.inverted.green.basic.buttons .button:focus,
2381
+ .ui.inverted.green.basic.button:focus {
2382
+ box-shadow: 0 0 0 2px #19b82b inset;
2383
+ color: #2ecc40;
2384
+ }
2385
+ .ui.inverted.green.basic.buttons .active.button,
2386
+ .ui.inverted.green.buttons .basic.active.button,
2387
+ .ui.inverted.green.basic.active.button {
2388
+ box-shadow: 0 0 0 2px #1fc231 inset;
2389
+ color: #2ecc40;
2390
+ }
2391
+ .ui.inverted.green.basic.buttons .button:active,
2392
+ .ui.inverted.green.buttons .basic.button:active,
2393
+ .ui.inverted.green.basic.button:active {
2394
+ box-shadow: 0 0 0 2px #25a233 inset;
2395
+ color: #2ecc40;
2396
+ }
2397
+
2398
+ /* Tertiary */
2399
+ .ui.tertiary.green.buttons .button,
2400
+ .ui.tertiary.green.buttons .tertiary.button,
2401
+ .ui.tertiary.green.button {
2402
+ background: transparent;
2403
+ box-shadow: none;
2404
+ color: #21ba45;
2405
+ }
2406
+ .ui.tertiary.green.buttons .button:hover,
2407
+ .ui.tertiary.green.buttons button:hover,
2408
+ .ui.tertiary.green.button:hover {
2409
+ box-shadow: inset 0 -0.2em 0 #2a9844;
2410
+ color: #2a9844;
2411
+ }
2412
+ .ui.tertiary.green.buttons .button:focus,
2413
+ .ui.tertiary.green.buttons .tertiary.button:focus,
2414
+ .ui.tertiary.green.button:focus {
2415
+ box-shadow: inset 0 -0.2em 0 #20923b;
2416
+ color: #20923b;
2417
+ }
2418
+ .ui.tertiary.green.buttons .active.button,
2419
+ .ui.tertiary.green.buttons .tertiary.active.button,
2420
+ .ui.tertiary.green.active.button,
2421
+ .ui.tertiary.green.buttons .button:active,
2422
+ .ui.tertiary.green.buttons .tertiary.button:active,
2423
+ .ui.tertiary.green.button:active {
2424
+ box-shadow: inset 0 -0.2em 0 #00c22e;
2425
+ color: #13ae38;
2426
+ }
2427
+ .ui.teal.buttons .button,
2428
+ .ui.teal.button {
2429
+ background-color: #00b5ad;
2430
+ color: #fff;
2431
+ text-shadow: none;
2432
+ background-image: none;
2433
+ }
2434
+ .ui.teal.button {
2435
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2436
+ }
2437
+ .ui.teal.buttons .button:hover,
2438
+ .ui.teal.button:hover {
2439
+ background-color: #009c95;
2440
+ color: #fff;
2441
+ text-shadow: none;
2442
+ }
2443
+ .ui.teal.buttons .button:focus,
2444
+ .ui.teal.button:focus {
2445
+ background-color: #008c86;
2446
+ color: #fff;
2447
+ text-shadow: none;
2448
+ }
2449
+ .ui.teal.buttons .button:active,
2450
+ .ui.teal.button:active {
2451
+ background-color: #00827c;
2452
+ color: #fff;
2453
+ text-shadow: none;
2454
+ }
2455
+ .ui.teal.buttons .active.button,
2456
+ .ui.teal.buttons .active.button:active,
2457
+ .ui.teal.active.button,
2458
+ .ui.teal.button .active.button:active {
2459
+ background-color: #009c95;
2460
+ color: #fff;
2461
+ text-shadow: none;
2462
+ }
2463
+
2464
+ /* Basic */
2465
+ .ui.basic.teal.buttons .button,
2466
+ .ui.basic.teal.button {
2467
+ background: transparent;
2468
+ box-shadow: 0 0 0 1px #00b5ad inset;
2469
+ color: #00b5ad;
2470
+ }
2471
+ .ui.basic.teal.buttons .button:hover,
2472
+ .ui.basic.teal.button:hover {
2473
+ background: transparent;
2474
+ box-shadow: 0 0 0 1px #009c95 inset;
2475
+ color: #009c95;
2476
+ }
2477
+ .ui.basic.teal.buttons .button:focus,
2478
+ .ui.basic.teal.button:focus {
2479
+ background: transparent;
2480
+ box-shadow: 0 0 0 1px #008c86 inset;
2481
+ color: #009c95;
2482
+ }
2483
+ .ui.basic.teal.buttons .active.button,
2484
+ .ui.basic.teal.active.button {
2485
+ background: transparent;
2486
+ box-shadow: 0 0 0 1px #009c95 inset;
2487
+ color: #00827c;
2488
+ }
2489
+ .ui.basic.teal.buttons .button:active,
2490
+ .ui.basic.teal.button:active {
2491
+ box-shadow: 0 0 0 1px #00827c inset;
2492
+ color: #00827c;
2493
+ }
2494
+
2495
+ /* Inverted */
2496
+ .ui.inverted.teal.buttons .button,
2497
+ .ui.inverted.teal.button {
2498
+ background-color: transparent;
2499
+ box-shadow: 0 0 0 2px #6dffff inset;
2500
+ color: #6dffff;
2501
+ }
2502
+ .ui.inverted.teal.buttons .button:hover,
2503
+ .ui.inverted.teal.button:hover,
2504
+ .ui.inverted.teal.buttons .button:focus,
2505
+ .ui.inverted.teal.button:focus,
2506
+ .ui.inverted.teal.buttons .button.active,
2507
+ .ui.inverted.teal.button.active,
2508
+ .ui.inverted.teal.buttons .button:active,
2509
+ .ui.inverted.teal.button:active {
2510
+ box-shadow: none;
2511
+ color: rgba(0, 0, 0, 0.6);
2512
+ }
2513
+ .ui.inverted.teal.buttons .button:hover,
2514
+ .ui.inverted.teal.button:hover {
2515
+ background-color: #3affff;
2516
+ }
2517
+ .ui.inverted.teal.buttons .button:focus,
2518
+ .ui.inverted.teal.button:focus {
2519
+ background-color: #44ffff;
2520
+ }
2521
+ .ui.inverted.teal.buttons .active.button,
2522
+ .ui.inverted.teal.active.button {
2523
+ background-color: #54ffff;
2524
+ }
2525
+ .ui.inverted.teal.buttons .button:active,
2526
+ .ui.inverted.teal.button:active {
2527
+ background-color: #3affff;
2528
+ }
2529
+
2530
+ /* Inverted Basic */
2531
+ .ui.inverted.teal.basic.buttons .button,
2532
+ .ui.inverted.teal.buttons .basic.button,
2533
+ .ui.inverted.teal.basic.button {
2534
+ background-color: transparent;
2535
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2536
+ color: #fff;
2537
+ }
2538
+ .ui.inverted.teal.basic.buttons .button:hover,
2539
+ .ui.inverted.teal.buttons .basic.button:hover,
2540
+ .ui.inverted.teal.basic.button:hover {
2541
+ box-shadow: 0 0 0 2px #3affff inset;
2542
+ color: #6dffff;
2543
+ }
2544
+ .ui.inverted.teal.basic.buttons .button:focus,
2545
+ .ui.inverted.teal.basic.buttons .button:focus,
2546
+ .ui.inverted.teal.basic.button:focus {
2547
+ box-shadow: 0 0 0 2px #44ffff inset;
2548
+ color: #6dffff;
2549
+ }
2550
+ .ui.inverted.teal.basic.buttons .active.button,
2551
+ .ui.inverted.teal.buttons .basic.active.button,
2552
+ .ui.inverted.teal.basic.active.button {
2553
+ box-shadow: 0 0 0 2px #54ffff inset;
2554
+ color: #6dffff;
2555
+ }
2556
+ .ui.inverted.teal.basic.buttons .button:active,
2557
+ .ui.inverted.teal.buttons .basic.button:active,
2558
+ .ui.inverted.teal.basic.button:active {
2559
+ box-shadow: 0 0 0 2px #3affff inset;
2560
+ color: #6dffff;
2561
+ }
2562
+
2563
+ /* Tertiary */
2564
+ .ui.tertiary.teal.buttons .button,
2565
+ .ui.tertiary.teal.buttons .tertiary.button,
2566
+ .ui.tertiary.teal.button {
2567
+ background: transparent;
2568
+ box-shadow: none;
2569
+ color: #00b5ad;
2570
+ }
2571
+ .ui.tertiary.teal.buttons .button:hover,
2572
+ .ui.tertiary.teal.buttons button:hover,
2573
+ .ui.tertiary.teal.button:hover {
2574
+ box-shadow: inset 0 -0.2em 0 #108c86;
2575
+ color: #108c86;
2576
+ }
2577
+ .ui.tertiary.teal.buttons .button:focus,
2578
+ .ui.tertiary.teal.buttons .tertiary.button:focus,
2579
+ .ui.tertiary.teal.button:focus {
2580
+ box-shadow: inset 0 -0.2em 0 #0e7e79;
2581
+ color: #0e7e79;
2582
+ }
2583
+ .ui.tertiary.teal.buttons .active.button,
2584
+ .ui.tertiary.teal.buttons .tertiary.active.button,
2585
+ .ui.tertiary.teal.active.button,
2586
+ .ui.tertiary.teal.buttons .button:active,
2587
+ .ui.tertiary.teal.buttons .tertiary.button:active,
2588
+ .ui.tertiary.teal.button:active {
2589
+ box-shadow: inset 0 -0.2em 0 #009c95;
2590
+ color: #009c95;
2591
+ }
2592
+ .ui.blue.buttons .button,
2593
+ .ui.blue.button {
2594
+ background-color: #2185d0;
2595
+ color: #fff;
2596
+ text-shadow: none;
2597
+ background-image: none;
2598
+ }
2599
+ .ui.blue.button {
2600
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2601
+ }
2602
+ .ui.blue.buttons .button:hover,
2603
+ .ui.blue.button:hover {
2604
+ background-color: #1678c2;
2605
+ color: #fff;
2606
+ text-shadow: none;
2607
+ }
2608
+ .ui.blue.buttons .button:focus,
2609
+ .ui.blue.button:focus {
2610
+ background-color: #0d71bb;
2611
+ color: #fff;
2612
+ text-shadow: none;
2613
+ }
2614
+ .ui.blue.buttons .button:active,
2615
+ .ui.blue.button:active {
2616
+ background-color: #1a69a4;
2617
+ color: #fff;
2618
+ text-shadow: none;
2619
+ }
2620
+ .ui.blue.buttons .active.button,
2621
+ .ui.blue.buttons .active.button:active,
2622
+ .ui.blue.active.button,
2623
+ .ui.blue.button .active.button:active {
2624
+ background-color: #1279c6;
2625
+ color: #fff;
2626
+ text-shadow: none;
2627
+ }
2628
+
2629
+ /* Basic */
2630
+ .ui.basic.blue.buttons .button,
2631
+ .ui.basic.blue.button {
2632
+ background: transparent;
2633
+ box-shadow: 0 0 0 1px #2185d0 inset;
2634
+ color: #2185d0;
2635
+ }
2636
+ .ui.basic.blue.buttons .button:hover,
2637
+ .ui.basic.blue.button:hover {
2638
+ background: transparent;
2639
+ box-shadow: 0 0 0 1px #1678c2 inset;
2640
+ color: #1678c2;
2641
+ }
2642
+ .ui.basic.blue.buttons .button:focus,
2643
+ .ui.basic.blue.button:focus {
2644
+ background: transparent;
2645
+ box-shadow: 0 0 0 1px #0d71bb inset;
2646
+ color: #1678c2;
2647
+ }
2648
+ .ui.basic.blue.buttons .active.button,
2649
+ .ui.basic.blue.active.button {
2650
+ background: transparent;
2651
+ box-shadow: 0 0 0 1px #1279c6 inset;
2652
+ color: #1a69a4;
2653
+ }
2654
+ .ui.basic.blue.buttons .button:active,
2655
+ .ui.basic.blue.button:active {
2656
+ box-shadow: 0 0 0 1px #1a69a4 inset;
2657
+ color: #1a69a4;
2658
+ }
2659
+
2660
+ /* Inverted */
2661
+ .ui.inverted.blue.buttons .button,
2662
+ .ui.inverted.blue.button {
2663
+ background-color: transparent;
2664
+ box-shadow: 0 0 0 2px #54c8ff inset;
2665
+ color: #54c8ff;
2666
+ }
2667
+ .ui.inverted.blue.buttons .button:hover,
2668
+ .ui.inverted.blue.button:hover,
2669
+ .ui.inverted.blue.buttons .button:focus,
2670
+ .ui.inverted.blue.button:focus,
2671
+ .ui.inverted.blue.buttons .button.active,
2672
+ .ui.inverted.blue.button.active,
2673
+ .ui.inverted.blue.buttons .button:active,
2674
+ .ui.inverted.blue.button:active {
2675
+ box-shadow: none;
2676
+ color: #fff;
2677
+ }
2678
+ .ui.inverted.blue.buttons .button:hover,
2679
+ .ui.inverted.blue.button:hover {
2680
+ background-color: #21b8ff;
2681
+ }
2682
+ .ui.inverted.blue.buttons .button:focus,
2683
+ .ui.inverted.blue.button:focus {
2684
+ background-color: #2bbbff;
2685
+ }
2686
+ .ui.inverted.blue.buttons .active.button,
2687
+ .ui.inverted.blue.active.button {
2688
+ background-color: #3ac0ff;
2689
+ }
2690
+ .ui.inverted.blue.buttons .button:active,
2691
+ .ui.inverted.blue.button:active {
2692
+ background-color: #21b8ff;
2693
+ }
2694
+
2695
+ /* Inverted Basic */
2696
+ .ui.inverted.blue.basic.buttons .button,
2697
+ .ui.inverted.blue.buttons .basic.button,
2698
+ .ui.inverted.blue.basic.button {
2699
+ background-color: transparent;
2700
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2701
+ color: #fff;
2702
+ }
2703
+ .ui.inverted.blue.basic.buttons .button:hover,
2704
+ .ui.inverted.blue.buttons .basic.button:hover,
2705
+ .ui.inverted.blue.basic.button:hover {
2706
+ box-shadow: 0 0 0 2px #21b8ff inset;
2707
+ color: #54c8ff;
2708
+ }
2709
+ .ui.inverted.blue.basic.buttons .button:focus,
2710
+ .ui.inverted.blue.basic.buttons .button:focus,
2711
+ .ui.inverted.blue.basic.button:focus {
2712
+ box-shadow: 0 0 0 2px #2bbbff inset;
2713
+ color: #54c8ff;
2714
+ }
2715
+ .ui.inverted.blue.basic.buttons .active.button,
2716
+ .ui.inverted.blue.buttons .basic.active.button,
2717
+ .ui.inverted.blue.basic.active.button {
2718
+ box-shadow: 0 0 0 2px #3ac0ff inset;
2719
+ color: #54c8ff;
2720
+ }
2721
+ .ui.inverted.blue.basic.buttons .button:active,
2722
+ .ui.inverted.blue.buttons .basic.button:active,
2723
+ .ui.inverted.blue.basic.button:active {
2724
+ box-shadow: 0 0 0 2px #21b8ff inset;
2725
+ color: #54c8ff;
2726
+ }
2727
+
2728
+ /* Tertiary */
2729
+ .ui.tertiary.blue.buttons .button,
2730
+ .ui.tertiary.blue.buttons .tertiary.button,
2731
+ .ui.tertiary.blue.button {
2732
+ background: transparent;
2733
+ box-shadow: none;
2734
+ color: #2185d0;
2735
+ }
2736
+ .ui.tertiary.blue.buttons .button:hover,
2737
+ .ui.tertiary.blue.buttons button:hover,
2738
+ .ui.tertiary.blue.button:hover {
2739
+ box-shadow: inset 0 -0.2em 0 #2b75ac;
2740
+ color: #2b75ac;
2741
+ }
2742
+ .ui.tertiary.blue.buttons .button:focus,
2743
+ .ui.tertiary.blue.buttons .tertiary.button:focus,
2744
+ .ui.tertiary.blue.button:focus {
2745
+ box-shadow: inset 0 -0.2em 0 #216ea7;
2746
+ color: #216ea7;
2747
+ }
2748
+ .ui.tertiary.blue.buttons .active.button,
2749
+ .ui.tertiary.blue.buttons .tertiary.active.button,
2750
+ .ui.tertiary.blue.active.button,
2751
+ .ui.tertiary.blue.buttons .button:active,
2752
+ .ui.tertiary.blue.buttons .tertiary.button:active,
2753
+ .ui.tertiary.blue.button:active {
2754
+ box-shadow: inset 0 -0.2em 0 #007bd8;
2755
+ color: #1279c6;
2756
+ }
2757
+ .ui.violet.buttons .button,
2758
+ .ui.violet.button {
2759
+ background-color: #6435c9;
2760
+ color: #fff;
2761
+ text-shadow: none;
2762
+ background-image: none;
2763
+ }
2764
+ .ui.violet.button {
2765
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2766
+ }
2767
+ .ui.violet.buttons .button:hover,
2768
+ .ui.violet.button:hover {
2769
+ background-color: #5829bb;
2770
+ color: #fff;
2771
+ text-shadow: none;
2772
+ }
2773
+ .ui.violet.buttons .button:focus,
2774
+ .ui.violet.button:focus {
2775
+ background-color: #4f20b5;
2776
+ color: #fff;
2777
+ text-shadow: none;
2778
+ }
2779
+ .ui.violet.buttons .button:active,
2780
+ .ui.violet.button:active {
2781
+ background-color: #502aa1;
2782
+ color: #fff;
2783
+ text-shadow: none;
2784
+ }
2785
+ .ui.violet.buttons .active.button,
2786
+ .ui.violet.buttons .active.button:active,
2787
+ .ui.violet.active.button,
2788
+ .ui.violet.button .active.button:active {
2789
+ background-color: #5626bf;
2790
+ color: #fff;
2791
+ text-shadow: none;
2792
+ }
2793
+
2794
+ /* Basic */
2795
+ .ui.basic.violet.buttons .button,
2796
+ .ui.basic.violet.button {
2797
+ background: transparent;
2798
+ box-shadow: 0 0 0 1px #6435c9 inset;
2799
+ color: #6435c9;
2800
+ }
2801
+ .ui.basic.violet.buttons .button:hover,
2802
+ .ui.basic.violet.button:hover {
2803
+ background: transparent;
2804
+ box-shadow: 0 0 0 1px #5829bb inset;
2805
+ color: #5829bb;
2806
+ }
2807
+ .ui.basic.violet.buttons .button:focus,
2808
+ .ui.basic.violet.button:focus {
2809
+ background: transparent;
2810
+ box-shadow: 0 0 0 1px #4f20b5 inset;
2811
+ color: #5829bb;
2812
+ }
2813
+ .ui.basic.violet.buttons .active.button,
2814
+ .ui.basic.violet.active.button {
2815
+ background: transparent;
2816
+ box-shadow: 0 0 0 1px #5626bf inset;
2817
+ color: #502aa1;
2818
+ }
2819
+ .ui.basic.violet.buttons .button:active,
2820
+ .ui.basic.violet.button:active {
2821
+ box-shadow: 0 0 0 1px #502aa1 inset;
2822
+ color: #502aa1;
2823
+ }
2824
+
2825
+ /* Inverted */
2826
+ .ui.inverted.violet.buttons .button,
2827
+ .ui.inverted.violet.button {
2828
+ background-color: transparent;
2829
+ box-shadow: 0 0 0 2px #a291fb inset;
2830
+ color: #a291fb;
2831
+ }
2832
+ .ui.inverted.violet.buttons .button:hover,
2833
+ .ui.inverted.violet.button:hover,
2834
+ .ui.inverted.violet.buttons .button:focus,
2835
+ .ui.inverted.violet.button:focus,
2836
+ .ui.inverted.violet.buttons .button.active,
2837
+ .ui.inverted.violet.button.active,
2838
+ .ui.inverted.violet.buttons .button:active,
2839
+ .ui.inverted.violet.button:active {
2840
+ box-shadow: none;
2841
+ color: #fff;
2842
+ }
2843
+ .ui.inverted.violet.buttons .button:hover,
2844
+ .ui.inverted.violet.button:hover {
2845
+ background-color: #745aff;
2846
+ }
2847
+ .ui.inverted.violet.buttons .button:focus,
2848
+ .ui.inverted.violet.button:focus {
2849
+ background-color: #7d64ff;
2850
+ }
2851
+ .ui.inverted.violet.buttons .active.button,
2852
+ .ui.inverted.violet.active.button {
2853
+ background-color: #8a73ff;
2854
+ }
2855
+ .ui.inverted.violet.buttons .button:active,
2856
+ .ui.inverted.violet.button:active {
2857
+ background-color: #7860f9;
2858
+ }
2859
+
2860
+ /* Inverted Basic */
2861
+ .ui.inverted.violet.basic.buttons .button,
2862
+ .ui.inverted.violet.buttons .basic.button,
2863
+ .ui.inverted.violet.basic.button {
2864
+ background-color: transparent;
2865
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
2866
+ color: #fff;
2867
+ }
2868
+ .ui.inverted.violet.basic.buttons .button:hover,
2869
+ .ui.inverted.violet.buttons .basic.button:hover,
2870
+ .ui.inverted.violet.basic.button:hover {
2871
+ box-shadow: 0 0 0 2px #745aff inset;
2872
+ color: #a291fb;
2873
+ }
2874
+ .ui.inverted.violet.basic.buttons .button:focus,
2875
+ .ui.inverted.violet.basic.buttons .button:focus,
2876
+ .ui.inverted.violet.basic.button:focus {
2877
+ box-shadow: 0 0 0 2px #7d64ff inset;
2878
+ color: #a291fb;
2879
+ }
2880
+ .ui.inverted.violet.basic.buttons .active.button,
2881
+ .ui.inverted.violet.buttons .basic.active.button,
2882
+ .ui.inverted.violet.basic.active.button {
2883
+ box-shadow: 0 0 0 2px #8a73ff inset;
2884
+ color: #a291fb;
2885
+ }
2886
+ .ui.inverted.violet.basic.buttons .button:active,
2887
+ .ui.inverted.violet.buttons .basic.button:active,
2888
+ .ui.inverted.violet.basic.button:active {
2889
+ box-shadow: 0 0 0 2px #7860f9 inset;
2890
+ color: #a291fb;
2891
+ }
2892
+
2893
+ /* Tertiary */
2894
+ .ui.tertiary.violet.buttons .button,
2895
+ .ui.tertiary.violet.buttons .tertiary.button,
2896
+ .ui.tertiary.violet.button {
2897
+ background: transparent;
2898
+ box-shadow: none;
2899
+ color: #6435c9;
2900
+ }
2901
+ .ui.tertiary.violet.buttons .button:hover,
2902
+ .ui.tertiary.violet.buttons button:hover,
2903
+ .ui.tertiary.violet.button:hover {
2904
+ box-shadow: inset 0 -0.2em 0 #6040a5;
2905
+ color: #6040a5;
2906
+ }
2907
+ .ui.tertiary.violet.buttons .button:focus,
2908
+ .ui.tertiary.violet.buttons .tertiary.button:focus,
2909
+ .ui.tertiary.violet.button:focus {
2910
+ box-shadow: inset 0 -0.2em 0 #5735a0;
2911
+ color: #5735a0;
2912
+ }
2913
+ .ui.tertiary.violet.buttons .active.button,
2914
+ .ui.tertiary.violet.buttons .tertiary.active.button,
2915
+ .ui.tertiary.violet.active.button,
2916
+ .ui.tertiary.violet.buttons .button:active,
2917
+ .ui.tertiary.violet.buttons .tertiary.button:active,
2918
+ .ui.tertiary.violet.button:active {
2919
+ box-shadow: inset 0 -0.2em 0 #4e0fd6;
2920
+ color: #5626bf;
2921
+ }
2922
+ .ui.purple.buttons .button,
2923
+ .ui.purple.button {
2924
+ background-color: #a333c8;
2925
+ color: #fff;
2926
+ text-shadow: none;
2927
+ background-image: none;
2928
+ }
2929
+ .ui.purple.button {
2930
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
2931
+ }
2932
+ .ui.purple.buttons .button:hover,
2933
+ .ui.purple.button:hover {
2934
+ background-color: #9627ba;
2935
+ color: #fff;
2936
+ text-shadow: none;
2937
+ }
2938
+ .ui.purple.buttons .button:focus,
2939
+ .ui.purple.button:focus {
2940
+ background-color: #8f1eb4;
2941
+ color: #fff;
2942
+ text-shadow: none;
2943
+ }
2944
+ .ui.purple.buttons .button:active,
2945
+ .ui.purple.button:active {
2946
+ background-color: #82299f;
2947
+ color: #fff;
2948
+ text-shadow: none;
2949
+ }
2950
+ .ui.purple.buttons .active.button,
2951
+ .ui.purple.buttons .active.button:active,
2952
+ .ui.purple.active.button,
2953
+ .ui.purple.button .active.button:active {
2954
+ background-color: #9724be;
2955
+ color: #fff;
2956
+ text-shadow: none;
2957
+ }
2958
+
2959
+ /* Basic */
2960
+ .ui.basic.purple.buttons .button,
2961
+ .ui.basic.purple.button {
2962
+ background: transparent;
2963
+ box-shadow: 0 0 0 1px #a333c8 inset;
2964
+ color: #a333c8;
2965
+ }
2966
+ .ui.basic.purple.buttons .button:hover,
2967
+ .ui.basic.purple.button:hover {
2968
+ background: transparent;
2969
+ box-shadow: 0 0 0 1px #9627ba inset;
2970
+ color: #9627ba;
2971
+ }
2972
+ .ui.basic.purple.buttons .button:focus,
2973
+ .ui.basic.purple.button:focus {
2974
+ background: transparent;
2975
+ box-shadow: 0 0 0 1px #8f1eb4 inset;
2976
+ color: #9627ba;
2977
+ }
2978
+ .ui.basic.purple.buttons .active.button,
2979
+ .ui.basic.purple.active.button {
2980
+ background: transparent;
2981
+ box-shadow: 0 0 0 1px #9724be inset;
2982
+ color: #82299f;
2983
+ }
2984
+ .ui.basic.purple.buttons .button:active,
2985
+ .ui.basic.purple.button:active {
2986
+ box-shadow: 0 0 0 1px #82299f inset;
2987
+ color: #82299f;
2988
+ }
2989
+
2990
+ /* Inverted */
2991
+ .ui.inverted.purple.buttons .button,
2992
+ .ui.inverted.purple.button {
2993
+ background-color: transparent;
2994
+ box-shadow: 0 0 0 2px #dc73ff inset;
2995
+ color: #dc73ff;
2996
+ }
2997
+ .ui.inverted.purple.buttons .button:hover,
2998
+ .ui.inverted.purple.button:hover,
2999
+ .ui.inverted.purple.buttons .button:focus,
3000
+ .ui.inverted.purple.button:focus,
3001
+ .ui.inverted.purple.buttons .button.active,
3002
+ .ui.inverted.purple.button.active,
3003
+ .ui.inverted.purple.buttons .button:active,
3004
+ .ui.inverted.purple.button:active {
3005
+ box-shadow: none;
3006
+ color: #fff;
3007
+ }
3008
+ .ui.inverted.purple.buttons .button:hover,
3009
+ .ui.inverted.purple.button:hover {
3010
+ background-color: #cf40ff;
3011
+ }
3012
+ .ui.inverted.purple.buttons .button:focus,
3013
+ .ui.inverted.purple.button:focus {
3014
+ background-color: #d24aff;
3015
+ }
3016
+ .ui.inverted.purple.buttons .active.button,
3017
+ .ui.inverted.purple.active.button {
3018
+ background-color: #d65aff;
3019
+ }
3020
+ .ui.inverted.purple.buttons .button:active,
3021
+ .ui.inverted.purple.button:active {
3022
+ background-color: #cf40ff;
3023
+ }
3024
+
3025
+ /* Inverted Basic */
3026
+ .ui.inverted.purple.basic.buttons .button,
3027
+ .ui.inverted.purple.buttons .basic.button,
3028
+ .ui.inverted.purple.basic.button {
3029
+ background-color: transparent;
3030
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
3031
+ color: #fff;
3032
+ }
3033
+ .ui.inverted.purple.basic.buttons .button:hover,
3034
+ .ui.inverted.purple.buttons .basic.button:hover,
3035
+ .ui.inverted.purple.basic.button:hover {
3036
+ box-shadow: 0 0 0 2px #cf40ff inset;
3037
+ color: #dc73ff;
3038
+ }
3039
+ .ui.inverted.purple.basic.buttons .button:focus,
3040
+ .ui.inverted.purple.basic.buttons .button:focus,
3041
+ .ui.inverted.purple.basic.button:focus {
3042
+ box-shadow: 0 0 0 2px #d24aff inset;
3043
+ color: #dc73ff;
3044
+ }
3045
+ .ui.inverted.purple.basic.buttons .active.button,
3046
+ .ui.inverted.purple.buttons .basic.active.button,
3047
+ .ui.inverted.purple.basic.active.button {
3048
+ box-shadow: 0 0 0 2px #d65aff inset;
3049
+ color: #dc73ff;
3050
+ }
3051
+ .ui.inverted.purple.basic.buttons .button:active,
3052
+ .ui.inverted.purple.buttons .basic.button:active,
3053
+ .ui.inverted.purple.basic.button:active {
3054
+ box-shadow: 0 0 0 2px #cf40ff inset;
3055
+ color: #dc73ff;
3056
+ }
3057
+
3058
+ /* Tertiary */
3059
+ .ui.tertiary.purple.buttons .button,
3060
+ .ui.tertiary.purple.buttons .tertiary.button,
3061
+ .ui.tertiary.purple.button {
3062
+ background: transparent;
3063
+ box-shadow: none;
3064
+ color: #a333c8;
3065
+ }
3066
+ .ui.tertiary.purple.buttons .button:hover,
3067
+ .ui.tertiary.purple.buttons button:hover,
3068
+ .ui.tertiary.purple.button:hover {
3069
+ box-shadow: inset 0 -0.2em 0 #8a3ea4;
3070
+ color: #8a3ea4;
3071
+ }
3072
+ .ui.tertiary.purple.buttons .button:focus,
3073
+ .ui.tertiary.purple.buttons .tertiary.button:focus,
3074
+ .ui.tertiary.purple.button:focus {
3075
+ box-shadow: inset 0 -0.2em 0 #84339f;
3076
+ color: #84339f;
3077
+ }
3078
+ .ui.tertiary.purple.buttons .active.button,
3079
+ .ui.tertiary.purple.buttons .tertiary.active.button,
3080
+ .ui.tertiary.purple.active.button,
3081
+ .ui.tertiary.purple.buttons .button:active,
3082
+ .ui.tertiary.purple.buttons .tertiary.button:active,
3083
+ .ui.tertiary.purple.button:active {
3084
+ box-shadow: inset 0 -0.2em 0 #a30dd4;
3085
+ color: #9724be;
3086
+ }
3087
+ .ui.pink.buttons .button,
3088
+ .ui.pink.button {
3089
+ background-color: #e03997;
3090
+ color: #fff;
3091
+ text-shadow: none;
3092
+ background-image: none;
3093
+ }
3094
+ .ui.pink.button {
3095
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3096
+ }
3097
+ .ui.pink.buttons .button:hover,
3098
+ .ui.pink.button:hover {
3099
+ background-color: #e61a8d;
3100
+ color: #fff;
3101
+ text-shadow: none;
3102
+ }
3103
+ .ui.pink.buttons .button:focus,
3104
+ .ui.pink.button:focus {
3105
+ background-color: #e10f85;
3106
+ color: #fff;
3107
+ text-shadow: none;
3108
+ }
3109
+ .ui.pink.buttons .button:active,
3110
+ .ui.pink.button:active {
3111
+ background-color: #c71f7e;
3112
+ color: #fff;
3113
+ text-shadow: none;
3114
+ }
3115
+ .ui.pink.buttons .active.button,
3116
+ .ui.pink.buttons .active.button:active,
3117
+ .ui.pink.active.button,
3118
+ .ui.pink.button .active.button:active {
3119
+ background-color: #ea158d;
3120
+ color: #fff;
3121
+ text-shadow: none;
3122
+ }
3123
+
3124
+ /* Basic */
3125
+ .ui.basic.pink.buttons .button,
3126
+ .ui.basic.pink.button {
3127
+ background: transparent;
3128
+ box-shadow: 0 0 0 1px #e03997 inset;
3129
+ color: #e03997;
3130
+ }
3131
+ .ui.basic.pink.buttons .button:hover,
3132
+ .ui.basic.pink.button:hover {
3133
+ background: transparent;
3134
+ box-shadow: 0 0 0 1px #e61a8d inset;
3135
+ color: #e61a8d;
3136
+ }
3137
+ .ui.basic.pink.buttons .button:focus,
3138
+ .ui.basic.pink.button:focus {
3139
+ background: transparent;
3140
+ box-shadow: 0 0 0 1px #e10f85 inset;
3141
+ color: #e61a8d;
3142
+ }
3143
+ .ui.basic.pink.buttons .active.button,
3144
+ .ui.basic.pink.active.button {
3145
+ background: transparent;
3146
+ box-shadow: 0 0 0 1px #ea158d inset;
3147
+ color: #c71f7e;
3148
+ }
3149
+ .ui.basic.pink.buttons .button:active,
3150
+ .ui.basic.pink.button:active {
3151
+ box-shadow: 0 0 0 1px #c71f7e inset;
3152
+ color: #c71f7e;
3153
+ }
3154
+
3155
+ /* Inverted */
3156
+ .ui.inverted.pink.buttons .button,
3157
+ .ui.inverted.pink.button {
3158
+ background-color: transparent;
3159
+ box-shadow: 0 0 0 2px #ff8edf inset;
3160
+ color: #ff8edf;
3161
+ }
3162
+ .ui.inverted.pink.buttons .button:hover,
3163
+ .ui.inverted.pink.button:hover,
3164
+ .ui.inverted.pink.buttons .button:focus,
3165
+ .ui.inverted.pink.button:focus,
3166
+ .ui.inverted.pink.buttons .button.active,
3167
+ .ui.inverted.pink.button.active,
3168
+ .ui.inverted.pink.buttons .button:active,
3169
+ .ui.inverted.pink.button:active {
3170
+ box-shadow: none;
3171
+ color: #fff;
3172
+ }
3173
+ .ui.inverted.pink.buttons .button:hover,
3174
+ .ui.inverted.pink.button:hover {
3175
+ background-color: #ff5bd1;
3176
+ }
3177
+ .ui.inverted.pink.buttons .button:focus,
3178
+ .ui.inverted.pink.button:focus {
3179
+ background-color: #ff65d3;
3180
+ }
3181
+ .ui.inverted.pink.buttons .active.button,
3182
+ .ui.inverted.pink.active.button {
3183
+ background-color: #ff74d8;
3184
+ }
3185
+ .ui.inverted.pink.buttons .button:active,
3186
+ .ui.inverted.pink.button:active {
3187
+ background-color: #ff5bd1;
3188
+ }
3189
+
3190
+ /* Inverted Basic */
3191
+ .ui.inverted.pink.basic.buttons .button,
3192
+ .ui.inverted.pink.buttons .basic.button,
3193
+ .ui.inverted.pink.basic.button {
3194
+ background-color: transparent;
3195
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
3196
+ color: #fff;
3197
+ }
3198
+ .ui.inverted.pink.basic.buttons .button:hover,
3199
+ .ui.inverted.pink.buttons .basic.button:hover,
3200
+ .ui.inverted.pink.basic.button:hover {
3201
+ box-shadow: 0 0 0 2px #ff5bd1 inset;
3202
+ color: #ff8edf;
3203
+ }
3204
+ .ui.inverted.pink.basic.buttons .button:focus,
3205
+ .ui.inverted.pink.basic.buttons .button:focus,
3206
+ .ui.inverted.pink.basic.button:focus {
3207
+ box-shadow: 0 0 0 2px #ff65d3 inset;
3208
+ color: #ff8edf;
3209
+ }
3210
+ .ui.inverted.pink.basic.buttons .active.button,
3211
+ .ui.inverted.pink.buttons .basic.active.button,
3212
+ .ui.inverted.pink.basic.active.button {
3213
+ box-shadow: 0 0 0 2px #ff74d8 inset;
3214
+ color: #ff8edf;
3215
+ }
3216
+ .ui.inverted.pink.basic.buttons .button:active,
3217
+ .ui.inverted.pink.buttons .basic.button:active,
3218
+ .ui.inverted.pink.basic.button:active {
3219
+ box-shadow: 0 0 0 2px #ff5bd1 inset;
3220
+ color: #ff8edf;
3221
+ }
3222
+
3223
+ /* Tertiary */
3224
+ .ui.tertiary.pink.buttons .button,
3225
+ .ui.tertiary.pink.buttons .tertiary.button,
3226
+ .ui.tertiary.pink.button {
3227
+ background: transparent;
3228
+ box-shadow: none;
3229
+ color: #e03997;
3230
+ }
3231
+ .ui.tertiary.pink.buttons .button:hover,
3232
+ .ui.tertiary.pink.buttons button:hover,
3233
+ .ui.tertiary.pink.button:hover {
3234
+ box-shadow: inset 0 -0.2em 0 #cc3389;
3235
+ color: #cc3389;
3236
+ }
3237
+ .ui.tertiary.pink.buttons .button:focus,
3238
+ .ui.tertiary.pink.buttons .tertiary.button:focus,
3239
+ .ui.tertiary.pink.button:focus {
3240
+ box-shadow: inset 0 -0.2em 0 #c92782;
3241
+ color: #c92782;
3242
+ }
3243
+ .ui.tertiary.pink.buttons .active.button,
3244
+ .ui.tertiary.pink.buttons .tertiary.active.button,
3245
+ .ui.tertiary.pink.active.button,
3246
+ .ui.tertiary.pink.buttons .button:active,
3247
+ .ui.tertiary.pink.buttons .tertiary.button:active,
3248
+ .ui.tertiary.pink.button:active {
3249
+ box-shadow: inset 0 -0.2em 0 #ff0090;
3250
+ color: #ea158d;
3251
+ }
3252
+ .ui.brown.buttons .button,
3253
+ .ui.brown.button {
3254
+ background-color: #a5673f;
3255
+ color: #fff;
3256
+ text-shadow: none;
3257
+ background-image: none;
3258
+ }
3259
+ .ui.brown.button {
3260
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3261
+ }
3262
+ .ui.brown.buttons .button:hover,
3263
+ .ui.brown.button:hover {
3264
+ background-color: #975b33;
3265
+ color: #fff;
3266
+ text-shadow: none;
3267
+ }
3268
+ .ui.brown.buttons .button:focus,
3269
+ .ui.brown.button:focus {
3270
+ background-color: #90532b;
3271
+ color: #fff;
3272
+ text-shadow: none;
3273
+ }
3274
+ .ui.brown.buttons .button:active,
3275
+ .ui.brown.button:active {
3276
+ background-color: #805031;
3277
+ color: #fff;
3278
+ text-shadow: none;
3279
+ }
3280
+ .ui.brown.buttons .active.button,
3281
+ .ui.brown.buttons .active.button:active,
3282
+ .ui.brown.active.button,
3283
+ .ui.brown.button .active.button:active {
3284
+ background-color: #995a31;
3285
+ color: #fff;
3286
+ text-shadow: none;
3287
+ }
3288
+
3289
+ /* Basic */
3290
+ .ui.basic.brown.buttons .button,
3291
+ .ui.basic.brown.button {
3292
+ background: transparent;
3293
+ box-shadow: 0 0 0 1px #a5673f inset;
3294
+ color: #a5673f;
3295
+ }
3296
+ .ui.basic.brown.buttons .button:hover,
3297
+ .ui.basic.brown.button:hover {
3298
+ background: transparent;
3299
+ box-shadow: 0 0 0 1px #975b33 inset;
3300
+ color: #975b33;
3301
+ }
3302
+ .ui.basic.brown.buttons .button:focus,
3303
+ .ui.basic.brown.button:focus {
3304
+ background: transparent;
3305
+ box-shadow: 0 0 0 1px #90532b inset;
3306
+ color: #975b33;
3307
+ }
3308
+ .ui.basic.brown.buttons .active.button,
3309
+ .ui.basic.brown.active.button {
3310
+ background: transparent;
3311
+ box-shadow: 0 0 0 1px #995a31 inset;
3312
+ color: #805031;
3313
+ }
3314
+ .ui.basic.brown.buttons .button:active,
3315
+ .ui.basic.brown.button:active {
3316
+ box-shadow: 0 0 0 1px #805031 inset;
3317
+ color: #805031;
3318
+ }
3319
+
3320
+ /* Inverted */
3321
+ .ui.inverted.brown.buttons .button,
3322
+ .ui.inverted.brown.button {
3323
+ background-color: transparent;
3324
+ box-shadow: 0 0 0 2px #d67c1c inset;
3325
+ color: #d67c1c;
3326
+ }
3327
+ .ui.inverted.brown.buttons .button:hover,
3328
+ .ui.inverted.brown.button:hover,
3329
+ .ui.inverted.brown.buttons .button:focus,
3330
+ .ui.inverted.brown.button:focus,
3331
+ .ui.inverted.brown.buttons .button.active,
3332
+ .ui.inverted.brown.button.active,
3333
+ .ui.inverted.brown.buttons .button:active,
3334
+ .ui.inverted.brown.button:active {
3335
+ box-shadow: none;
3336
+ color: #fff;
3337
+ }
3338
+ .ui.inverted.brown.buttons .button:hover,
3339
+ .ui.inverted.brown.button:hover {
3340
+ background-color: #b0620f;
3341
+ }
3342
+ .ui.inverted.brown.buttons .button:focus,
3343
+ .ui.inverted.brown.button:focus {
3344
+ background-color: #c16808;
3345
+ }
3346
+ .ui.inverted.brown.buttons .active.button,
3347
+ .ui.inverted.brown.active.button {
3348
+ background-color: #cc6f0d;
3349
+ }
3350
+ .ui.inverted.brown.buttons .button:active,
3351
+ .ui.inverted.brown.button:active {
3352
+ background-color: #a96216;
3353
+ }
3354
+
3355
+ /* Inverted Basic */
3356
+ .ui.inverted.brown.basic.buttons .button,
3357
+ .ui.inverted.brown.buttons .basic.button,
3358
+ .ui.inverted.brown.basic.button {
3359
+ background-color: transparent;
3360
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
3361
+ color: #fff;
3362
+ }
3363
+ .ui.inverted.brown.basic.buttons .button:hover,
3364
+ .ui.inverted.brown.buttons .basic.button:hover,
3365
+ .ui.inverted.brown.basic.button:hover {
3366
+ box-shadow: 0 0 0 2px #b0620f inset;
3367
+ color: #d67c1c;
3368
+ }
3369
+ .ui.inverted.brown.basic.buttons .button:focus,
3370
+ .ui.inverted.brown.basic.buttons .button:focus,
3371
+ .ui.inverted.brown.basic.button:focus {
3372
+ box-shadow: 0 0 0 2px #c16808 inset;
3373
+ color: #d67c1c;
3374
+ }
3375
+ .ui.inverted.brown.basic.buttons .active.button,
3376
+ .ui.inverted.brown.buttons .basic.active.button,
3377
+ .ui.inverted.brown.basic.active.button {
3378
+ box-shadow: 0 0 0 2px #cc6f0d inset;
3379
+ color: #d67c1c;
3380
+ }
3381
+ .ui.inverted.brown.basic.buttons .button:active,
3382
+ .ui.inverted.brown.buttons .basic.button:active,
3383
+ .ui.inverted.brown.basic.button:active {
3384
+ box-shadow: 0 0 0 2px #a96216 inset;
3385
+ color: #d67c1c;
3386
+ }
3387
+
3388
+ /* Tertiary */
3389
+ .ui.tertiary.brown.buttons .button,
3390
+ .ui.tertiary.brown.buttons .tertiary.button,
3391
+ .ui.tertiary.brown.button {
3392
+ background: transparent;
3393
+ box-shadow: none;
3394
+ color: #a5673f;
3395
+ }
3396
+ .ui.tertiary.brown.buttons .button:hover,
3397
+ .ui.tertiary.brown.buttons button:hover,
3398
+ .ui.tertiary.brown.button:hover {
3399
+ box-shadow: inset 0 -0.2em 0 #835f48;
3400
+ color: #835f48;
3401
+ }
3402
+ .ui.tertiary.brown.buttons .button:focus,
3403
+ .ui.tertiary.brown.buttons .tertiary.button:focus,
3404
+ .ui.tertiary.brown.button:focus {
3405
+ box-shadow: inset 0 -0.2em 0 #7d573e;
3406
+ color: #7d573e;
3407
+ }
3408
+ .ui.tertiary.brown.buttons .active.button,
3409
+ .ui.tertiary.brown.buttons .tertiary.active.button,
3410
+ .ui.tertiary.brown.active.button,
3411
+ .ui.tertiary.brown.buttons .button:active,
3412
+ .ui.tertiary.brown.buttons .tertiary.button:active,
3413
+ .ui.tertiary.brown.button:active {
3414
+ box-shadow: inset 0 -0.2em 0 #ae561d;
3415
+ color: #995a31;
3416
+ }
3417
+ .ui.grey.buttons .button,
3418
+ .ui.grey.button {
3419
+ background-color: #767676;
3420
+ color: #fff;
3421
+ text-shadow: none;
3422
+ background-image: none;
3423
+ }
3424
+ .ui.grey.button {
3425
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3426
+ }
3427
+ .ui.grey.buttons .button:hover,
3428
+ .ui.grey.button:hover {
3429
+ background-color: #838383;
3430
+ color: #fff;
3431
+ text-shadow: none;
3432
+ }
3433
+ .ui.grey.buttons .button:focus,
3434
+ .ui.grey.button:focus {
3435
+ background-color: #8a8a8a;
3436
+ color: #fff;
3437
+ text-shadow: none;
3438
+ }
3439
+ .ui.grey.buttons .button:active,
3440
+ .ui.grey.button:active {
3441
+ background-color: #909090;
3442
+ color: #fff;
3443
+ text-shadow: none;
3444
+ }
3445
+ .ui.grey.buttons .active.button,
3446
+ .ui.grey.buttons .active.button:active,
3447
+ .ui.grey.active.button,
3448
+ .ui.grey.button .active.button:active {
3449
+ background-color: #696969;
3450
+ color: #fff;
3451
+ text-shadow: none;
3452
+ }
3453
+
3454
+ /* Basic */
3455
+ .ui.basic.grey.buttons .button,
3456
+ .ui.basic.grey.button {
3457
+ background: transparent;
3458
+ box-shadow: 0 0 0 1px #767676 inset;
3459
+ color: #767676;
3460
+ }
3461
+ .ui.basic.grey.buttons .button:hover,
3462
+ .ui.basic.grey.button:hover {
3463
+ background: transparent;
3464
+ box-shadow: 0 0 0 1px #838383 inset;
3465
+ color: #838383;
3466
+ }
3467
+ .ui.basic.grey.buttons .button:focus,
3468
+ .ui.basic.grey.button:focus {
3469
+ background: transparent;
3470
+ box-shadow: 0 0 0 1px #8a8a8a inset;
3471
+ color: #838383;
3472
+ }
3473
+ .ui.basic.grey.buttons .active.button,
3474
+ .ui.basic.grey.active.button {
3475
+ background: transparent;
3476
+ box-shadow: 0 0 0 1px #696969 inset;
3477
+ color: #909090;
3478
+ }
3479
+ .ui.basic.grey.buttons .button:active,
3480
+ .ui.basic.grey.button:active {
3481
+ box-shadow: 0 0 0 1px #909090 inset;
3482
+ color: #909090;
3483
+ }
3484
+
3485
+ /* Inverted */
3486
+ .ui.inverted.grey.buttons .button,
3487
+ .ui.inverted.grey.button {
3488
+ background-color: transparent;
3489
+ box-shadow: 0 0 0 2px #d4d4d5 inset;
3490
+ color: #fff;
3491
+ }
3492
+ .ui.inverted.grey.buttons .button:hover,
3493
+ .ui.inverted.grey.button:hover,
3494
+ .ui.inverted.grey.buttons .button:focus,
3495
+ .ui.inverted.grey.button:focus,
3496
+ .ui.inverted.grey.buttons .button.active,
3497
+ .ui.inverted.grey.button.active,
3498
+ .ui.inverted.grey.buttons .button:active,
3499
+ .ui.inverted.grey.button:active {
3500
+ box-shadow: none;
3501
+ color: rgba(0, 0, 0, 0.6);
3502
+ }
3503
+ .ui.inverted.grey.buttons .button:hover,
3504
+ .ui.inverted.grey.button:hover {
3505
+ background-color: #c2c4c5;
3506
+ }
3507
+ .ui.inverted.grey.buttons .button:focus,
3508
+ .ui.inverted.grey.button:focus {
3509
+ background-color: #c7c9cb;
3510
+ }
3511
+ .ui.inverted.grey.buttons .active.button,
3512
+ .ui.inverted.grey.active.button {
3513
+ background-color: #cfd0d2;
3514
+ }
3515
+ .ui.inverted.grey.buttons .button:active,
3516
+ .ui.inverted.grey.button:active {
3517
+ background-color: #c2c4c5;
3518
+ }
3519
+
3520
+ /* Inverted Basic */
3521
+ .ui.inverted.grey.basic.buttons .button,
3522
+ .ui.inverted.grey.buttons .basic.button,
3523
+ .ui.inverted.grey.basic.button {
3524
+ background-color: transparent;
3525
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
3526
+ color: #fff;
3527
+ }
3528
+ .ui.inverted.grey.basic.buttons .button:hover,
3529
+ .ui.inverted.grey.buttons .basic.button:hover,
3530
+ .ui.inverted.grey.basic.button:hover {
3531
+ box-shadow: 0 0 0 2px #c2c4c5 inset;
3532
+ color: #fff;
3533
+ }
3534
+ .ui.inverted.grey.basic.buttons .button:focus,
3535
+ .ui.inverted.grey.basic.buttons .button:focus,
3536
+ .ui.inverted.grey.basic.button:focus {
3537
+ box-shadow: 0 0 0 2px #c7c9cb inset;
3538
+ color: #dcddde;
3539
+ }
3540
+ .ui.inverted.grey.basic.buttons .active.button,
3541
+ .ui.inverted.grey.buttons .basic.active.button,
3542
+ .ui.inverted.grey.basic.active.button {
3543
+ box-shadow: 0 0 0 2px #cfd0d2 inset;
3544
+ color: #fff;
3545
+ }
3546
+ .ui.inverted.grey.basic.buttons .button:active,
3547
+ .ui.inverted.grey.buttons .basic.button:active,
3548
+ .ui.inverted.grey.basic.button:active {
3549
+ box-shadow: 0 0 0 2px #c2c4c5 inset;
3550
+ color: #fff;
3551
+ }
3552
+
3553
+ /* Tertiary */
3554
+ .ui.tertiary.grey.buttons .button,
3555
+ .ui.tertiary.grey.buttons .tertiary.button,
3556
+ .ui.tertiary.grey.button {
3557
+ background: transparent;
3558
+ box-shadow: none;
3559
+ color: #767676;
3560
+ }
3561
+ .ui.tertiary.grey.buttons .button:hover,
3562
+ .ui.tertiary.grey.buttons button:hover,
3563
+ .ui.tertiary.grey.button:hover {
3564
+ box-shadow: inset 0 -0.2em 0 #909090;
3565
+ color: #909090;
3566
+ }
3567
+ .ui.tertiary.grey.buttons .button:focus,
3568
+ .ui.tertiary.grey.buttons .tertiary.button:focus,
3569
+ .ui.tertiary.grey.button:focus {
3570
+ box-shadow: inset 0 -0.2em 0 #9f9f9f;
3571
+ color: #9f9f9f;
3572
+ }
3573
+ .ui.tertiary.grey.buttons .active.button,
3574
+ .ui.tertiary.grey.buttons .tertiary.active.button,
3575
+ .ui.tertiary.grey.active.button,
3576
+ .ui.tertiary.grey.buttons .button:active,
3577
+ .ui.tertiary.grey.buttons .tertiary.button:active,
3578
+ .ui.tertiary.grey.button:active {
3579
+ box-shadow: inset 0 -0.2em 0 #5d5d5d;
3580
+ color: #696969;
3581
+ }
3582
+ .ui.black.buttons .button,
3583
+ .ui.black.button {
3584
+ background-color: #1b1c1d;
3585
+ color: #fff;
3586
+ text-shadow: none;
3587
+ background-image: none;
3588
+ }
3589
+ .ui.black.button {
3590
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3591
+ }
3592
+ .ui.black.buttons .button:hover,
3593
+ .ui.black.button:hover {
3594
+ background-color: #27292a;
3595
+ color: #fff;
3596
+ text-shadow: none;
3597
+ }
3598
+ .ui.black.buttons .button:focus,
3599
+ .ui.black.button:focus {
3600
+ background-color: #2f3032;
3601
+ color: #fff;
3602
+ text-shadow: none;
3603
+ }
3604
+ .ui.black.buttons .button:active,
3605
+ .ui.black.button:active {
3606
+ background-color: #343637;
3607
+ color: #fff;
3608
+ text-shadow: none;
3609
+ }
3610
+ .ui.black.buttons .active.button,
3611
+ .ui.black.buttons .active.button:active,
3612
+ .ui.black.active.button,
3613
+ .ui.black.button .active.button:active {
3614
+ background-color: #0f0f10;
3615
+ color: #fff;
3616
+ text-shadow: none;
3617
+ }
3618
+
3619
+ /* Basic */
3620
+ .ui.basic.black.buttons .button,
3621
+ .ui.basic.black.button {
3622
+ background: transparent;
3623
+ box-shadow: 0 0 0 1px #1b1c1d inset;
3624
+ color: #1b1c1d;
3625
+ }
3626
+ .ui.basic.black.buttons .button:hover,
3627
+ .ui.basic.black.button:hover {
3628
+ background: transparent;
3629
+ box-shadow: 0 0 0 1px #27292a inset;
3630
+ color: #27292a;
3631
+ }
3632
+ .ui.basic.black.buttons .button:focus,
3633
+ .ui.basic.black.button:focus {
3634
+ background: transparent;
3635
+ box-shadow: 0 0 0 1px #2f3032 inset;
3636
+ color: #27292a;
3637
+ }
3638
+ .ui.basic.black.buttons .active.button,
3639
+ .ui.basic.black.active.button {
3640
+ background: transparent;
3641
+ box-shadow: 0 0 0 1px #0f0f10 inset;
3642
+ color: #343637;
3643
+ }
3644
+ .ui.basic.black.buttons .button:active,
3645
+ .ui.basic.black.button:active {
3646
+ box-shadow: 0 0 0 1px #343637 inset;
3647
+ color: #343637;
3648
+ }
3649
+
3650
+ /* Inverted */
3651
+ .ui.inverted.black.buttons .button,
3652
+ .ui.inverted.black.button {
3653
+ background-color: transparent;
3654
+ box-shadow: 0 0 0 2px #d4d4d5 inset;
3655
+ color: #fff;
3656
+ }
3657
+ .ui.inverted.black.buttons .button:hover,
3658
+ .ui.inverted.black.button:hover,
3659
+ .ui.inverted.black.buttons .button:focus,
3660
+ .ui.inverted.black.button:focus,
3661
+ .ui.inverted.black.buttons .button.active,
3662
+ .ui.inverted.black.button.active,
3663
+ .ui.inverted.black.buttons .button:active,
3664
+ .ui.inverted.black.button:active {
3665
+ box-shadow: none;
3666
+ color: #fff;
3667
+ }
3668
+ .ui.inverted.black.buttons .button:hover,
3669
+ .ui.inverted.black.button:hover {
3670
+ background-color: #000000;
3671
+ }
3672
+ .ui.inverted.black.buttons .button:focus,
3673
+ .ui.inverted.black.button:focus {
3674
+ background-color: #000000;
3675
+ }
3676
+ .ui.inverted.black.buttons .active.button,
3677
+ .ui.inverted.black.active.button {
3678
+ background-color: #000000;
3679
+ }
3680
+ .ui.inverted.black.buttons .button:active,
3681
+ .ui.inverted.black.button:active {
3682
+ background-color: #000000;
3683
+ }
3684
+
3685
+ /* Inverted Basic */
3686
+ .ui.inverted.black.basic.buttons .button,
3687
+ .ui.inverted.black.buttons .basic.button,
3688
+ .ui.inverted.black.basic.button {
3689
+ background-color: transparent;
3690
+ box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
3691
+ color: #fff;
3692
+ }
3693
+ .ui.inverted.black.basic.buttons .button:hover,
3694
+ .ui.inverted.black.buttons .basic.button:hover,
3695
+ .ui.inverted.black.basic.button:hover {
3696
+ box-shadow: 0 0 0 2px #000000 inset;
3697
+ color: #fff;
3698
+ }
3699
+ .ui.inverted.black.basic.buttons .button:focus,
3700
+ .ui.inverted.black.basic.buttons .button:focus,
3701
+ .ui.inverted.black.basic.button:focus {
3702
+ box-shadow: 0 0 0 2px #000000 inset;
3703
+ color: #545454;
3704
+ }
3705
+ .ui.inverted.black.basic.buttons .active.button,
3706
+ .ui.inverted.black.buttons .basic.active.button,
3707
+ .ui.inverted.black.basic.active.button {
3708
+ box-shadow: 0 0 0 2px #000000 inset;
3709
+ color: #fff;
3710
+ }
3711
+ .ui.inverted.black.basic.buttons .button:active,
3712
+ .ui.inverted.black.buttons .basic.button:active,
3713
+ .ui.inverted.black.basic.button:active {
3714
+ box-shadow: 0 0 0 2px #000000 inset;
3715
+ color: #fff;
3716
+ }
3717
+
3718
+ /* Tertiary */
3719
+ .ui.tertiary.black.buttons .button,
3720
+ .ui.tertiary.black.buttons .tertiary.button,
3721
+ .ui.tertiary.black.button {
3722
+ background: transparent;
3723
+ box-shadow: none;
3724
+ color: #1b1c1d;
3725
+ }
3726
+ .ui.tertiary.black.buttons .button:hover,
3727
+ .ui.tertiary.black.buttons button:hover,
3728
+ .ui.tertiary.black.button:hover {
3729
+ box-shadow: inset 0 -0.2em 0 #8b8f93;
3730
+ color: #8b8f93;
3731
+ }
3732
+ .ui.tertiary.black.buttons .button:focus,
3733
+ .ui.tertiary.black.buttons .tertiary.button:focus,
3734
+ .ui.tertiary.black.button:focus {
3735
+ box-shadow: inset 0 -0.2em 0 #93969a;
3736
+ color: #93969a;
3737
+ }
3738
+ .ui.tertiary.black.buttons .active.button,
3739
+ .ui.tertiary.black.buttons .tertiary.active.button,
3740
+ .ui.tertiary.black.active.button,
3741
+ .ui.tertiary.black.buttons .button:active,
3742
+ .ui.tertiary.black.buttons .tertiary.button:active,
3743
+ .ui.tertiary.black.button:active {
3744
+ box-shadow: inset 0 -0.2em 0 #404245;
3745
+ color: #0f0f10;
3746
+ }
3747
+
3748
+ /* Standard */
3749
+ .ui.positive.buttons .button,
3750
+ .ui.positive.button {
3751
+ background-color: #21ba45;
3752
+ color: #fff;
3753
+ text-shadow: none;
3754
+ background-image: none;
3755
+ }
3756
+ .ui.positive.button {
3757
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3758
+ }
3759
+ .ui.positive.buttons .button:hover,
3760
+ .ui.positive.button:hover {
3761
+ background-color: #16ab39;
3762
+ color: #fff;
3763
+ text-shadow: none;
3764
+ }
3765
+ .ui.positive.buttons .button:focus,
3766
+ .ui.positive.button:focus {
3767
+ background-color: #0ea432;
3768
+ color: #fff;
3769
+ text-shadow: none;
3770
+ }
3771
+ .ui.positive.buttons .button:active,
3772
+ .ui.positive.button:active {
3773
+ background-color: #198f35;
3774
+ color: #fff;
3775
+ text-shadow: none;
3776
+ }
3777
+ .ui.positive.buttons .active.button,
3778
+ .ui.positive.buttons .active.button:active,
3779
+ .ui.positive.active.button,
3780
+ .ui.positive.button .active.button:active {
3781
+ background-color: #13ae38;
3782
+ color: #fff;
3783
+ text-shadow: none;
3784
+ }
3785
+
3786
+ /* Basic */
3787
+ .ui.basic.positive.buttons .button,
3788
+ .ui.basic.positive.button {
3789
+ background: transparent;
3790
+ box-shadow: 0 0 0 1px #21ba45 inset;
3791
+ color: #21ba45;
3792
+ }
3793
+ .ui.basic.positive.buttons .button:hover,
3794
+ .ui.basic.positive.button:hover {
3795
+ background: transparent;
3796
+ box-shadow: 0 0 0 1px #16ab39 inset;
3797
+ color: #16ab39;
3798
+ }
3799
+ .ui.basic.positive.buttons .button:focus,
3800
+ .ui.basic.positive.button:focus {
3801
+ background: transparent;
3802
+ box-shadow: 0 0 0 1px #0ea432 inset;
3803
+ color: #16ab39;
3804
+ }
3805
+ .ui.basic.positive.buttons .active.button,
3806
+ .ui.basic.positive.active.button {
3807
+ background: transparent;
3808
+ box-shadow: 0 0 0 1px #13ae38 inset;
3809
+ color: #198f35;
3810
+ }
3811
+ .ui.basic.positive.buttons .button:active,
3812
+ .ui.basic.positive.button:active {
3813
+ box-shadow: 0 0 0 1px #198f35 inset;
3814
+ color: #198f35;
3815
+ }
3816
+ .ui.buttons:not(.vertical) > .basic.positive.button:not(:first-child) {
3817
+ margin-left: -1px;
3818
+ }
3819
+
3820
+ /* Standard */
3821
+ .ui.negative.buttons .button,
3822
+ .ui.negative.button {
3823
+ background-color: #db2828;
3824
+ color: #fff;
3825
+ text-shadow: none;
3826
+ background-image: none;
3827
+ }
3828
+ .ui.negative.button {
3829
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3830
+ }
3831
+ .ui.negative.buttons .button:hover,
3832
+ .ui.negative.button:hover {
3833
+ background-color: #d01919;
3834
+ color: #fff;
3835
+ text-shadow: none;
3836
+ }
3837
+ .ui.negative.buttons .button:focus,
3838
+ .ui.negative.button:focus {
3839
+ background-color: #ca1010;
3840
+ color: #fff;
3841
+ text-shadow: none;
3842
+ }
3843
+ .ui.negative.buttons .button:active,
3844
+ .ui.negative.button:active {
3845
+ background-color: #b21e1e;
3846
+ color: #fff;
3847
+ text-shadow: none;
3848
+ }
3849
+ .ui.negative.buttons .active.button,
3850
+ .ui.negative.buttons .active.button:active,
3851
+ .ui.negative.active.button,
3852
+ .ui.negative.button .active.button:active {
3853
+ background-color: #d41515;
3854
+ color: #fff;
3855
+ text-shadow: none;
3856
+ }
3857
+
3858
+ /* Basic */
3859
+ .ui.basic.negative.buttons .button,
3860
+ .ui.basic.negative.button {
3861
+ background: transparent;
3862
+ box-shadow: 0 0 0 1px #db2828 inset;
3863
+ color: #db2828;
3864
+ }
3865
+ .ui.basic.negative.buttons .button:hover,
3866
+ .ui.basic.negative.button:hover {
3867
+ background: transparent;
3868
+ box-shadow: 0 0 0 1px #d01919 inset;
3869
+ color: #d01919;
3870
+ }
3871
+ .ui.basic.negative.buttons .button:focus,
3872
+ .ui.basic.negative.button:focus {
3873
+ background: transparent;
3874
+ box-shadow: 0 0 0 1px #ca1010 inset;
3875
+ color: #d01919;
3876
+ }
3877
+ .ui.basic.negative.buttons .active.button,
3878
+ .ui.basic.negative.active.button {
3879
+ background: transparent;
3880
+ box-shadow: 0 0 0 1px #d41515 inset;
3881
+ color: #b21e1e;
3882
+ }
3883
+ .ui.basic.negative.buttons .button:active,
3884
+ .ui.basic.negative.button:active {
3885
+ box-shadow: 0 0 0 1px #b21e1e inset;
3886
+ color: #b21e1e;
3887
+ }
3888
+ .ui.buttons:not(.vertical) > .basic.negative.button:not(:first-child) {
3889
+ margin-left: -1px;
3890
+ }
3891
+
3892
+
3893
+ /*******************************
3894
+ Groups
3895
+ *******************************/
3896
+
3897
+ .ui.buttons {
3898
+ display: inline-flex;
3899
+ flex-direction: row;
3900
+ font-size: 0;
3901
+ vertical-align: baseline;
3902
+ margin: 0 0.25em 0 0;
3903
+ }
3904
+ .ui.buttons:not(.basic):not(.inverted) {
3905
+ box-shadow: none;
3906
+ }
3907
+
3908
+ /* Clearfix */
3909
+ .ui.buttons::after {
3910
+ content: ".";
3911
+ display: block;
3912
+ height: 0;
3913
+ clear: both;
3914
+ visibility: hidden;
3915
+ }
3916
+
3917
+ /* Standard Group */
3918
+ .ui.buttons .button {
3919
+ flex: 1 0 auto;
3920
+ border-radius: 0;
3921
+ margin: 0;
3922
+ }
3923
+ .ui.buttons:not(.basic):not(.inverted) > .button:not(.basic):not(.inverted) {
3924
+ box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
3925
+ }
3926
+ .ui.buttons .button:first-child {
3927
+ border-left: none;
3928
+ margin-left: 0;
3929
+ border-top-left-radius: 0.28571429rem;
3930
+ border-bottom-left-radius: 0.28571429rem;
3931
+ }
3932
+ .ui.buttons .button:last-child {
3933
+ border-top-right-radius: 0.28571429rem;
3934
+ border-bottom-right-radius: 0.28571429rem;
3935
+ }
3936
+
3937
+ /* Vertical Style */
3938
+ .ui.vertical.buttons {
3939
+ display: inline-flex;
3940
+ flex-direction: column;
3941
+ }
3942
+ .ui.vertical.buttons .button {
3943
+ display: block;
3944
+ float: none;
3945
+ width: 100%;
3946
+ margin: 0;
3947
+ border-radius: 0;
3948
+ }
3949
+ .ui.vertical.buttons .button:not(.basic) {
3950
+ box-shadow: none;
3951
+ }
3952
+ .ui.vertical.buttons .button:first-child {
3953
+ border-top-left-radius: 0.28571429rem;
3954
+ border-top-right-radius: 0.28571429rem;
3955
+ }
3956
+ .ui.vertical.buttons .button:last-child {
3957
+ margin-bottom: 0;
3958
+ border-bottom-left-radius: 0.28571429rem;
3959
+ border-bottom-right-radius: 0.28571429rem;
3960
+ }
3961
+ .ui.vertical.buttons .button:only-child {
3962
+ border-radius: 0.28571429rem;
3963
+ }
3964
+ .ui.vertical.buttons .basic.button:not(:first-child) {
3965
+ border-top: none;
3966
+ }
3967
+ .ui.wrapping.buttons {
3968
+ flex-wrap: wrap;
3969
+ }
3970
+ .ui.wrapping.basic.buttons {
3971
+ border-bottom: none;
3972
+ }
3973
+ .ui.wrapping.basic.buttons .button {
3974
+ border-bottom: 1px solid rgba(34, 36, 38, 0.15);
3975
+ }
3976
+ .ui.wrapping.basic.buttons .button:hover {
3977
+ background: transparent !important;
3978
+ }
3979
+ .ui.compact.wrapping.buttons .button {
3980
+ flex: none;
3981
+ }
3982
+ .ui.wrapped.buttons:not(.spaced) {
3983
+ border-top-right-radius: 0;
3984
+ }
3985
+ .ui.wrapped.buttons:not(.spaced) .button:first-child {
3986
+ border-radius: 0.28571429rem 0 0 0;
3987
+ }
3988
+ .ui.wrapped.buttons:not(.spaced) .button:last-child {
3989
+ border-radius: 0 0 0.28571429rem 0;
3990
+ }
3991
+ .ui.wrapped[class*="top attached"].buttons {
3992
+ border-radius: 0.28571429rem 0 0 0;
3993
+ }
3994
+ .ui.wrapped[class*="top attached"].buttons .button:last-child {
3995
+ border-radius: 0;
3996
+ }
3997
+ .ui.wrapped[class*="bottom attached"].buttons {
3998
+ border-radius: 0 0 0 0.28571429rem;
3999
+ }
4000
+ .ui.wrapped[class*="bottom attached"].buttons .button:first-child {
4001
+ border-radius: 0;
4002
+ }
4003
+ .ui.spaced.buttons .ui.button {
4004
+ margin-bottom: 1em;
4005
+ margin-right: 1em;
4006
+ border-radius: 0.28571429rem;
4007
+ }
4008
+ .ui.spaced.basic.buttons {
4009
+ border: none;
4010
+ }
4011
+ .ui.spaced.basic.buttons .button {
4012
+ border: 1px solid rgba(34, 36, 38, 0.15);
4013
+ }
4014
+ .ui.spaced.basic.buttons .button.basic {
4015
+ border: none;
4016
+ }
4017
+ .ui.spaced.basic.vertical.buttons .button:first-child {
4018
+ border-top: 1px solid rgba(34, 36, 38, 0.15);
4019
+ }
4020
+ .ui.spaced.basic.wrapping.buttons .button:not(.basic) {
4021
+ border-top: 1px solid rgba(34, 36, 38, 0.15);
4022
+ border-right: 1px solid rgba(34, 36, 38, 0.15);
4023
+ }
4024
+ .ui.spaced.basic.wrapping.buttons .button:not(.basic):first-child {
4025
+ border-left: 1px solid rgba(34, 36, 38, 0.15);
4026
+ }
4027
+ .ui.spaced.basic.inverted.buttons .basic.button {
4028
+ margin-bottom: calc(1em + 1px);
4029
+ margin-top: 1px;
4030
+ }
4031
+ .ui.basic.buttons:not(.vertical).inverted .button,
4032
+ .ui.basic.buttons:not(.vertical) .basic.button {
4033
+ margin-left: -1px;
4034
+ border-right: none;
4035
+ }
4036
+ .ui.basic.buttons:not(.vertical):not(.spaced):not(.inverted) .basic.button {
4037
+ margin-top: -1px;
4038
+ border-bottom: none;
4039
+ }
4040
+ .ui.inverted.basic.buttons:not(.spaced) .button,
4041
+ .ui.attached.basic.buttons:not(.wrapping):not(.inverted) .basic.button {
4042
+ margin-bottom: -1px;
4043
+ }
4044
+ .ui.basic.buttons:not(.vertical):not(.attached):not(.spaced):not(.wrapping):not(.inverted) .basic.button {
4045
+ margin-bottom: -1px;
4046
+ }
4047
+
4048
+
4049
+ /*******************************
4050
+ Theme Overrides
4051
+ *******************************/
4052
+
4053
+
4054
+
4055
+ /*******************************
4056
+ Site Overrides
4057
+ *******************************/
4058
+