rails-active-ui 0.3.0 → 0.3.2

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 (197) hide show
  1. checksums.yaml +4 -4
  2. data/app/javascript/ui/controllers/turbo_modal_controller.js +36 -0
  3. data/config/importmap.rb +1 -0
  4. data/formantic-ui/components/accordion.css +369 -0
  5. data/formantic-ui/components/accordion.js +595 -0
  6. data/formantic-ui/components/accordion.min.css +9 -0
  7. data/formantic-ui/components/accordion.min.js +11 -0
  8. data/formantic-ui/components/ad.css +264 -0
  9. data/formantic-ui/components/ad.min.css +10 -0
  10. data/formantic-ui/components/api.js +1225 -0
  11. data/formantic-ui/components/api.min.js +11 -0
  12. data/formantic-ui/components/breadcrumb.css +135 -0
  13. data/formantic-ui/components/breadcrumb.min.css +9 -0
  14. data/formantic-ui/components/button.css +4058 -0
  15. data/formantic-ui/components/button.min.css +9 -0
  16. data/formantic-ui/components/calendar.css +327 -0
  17. data/formantic-ui/components/calendar.js +2045 -0
  18. data/formantic-ui/components/calendar.min.css +9 -0
  19. data/formantic-ui/components/calendar.min.js +11 -0
  20. data/formantic-ui/components/card.css +1881 -0
  21. data/formantic-ui/components/card.min.css +9 -0
  22. data/formantic-ui/components/checkbox.css +785 -0
  23. data/formantic-ui/components/checkbox.js +888 -0
  24. data/formantic-ui/components/checkbox.min.css +9 -0
  25. data/formantic-ui/components/checkbox.min.js +11 -0
  26. data/formantic-ui/components/comment.css +283 -0
  27. data/formantic-ui/components/comment.min.css +9 -0
  28. data/formantic-ui/components/container.css +300 -0
  29. data/formantic-ui/components/container.min.css +9 -0
  30. data/formantic-ui/components/dimmer.css +367 -0
  31. data/formantic-ui/components/dimmer.js +732 -0
  32. data/formantic-ui/components/dimmer.min.css +9 -0
  33. data/formantic-ui/components/dimmer.min.js +11 -0
  34. data/formantic-ui/components/divider.css +287 -0
  35. data/formantic-ui/components/divider.min.css +9 -0
  36. data/formantic-ui/components/dropdown.css +2087 -0
  37. data/formantic-ui/components/dropdown.js +4432 -0
  38. data/formantic-ui/components/dropdown.min.css +9 -0
  39. data/formantic-ui/components/dropdown.min.js +11 -0
  40. data/formantic-ui/components/embed.css +155 -0
  41. data/formantic-ui/components/embed.js +688 -0
  42. data/formantic-ui/components/embed.min.css +9 -0
  43. data/formantic-ui/components/embed.min.js +11 -0
  44. data/formantic-ui/components/emoji.css +15311 -0
  45. data/formantic-ui/components/emoji.min.css +9 -0
  46. data/formantic-ui/components/feed.css +799 -0
  47. data/formantic-ui/components/feed.min.css +9 -0
  48. data/formantic-ui/components/flag.css +1149 -0
  49. data/formantic-ui/components/flag.min.css +9 -0
  50. data/formantic-ui/components/flyout.css +546 -0
  51. data/formantic-ui/components/flyout.js +1551 -0
  52. data/formantic-ui/components/flyout.min.css +9 -0
  53. data/formantic-ui/components/flyout.min.js +11 -0
  54. data/formantic-ui/components/form.css +1885 -0
  55. data/formantic-ui/components/form.js +2199 -0
  56. data/formantic-ui/components/form.min.css +9 -0
  57. data/formantic-ui/components/form.min.js +11 -0
  58. data/formantic-ui/components/grid.css +1952 -0
  59. data/formantic-ui/components/grid.min.css +9 -0
  60. data/formantic-ui/components/header.css +778 -0
  61. data/formantic-ui/components/header.min.css +9 -0
  62. data/formantic-ui/components/icon.css +7066 -0
  63. data/formantic-ui/components/icon.min.css +9 -0
  64. data/formantic-ui/components/image.css +315 -0
  65. data/formantic-ui/components/image.min.css +9 -0
  66. data/formantic-ui/components/input.css +1566 -0
  67. data/formantic-ui/components/input.min.css +9 -0
  68. data/formantic-ui/components/item.css +534 -0
  69. data/formantic-ui/components/item.min.css +9 -0
  70. data/formantic-ui/components/label.css +2114 -0
  71. data/formantic-ui/components/label.min.css +9 -0
  72. data/formantic-ui/components/list.css +955 -0
  73. data/formantic-ui/components/list.min.css +9 -0
  74. data/formantic-ui/components/loader.css +787 -0
  75. data/formantic-ui/components/loader.min.css +9 -0
  76. data/formantic-ui/components/menu.css +2131 -0
  77. data/formantic-ui/components/menu.min.css +9 -0
  78. data/formantic-ui/components/message.css +619 -0
  79. data/formantic-ui/components/message.min.css +9 -0
  80. data/formantic-ui/components/modal.css +779 -0
  81. data/formantic-ui/components/modal.js +1637 -0
  82. data/formantic-ui/components/modal.min.css +9 -0
  83. data/formantic-ui/components/modal.min.js +11 -0
  84. data/formantic-ui/components/nag.css +290 -0
  85. data/formantic-ui/components/nag.js +566 -0
  86. data/formantic-ui/components/nag.min.css +9 -0
  87. data/formantic-ui/components/nag.min.js +11 -0
  88. data/formantic-ui/components/placeholder.css +228 -0
  89. data/formantic-ui/components/placeholder.min.css +9 -0
  90. data/formantic-ui/components/popup.css +1184 -0
  91. data/formantic-ui/components/popup.js +1561 -0
  92. data/formantic-ui/components/popup.min.css +9 -0
  93. data/formantic-ui/components/popup.min.js +11 -0
  94. data/formantic-ui/components/progress.css +761 -0
  95. data/formantic-ui/components/progress.js +979 -0
  96. data/formantic-ui/components/progress.min.css +9 -0
  97. data/formantic-ui/components/progress.min.js +11 -0
  98. data/formantic-ui/components/rail.css +147 -0
  99. data/formantic-ui/components/rail.min.css +9 -0
  100. data/formantic-ui/components/rating.css +414 -0
  101. data/formantic-ui/components/rating.js +540 -0
  102. data/formantic-ui/components/rating.min.css +9 -0
  103. data/formantic-ui/components/rating.min.js +11 -0
  104. data/formantic-ui/components/reset.css +386 -0
  105. data/formantic-ui/components/reset.min.css +9 -0
  106. data/formantic-ui/components/reveal.css +277 -0
  107. data/formantic-ui/components/reveal.min.css +9 -0
  108. data/formantic-ui/components/search.css +541 -0
  109. data/formantic-ui/components/search.js +1641 -0
  110. data/formantic-ui/components/search.min.css +9 -0
  111. data/formantic-ui/components/search.min.js +11 -0
  112. data/formantic-ui/components/segment.css +1053 -0
  113. data/formantic-ui/components/segment.min.css +9 -0
  114. data/formantic-ui/components/shape.css +144 -0
  115. data/formantic-ui/components/shape.js +797 -0
  116. data/formantic-ui/components/shape.min.css +9 -0
  117. data/formantic-ui/components/shape.min.js +11 -0
  118. data/formantic-ui/components/sidebar.css +539 -0
  119. data/formantic-ui/components/sidebar.js +1054 -0
  120. data/formantic-ui/components/sidebar.min.css +9 -0
  121. data/formantic-ui/components/sidebar.min.js +11 -0
  122. data/formantic-ui/components/site.css +286 -0
  123. data/formantic-ui/components/site.js +455 -0
  124. data/formantic-ui/components/site.min.css +9 -0
  125. data/formantic-ui/components/site.min.js +11 -0
  126. data/formantic-ui/components/slider.css +926 -0
  127. data/formantic-ui/components/slider.js +1546 -0
  128. data/formantic-ui/components/slider.min.css +9 -0
  129. data/formantic-ui/components/slider.min.js +11 -0
  130. data/formantic-ui/components/state.js +697 -0
  131. data/formantic-ui/components/state.min.js +11 -0
  132. data/formantic-ui/components/statistic.css +586 -0
  133. data/formantic-ui/components/statistic.min.css +9 -0
  134. data/formantic-ui/components/step.css +1538 -0
  135. data/formantic-ui/components/step.min.css +9 -0
  136. data/formantic-ui/components/sticky.css +73 -0
  137. data/formantic-ui/components/sticky.js +917 -0
  138. data/formantic-ui/components/sticky.min.css +9 -0
  139. data/formantic-ui/components/sticky.min.js +11 -0
  140. data/formantic-ui/components/tab.css +84 -0
  141. data/formantic-ui/components/tab.js +967 -0
  142. data/formantic-ui/components/tab.min.css +9 -0
  143. data/formantic-ui/components/tab.min.js +11 -0
  144. data/formantic-ui/components/table.css +3473 -0
  145. data/formantic-ui/components/table.min.css +9 -0
  146. data/formantic-ui/components/text.css +155 -0
  147. data/formantic-ui/components/text.min.css +9 -0
  148. data/formantic-ui/components/toast.css +751 -0
  149. data/formantic-ui/components/toast.js +964 -0
  150. data/formantic-ui/components/toast.min.css +9 -0
  151. data/formantic-ui/components/toast.min.js +11 -0
  152. data/formantic-ui/components/transition.css +1148 -0
  153. data/formantic-ui/components/transition.js +1034 -0
  154. data/formantic-ui/components/transition.min.css +9 -0
  155. data/formantic-ui/components/transition.min.js +11 -0
  156. data/formantic-ui/components/visibility.js +1292 -0
  157. data/formantic-ui/components/visibility.min.js +11 -0
  158. data/formantic-ui/semantic.css +78485 -0
  159. data/formantic-ui/semantic.js +31036 -0
  160. data/formantic-ui/semantic.min.css +11 -0
  161. data/formantic-ui/semantic.min.js +11 -0
  162. data/formantic-ui/themes/basic/assets/fonts/LICENSE.txt +91 -0
  163. data/formantic-ui/themes/basic/assets/fonts/icons.woff +0 -0
  164. data/formantic-ui/themes/basic/assets/fonts/icons.woff2 +0 -0
  165. data/formantic-ui/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
  166. data/formantic-ui/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
  167. data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  168. data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  169. data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  170. data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  171. data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  172. data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  173. data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  174. data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  175. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  176. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  177. data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  178. data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  179. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  180. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  181. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  182. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  183. data/formantic-ui/themes/default/assets/fonts/brand-icons.woff +0 -0
  184. data/formantic-ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  185. data/formantic-ui/themes/default/assets/fonts/icons.woff +0 -0
  186. data/formantic-ui/themes/default/assets/fonts/icons.woff2 +0 -0
  187. data/formantic-ui/themes/default/assets/fonts/outline-icons.woff +0 -0
  188. data/formantic-ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  189. data/formantic-ui/themes/famfamfam/assets/images/flags.png +0 -0
  190. data/formantic-ui/themes/github/assets/fonts/LICENSE.txt +94 -0
  191. data/formantic-ui/themes/github/assets/fonts/octicons.woff +0 -0
  192. data/formantic-ui/themes/github/assets/fonts/octicons.woff2 +0 -0
  193. data/formantic-ui/themes/material/assets/fonts/LICENSE.txt +202 -0
  194. data/formantic-ui/themes/material/assets/fonts/icons.woff +0 -0
  195. data/formantic-ui/themes/material/assets/fonts/icons.woff2 +0 -0
  196. data/lib/ui/version.rb +1 -1
  197. metadata +194 -1
