rbbt-rest 1.8.30 → 1.8.31

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 +4 -4
  2. data/lib/rbbt/rest/common/cache.rb +15 -10
  3. data/lib/rbbt/rest/common/render.rb +1 -0
  4. data/lib/rbbt/rest/workflow.rb +1 -1
  5. data/share/views/public/js/helpers/helpers.js +12 -1
  6. metadata +2 -71
  7. data/share/views/compass/old/base/backgrounds.sass +0 -41
  8. data/share/views/compass/old/base/blocks.sass +0 -92
  9. data/share/views/compass/old/base/color.sass +0 -66
  10. data/share/views/compass/old/base/colors.sass +0 -66
  11. data/share/views/compass/old/base/font-scale.sass +0 -20
  12. data/share/views/compass/old/base/fonts.sass +0 -56
  13. data/share/views/compass/old/base/hide.sass +0 -95
  14. data/share/views/compass/old/base/icon_content.scss +0 -569
  15. data/share/views/compass/old/base/icons.sass +0 -75
  16. data/share/views/compass/old/base/material.sass +0 -223
  17. data/share/views/compass/old/base/misc.sass +0 -2
  18. data/share/views/compass/old/base/screen_sizes.sass +0 -16
  19. data/share/views/compass/old/base/text.sass +0 -70
  20. data/share/views/compass/old/base/util.sass +0 -6
  21. data/share/views/compass/old/base/variables.sass +0 -68
  22. data/share/views/compass/old/base/variables/color.sass +0 -27
  23. data/share/views/compass/old/blocks.sass +0 -0
  24. data/share/views/compass/old/cards.sass +0 -131
  25. data/share/views/compass/old/color.sass +0 -10
  26. data/share/views/compass/old/color/blocks.sass +0 -0
  27. data/share/views/compass/old/color/buttons.sass +0 -36
  28. data/share/views/compass/old/color/elements.sass +0 -2
  29. data/share/views/compass/old/color/font.sass +0 -13
  30. data/share/views/compass/old/color/top_bar.sass +0 -18
  31. data/share/views/compass/old/elements.sass +0 -218
  32. data/share/views/compass/old/elements/buttons.sass +0 -18
  33. data/share/views/compass/old/elements/forms.sass +0 -197
  34. data/share/views/compass/old/elements/lists.sass +0 -14
  35. data/share/views/compass/old/elements/materials.sass +0 -1
  36. data/share/views/compass/old/elements/movement.sass +0 -84
  37. data/share/views/compass/old/elements/positions.sass +0 -18
  38. data/share/views/compass/old/elements/table.sass +0 -176
  39. data/share/views/compass/old/elements/tool.sass +0 -60
  40. data/share/views/compass/old/grid.sass +0 -3
  41. data/share/views/compass/old/init.sass +0 -9
  42. data/share/views/compass/old/layout.sass +0 -5
  43. data/share/views/compass/old/layout/body.sass +0 -23
  44. data/share/views/compass/old/layout/footer.sass +0 -44
  45. data/share/views/compass/old/layout/result.sass +0 -6
  46. data/share/views/compass/old/layout/reveal.sass +0 -50
  47. data/share/views/compass/old/layout/top_bar.sass +0 -99
  48. data/share/views/compass/old/layout/top_menu.sass +0 -87
  49. data/share/views/compass/old/menu.sass +0 -43
  50. data/share/views/compass/old/menu/accordion_menu.sass +0 -30
  51. data/share/views/compass/old/menu/actionable.sass +0 -1
  52. data/share/views/compass/old/menu/dropdown_menu.sass +0 -31
  53. data/share/views/compass/old/menu/hide.sass +0 -14
  54. data/share/views/compass/old/menu/menu.sass +0 -98
  55. data/share/views/compass/old/menu/tab_menu.sass +0 -14
  56. data/share/views/compass/old/menu/top_bar.sass +0 -105
  57. data/share/views/compass/old/menu/vertical_menu.sass +0 -21
  58. data/share/views/compass/old/mixins/_all.sass +0 -24
  59. data/share/views/compass/old/mixins/_blocks.sass +0 -79
  60. data/share/views/compass/old/mixins/_compass.sass +0 -0
  61. data/share/views/compass/old/mixins/_deps.sass +0 -5
  62. data/share/views/compass/old/mixins/_hide.sass +0 -76
  63. data/share/views/compass/old/mixins/_keyframes.scss +0 -4
  64. data/share/views/compass/old/mixins/_semantic-ui.sass +0 -2
  65. data/share/views/compass/old/new.sass +0 -1
  66. data/share/views/compass/old/offcanvas.sass +0 -52
  67. data/share/views/compass/old/position/basic.sass +0 -0
  68. data/share/views/compass/old/responsive.sass +0 -53
  69. data/share/views/compass/old/semantic-ui.css +0 -19776
  70. data/share/views/compass/old/semantic-ui/semantic-ui.css +0 -19776
  71. data/share/views/compass/old/space/button.sass +0 -74
  72. data/share/views/compass/old/table.sass +0 -142
  73. data/share/views/compass/old/text.sass +0 -48
  74. data/share/views/compass/old/variables/colors.sass +0 -7
  75. data/share/views/compass/old/variables/sizes.sass +0 -5
