semantic-ui 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. checksums.yaml +7 -0
  2. data/lib/semantic-ui.rb +8 -0
  3. data/lib/semantic-ui/version.rb +5 -0
  4. data/vendor/assets/fonts/icons.eot +0 -0
  5. data/vendor/assets/fonts/icons.svg +450 -0
  6. data/vendor/assets/fonts/icons.ttf +0 -0
  7. data/vendor/assets/fonts/icons.woff +0 -0
  8. data/vendor/assets/images/loader-large-inverted.gif +0 -0
  9. data/vendor/assets/images/loader-large.gif +0 -0
  10. data/vendor/assets/images/loader-medium-inverted.gif +0 -0
  11. data/vendor/assets/images/loader-medium.gif +0 -0
  12. data/vendor/assets/images/loader-mini-inverted.gif +0 -0
  13. data/vendor/assets/images/loader-mini.gif +0 -0
  14. data/vendor/assets/images/loader-small-inverted.gif +0 -0
  15. data/vendor/assets/images/loader-small.gif +0 -0
  16. data/vendor/assets/javascripts/modules/accordion.js +411 -0
  17. data/vendor/assets/javascripts/modules/behavior/api.js +666 -0
  18. data/vendor/assets/javascripts/modules/behavior/colorize.js +271 -0
  19. data/vendor/assets/javascripts/modules/behavior/form.js +703 -0
  20. data/vendor/assets/javascripts/modules/behavior/state.js +752 -0
  21. data/vendor/assets/javascripts/modules/chatroom.js +766 -0
  22. data/vendor/assets/javascripts/modules/checkbox.js +348 -0
  23. data/vendor/assets/javascripts/modules/dimmer.js +524 -0
  24. data/vendor/assets/javascripts/modules/dropdown.js +707 -0
  25. data/vendor/assets/javascripts/modules/modal.js +478 -0
  26. data/vendor/assets/javascripts/modules/nag.js +542 -0
  27. data/vendor/assets/javascripts/modules/popup.js +721 -0
  28. data/vendor/assets/javascripts/modules/rating.js +358 -0
  29. data/vendor/assets/javascripts/modules/search.js +769 -0
  30. data/vendor/assets/javascripts/modules/shape.js +776 -0
  31. data/vendor/assets/javascripts/modules/sidebar.js +489 -0
  32. data/vendor/assets/javascripts/modules/tab.js +674 -0
  33. data/vendor/assets/javascripts/modules/transition.js +650 -0
  34. data/vendor/assets/javascripts/modules/video.js +459 -0
  35. data/vendor/assets/javascripts/semantic-ui.js +1 -0
  36. data/vendor/assets/stylesheets/collections/breadcrumb.less +79 -0
  37. data/vendor/assets/stylesheets/collections/form.less +536 -0
  38. data/vendor/assets/stylesheets/collections/grid.less +655 -0
  39. data/vendor/assets/stylesheets/collections/menu.less +1765 -0
  40. data/vendor/assets/stylesheets/collections/message.less +337 -0
  41. data/vendor/assets/stylesheets/collections/table.less +532 -0
  42. data/vendor/assets/stylesheets/elements/button.less +1190 -0
  43. data/vendor/assets/stylesheets/elements/divider.less +200 -0
  44. data/vendor/assets/stylesheets/elements/header.less +325 -0
  45. data/vendor/assets/stylesheets/elements/icon.less +484 -0
  46. data/vendor/assets/stylesheets/elements/image.less +170 -0
  47. data/vendor/assets/stylesheets/elements/input.less +300 -0
  48. data/vendor/assets/stylesheets/elements/label.less +824 -0
  49. data/vendor/assets/stylesheets/elements/loader.less +178 -0
  50. data/vendor/assets/stylesheets/elements/progress.less +353 -0
  51. data/vendor/assets/stylesheets/elements/segment.less +465 -0
  52. data/vendor/assets/stylesheets/elements/step.less +294 -0
  53. data/vendor/assets/stylesheets/modules/accordion.less +135 -0
  54. data/vendor/assets/stylesheets/modules/chatroom.less +271 -0
  55. data/vendor/assets/stylesheets/modules/checkbox.less +380 -0
  56. data/vendor/assets/stylesheets/modules/dimmer.less +230 -0
  57. data/vendor/assets/stylesheets/modules/dropdown.less +506 -0
  58. data/vendor/assets/stylesheets/modules/modal.less +160 -0
  59. data/vendor/assets/stylesheets/modules/nag.less +175 -0
  60. data/vendor/assets/stylesheets/modules/popup.less +238 -0
  61. data/vendor/assets/stylesheets/modules/rating.less +151 -0
  62. data/vendor/assets/stylesheets/modules/reveal.less +367 -0
  63. data/vendor/assets/stylesheets/modules/search.less +275 -0
  64. data/vendor/assets/stylesheets/modules/shape.less +115 -0
  65. data/vendor/assets/stylesheets/modules/sidebar.less +147 -0
  66. data/vendor/assets/stylesheets/modules/tab.less +59 -0
  67. data/vendor/assets/stylesheets/modules/transition.less +839 -0
  68. data/vendor/assets/stylesheets/modules/video.less +99 -0
  69. data/vendor/assets/stylesheets/semantic-ui.less +1 -0
  70. data/vendor/assets/stylesheets/views/comment.less +221 -0
  71. data/vendor/assets/stylesheets/views/feed.less +151 -0
  72. data/vendor/assets/stylesheets/views/item.less +641 -0
  73. data/vendor/assets/stylesheets/views/list.less +508 -0
  74. data/vendor/assets/stylesheets/views/statistic.css +27 -0
  75. metadata +187 -0