@@ -0,0 +1,778 @@
1
+ /*!
2
+ * # Fomantic-UI 2.9.4 - Header
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
+ Header
14
+ *******************************/
15
+
16
+
17
+ /* Standard */
18
+ .ui.header {
19
+ border: none;
20
+ margin: calc(2rem - 0.1428571428571429em) 0 1rem;
21
+ padding: 0 0;
22
+ 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";
23
+ font-weight: bold;
24
+ line-height: 1.28571429em;
25
+ text-transform: none;
26
+ color: rgba(0, 0, 0, 0.87);
27
+ }
28
+ .ui.header:first-child {
29
+ margin-top: -0.14285714em;
30
+ }
31
+ .ui.header:last-child {
32
+ margin-bottom: 0;
33
+ }
34
+
35
+ /* --------------
36
+ Sub Header
37
+ --------------- */
38
+ .ui.header .sub.header {
39
+ display: block;
40
+ font-weight: normal;
41
+ padding: 0;
42
+ margin: 0;
43
+ font-size: 1rem;
44
+ line-height: 1.2em;
45
+ color: rgba(0, 0, 0, 0.6);
46
+ }
47
+
48
+ /* --------------
49
+ Icon
50
+ --------------- */
51
+ .ui.header > .icons,
52
+ .ui.header > i.icon {
53
+ display: table-cell;
54
+ opacity: 1;
55
+ font-size: 1.5em;
56
+ padding-top: 0;
57
+ vertical-align: middle;
58
+ }
59
+
60
+ /* With Text Node */
61
+ .ui.header:not(.icon) > .icons:only-child,
62
+ .ui.header:not(.icon) > i.icon:only-child {
63
+ display: inline-block;
64
+ padding: 0;
65
+ margin-right: 0.75rem;
66
+ }
67
+
68
+ /* -------------------
69
+ Image
70
+ -------------------- */
71
+ .ui.header > .image:not(.icon),
72
+ .ui.header > img {
73
+ display: inline-block;
74
+ margin-top: 0.14285714em;
75
+ width: 2.5em;
76
+ height: auto;
77
+ vertical-align: middle;
78
+ }
79
+ .ui.header > .image:not(.icon):only-child,
80
+ .ui.header > img:only-child {
81
+ margin-right: 0.75rem;
82
+ }
83
+
84
+ /* --------------
85
+ Content
86
+ --------------- */
87
+ .ui.header .content {
88
+ display: inline-block;
89
+ vertical-align: top;
90
+ }
91
+
92
+ /* After Image */
93
+ .ui.header > img + .content,
94
+ .ui.header > .image + .content {
95
+ padding-left: 0.75rem;
96
+ vertical-align: middle;
97
+ }
98
+
99
+ /* After Icon */
100
+ .ui.header:not(.icon):not(.centered):not(.aligned) > .icons + .content,
101
+ .ui.header:not(.icon):not(.centered):not(.aligned) > i.icon + .content {
102
+ padding-left: 0.75rem;
103
+ display: table-cell;
104
+ vertical-align: middle;
105
+ }
106
+
107
+ /* --------------
108
+ Loose Coupling
109
+ --------------- */
110
+ .ui.header .ui.label {
111
+ font-size: "";
112
+ margin-left: 0.5rem;
113
+ vertical-align: middle;
114
+ }
115
+
116
+ /* Positioning */
117
+ .ui.header + p {
118
+ margin-top: 0;
119
+ }
120
+
121
+
122
+ /*******************************
123
+ Types
124
+ *******************************/
125
+
126
+
127
+ /* --------------
128
+ Page
129
+ --------------- */
130
+ h1.ui.header {
131
+ font-size: 2rem;
132
+ }
133
+ h1.ui.header .sub.header {
134
+ font-size: 1.14285714rem;
135
+ }
136
+ h2.ui.header {
137
+ font-size: 1.71428571rem;
138
+ }
139
+ h2.ui.header .sub.header {
140
+ font-size: 1.14285714rem;
141
+ }
142
+ h3.ui.header {
143
+ font-size: 1.28571429rem;
144
+ }
145
+ h3.ui.header .sub.header {
146
+ font-size: 1rem;
147
+ }
148
+ h4.ui.header {
149
+ font-size: 1.07142857rem;
150
+ }
151
+ h4.ui.header .sub.header {
152
+ font-size: 1rem;
153
+ }
154
+ h5.ui.header {
155
+ font-size: 1rem;
156
+ }
157
+ h5.ui.header .sub.header {
158
+ font-size: 0.92857143rem;
159
+ }
160
+ h6.ui.header {
161
+ font-size: 0.85714286rem;
162
+ }
163
+ h6.ui.header .sub.header {
164
+ font-size: 0.92857143rem;
165
+ }
166
+
167
+ /* --------------
168
+ Content Heading
169
+ --------------- */
170
+ .ui.mini.header {
171
+ font-size: 0.85714286em;
172
+ }
173
+ .ui.mini.header .sub.header {
174
+ font-size: 0.92857143rem;
175
+ }
176
+ .ui.mini.sub.header {
177
+ font-size: 0.78571429em;
178
+ }
179
+ .ui.tiny.header {
180
+ font-size: 1em;
181
+ }
182
+ .ui.tiny.header .sub.header {
183
+ font-size: 0.92857143rem;
184
+ }
185
+ .ui.tiny.sub.header {
186
+ font-size: 0.78571429em;
187
+ }
188
+ .ui.small.header {
189
+ font-size: 1.07142857em;
190
+ }
191
+ .ui.small.header .sub.header {
192
+ font-size: 1rem;
193
+ }
194
+ .ui.small.sub.header {
195
+ font-size: 0.78571429em;
196
+ }
197
+ .ui.large.header {
198
+ font-size: 1.71428571em;
199
+ }
200
+ .ui.large.header .sub.header {
201
+ font-size: 1.14285714rem;
202
+ }
203
+ .ui.large.sub.header {
204
+ font-size: 0.92857143em;
205
+ }
206
+ .ui.big.header {
207
+ font-size: 1.85714286em;
208
+ }
209
+ .ui.big.header .sub.header {
210
+ font-size: 1.14285714rem;
211
+ }
212
+ .ui.big.sub.header {
213
+ font-size: 1em;
214
+ }
215
+ .ui.huge.header {
216
+ font-size: 2em;
217
+ min-height: 1em;
218
+ }
219
+ .ui.huge.header .sub.header {
220
+ font-size: 1.14285714rem;
221
+ }
222
+ .ui.huge.sub.header {
223
+ font-size: 1em;
224
+ }
225
+ .ui.massive.header {
226
+ font-size: 2.28571429em;
227
+ min-height: 1em;
228
+ }
229
+ .ui.massive.header .sub.header {
230
+ font-size: 1.42857143rem;
231
+ }
232
+ .ui.massive.sub.header {
233
+ font-size: 1.14285714em;
234
+ }
235
+
236
+ /* --------------
237
+ Sub Heading
238
+ --------------- */
239
+ .ui.sub.header {
240
+ padding: 0;
241
+ margin-bottom: 0.14285714rem;
242
+ font-weight: bold;
243
+ font-size: 0.85714286em;
244
+ text-transform: uppercase;
245
+ color: "";
246
+ }
247
+
248
+ /* -------------------
249
+ Icon
250
+ -------------------- */
251
+ .ui.icon.header {
252
+ display: inline-block;
253
+ text-align: center;
254
+ margin: 2rem 0 1rem;
255
+ }
256
+ .ui.icon.header::after {
257
+ content: "";
258
+ display: block;
259
+ height: 0;
260
+ clear: both;
261
+ visibility: hidden;
262
+ }
263
+ .ui.icon.header:first-child {
264
+ margin-top: 0;
265
+ }
266
+ .ui.icon.header > .image.icon,
267
+ .ui.icon.header > .icons,
268
+ .ui.icon.header > i.icon {
269
+ float: none;
270
+ display: block;
271
+ width: auto;
272
+ height: auto;
273
+ line-height: 1;
274
+ padding: 0;
275
+ font-size: 3em;
276
+ margin: 0 auto 0.5rem;
277
+ opacity: 1;
278
+ }
279
+ .ui.icon.header .corner.icon {
280
+ font-size: calc(3em * 0.45);
281
+ }
282
+ .ui.icon.header .content {
283
+ display: block;
284
+ padding: 0;
285
+ }
286
+ .ui.icon.header > i.circular {
287
+ font-size: 2em;
288
+ }
289
+ .ui.icon.header > i.square {
290
+ font-size: 2em;
291
+ }
292
+ .ui.block.icon.header > .image.icon,
293
+ .ui.block.icon.header > .icons,
294
+ .ui.block.icon.header > i.icon {
295
+ margin-bottom: 0;
296
+ }
297
+ .ui.icon.header.aligned {
298
+ margin-left: auto;
299
+ margin-right: auto;
300
+ display: block;
301
+ }
302
+
303
+
304
+ /*******************************
305
+ States
306
+ *******************************/
307
+
308
+ .ui.disabled.header {
309
+ opacity: 0.45;
310
+ }
311
+
312
+
313
+ /*******************************
314
+ Variations
315
+ *******************************/
316
+
317
+
318
+ /* -------------------
319
+ Inverted
320
+ -------------------- */
321
+ .ui.inverted.header {
322
+ color: #fff;
323
+ }
324
+ .ui.inverted.header .sub.header {
325
+ color: rgba(255, 255, 255, 0.8);
326
+ }
327
+ .ui.inverted.attached.header {
328
+ background: #1b1c1d;
329
+ box-shadow: none;
330
+ border-color: transparent;
331
+ }
332
+ .ui.inverted.block.header {
333
+ background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
334
+ box-shadow: none;
335
+ border-bottom: none;
336
+ }
337
+
338
+ /* -------------------
339
+ Colors
340
+ -------------------- */
341
+ .ui.primary.header {
342
+ color: #2185d0;
343
+ }
344
+ a.ui.primary.header:hover {
345
+ color: #1678c2;
346
+ }
347
+ .ui.primary.dividing.header {
348
+ border-bottom: 2px solid #2185d0;
349
+ }
350
+ .ui.inverted.primary.header.header.header {
351
+ color: #54c8ff;
352
+ }
353
+ a.ui.inverted.primary.header.header.header:hover {
354
+ color: #21b8ff;
355
+ }
356
+ .ui.inverted.primary.dividing.header {
357
+ border-bottom: 2px solid #54c8ff;
358
+ }
359
+ .ui.secondary.header {
360
+ color: #1b1c1d;
361
+ }
362
+ a.ui.secondary.header:hover {
363
+ color: #27292a;
364
+ }
365
+ .ui.secondary.dividing.header {
366
+ border-bottom: 2px solid #1b1c1d;
367
+ }
368
+ .ui.inverted.secondary.header.header.header {
369
+ color: #545454;
370
+ }
371
+ a.ui.inverted.secondary.header.header.header:hover {
372
+ color: #6e6e6e;
373
+ }
374
+ .ui.inverted.secondary.dividing.header {
375
+ border-bottom: 2px solid #545454;
376
+ }
377
+ .ui.red.header {
378
+ color: #db2828;
379
+ }
380
+ a.ui.red.header:hover {
381
+ color: #d01919;
382
+ }
383
+ .ui.red.dividing.header {
384
+ border-bottom: 2px solid #db2828;
385
+ }
386
+ .ui.inverted.red.header.header.header {
387
+ color: #ff695e;
388
+ }
389
+ a.ui.inverted.red.header.header.header:hover {
390
+ color: #ff392b;
391
+ }
392
+ .ui.inverted.red.dividing.header {
393
+ border-bottom: 2px solid #ff695e;
394
+ }
395
+ .ui.orange.header {
396
+ color: #f2711c;
397
+ }
398
+ a.ui.orange.header:hover {
399
+ color: #f26202;
400
+ }
401
+ .ui.orange.dividing.header {
402
+ border-bottom: 2px solid #f2711c;
403
+ }
404
+ .ui.inverted.orange.header.header.header {
405
+ color: #ff851b;
406
+ }
407
+ a.ui.inverted.orange.header.header.header:hover {
408
+ color: #e76b00;
409
+ }
410
+ .ui.inverted.orange.dividing.header {
411
+ border-bottom: 2px solid #ff851b;
412
+ }
413
+ .ui.yellow.header {
414
+ color: #fbbd08;
415
+ }
416
+ a.ui.yellow.header:hover {
417
+ color: #eaae00;
418
+ }
419
+ .ui.yellow.dividing.header {
420
+ border-bottom: 2px solid #fbbd08;
421
+ }
422
+ .ui.inverted.yellow.header.header.header {
423
+ color: #ffe21f;
424
+ }
425
+ a.ui.inverted.yellow.header.header.header:hover {
426
+ color: #ebcd00;
427
+ }
428
+ .ui.inverted.yellow.dividing.header {
429
+ border-bottom: 2px solid #ffe21f;
430
+ }
431
+ .ui.olive.header {
432
+ color: #b5cc18;
433
+ }
434
+ a.ui.olive.header:hover {
435
+ color: #a7bd0d;
436
+ }
437
+ .ui.olive.dividing.header {
438
+ border-bottom: 2px solid #b5cc18;
439
+ }
440
+ .ui.inverted.olive.header.header.header {
441
+ color: #d9e778;
442
+ }
443
+ a.ui.inverted.olive.header.header.header:hover {
444
+ color: #d2e745;
445
+ }
446
+ .ui.inverted.olive.dividing.header {
447
+ border-bottom: 2px solid #d9e778;
448
+ }
449
+ .ui.green.header {
450
+ color: #21ba45;
451
+ }
452
+ a.ui.green.header:hover {
453
+ color: #16ab39;
454
+ }
455
+ .ui.green.dividing.header {
456
+ border-bottom: 2px solid #21ba45;
457
+ }
458
+ .ui.inverted.green.header.header.header {
459
+ color: #2ecc40;
460
+ }
461
+ a.ui.inverted.green.header.header.header:hover {
462
+ color: #1ea92e;
463
+ }
464
+ .ui.inverted.green.dividing.header {
465
+ border-bottom: 2px solid #2ecc40;
466
+ }
467
+ .ui.teal.header {
468
+ color: #00b5ad;
469
+ }
470
+ a.ui.teal.header:hover {
471
+ color: #009c95;
472
+ }
473
+ .ui.teal.dividing.header {
474
+ border-bottom: 2px solid #00b5ad;
475
+ }
476
+ .ui.inverted.teal.header.header.header {
477
+ color: #6dffff;
478
+ }
479
+ a.ui.inverted.teal.header.header.header:hover {
480
+ color: #3affff;
481
+ }
482
+ .ui.inverted.teal.dividing.header {
483
+ border-bottom: 2px solid #6dffff;
484
+ }
485
+ .ui.blue.header {
486
+ color: #2185d0;
487
+ }
488
+ a.ui.blue.header:hover {
489
+ color: #1678c2;
490
+ }
491
+ .ui.blue.dividing.header {
492
+ border-bottom: 2px solid #2185d0;
493
+ }
494
+ .ui.inverted.blue.header.header.header {
495
+ color: #54c8ff;
496
+ }
497
+ a.ui.inverted.blue.header.header.header:hover {
498
+ color: #21b8ff;
499
+ }
500
+ .ui.inverted.blue.dividing.header {
501
+ border-bottom: 2px solid #54c8ff;
502
+ }
503
+ .ui.violet.header {
504
+ color: #6435c9;
505
+ }
506
+ a.ui.violet.header:hover {
507
+ color: #5829bb;
508
+ }
509
+ .ui.violet.dividing.header {
510
+ border-bottom: 2px solid #6435c9;
511
+ }
512
+ .ui.inverted.violet.header.header.header {
513
+ color: #a291fb;
514
+ }
515
+ a.ui.inverted.violet.header.header.header:hover {
516
+ color: #745aff;
517
+ }
518
+ .ui.inverted.violet.dividing.header {
519
+ border-bottom: 2px solid #a291fb;
520
+ }
521
+ .ui.purple.header {
522
+ color: #a333c8;
523
+ }
524
+ a.ui.purple.header:hover {
525
+ color: #9627ba;
526
+ }
527
+ .ui.purple.dividing.header {
528
+ border-bottom: 2px solid #a333c8;
529
+ }
530
+ .ui.inverted.purple.header.header.header {
531
+ color: #dc73ff;
532
+ }
533
+ a.ui.inverted.purple.header.header.header:hover {
534
+ color: #cf40ff;
535
+ }
536
+ .ui.inverted.purple.dividing.header {
537
+ border-bottom: 2px solid #dc73ff;
538
+ }
539
+ .ui.pink.header {
540
+ color: #e03997;
541
+ }
542
+ a.ui.pink.header:hover {
543
+ color: #e61a8d;
544
+ }
545
+ .ui.pink.dividing.header {
546
+ border-bottom: 2px solid #e03997;
547
+ }
548
+ .ui.inverted.pink.header.header.header {
549
+ color: #ff8edf;
550
+ }
551
+ a.ui.inverted.pink.header.header.header:hover {
552
+ color: #ff5bd1;
553
+ }
554
+ .ui.inverted.pink.dividing.header {
555
+ border-bottom: 2px solid #ff8edf;
556
+ }
557
+ .ui.brown.header {
558
+ color: #a5673f;
559
+ }
560
+ a.ui.brown.header:hover {
561
+ color: #975b33;
562
+ }
563
+ .ui.brown.dividing.header {
564
+ border-bottom: 2px solid #a5673f;
565
+ }
566
+ .ui.inverted.brown.header.header.header {
567
+ color: #d67c1c;
568
+ }
569
+ a.ui.inverted.brown.header.header.header:hover {
570
+ color: #b0620f;
571
+ }
572
+ .ui.inverted.brown.dividing.header {
573
+ border-bottom: 2px solid #d67c1c;
574
+ }
575
+ .ui.grey.header {
576
+ color: #767676;
577
+ }
578
+ a.ui.grey.header:hover {
579
+ color: #838383;
580
+ }
581
+ .ui.grey.dividing.header {
582
+ border-bottom: 2px solid #767676;
583
+ }
584
+ .ui.inverted.grey.header.header.header {
585
+ color: #dcddde;
586
+ }
587
+ a.ui.inverted.grey.header.header.header:hover {
588
+ color: #c2c4c5;
589
+ }
590
+ .ui.inverted.grey.dividing.header {
591
+ border-bottom: 2px solid #dcddde;
592
+ }
593
+ .ui.black.header {
594
+ color: #1b1c1d;
595
+ }
596
+ a.ui.black.header:hover {
597
+ color: #27292a;
598
+ }
599
+ .ui.black.dividing.header {
600
+ border-bottom: 2px solid #1b1c1d;
601
+ }
602
+ .ui.inverted.black.header.header.header {
603
+ color: #545454;
604
+ }
605
+ a.ui.inverted.black.header.header.header:hover {
606
+ color: #000000;
607
+ }
608
+ .ui.inverted.black.dividing.header {
609
+ border-bottom: 2px solid #545454;
610
+ }
611
+
612
+ /* -------------------
613
+ Aligned
614
+ -------------------- */
615
+ .ui.left.aligned.header {
616
+ text-align: left;
617
+ }
618
+ .ui.right.aligned.header {
619
+ text-align: right;
620
+ }
621
+ .ui.centered.header,
622
+ .ui.center.aligned.header {
623
+ text-align: center;
624
+ }
625
+ .ui.justified.header {
626
+ text-align: justify;
627
+ }
628
+ .ui.justified.header::after {
629
+ display: inline-block;
630
+ content: "";
631
+ width: 100%;
632
+ }
633
+
634
+ /* -------------------
635
+ Floated
636
+ -------------------- */
637
+ .ui.floated.header,
638
+ .ui[class*="left floated"].header {
639
+ float: left;
640
+ margin-top: 0;
641
+ margin-right: 0.5em;
642
+ }
643
+ .ui[class*="right floated"].header {
644
+ float: right;
645
+ margin-top: 0;
646
+ margin-left: 0.5em;
647
+ }
648
+
649
+ /* -------------------
650
+ Fitted
651
+ -------------------- */
652
+ .ui.fitted.header {
653
+ padding: 0;
654
+ }
655
+
656
+ /* -------------------
657
+ Dividing
658
+ -------------------- */
659
+ .ui.dividing.header {
660
+ padding-bottom: 0.21428571rem;
661
+ border-bottom: 1px solid rgba(34, 36, 38, 0.15);
662
+ }
663
+ .ui.dividing.header .sub.header {
664
+ padding-bottom: 0.21428571rem;
665
+ }
666
+ .ui.dividing.header i.icon {
667
+ margin-bottom: 0;
668
+ }
669
+ .ui.inverted.dividing.header {
670
+ border-bottom-color: rgba(255, 255, 255, 0.1);
671
+ }
672
+
673
+ /* -------------------
674
+ Block
675
+ -------------------- */
676
+ .ui.block.header {
677
+ background: #f3f4f5;
678
+ padding: 0.78571429rem 1rem;
679
+ box-shadow: none;
680
+ border: 1px solid #d4d4d5;
681
+ border-radius: 0.28571429rem;
682
+ }
683
+ .ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
684
+ font-size: 1rem;
685
+ }
686
+ .ui.mini.block.header {
687
+ font-size: 0.78571429rem;
688
+ }
689
+ .ui.tiny.block.header {
690
+ font-size: 0.85714286rem;
691
+ }
692
+ .ui.small.block.header {
693
+ font-size: 0.92857143rem;
694
+ }
695
+ .ui.large.block.header {
696
+ font-size: 1.14285714rem;
697
+ }
698
+ .ui.big.block.header {
699
+ font-size: 1.28571429rem;
700
+ }
701
+ .ui.huge.block.header {
702
+ font-size: 1.42857143rem;
703
+ }
704
+ .ui.massive.block.header {
705
+ font-size: 1.71428571rem;
706
+ }
707
+
708
+ /* -------------------
709
+ Attached
710
+ -------------------- */
711
+ .ui.attached.header {
712
+ background: #fff;
713
+ padding: 0.78571429rem 1rem;
714
+ margin: 0 -1px;
715
+ box-shadow: none;
716
+ border: 1px solid #d4d4d5;
717
+ border-radius: 0;
718
+ }
719
+ .ui.attached.block.header {
720
+ background: #f3f4f5;
721
+ }
722
+ .ui.attached:not(.top).header {
723
+ border-top: none;
724
+ }
725
+ .ui.top.attached.header {
726
+ border-radius: 0.28571429rem 0.28571429rem 0 0;
727
+ }
728
+ .ui.bottom.attached.header {
729
+ border-radius: 0 0 0.28571429rem 0.28571429rem;
730
+ }
731
+ .ui.seamless.attached:not(.bottom).header {
732
+ border-bottom: none;
733
+ }
734
+
735
+ /* Attached Sizes */
736
+ .ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
737
+ font-size: 1em;
738
+ }
739
+ .ui.mini.attached.header {
740
+ font-size: 0.78571429em;
741
+ }
742
+ .ui.tiny.attached.header {
743
+ font-size: 0.85714286em;
744
+ }
745
+ .ui.small.attached.header {
746
+ font-size: 0.92857143em;
747
+ }
748
+ .ui.large.attached.header {
749
+ font-size: 1.14285714em;
750
+ }
751
+ .ui.big.attached.header {
752
+ font-size: 1.28571429em;
753
+ }
754
+ .ui.huge.attached.header {
755
+ font-size: 1.42857143em;
756
+ }
757
+ .ui.massive.attached.header {
758
+ font-size: 1.71428571em;
759
+ }
760
+
761
+ /* -------------------
762
+ Sizing
763
+ -------------------- */
764
+ .ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
765
+ font-size: 1.28571429em;
766
+ }
767
+
768
+
769
+ /*******************************
770
+ Theme Overrides
771
+ *******************************/
772
+
773
+
774
+
775
+ /*******************************
776
+ Site Overrides
777
+ *******************************/
778
+