@@ -1,20 +0,0 @@
1
- @import "compass/typography/vertical_rhythm"
2
- @import "base/variables"
3
-
4
- =font-scale($step,$font-size: $base-font-size)
5
- $new-font-size: $font-size * $step
6
- @if $step > 1
7
- @if $step > 1.5
8
- @include adjust-font-size-to($new-font-size,2)
9
- @else
10
- @include adjust-font-size-to($new-font-size,3/2)
11
- @else
12
- @if $step < 1
13
- @if $step < 0.8
14
- @include adjust-font-size-to($new-font-size,1/2)
15
- @else
16
- @include adjust-font-size-to($new-font-size,2/3)
17
- @else
18
- @include adjust-font-size-to($new-font-size,1)
19
-
20
-
@@ -1,56 +0,0 @@
1
- @import "base/variables"
2
- @import 'base/font-scale'
3
-
4
- // Google font
5
- $main: "Roboto"
6
- $url: "http://fonts.googleapis.com/css?family=" + $main + ":400,700"
7
- @import url($url)
8
- =main_font
9
- font-family: $main, monospace
10
-
11
- =italic
12
- font-style: italic
13
-
14
- =light_weight
15
- font-weight: 200
16
-
17
- =normal_weight
18
- font-weight: 500
19
-
20
- =bold
21
- font-weight: 700
22
-
23
- // Google font
24
- $monospace: "Ubuntu Mono"
25
- $url: "http://fonts.googleapis.com/css?family=" + $monospace + ":400,700"
26
- @import url($url)
27
- =monospace
28
- font-family: $monospace, monospace
29
-
30
- =clean_style
31
- text-decoration: none
32
-
33
- =tiny
34
- +font-scale(1 - $golden-stepup)
35
-
36
- =very-small
37
- +font-scale(1 - $golden-stepup/2)
38
-
39
- =small
40
- +font-scale(1 - $golden-stepup/3)
41
-
42
- =normal
43
- +font-scale(1)
44
-
45
- =compact
46
- line-height: 1.2em
47
-
48
- =medium
49
- +font-scale(1 + $golden-stepup/2)
50
- +light_weight
51
-
52
- =large
53
- +font-scale(1 + $golden-stepup)
54
-
55
- =very-large
56
- +font-scale(1 + $golden-stepup*2)
@@ -1,95 +0,0 @@
1
- @import "compass/css3/transition"
2
- @import "compass/css3/animation"
3
- @import "compass/css3/opacity"
4
- @import "compass/css3/box-shadow"
5
-
6
- $jiffy: 0.28s
7
-
8
- +keyframes(scroll-up)
9
- 100%
10
- max-height: 200px
11
- margin-top: -400px
12
- overflow: hidden
13
- 0%
14
- max-height: 300px
15
- overflow: hidden
16
-
17
- +keyframes(scroll-down)
18
- 0%
19
- max-height: 100px
20
- margin-top: -400px
21
- overflow: hidden
22
- +box-shadow(rgba(0,0,0,0))
23
- 100%
24
- max-height: 400px
25
- overflow: hidden
26
- +box-shadow(rgba(0,0,0,0))
27
-
28
- +keyframes(grow-down)
29
- 0%
30
- max-height: 0px
31
- padding-top: 0px
32
- padding-bottom: 0px
33
- +opacity(0.2)
34
-
35
- 100%
36
- max-height: 400px
37
-
38
- +keyframes(shrink-up)
39
- 100%
40
- max-height: 0px
41
- padding-top: 0px
42
- padding-bottom: 0px
43
- margin-bottom: 0px
44
- overflow: hidden
45
- +opacity(0.1)
46
- 0%
47
- max-height: 400px
48
- overflow: hidden
49
-
50
- =shifting-up
51
- &:not(.show)
52
- +animation(scroll-up $jiffy forwards)
53
- overflow: hidden
54
- &.show
55
- +animation(scroll-down $jiffy*2)
56
-
57
- =shrinking-up
58
- &:not(.show)
59
- +animation(shrink-up $jiffy forwards)
60
- overflow: hidden
61
- &.show
62
- +animation(grow-down $jiffy*2)
63
- overflow: auto
64
-
65
- =shift_direction($direction: right)
66
- $offset: 100%
67
- overflow: hidden
68
-
69
- @if $direction == left
70
- margin-left: - $offset
71
- max-width: $offset
72
-
73
- @if $direction == right
74
- margin-left: $offset
75
- max-width: $offset
76
-
77
- @if $direction == up
78
- margin-top: - $offset
79
- max-height: $offset
80
-
81
- @if $direction == down
82
- margin-top: - $offset
83
- max-height: $offset
84
-
85
- =shifting($direction: right)
86
- margin-top: 0
87
- +transition(all $jiffy)
88
- &:not(.show)
89
- +shift_direction($direction)
90
- z-index: inherit
91
-
92
- .preload *
93
- +animation-duration(0s !important)
94
-
95
-
@@ -1,569 +0,0 @@
1
- @font-face {
2
- font-family: 'FontAwesome';
3
- src: url("../fonts/font-awesome/fontawesome-webfont.eot");
4
- src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
5
- font-weight: normal;
6
- font-style: normal;
7
- }
8
-
9
- $icon-content: (
10
- adjust: "\f042",
11
- adn: "\f170",
12
- align-center: "\f037",
13
- align-justify: "\f039",
14
- align-left: "\f036",
15
- align-right: "\f038",
16
- ambulance: "\f0f9",
17
- anchor: "\f13d",
18
- android: "\f17b",
19
- angellist: "\f209",
20
- angle-double-down: "\f103",
21
- angle-double-left: "\f100",
22
- angle-double-right: "\f101",
23
- angle-double-up: "\f102",
24
- angle-down: "\f107",
25
- angle-left: "\f104",
26
- angle-right: "\f105",
27
- angle-up: "\f106",
28
- apple: "\f179",
29
- archive: "\f187",
30
- area-chart: "\f1fe",
31
- arrow-circle-down: "\f0ab",
32
- arrow-circle-left: "\f0a8",
33
- arrow-circle-o-down: "\f01a",
34
- arrow-circle-o-left: "\f190",
35
- arrow-circle-o-right: "\f18e",
36
- arrow-circle-o-up: "\f01b",
37
- arrow-circle-right: "\f0a9",
38
- arrow-circle-up: "\f0aa",
39
- arrow-down: "\f063",
40
- arrow-left: "\f060",
41
- arrow-right: "\f061",
42
- arrow-up: "\f062",
43
- arrows: "\f047",
44
- arrows-alt: "\f0b2",
45
- arrows-h: "\f07e",
46
- arrows-v: "\f07d",
47
- asterisk: "\f069",
48
- at: "\f1fa",
49
- automobile: "\f1b9",
50
- backward: "\f04a",
51
- ban: "\f05e",
52
- bank: "\f19c",
53
- bar-chart: "\f080",
54
- bar-chart-o: "\f080",
55
- barcode: "\f02a",
56
- bars: "\f0c9",
57
- beer: "\f0fc",
58
- behance: "\f1b4",
59
- behance-square: "\f1b5",
60
- bell: "\f0f3",
61
- bell-o: "\f0a2",
62
- bell-slash: "\f1f6",
63
- bell-slash-o: "\f1f7",
64
- bicycle: "\f206",
65
- binoculars: "\f1e5",
66
- birthday-cake: "\f1fd",
67
- bitbucket: "\f171",
68
- bitbucket-square: "\f172",
69
- bitcoin: "\f15a",
70
- bold: "\f032",
71
- bolt: "\f0e7",
72
- bomb: "\f1e2",
73
- book: "\f02d",
74
- bookmark: "\f02e",
75
- bookmark-o: "\f097",
76
- briefcase: "\f0b1",
77
- btc: "\f15a",
78
- bug: "\f188",
79
- building: "\f1ad",
80
- building-o: "\f0f7",
81
- bullhorn: "\f0a1",
82
- bullseye: "\f140",
83
- bus: "\f207",
84
- cab: "\f1ba",
85
- calculator: "\f1ec",
86
- calendar: "\f073",
87
- calendar-o: "\f133",
88
- camera: "\f030",
89
- camera-retro: "\f083",
90
- car: "\f1b9",
91
- caret-down: "\f0d7",
92
- caret-left: "\f0d9",
93
- caret-right: "\f0da",
94
- caret-square-o-down: "\f150",
95
- caret-square-o-left: "\f191",
96
- caret-square-o-right: "\f152",
97
- caret-square-o-up: "\f151",
98
- caret-up: "\f0d8",
99
- cc: "\f20a",
100
- cc-amex: "\f1f3",
101
- cc-discover: "\f1f2",
102
- cc-mastercard: "\f1f1",
103
- cc-paypal: "\f1f4",
104
- cc-stripe: "\f1f5",
105
- cc-visa: "\f1f0",
106
- certificate: "\f0a3",
107
- chain: "\f0c1",
108
- chain-broken: "\f127",
109
- check: "\f00c",
110
- check-circle: "\f058",
111
- check-circle-o: "\f05d",
112
- check-square: "\f14a",
113
- check-square-o: "\f046",
114
- chevron-circle-down: "\f13a",
115
- chevron-circle-left: "\f137",
116
- chevron-circle-right: "\f138",
117
- chevron-circle-up: "\f139",
118
- chevron-down: "\f078",
119
- chevron-left: "\f053",
120
- chevron-right: "\f054",
121
- chevron-up: "\f077",
122
- child: "\f1ae",
123
- circle: "\f111",
124
- circle-o: "\f10c",
125
- circle-o-notch: "\f1ce",
126
- circle-thin: "\f1db",
127
- clipboard: "\f0ea",
128
- clock-o: "\f017",
129
- close: "\f00d",
130
- cloud: "\f0c2",
131
- cloud-download: "\f0ed",
132
- cloud-upload: "\f0ee",
133
- cny: "\f157",
134
- code: "\f121",
135
- code-fork: "\f126",
136
- codepen: "\f1cb",
137
- coffee: "\f0f4",
138
- cog: "\f013",
139
- cogs: "\f085",
140
- columns: "\f0db",
141
- comment: "\f075",
142
- comment-o: "\f0e5",
143
- comments: "\f086",
144
- comments-o: "\f0e6",
145
- compass: "\f14e",
146
- compress: "\f066",
147
- copy: "\f0c5",
148
- copyright: "\f1f9",
149
- credit-card: "\f09d",
150
- crop: "\f125",
151
- crosshairs: "\f05b",
152
- css3: "\f13c",
153
- cube: "\f1b2",
154
- cubes: "\f1b3",
155
- cut: "\f0c4",
156
- cutlery: "\f0f5",
157
- dashboard: "\f0e4",
158
- database: "\f1c0",
159
- dedent: "\f03b",
160
- delicious: "\f1a5",
161
- desktop: "\f108",
162
- deviantart: "\f1bd",
163
- digg: "\f1a6",
164
- dollar: "\f155",
165
- dot-circle-o: "\f192",
166
- download: "\f019",
167
- dribbble: "\f17d",
168
- dropbox: "\f16b",
169
- drupal: "\f1a9",
170
- edit: "\f044",
171
- eject: "\f052",
172
- ellipsis-h: "\f141",
173
- ellipsis-v: "\f142",
174
- empire: "\f1d1",
175
- envelope: "\f0e0",
176
- envelope-o: "\f003",
177
- envelope-square: "\f199",
178
- eraser: "\f12d",
179
- eur: "\f153",
180
- euro: "\f153",
181
- exchange: "\f0ec",
182
- exclamation: "\f12a",
183
- exclamation-circle: "\f06a",
184
- exclamation-triangle: "\f071",
185
- expand: "\f065",
186
- external-link: "\f08e",
187
- external-link-square: "\f14c",
188
- eye: "\f06e",
189
- eye-slash: "\f070",
190
- eyedropper: "\f1fb",
191
- facebook: "\f09a",
192
- facebook-square: "\f082",
193
- fast-backward: "\f049",
194
- fast-forward: "\f050",
195
- fax: "\f1ac",
196
- female: "\f182",
197
- fighter-jet: "\f0fb",
198
- file: "\f15b",
199
- file-archive-o: "\f1c6",
200
- file-audio-o: "\f1c7",
201
- file-code-o: "\f1c9",
202
- file-excel-o: "\f1c3",
203
- file-image-o: "\f1c5",
204
- file-movie-o: "\f1c8",
205
- file-o: "\f016",
206
- file-pdf-o: "\f1c1",
207
- file-photo-o: "\f1c5",
208
- file-picture-o: "\f1c5",
209
- file-powerpoint-o: "\f1c4",
210
- file-sound-o: "\f1c7",
211
- file-text: "\f15c",
212
- file-text-o: "\f0f6",
213
- file-video-o: "\f1c8",
214
- file-word-o: "\f1c2",
215
- file-zip-o: "\f1c6",
216
- files-o: "\f0c5",
217
- film: "\f008",
218
- filter: "\f0b0",
219
- fire: "\f06d",
220
- fire-extinguisher: "\f134",
221
- flag: "\f024",
222
- flag-checkered: "\f11e",
223
- flag-o: "\f11d",
224
- flash: "\f0e7",
225
- flask: "\f0c3",
226
- flickr: "\f16e",
227
- floppy-o: "\f0c7",
228
- folder: "\f07b",
229
- folder-o: "\f114",
230
- folder-open: "\f07c",
231
- folder-open-o: "\f115",
232
- font: "\f031",
233
- forward: "\f04e",
234
- foursquare: "\f180",
235
- frown-o: "\f119",
236
- futbol-o: "\f1e3",
237
- gamepad: "\f11b",
238
- gavel: "\f0e3",
239
- gbp: "\f154",
240
- ge: "\f1d1",
241
- gear: "\f013",
242
- gears: "\f085",
243
- gift: "\f06b",
244
- git: "\f1d3",
245
- git-square: "\f1d2",
246
- github: "\f09b",
247
- github-alt: "\f113",
248
- github-square: "\f092",
249
- gittip: "\f184",
250
- glass: "\f000",
251
- globe: "\f0ac",
252
- google: "\f1a0",
253
- google-plus: "\f0d5",
254
- google-plus-square: "\f0d4",
255
- google-wallet: "\f1ee",
256
- graduation-cap: "\f19d",
257
- group: "\f0c0",
258
- h-square: "\f0fd",
259
- hacker-news: "\f1d4",
260
- hand-o-down: "\f0a7",
261
- hand-o-left: "\f0a5",
262
- hand-o-right: "\f0a4",
263
- hand-o-up: "\f0a6",
264
- hdd-o: "\f0a0",
265
- header: "\f1dc",
266
- headphones: "\f025",
267
- heart: "\f004",
268
- heart-o: "\f08a",
269
- history: "\f1da",
270
- home: "\f015",
271
- hospital-o: "\f0f8",
272
- html5: "\f13b",
273
- ils: "\f20b",
274
- image: "\f03e",
275
- inbox: "\f01c",
276
- indent: "\f03c",
277
- info: "\f129",
278
- info-circle: "\f05a",
279
- inr: "\f156",
280
- instagram: "\f16d",
281
- institution: "\f19c",
282
- ioxhost: "\f208",
283
- italic: "\f033",
284
- joomla: "\f1aa",
285
- jpy: "\f157",
286
- jsfiddle: "\f1cc",
287
- key: "\f084",
288
- keyboard-o: "\f11c",
289
- krw: "\f159",
290
- language: "\f1ab",
291
- laptop: "\f109",
292
- lastfm: "\f202",
293
- lastfm-square: "\f203",
294
- leaf: "\f06c",
295
- legal: "\f0e3",
296
- lemon-o: "\f094",
297
- level-down: "\f149",
298
- level-up: "\f148",
299
- life-bouy: "\f1cd",
300
- life-buoy: "\f1cd",
301
- life-ring: "\f1cd",
302
- life-saver: "\f1cd",
303
- lightbulb-o: "\f0eb",
304
- line-chart: "\f201",
305
- link: "\f0c1",
306
- linkedin: "\f0e1",
307
- linkedin-square: "\f08c",
308
- linux: "\f17c",
309
- list: "\f03a",
310
- list-alt: "\f022",
311
- list-ol: "\f0cb",
312
- list-ul: "\f0ca",
313
- location-arrow: "\f124",
314
- lock: "\f023",
315
- long-arrow-down: "\f175",
316
- long-arrow-left: "\f177",
317
- long-arrow-right: "\f178",
318
- long-arrow-up: "\f176",
319
- magic: "\f0d0",
320
- magnet: "\f076",
321
- mail-forward: "\f064",
322
- mail-reply: "\f112",
323
- mail-reply-all: "\f122",
324
- male: "\f183",
325
- map-marker: "\f041",
326
- maxcdn: "\f136",
327
- meanpath: "\f20c",
328
- medkit: "\f0fa",
329
- meh-o: "\f11a",
330
- microphone: "\f130",
331
- microphone-slash: "\f131",
332
- minus: "\f068",
333
- minus-circle: "\f056",
334
- minus-square: "\f146",
335
- minus-square-o: "\f147",
336
- mobile: "\f10b",
337
- mobile-phone: "\f10b",
338
- money: "\f0d6",
339
- moon-o: "\f186",
340
- mortar-board: "\f19d",
341
- music: "\f001",
342
- navicon: "\f0c9",
343
- newspaper-o: "\f1ea",
344
- openid: "\f19b",
345
- outdent: "\f03b",
346
- pagelines: "\f18c",
347
- paint-brush: "\f1fc",
348
- paper-plane: "\f1d8",
349
- paper-plane-o: "\f1d9",
350
- paperclip: "\f0c6",
351
- paragraph: "\f1dd",
352
- paste: "\f0ea",
353
- pause: "\f04c",
354
- paw: "\f1b0",
355
- paypal: "\f1ed",
356
- pencil: "\f040",
357
- pencil-square: "\f14b",
358
- pencil-square-o: "\f044",
359
- phone: "\f095",
360
- phone-square: "\f098",
361
- photo: "\f03e",
362
- picture-o: "\f03e",
363
- pie-chart: "\f200",
364
- pied-piper: "\f1a7",
365
- pied-piper-alt: "\f1a8",
366
- pinterest: "\f0d2",
367
- pinterest-square: "\f0d3",
368
- plane: "\f072",
369
- play: "\f04b",
370
- play-circle: "\f144",
371
- play-circle-o: "\f01d",
372
- plug: "\f1e6",
373
- plus: "\f067",
374
- plus-circle: "\f055",
375
- plus-square: "\f0fe",
376
- plus-square-o: "\f196",
377
- power-off: "\f011",
378
- print: "\f02f",
379
- puzzle-piece: "\f12e",
380
- qq: "\f1d6",
381
- qrcode: "\f029",
382
- question: "\f128",
383
- question-circle: "\f059",
384
- quote-left: "\f10d",
385
- quote-right: "\f10e",
386
- ra: "\f1d0",
387
- random: "\f074",
388
- rebel: "\f1d0",
389
- recycle: "\f1b8",
390
- reddit: "\f1a1",
391
- reddit-square: "\f1a2",
392
- refresh: "\f021",
393
- remove: "\f00d",
394
- renren: "\f18b",
395
- reorder: "\f0c9",
396
- repeat: "\f01e",
397
- reply: "\f112",
398
- reply-all: "\f122",
399
- retweet: "\f079",
400
- rmb: "\f157",
401
- road: "\f018",
402
- rocket: "\f135",
403
- rotate-left: "\f0e2",
404
- rotate-right: "\f01e",
405
- rouble: "\f158",
406
- rss: "\f09e",
407
- rss-square: "\f143",
408
- rub: "\f158",
409
- ruble: "\f158",
410
- rupee: "\f156",
411
- save: "\f0c7",
412
- scissors: "\f0c4",
413
- search: "\f002",
414
- search-minus: "\f010",
415
- search-plus: "\f00e",
416
- send: "\f1d8",
417
- send-o: "\f1d9",
418
- share: "\f064",
419
- share-alt: "\f1e0",
420
- share-alt-square: "\f1e1",
421
- share-square: "\f14d",
422
- share-square-o: "\f045",
423
- shekel: "\f20b",
424
- sheqel: "\f20b",
425
- shield: "\f132",
426
- shopping-cart: "\f07a",
427
- sign-in: "\f090",
428
- sign-out: "\f08b",
429
- signal: "\f012",
430
- sitemap: "\f0e8",
431
- skype: "\f17e",
432
- slack: "\f198",
433
- sliders: "\f1de",
434
- slideshare: "\f1e7",
435
- smile-o: "\f118",
436
- soccer-ball-o: "\f1e3",
437
- sort: "\f0dc",
438
- sort-alpha-asc: "\f15d",
439
- sort-alpha-desc: "\f15e",
440
- sort-amount-asc: "\f160",
441
- sort-amount-desc: "\f161",
442
- sort-asc: "\f0de",
443
- sort-desc: "\f0dd",
444
- sort-down: "\f0dd",
445
- sort-numeric-asc: "\f162",
446
- sort-numeric-desc: "\f163",
447
- sort-up: "\f0de",
448
- soundcloud: "\f1be",
449
- space-shuttle: "\f197",
450
- spinner: "\f110",
451
- spoon: "\f1b1",
452
- spotify: "\f1bc",
453
- square: "\f0c8",
454
- square-o: "\f096",
455
- stack-exchange: "\f18d",
456
- stack-overflow: "\f16c",
457
- star: "\f005",
458
- star-half: "\f089",
459
- star-half-empty: "\f123",
460
- star-half-full: "\f123",
461
- star-half-o: "\f123",
462
- star-o: "\f006",
463
- steam: "\f1b6",
464
- steam-square: "\f1b7",
465
- step-backward: "\f048",
466
- step-forward: "\f051",
467
- stethoscope: "\f0f1",
468
- stop: "\f04d",
469
- strikethrough: "\f0cc",
470
- stumbleupon: "\f1a4",
471
- stumbleupon-circle: "\f1a3",
472
- subscript: "\f12c",
473
- suitcase: "\f0f2",
474
- sun-o: "\f185",
475
- superscript: "\f12b",
476
- support: "\f1cd",
477
- table: "\f0ce",
478
- tablet: "\f10a",
479
- tachometer: "\f0e4",
480
- tag: "\f02b",
481
- tags: "\f02c",
482
- tasks: "\f0ae",
483
- taxi: "\f1ba",
484
- tencent-weibo: "\f1d5",
485
- terminal: "\f120",
486
- text-height: "\f034",
487
- text-width: "\f035",
488
- th: "\f00a",
489
- th-large: "\f009",
490
- th-list: "\f00b",
491
- thumb-tack: "\f08d",
492
- thumbs-down: "\f165",
493
- thumbs-o-down: "\f088",
494
- thumbs-o-up: "\f087",
495
- thumbs-up: "\f164",
496
- ticket: "\f145",
497
- times: "\f00d",
498
- times-circle: "\f057",
499
- times-circle-o: "\f05c",
500
- tint: "\f043",
501
- toggle-down: "\f150",
502
- toggle-left: "\f191",
503
- toggle-off: "\f204",
504
- toggle-on: "\f205",
505
- toggle-right: "\f152",
506
- toggle-up: "\f151",
507
- trash: "\f1f8",
508
- trash-o: "\f014",
509
- tree: "\f1bb",
510
- trello: "\f181",
511
- trophy: "\f091",
512
- truck: "\f0d1",
513
- try: "\f195",
514
- tty: "\f1e4",
515
- tumblr: "\f173",
516
- tumblr-square: "\f174",
517
- turkish-lira: "\f195",
518
- twitch: "\f1e8",
519
- twitter: "\f099",
520
- twitter-square: "\f081",
521
- umbrella: "\f0e9",
522
- underline: "\f0cd",
523
- undo: "\f0e2",
524
- university: "\f19c",
525
- unlink: "\f127",
526
- unlock: "\f09c",
527
- unlock-alt: "\f13e",
528
- unsorted: "\f0dc",
529
- upload: "\f093",
530
- usd: "\f155",
531
- user: "\f007",
532
- user-md: "\f0f0",
533
- users: "\f0c0",
534
- video-camera: "\f03d",
535
- vimeo-square: "\f194",
536
- vine: "\f1ca",
537
- vk: "\f189",
538
- volume-down: "\f027",
539
- volume-off: "\f026",
540
- volume-up: "\f028",
541
- warning: "\f071",
542
- wechat: "\f1d7",
543
- weibo: "\f18a",
544
- weixin: "\f1d7",
545
- wheelchair: "\f193",
546
- wifi: "\f1eb",
547
- windows: "\f17a",
548
- won: "\f159",
549
- wordpress: "\f19a",
550
- wrench: "\f0ad",
551
- xing: "\f168",
552
- xing-square: "\f169",
553
- yahoo: "\f19e",
554
- yelp: "\f1e9",
555
- yen: "\f157",
556
- youtube: "\f167",
557
- youtube-play: "\f16a",
558
- youtube-square: "\f166"
559
- );
560
-
561
-
562
- @function icon_content($key) {
563
- @if map-has-key($icon-content, $key) {
564
- @return map-get($icon-content, $key);
565
- }
566
-
567
- @warn "Unknown `#{$key}` in $icon-content.";
568
- @return null;
569
- }