@@ -0,0 +1,484 @@
1
+ /*
2
+ * # Semantic Icons - Flat
3
+ * http://github.com/quirkyinc/semantic
4
+ *
5
+ *
6
+ * Copyright 2013 Contributors
7
+ * Released under the MIT license
8
+ * http://opensource.org/licenses/MIT
9
+ *
10
+ * Released: May 17 2013
11
+ */
12
+
13
+
14
+ /*******************************
15
+ Icon
16
+ *******************************/
17
+
18
+ @font-face {
19
+ font-family: 'Icons';
20
+ src: url(../fonts/icons.eot);
21
+ src:
22
+ url(../fonts/icons.eot?#iefix) format('embedded-opentype'),
23
+ url(../fonts/icons.woff) format('woff'),
24
+ url(../fonts/icons.ttf) format('truetype'),
25
+ url(../fonts/icons.svg#icons) format('svg')
26
+ ;
27
+
28
+ font-style: normal;
29
+ font-weight: normal;
30
+ font-variant: normal;
31
+ text-decoration: inherit;
32
+ text-transform: none;
33
+ }
34
+
35
+ i.icon {
36
+ display: inline-block;
37
+ opacity: 0.75;
38
+
39
+ margin: 0em 0.25em 0em 0em;
40
+
41
+ width: 1.23em;
42
+ height: 1em;
43
+
44
+ font-family: 'Icons';
45
+ font-style: normal;
46
+ line-height: 1;
47
+ font-weight: normal;
48
+ text-decoration: inherit;
49
+ text-align: center;
50
+
51
+ speak: none;
52
+
53
+ -webkit-box-sizing: border-box;
54
+ -moz-box-sizing: border-box;
55
+ -ms-box-sizing: border-box;
56
+ box-sizing: border-box;
57
+
58
+ -webkit-font-smoothing: antialiased;
59
+ -moz-font-smoothing: antialiased;
60
+ font-smoothing: antialiased;
61
+ }
62
+
63
+ /* icons available */
64
+ i.icon.circle.attention:before { content: '\2757'; } /* '❗' */
65
+ i.icon.circle.help:before { content: '\e704'; } /* '' */
66
+ i.icon.circle.info:before { content: '\e705'; } /* '' */
67
+ i.icon.add:before { content: '\2795'; } /* '➕' */
68
+
69
+ i.icon.chart:before { content: '📈'; } /* '\1f4c8' */
70
+ i.icon.chart.bar:before { content: '📊'; } /* '\1f4ca' */
71
+ i.icon.chart.pie:before { content: '\e7a2'; } /* '' */
72
+
73
+ i.icon.resize.full:before { content: '\e744'; } /* '' */
74
+ i.icon.resize.horizontal:before { content: '\2b0d'; } /* '⬍' */
75
+ i.icon.resize.small:before { content: '\e746'; } /* '' */
76
+ i.icon.resize.vertical:before { content: '\2b0c'; } /* '⬌' */
77
+
78
+ i.icon.down:before { content: '\2193'; } /* '↓' */
79
+ i.icon.down.triangle:before { content: '\25be'; } /* '▾' */
80
+ i.icon.down.arrow:before { content: '\e75c'; } /* '' */
81
+
82
+ i.icon.left:before { content: '\2190'; } /* '←' */
83
+ i.icon.left.triangle:before { content: '\25c2'; } /* '◂' */
84
+ i.icon.left.arrow:before { content: '\e75d'; } /* '' */
85
+
86
+ i.icon.right:before { content: '\2192'; } /* '→' */
87
+ i.icon.right.triangle:before { content: '\25b8'; } /* '▸' */
88
+ i.icon.right.arrow:before { content: '\e75e'; } /* '' */
89
+
90
+ i.icon.up:before { content: '\2191'; } /* '↑' */
91
+ i.icon.up.triangle:before { content: '\25b4'; } /* '▴' */
92
+ i.icon.up.arrow:before { content: '\e75f'; } /* '' */
93
+
94
+ i.icon.folder:before { content: '\e810'; } /* '' */
95
+ i.icon.open.folder:before { content: '📂'; } /* '\1f4c2' */
96
+
97
+ i.icon.globe:before { content: '𝌍'; } /* '\1d30d' */
98
+ i.icon.desk.globe:before { content: '🌐'; } /* '\1f310' */
99
+
100
+ i.icon.star:before { content: '\e801'; } /* '' */
101
+ i.icon.star.empty:before { content: '\e800'; } /* '' */
102
+ i.icon.star.half:before { content: '\e701'; } /* '' */
103
+
104
+ i.icon.lock:before { content: '🔒'; } /* '\1f512' */
105
+ i.icon.unlock:before { content: '🔓'; } /* '\1f513' */
106
+
107
+ i.icon.layout.grid:before { content: '\e80c'; } /* '' */
108
+ i.icon.layout.block:before { content: '\e708'; } /* '' */
109
+ i.icon.layout.list:before { content: '\e80b'; } /* '' */
110
+
111
+ i.icon.heart.empty:before { content: '\2661'; } /* '♡' */
112
+ i.icon.heart:before { content: '\2665'; } /* '♥' */
113
+
114
+
115
+ i.icon.asterisk:before { content: '\2731'; } /* '✱' */
116
+ i.icon.attachment:before { content: '📎'; } /* '\1f4ce' */
117
+ i.icon.attention:before { content: '\26a0'; } /* '⚠' */
118
+ i.icon.trophy:before { content: '🏉'; } /* '\1f3c9' */
119
+ i.icon.barcode:before { content: '\e792'; } /* '' */
120
+ i.icon.cart:before { content: '\e813'; } /* '' */
121
+ i.icon.block:before { content: '🚫'; } /* '\1f6ab' */
122
+ i.icon.book:before { content: '📖'; }
123
+ i.icon.bookmark:before { content: '🔖'; } /* '\1f516' */
124
+ i.icon.calendar:before { content: '📅'; } /* '\1f4c5' */
125
+ i.icon.cancel:before { content: '\2716'; } /* '✖' */
126
+ i.icon.close:before { content: '\e80d'; } /* '' */
127
+ i.icon.color:before { content: '\e794'; } /* '' */
128
+ i.icon.chat:before { content: '\e720'; } /* '' */
129
+ i.icon.check:before { content: '\2611'; } /* '☑' */
130
+ i.icon.time:before { content: '🕔'; } /* '\1f554' */
131
+ i.icon.cloud:before { content: '\2601'; } /* '☁' */
132
+ i.icon.code:before { content: '\e714'; } /* '' */
133
+ i.icon.email:before { content: '\40'; } /* '@' */
134
+ i.icon.settings:before { content: '\26ef'; } /* '⛯' */
135
+ i.icon.setting:before { content: '\2699'; } /* '⚙' */
136
+ i.icon.comment:before { content: '\e802'; } /* '' */
137
+ i.icon.clockwise.counter:before { content: '\27f2'; } /* '⟲' */
138
+ i.icon.clockwise:before { content: '\27f3'; } /* '⟳' */
139
+ i.icon.cube:before { content: '\e807'; } /* '' */
140
+ i.icon.direction:before { content: '\27a2'; } /* '➢' */
141
+ i.icon.doc:before { content: '📄'; } /* '\1f4c4' */
142
+ i.icon.docs:before { content: '\e736'; } /* '' */
143
+ i.icon.dollar:before { content: '💵'; } /* '\1f4b5' */
144
+ i.icon.paint:before { content: '\e7b5'; } /* '' */
145
+ i.icon.edit:before { content: '\270d'; } /* '✍' */
146
+ i.icon.eject:before { content: '\2ecf'; } /* '⻏' */
147
+ i.icon.export:before { content: '\e715'; } /* '' */
148
+ i.icon.hide:before { content: '\e80f'; } /* '' */
149
+ i.icon.unhide:before { content: '\e70b'; } /* '' */
150
+ i.icon.facebook:before { content: '\f301'; } /* '' */
151
+ i.icon.fast-forward:before { content: '\e804'; } /* '' */
152
+ i.icon.fire:before { content: '🔥'; } /* '\1f525' */
153
+ i.icon.flag:before { content: '\2691'; } /* '⚑' */
154
+ i.icon.lightning:before { content: '\26a1'; } /* '⚡' */
155
+ i.icon.lab:before { content: '\68'; } /* 'h' */
156
+ i.icon.flight:before { content: '\2708'; } /* '✈' */
157
+ i.icon.forward:before { content: '\27a6'; } /* '➦' */
158
+ i.icon.gift:before { content: '🎁'; } /* '\1f381' */
159
+ i.icon.github:before { content: '\f308'; } /* '' */
160
+ i.icon.globe:before { content: '\e817'; } /* '' */
161
+ i.icon.headphones:before { content: '🎧'; } /* '\1f3a7' */
162
+ i.icon.question:before { content: '\2753'; } /* '❓' */
163
+ i.icon.home:before { content: '\2302'; } /* '⌂' */
164
+ i.icon.i:before { content: '\2139'; } /* 'ℹ' */
165
+ i.icon.idea:before { content: '💡'; } /* '\1f4a1' */
166
+ i.icon.open:before { content: '🔗'; } /* '\1f517' */
167
+ i.icon.content:before { content: '\e782'; } /* '' */
168
+ i.icon.location:before { content: '\e724'; } /* '' */
169
+ i.icon.mail:before { content: '\2709'; } /* '✉' */
170
+ i.icon.mic:before { content: '🎤'; } /* '\1f3a4' */
171
+ i.icon.minus:before { content: '\2d'; } /* '-' */
172
+ i.icon.money:before { content: '💰'; } /* '\1f4b0' */
173
+ i.icon.off:before { content: '\e78e'; } /* '' */
174
+ i.icon.pause:before { content: '\e808'; } /* '' */
175
+ i.icon.photos:before { content: '\e812'; } /* '' */
176
+ i.icon.photo:before { content: '🌄'; } /* '\1f304' */
177
+ i.icon.pin:before { content: '📌'; } /* '\1f4cc' */
178
+ i.icon.play:before { content: '\e809'; } /* '' */
179
+ i.icon.plus:before { content: '\2b'; } /* '+' */
180
+ i.icon.print:before { content: '\e716'; } /* '' */
181
+ i.icon.rss:before { content: '\e73a'; } /* '' */
182
+ i.icon.search:before { content: '🔍'; } /* '\1f50d' */
183
+ i.icon.shuffle:before { content: '\e803'; } /* '' */
184
+ i.icon.tag:before { content: '\e80a'; } /* '' */
185
+ i.icon.tags:before { content: '\e70d'; } /* '' */
186
+ i.icon.terminal:before { content: '\e7ac'; } /* '' */
187
+ i.icon.thumbs.down:before { content: '👎'; } /* '\1f44e' */
188
+ i.icon.thumbs.up:before { content: '👍'; } /* '\1f44d' */
189
+ i.icon.to-end:before { content: '\e806'; } /* '' */
190
+ i.icon.to-start:before { content: '\e805'; } /* '' */
191
+ i.icon.top.list:before { content: '🏆'; } /* '\1f3c6' */
192
+ i.icon.trash:before { content: '\e729'; } /* '' */
193
+ i.icon.twitter:before { content: '\f303'; } /* '' */
194
+ i.icon.upload:before { content: '\e711'; } /* '' */
195
+ i.icon.user.add:before { content: '\e700'; } /* '' */
196
+ i.icon.user:before { content: '👤'; } /* '\1f464' */
197
+ i.icon.community:before { content: '\e814'; } /* '' */
198
+ i.icon.users:before { content: '👥'; } /* '\1f465' */
199
+ i.icon.id:before { content: '\e722'; } /* '' */
200
+ i.icon.url:before { content: '🔗'; } /* '\1f517' */
201
+ i.icon.zoom.in:before { content: '\e750'; } /* '' */
202
+ i.icon.zoom.out:before { content: '\e751'; } /* '' */
203
+
204
+ /*--------------
205
+ Spacing Fix
206
+ ---------------*/
207
+
208
+ /* dropdown arrows are to the right */
209
+ i.dropdown.icon {
210
+ margin: 0em 0em 0em 0.5em;
211
+ }
212
+
213
+ /* stars are usually consecutive */
214
+ i.icon.star {
215
+ width: auto;
216
+ margin: 0em;
217
+ }
218
+
219
+ /* left side icons */
220
+ i.icon.left,
221
+ i.icon.left,
222
+ i.icon.left {
223
+ width: auto;
224
+ margin: 0em 0.5em 0em 0em;
225
+ }
226
+
227
+ /* right side icons */
228
+ i.icon.search,
229
+ i.icon.up,
230
+ i.icon.down,
231
+ i.icon.right {
232
+ width: auto;
233
+ margin: 0em 0em 0em 0.5em;
234
+ }
235
+
236
+ /*--------------
237
+ Aliases
238
+ ---------------*/
239
+
240
+ /* aliases for convenience */
241
+ i.icon.delete:before { content: '\e80d'; } /* '' */
242
+ i.icon.dropdown:before { content: '\25be'; } /* '▾' */
243
+
244
+ i.icon.help:before { content: '\e704'; } /* '' */
245
+ i.icon.info:before { content: '\e705'; } /* '' */
246
+ i.icon.error:before { content: '\e80d'; } /* '' */
247
+
248
+ i.icon.dislike:before { content: '\2661'; } /* '♡' */
249
+ i.icon.like:before { content: '\2665'; } /* '♥' */
250
+
251
+ i.icon.eye:before { content: '\e80f'; } /* '' */
252
+ i.icon.eye.hidden:before { content: '\e70b'; } /* '' */
253
+ i.icon.date:before { content: '📅'; } /* '\1f4c5' */
254
+
255
+
256
+ /*******************************
257
+ States
258
+ *******************************/
259
+
260
+ i.icon.hover {
261
+ opacity: 1;
262
+ }
263
+
264
+ i.icon.active {
265
+ opacity: 1;
266
+ }
267
+
268
+ i.emphasized.icon {
269
+ opacity: 1;
270
+ }
271
+
272
+ i.icon.disabled {
273
+ opacity: 0.3;
274
+ }
275
+
276
+
277
+ /*******************************
278
+ Variations
279
+ *******************************/
280
+
281
+ /*-------------------
282
+ Link
283
+ --------------------*/
284
+
285
+ i.link.icon {
286
+ cursor: pointer;
287
+ opacity: 0.7;
288
+ -webkit-transition: opacity 0.3s ease-out;
289
+ -moz-transition: opacity 0.3s ease-out;
290
+ -o-transition: opacity 0.3s ease-out;
291
+ -ms-transition: opacity 0.3s ease-out;
292
+ transition: opacity 0.3s ease-out;
293
+ }
294
+ .link.icon:hover {
295
+ opacity: 1 !important;
296
+ }
297
+
298
+ /*-------------------
299
+ Circular
300
+ --------------------*/
301
+
302
+ i.circular.icon {
303
+ -webkit-border-radius: 500px !important;
304
+ -moz-border-radius: 500px !important;
305
+ border-radius: 500px !important;
306
+
307
+ padding: 0.5em !important;
308
+
309
+ -webkit-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
310
+ -moz-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
311
+ box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
312
+
313
+ line-height: 1 !important;
314
+ width: 2em !important;
315
+ height: 2em !important;
316
+ }
317
+ i.circular.inverted.icon {
318
+ border: none;
319
+ -webkit-box-shadow: none;
320
+ -moz-box-shadow: none;
321
+ box-shadow: none;
322
+ }
323
+
324
+ /*-------------------
325
+ Flipped
326
+ --------------------*/
327
+
328
+ i.vertically.flipped.icon {
329
+ -webkit-transform: scale(1, -1);
330
+ -moz-transform: scale(1, -1);
331
+ -o-transform: scale(1, -1);
332
+ -ms-transform: scale(1, -1);
333
+ transform: scale(1, -1);
334
+ }
335
+ i.horizontally.flipped.icon {
336
+ -webkit-transform: scale(-1, 1);
337
+ -moz-transform: scale(-1, 1);
338
+ -o-transform: scale(-1, 1);
339
+ -ms-transform: scale(-1, 1);
340
+ transform: scale(-1, 1);
341
+ }
342
+
343
+ /*-------------------
344
+ Rotated
345
+ --------------------*/
346
+
347
+ i.left.rotated.icon {
348
+ -webkit-transform: rotate(-90deg);
349
+ -moz-transform: rotate(-90deg);
350
+ -o-transform: rotate(-90deg);
351
+ -ms-transform: rotate(-90deg);
352
+ transform: rotate(-90deg);
353
+ }
354
+ i.right.rotated.icon {
355
+ -webkit-transform: rotate(90deg);
356
+ -moz-transform: rotate(90deg);
357
+ -o-transform: rotate(90deg);
358
+ -ms-transform: rotate(90deg);
359
+ transform: rotate(90deg);
360
+ }
361
+
362
+
363
+ /*-------------------
364
+ Square
365
+ --------------------*/
366
+
367
+ i.square.icon {
368
+ width: 2em;
369
+ height: 2em;
370
+ padding: 0.5em 0.35em !important;
371
+
372
+ -webkit-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
373
+ -moz-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
374
+ box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
375
+
376
+ vertical-align: baseline;
377
+ }
378
+ i.square.icon:before {
379
+ vertical-align: middle;
380
+ }
381
+ i.square.inverted.icon {
382
+ border: none;
383
+ -webkit-box-shadow: none;
384
+ -moz-box-shadow: none;
385
+ box-shadow: none;
386
+ }
387
+
388
+
389
+ /*-------------------
390
+ Inverted
391
+ --------------------*/
392
+
393
+ i.inverted.icon {
394
+ background-color: #222222;
395
+ color: #FFFFFF;
396
+ }
397
+
398
+ /*-------------------
399
+ Colors
400
+ --------------------*/
401
+
402
+ i.blue.icon {
403
+ color: #6ECFF5 !important;
404
+ }
405
+ i.black.icon {
406
+ color: #5C6166 !important;
407
+ }
408
+ i.green.icon {
409
+ color: #A1CF64 !important;
410
+ }
411
+ i.red.icon {
412
+ color: #D95C5C !important;
413
+ }
414
+ i.purple.icon {
415
+ color: #564F8A !important;
416
+ }
417
+ i.teal.icon {
418
+ color: #00B5AD !important;
419
+ }
420
+
421
+ /*-------------------
422
+ Inverted Colors
423
+ --------------------*/
424
+
425
+ i.inverted.black.icon {
426
+ background-color: #5C6166 !important;
427
+ color: #FFFFFF !important;
428
+ }
429
+ i.inverted.blue.icon {
430
+ background-color: #6ECFF5 !important;
431
+ color: #FFFFFF !important;
432
+ }
433
+ i.inverted.green.icon {
434
+ background-color: #A1CF64 !important;
435
+ color: #FFFFFF !important;
436
+ }
437
+ i.inverted.red.icon {
438
+ background-color: #D95C5C !important;
439
+ color: #FFFFFF !important;
440
+ }
441
+ i.inverted.purple.icon {
442
+ background-color: #564F8A !important;
443
+ color: #FFFFFF !important;
444
+ }
445
+ i.inverted.teal.icon {
446
+ background-color: #00B5AD !important;
447
+ color: #FFFFFF !important;
448
+ }
449
+
450
+
451
+ /*-------------------
452
+ Sizes
453
+ --------------------*/
454
+
455
+ i.small.icon {
456
+ font-size: 0.875em;
457
+ }
458
+ i.icon {
459
+ font-size: 1em;
460
+ }
461
+ i.large.icon {
462
+ font-size: 2em;
463
+ margin-right: 0.5em;
464
+ vertical-align: middle;
465
+ }
466
+ i.huge.icon {
467
+ font-size: 4em;
468
+ margin-right: 0.75em;
469
+ vertical-align: middle;
470
+ }
471
+ i.massive.icon {
472
+ font-size: 8em;
473
+ margin-right: 1em;
474
+ vertical-align: middle;
475
+ }
476
+
477
+ /*--------------
478
+ Sketchy Sizing
479
+ ---------------*/
480
+
481
+ i.sketchy.circular.icon,
482
+ i.sketchy.square.icon {
483
+ padding: 0.35em !important;
484
+ }