atlas_assets 0.2.4 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. data/Gemfile.lock +4 -4
  2. data/docs/_posts/2013-05-17-icons.md +382 -1114
  3. data/docs/_posts/2013-09-12-logo.md +50 -0
  4. data/lib/assets/fonts/fontawesome-webfont.eot +0 -0
  5. data/lib/assets/fonts/fontawesome-webfont.svg +399 -0
  6. data/lib/assets/fonts/fontawesome-webfont.ttf +0 -0
  7. data/lib/assets/fonts/fontawesome-webfont.woff +0 -0
  8. data/lib/assets/stylesheets/atlas_assets/_fontawesome.scss +772 -0
  9. data/lib/assets/stylesheets/atlas_assets/_glyphicons.scss +2 -1
  10. data/lib/assets/stylesheets/atlas_assets/_logo.scss +33 -0
  11. data/lib/assets/stylesheets/atlas_assets.scss +3 -1
  12. data/lib/atlas_assets/version.rb +1 -1
  13. metadata +9 -30
  14. data/.sass-cache/1b603fa8ebc95151da718aa8c91a39a6fc5183b9/_boxes.scssc +0 -0
  15. data/.sass-cache/1b603fa8ebc95151da718aa8c91a39a6fc5183b9/_button-groups.scssc +0 -0
  16. data/.sass-cache/1b603fa8ebc95151da718aa8c91a39a6fc5183b9/_buttons.scssc +0 -0
  17. data/.sass-cache/1b603fa8ebc95151da718aa8c91a39a6fc5183b9/_code.scssc +0 -0
  18. data/.sass-cache/1b603fa8ebc95151da718aa8c91a39a6fc5183b9/_flash.scssc +0 -0
  19. data/.sass-cache/1b603fa8ebc95151da718aa8c91a39a6fc5183b9/_fonts.scssc +0 -0
  20. data/.sass-cache/1b603fa8ebc95151da718aa8c91a39a6fc5183b9/_footer.scssc +0 -0
  21. data/.sass-cache/1b603fa8ebc95151da718aa8c91a39a6fc5183b9/_forms.scssc +0 -0
  22. data/.sass-cache/1b603fa8ebc95151da718aa8c91a39a6fc5183b9/_glyphicons.scssc +0 -0
  23. data/.sass-cache/1b603fa8ebc95151da718aa8c91a39a6fc5183b9/_grid.scssc +0 -0
  24. data/.sass-cache/1b603fa8ebc95151da718aa8c91a39a6fc5183b9/_icons.scssc +0 -0
  25. data/.sass-cache/1b603fa8ebc95151da718aa8c91a39a6fc5183b9/_lists.scssc +0 -0
  26. data/.sass-cache/1b603fa8ebc95151da718aa8c91a39a6fc5183b9/_mixins.scssc +0 -0
  27. data/.sass-cache/1b603fa8ebc95151da718aa8c91a39a6fc5183b9/_modals.scssc +0 -0
  28. data/.sass-cache/1b603fa8ebc95151da718aa8c91a39a6fc5183b9/_navbar.scssc +0 -0
  29. data/.sass-cache/1b603fa8ebc95151da718aa8c91a39a6fc5183b9/_reset.scssc +0 -0
  30. data/.sass-cache/1b603fa8ebc95151da718aa8c91a39a6fc5183b9/_responsive-767.scssc +0 -0
  31. data/.sass-cache/1b603fa8ebc95151da718aa8c91a39a6fc5183b9/_responsive-768-979.scssc +0 -0
  32. data/.sass-cache/1b603fa8ebc95151da718aa8c91a39a6fc5183b9/_responsive-utilities.scssc +0 -0
  33. data/.sass-cache/1b603fa8ebc95151da718aa8c91a39a6fc5183b9/_tabs.scssc +0 -0
  34. data/.sass-cache/1b603fa8ebc95151da718aa8c91a39a6fc5183b9/_utilities.scssc +0 -0
  35. data/.sass-cache/1b603fa8ebc95151da718aa8c91a39a6fc5183b9/_variables.scssc +0 -0
  36. data/.sass-cache/6d07c7503a33fea58e6c1eb7648554e2846e9a4f/atlas_assets.scssc +0 -0
  37. data/lib/assets/fonts/atlas.eot +0 -0
  38. data/lib/assets/fonts/atlas.svg +0 -279
  39. data/lib/assets/fonts/atlas.ttf +0 -0
  40. data/lib/assets/fonts/atlas.woff +0 -0
  41. data/lib/assets/stylesheets/atlas_assets/_icons.scss +0 -867
@@ -1,867 +0,0 @@
1
- /* Logos
2
- ---------------------------------------------------------- */
3
-
4
- // org size:
5
- // 383.9 x 45.4
6
-
7
- .logo {
8
- background-image: url(image_path('logo.svg'));
9
- background-size: 100% auto;
10
- background-repeat: no-repeat;
11
- display: inline-block;
12
-
13
- width: 130px;
14
- height: 16px;
15
- }
16
-
17
- .logo.logo-white {
18
- background-image: url(image_path('logo-white.svg'));
19
- }
20
-
21
- .logo.logo-small {
22
- width: 108px;
23
- height: 13px;
24
- }
25
-
26
- .logo.logo-medium {
27
- width: 269px;
28
- height: 32px;
29
- }
30
-
31
- .logo.logo-large {
32
- width: 384px;
33
- height: 46px;
34
- }
35
-
36
- // fix logo in navbars
37
- .navbar .logo {
38
- vertical-align: text-bottom;
39
- }
40
-
41
- /* Icons
42
- ---------------------------------------------------------- */
43
-
44
-
45
- @font-face {
46
- font-family: 'atlas';
47
- src:font-url('atlas.eot');
48
- src:font-url('atlas.eot?#iefix') format('embedded-opentype'),
49
- font-url('atlas.woff') format('woff'),
50
- font-url('atlas.ttf') format('truetype'),
51
- font-url('atlas.svg#atlas') format('svg');
52
- font-weight: normal;
53
- font-style: normal;
54
- }
55
-
56
- /* Use the following CSS code if you want to use data attributes for inserting your icons */
57
- [data-icon]:before {
58
- font-family: 'atlas';
59
- content: attr(data-icon);
60
- speak: none;
61
- font-weight: normal;
62
- font-variant: normal;
63
- font-style: normal;
64
- text-transform: none;
65
- line-height: 1;
66
- -webkit-font-smoothing: antialiased;
67
- }
68
-
69
- /* Use the following CSS code if you want to have a class per icon */
70
- /*
71
- Instead of a list of all class selectors,
72
- you can use the generic selector below, but it's slower:
73
- [class*="icon-"] {
74
- */
75
- .icon-mouse, .icon-paperplane, .icon-mail, .icon-pencil, .icon-feather, .icon-paperclip, .icon-reply, .icon-reply-all, .icon-forward, .icon-user, .icon-users, .icon-thumbs-up, .icon-star, .icon-star-2, .icon-heart, .icon-heart-2, .icon-target, .icon-compass, .icon-map, .icon-location, .icon-export, .icon-user-add, .icon-vcard, .icon-chat, .icon-comment, .icon-quote, .icon-house, .icon-search, .icon-flashlight, .icon-popup, .icon-printer, .icon-bell, .icon-link, .icon-flag, .icon-cog, .icon-tag, .icon-camera, .icon-megaphone, .icon-moon, .icon-leaf, .icon-book, .icon-eye, .icon-clock, .icon-microphone, .icon-calendar, .icon-bolt, .icon-thunder, .icon-droplet, .icon-cd, .icon-air, .icon-briefcase, .icon-key, .icon-bucket, .icon-drive, .icon-cup, .icon-brush, .icon-suitcase, .icon-earth, .icon-cone, .icon-browser, .icon-publish, .icon-code, .icon-infinity, .icon-screen, .icon-light-bulb, .icon-credit-card, .icon-database, .icon-voicemail, .icon-clipboard, .icon-box, .icon-ticket, .icon-untitled, .icon-droplets, .icon-pie, .icon-bars, .icon-graph, .icon-lock, .icon-lock-open, .icon-logout, .icon-login, .icon-checkmark, .icon-cross, .icon-minus, .icon-plus, .icon-cross-2, .icon-minus-2, .icon-plus-2, .icon-cross-3, .icon-minus-3, .icon-plus-3, .icon-erase, .icon-blocked, .icon-info, .icon-info-2, .icon-question, .icon-help, .icon-warning, .icon-cycle, .icon-cw, .icon-ccw, .icon-shuffle, .icon-arrow, .icon-arrow-2, .icon-retweet, .icon-loop, .icon-history, .icon-back, .icon-switch, .icon-list, .icon-add-to-list, .icon-layout, .icon-list-2, .icon-text, .icon-text-2, .icon-document, .icon-docs, .icon-landscape, .icon-pictures, .icon-video, .icon-music, .icon-folder, .icon-archive, .icon-trash, .icon-upload, .icon-download, .icon-disk, .icon-install, .icon-cloud, .icon-upload-2, .icon-bookmark, .icon-bookmarks, .icon-book-2, .icon-play, .icon-pause, .icon-record, .icon-stop, .icon-next, .icon-first, .icon-last, .icon-resize-enlarge, .icon-previous, .icon-resize-shrink, .icon-volume, .icon-sound, .icon-mute, .icon-flow-cascade, .icon-flow-branch, .icon-flow-tree, .icon-flow-line, .icon-flow-parallel, .icon-arrow-left, .icon-arrow-down, .icon-arrow-up--upload, .icon-arrow-right, .icon-arrow-left-2, .icon-arrow-down-2, .icon-arrow-left-3, .icon-arrow-right-2, .icon-arrow-up, .icon-arrow-down-3, .icon-arrow-left-4, .icon-arrow-right-3, .icon-arrow-up-2, .icon-arrow-down-4, .icon-arrow-right-4, .icon-arrow-left-5, .icon-arrow-up-3, .icon-arrow-down-5, .icon-arrow-left-6, .icon-arrow-right-5, .icon-arrow-up-4, .icon-arrow-down-6, .icon-arrow-up-5, .icon-arrow-right-6, .icon-arrow-left-7, .icon-arrow-down-7, .icon-arrow-up-6, .icon-untitled-2, .icon-arrow-left-8, .icon-arrow-down-8, .icon-arrow-up-7, .icon-arrow-right-7, .icon-menu, .icon-ellipsis, .icon-dots, .icon-dot, .icon-github, .icon-github-2, .icon-daniel-bruce, .icon-cc, .icon-cc-by, .icon-cc-nc, .icon-cc-nc-eu, .icon-cc-nc-jp, .icon-cc-sa, .icon-cc-nd, .icon-cc-pd, .icon-cc-zero, .icon-cc-share, .icon-cc-share-2, .icon-daniel-bruce-2, .icon-flickr, .icon-flickr-2, .icon-vimeo, .icon-vimeo-2, .icon-twitter, .icon-twitter-2, .icon-facebook, .icon-facebook-2, .icon-facebook-3, .icon-googleplus, .icon-googleplus-2, .icon-pinterest, .icon-pinterest-2, .icon-tumblr, .icon-tumblr-2, .icon-linkedin, .icon-linkedin-2, .icon-dribbble, .icon-dribbble-2, .icon-stumbleupon, .icon-stumbleupon-2, .icon-lastfm, .icon-lastfm-2, .icon-rdio, .icon-rdio-2, .icon-spotify, .icon-spotify-2, .icon-qq, .icon-instagram, .icon-dropbox, .icon-evernote, .icon-flattr, .icon-skype, .icon-skype-2, .icon-renren, .icon-sina-weibo, .icon-paypal, .icon-picasa, .icon-soundcloud, .icon-mixi, .icon-behance, .icon-circles, .icon-vk, .icon-smashing, .icon-tools, .icon-drawer, .icon-share, .icon-mobile, .icon-thumbs-down, .icon-magnet, .icon-language, .icon-cart, .icon-lifebuoy, .icon-statistics, .icon-image, .icon-image-2, .icon-images, .icon-remove, .icon-remove-2, .icon-switch-2 {
76
- font-family: 'atlas';
77
- speak: none;
78
- font-style: normal;
79
- font-weight: normal;
80
- font-variant: normal;
81
- text-transform: none;
82
- line-height: 1;
83
- -webkit-font-smoothing: antialiased;
84
- }
85
- .icon-mouse:before {
86
- content: "\e000";
87
- }
88
- .icon-paperplane:before {
89
- content: "\e001";
90
- }
91
- .icon-mail:before {
92
- content: "\e002";
93
- }
94
- .icon-pencil:before {
95
- content: "\e003";
96
- }
97
- .icon-feather:before {
98
- content: "\e004";
99
- }
100
- .icon-paperclip:before {
101
- content: "\e005";
102
- }
103
- .icon-reply:before {
104
- content: "\e006";
105
- }
106
- .icon-reply-all:before {
107
- content: "\e007";
108
- }
109
- .icon-forward:before {
110
- content: "\e008";
111
- }
112
- .icon-user:before {
113
- content: "\e009";
114
- }
115
- .icon-users:before {
116
- content: "\e00a";
117
- }
118
- .icon-thumbs-up:before {
119
- content: "\e00b";
120
- }
121
- .icon-star:before {
122
- content: "\e00c";
123
- }
124
- .icon-star-2:before {
125
- content: "\e00d";
126
- }
127
- .icon-heart:before {
128
- content: "\e00e";
129
- }
130
- .icon-heart-2:before {
131
- content: "\e00f";
132
- }
133
- .icon-target:before {
134
- content: "\e010";
135
- }
136
- .icon-compass:before {
137
- content: "\e011";
138
- }
139
- .icon-map:before {
140
- content: "\e012";
141
- }
142
- .icon-location:before {
143
- content: "\e013";
144
- }
145
- .icon-export:before {
146
- content: "\e014";
147
- }
148
- .icon-user-add:before {
149
- content: "\e015";
150
- }
151
- .icon-vcard:before {
152
- content: "\e016";
153
- }
154
- .icon-chat:before {
155
- content: "\e017";
156
- }
157
- .icon-comment:before {
158
- content: "\e018";
159
- }
160
- .icon-quote:before {
161
- content: "\e019";
162
- }
163
- .icon-house:before {
164
- content: "\e01a";
165
- }
166
- .icon-search:before {
167
- content: "\e01b";
168
- }
169
- .icon-flashlight:before {
170
- content: "\e01c";
171
- }
172
- .icon-popup:before {
173
- content: "\e01d";
174
- }
175
- .icon-printer:before {
176
- content: "\e01e";
177
- }
178
- .icon-bell:before {
179
- content: "\e01f";
180
- }
181
- .icon-link:before {
182
- content: "\e020";
183
- }
184
- .icon-flag:before {
185
- content: "\e021";
186
- }
187
- .icon-cog:before {
188
- content: "\e022";
189
- }
190
- .icon-tag:before {
191
- content: "\e023";
192
- }
193
- .icon-camera:before {
194
- content: "\e024";
195
- }
196
- .icon-megaphone:before {
197
- content: "\e025";
198
- }
199
- .icon-moon:before {
200
- content: "\e026";
201
- }
202
- .icon-leaf:before {
203
- content: "\e027";
204
- }
205
- .icon-book:before {
206
- content: "\e028";
207
- }
208
- .icon-eye:before {
209
- content: "\e029";
210
- }
211
- .icon-clock:before {
212
- content: "\e02a";
213
- }
214
- .icon-microphone:before {
215
- content: "\e02b";
216
- }
217
- .icon-calendar:before {
218
- content: "\e02c";
219
- }
220
- .icon-bolt:before {
221
- content: "\e02d";
222
- }
223
- .icon-thunder:before {
224
- content: "\e02e";
225
- }
226
- .icon-droplet:before {
227
- content: "\e02f";
228
- }
229
- .icon-cd:before {
230
- content: "\e030";
231
- }
232
- .icon-air:before {
233
- content: "\e031";
234
- }
235
- .icon-briefcase:before {
236
- content: "\e032";
237
- }
238
- .icon-key:before {
239
- content: "\e033";
240
- }
241
- .icon-bucket:before {
242
- content: "\e034";
243
- }
244
- .icon-drive:before {
245
- content: "\e035";
246
- }
247
- .icon-cup:before {
248
- content: "\e036";
249
- }
250
- .icon-brush:before {
251
- content: "\e037";
252
- }
253
- .icon-suitcase:before {
254
- content: "\e038";
255
- }
256
- .icon-earth:before {
257
- content: "\e039";
258
- }
259
- .icon-cone:before {
260
- content: "\e03a";
261
- }
262
- .icon-browser:before {
263
- content: "\e03b";
264
- }
265
- .icon-publish:before {
266
- content: "\e03c";
267
- }
268
- .icon-code:before {
269
- content: "\e03d";
270
- }
271
- .icon-infinity:before {
272
- content: "\e03e";
273
- }
274
- .icon-screen:before {
275
- content: "\e03f";
276
- }
277
- .icon-light-bulb:before {
278
- content: "\e040";
279
- }
280
- .icon-credit-card:before {
281
- content: "\e041";
282
- }
283
- .icon-database:before {
284
- content: "\e042";
285
- }
286
- .icon-voicemail:before {
287
- content: "\e043";
288
- }
289
- .icon-clipboard:before {
290
- content: "\e044";
291
- }
292
- .icon-box:before {
293
- content: "\e045";
294
- }
295
- .icon-ticket:before {
296
- content: "\e046";
297
- }
298
- .icon-untitled:before {
299
- content: "\e047";
300
- }
301
- .icon-droplets:before {
302
- content: "\e048";
303
- }
304
- .icon-pie:before {
305
- content: "\e049";
306
- }
307
- .icon-bars:before {
308
- content: "\e04a";
309
- }
310
- .icon-graph:before {
311
- content: "\e04b";
312
- }
313
- .icon-lock:before {
314
- content: "\e04c";
315
- }
316
- .icon-lock-open:before {
317
- content: "\e04d";
318
- }
319
- .icon-logout:before {
320
- content: "\e04e";
321
- }
322
- .icon-login:before {
323
- content: "\e04f";
324
- }
325
- .icon-checkmark:before {
326
- content: "\e050";
327
- }
328
- .icon-cross:before {
329
- content: "\e051";
330
- }
331
- .icon-minus:before {
332
- content: "\e052";
333
- }
334
- .icon-plus:before {
335
- content: "\e053";
336
- }
337
- .icon-cross-2:before {
338
- content: "\e054";
339
- }
340
- .icon-minus-2:before {
341
- content: "\e055";
342
- }
343
- .icon-plus-2:before {
344
- content: "\e056";
345
- }
346
- .icon-cross-3:before {
347
- content: "\e057";
348
- }
349
- .icon-minus-3:before {
350
- content: "\e058";
351
- }
352
- .icon-plus-3:before {
353
- content: "\e059";
354
- }
355
- .icon-erase:before {
356
- content: "\e05a";
357
- }
358
- .icon-blocked:before {
359
- content: "\e05b";
360
- }
361
- .icon-info:before {
362
- content: "\e05c";
363
- }
364
- .icon-info-2:before {
365
- content: "\e05d";
366
- }
367
- .icon-question:before {
368
- content: "\e05e";
369
- }
370
- .icon-help:before {
371
- content: "\e05f";
372
- }
373
- .icon-warning:before {
374
- content: "\e060";
375
- }
376
- .icon-cycle:before {
377
- content: "\e061";
378
- }
379
- .icon-cw:before {
380
- content: "\e062";
381
- }
382
- .icon-ccw:before {
383
- content: "\e063";
384
- }
385
- .icon-shuffle:before {
386
- content: "\e064";
387
- }
388
- .icon-arrow:before {
389
- content: "\e065";
390
- }
391
- .icon-arrow-2:before {
392
- content: "\e066";
393
- }
394
- .icon-retweet:before {
395
- content: "\e067";
396
- }
397
- .icon-loop:before {
398
- content: "\e068";
399
- }
400
- .icon-history:before {
401
- content: "\e069";
402
- }
403
- .icon-back:before {
404
- content: "\e06a";
405
- }
406
- .icon-switch:before {
407
- content: "\e06b";
408
- }
409
- .icon-list:before {
410
- content: "\e06c";
411
- }
412
- .icon-add-to-list:before {
413
- content: "\e06d";
414
- }
415
- .icon-layout:before {
416
- content: "\e06e";
417
- }
418
- .icon-list-2:before {
419
- content: "\e06f";
420
- }
421
- .icon-text:before {
422
- content: "\e070";
423
- }
424
- .icon-text-2:before {
425
- content: "\e071";
426
- }
427
- .icon-document:before {
428
- content: "\e072";
429
- }
430
- .icon-docs:before {
431
- content: "\e073";
432
- }
433
- .icon-landscape:before {
434
- content: "\e074";
435
- }
436
- .icon-pictures:before {
437
- content: "\e075";
438
- }
439
- .icon-video:before {
440
- content: "\e076";
441
- }
442
- .icon-music:before {
443
- content: "\e077";
444
- }
445
- .icon-folder:before {
446
- content: "\e078";
447
- }
448
- .icon-archive:before {
449
- content: "\e079";
450
- }
451
- .icon-trash:before {
452
- content: "\e07a";
453
- }
454
- .icon-upload:before {
455
- content: "\e07b";
456
- }
457
- .icon-download:before {
458
- content: "\e07c";
459
- }
460
- .icon-disk:before {
461
- content: "\e07d";
462
- }
463
- .icon-install:before {
464
- content: "\e07e";
465
- }
466
- .icon-cloud:before {
467
- content: "\e07f";
468
- }
469
- .icon-upload-2:before {
470
- content: "\e080";
471
- }
472
- .icon-bookmark:before {
473
- content: "\e081";
474
- }
475
- .icon-bookmarks:before {
476
- content: "\e082";
477
- }
478
- .icon-book-2:before {
479
- content: "\e083";
480
- }
481
- .icon-play:before {
482
- content: "\e084";
483
- }
484
- .icon-pause:before {
485
- content: "\e085";
486
- }
487
- .icon-record:before {
488
- content: "\e086";
489
- }
490
- .icon-stop:before {
491
- content: "\e087";
492
- }
493
- .icon-next:before {
494
- content: "\e088";
495
- }
496
- .icon-first:before {
497
- content: "\e089";
498
- }
499
- .icon-last:before {
500
- content: "\e08a";
501
- }
502
- .icon-resize-enlarge:before {
503
- content: "\e08b";
504
- }
505
- .icon-previous:before {
506
- content: "\e08c";
507
- }
508
- .icon-resize-shrink:before {
509
- content: "\e08d";
510
- }
511
- .icon-volume:before {
512
- content: "\e08e";
513
- }
514
- .icon-sound:before {
515
- content: "\e08f";
516
- }
517
- .icon-mute:before {
518
- content: "\e090";
519
- }
520
- .icon-flow-cascade:before {
521
- content: "\e091";
522
- }
523
- .icon-flow-branch:before {
524
- content: "\e092";
525
- }
526
- .icon-flow-tree:before {
527
- content: "\e093";
528
- }
529
- .icon-flow-line:before {
530
- content: "\e094";
531
- }
532
- .icon-flow-parallel:before {
533
- content: "\e095";
534
- }
535
- .icon-arrow-left:before {
536
- content: "\e096";
537
- }
538
- .icon-arrow-down:before {
539
- content: "\e097";
540
- }
541
- .icon-arrow-up--upload:before {
542
- content: "\e098";
543
- }
544
- .icon-arrow-right:before {
545
- content: "\e099";
546
- }
547
- .icon-arrow-left-2:before {
548
- content: "\e09a";
549
- }
550
- .icon-arrow-down-2:before {
551
- content: "\e09b";
552
- }
553
- .icon-arrow-left-3:before {
554
- content: "\e09c";
555
- }
556
- .icon-arrow-right-2:before {
557
- content: "\e09d";
558
- }
559
- .icon-arrow-up:before {
560
- content: "\e09e";
561
- }
562
- .icon-arrow-down-3:before {
563
- content: "\e09f";
564
- }
565
- .icon-arrow-left-4:before {
566
- content: "\e0a0";
567
- }
568
- .icon-arrow-right-3:before {
569
- content: "\e0a1";
570
- }
571
- .icon-arrow-up-2:before {
572
- content: "\e0a2";
573
- }
574
- .icon-arrow-down-4:before {
575
- content: "\e0a3";
576
- }
577
- .icon-arrow-right-4:before {
578
- content: "\e0a4";
579
- }
580
- .icon-arrow-left-5:before {
581
- content: "\e0a5";
582
- }
583
- .icon-arrow-up-3:before {
584
- content: "\e0a6";
585
- }
586
- .icon-arrow-down-5:before {
587
- content: "\e0a7";
588
- }
589
- .icon-arrow-left-6:before {
590
- content: "\e0a8";
591
- }
592
- .icon-arrow-right-5:before {
593
- content: "\e0a9";
594
- }
595
- .icon-arrow-up-4:before {
596
- content: "\e0aa";
597
- }
598
- .icon-arrow-down-6:before {
599
- content: "\e0ab";
600
- }
601
- .icon-arrow-up-5:before {
602
- content: "\e0ac";
603
- }
604
- .icon-arrow-right-6:before {
605
- content: "\e0ad";
606
- }
607
- .icon-arrow-left-7:before {
608
- content: "\e0ae";
609
- }
610
- .icon-arrow-down-7:before {
611
- content: "\e0af";
612
- }
613
- .icon-arrow-up-6:before {
614
- content: "\e0b0";
615
- }
616
- .icon-untitled-2:before {
617
- content: "\e0b1";
618
- }
619
- .icon-arrow-left-8:before {
620
- content: "\e0b2";
621
- }
622
- .icon-arrow-down-8:before {
623
- content: "\e0b3";
624
- }
625
- .icon-arrow-up-7:before {
626
- content: "\e0b4";
627
- }
628
- .icon-arrow-right-7:before {
629
- content: "\e0b5";
630
- }
631
- .icon-menu:before {
632
- content: "\e0b6";
633
- }
634
- .icon-ellipsis:before {
635
- content: "\e0b7";
636
- }
637
- .icon-dots:before {
638
- content: "\e0b8";
639
- }
640
- .icon-dot:before {
641
- content: "\e0b9";
642
- }
643
- .icon-github:before {
644
- content: "\e0ba";
645
- }
646
- .icon-github-2:before {
647
- content: "\e0bb";
648
- }
649
- .icon-daniel-bruce:before {
650
- content: "\e0bc";
651
- }
652
- .icon-cc:before {
653
- content: "\e0bd";
654
- }
655
- .icon-cc-by:before {
656
- content: "\e0be";
657
- }
658
- .icon-cc-nc:before {
659
- content: "\e0bf";
660
- }
661
- .icon-cc-nc-eu:before {
662
- content: "\e0c0";
663
- }
664
- .icon-cc-nc-jp:before {
665
- content: "\e0c1";
666
- }
667
- .icon-cc-sa:before {
668
- content: "\e0c2";
669
- }
670
- .icon-cc-nd:before {
671
- content: "\e0c3";
672
- }
673
- .icon-cc-pd:before {
674
- content: "\e0c4";
675
- }
676
- .icon-cc-zero:before {
677
- content: "\e0c5";
678
- }
679
- .icon-cc-share:before {
680
- content: "\e0c6";
681
- }
682
- .icon-cc-share-2:before {
683
- content: "\e0c7";
684
- }
685
- .icon-daniel-bruce-2:before {
686
- content: "\e0c8";
687
- }
688
- .icon-flickr:before {
689
- content: "\e0c9";
690
- }
691
- .icon-flickr-2:before {
692
- content: "\e0ca";
693
- }
694
- .icon-vimeo:before {
695
- content: "\e0cb";
696
- }
697
- .icon-vimeo-2:before {
698
- content: "\e0cc";
699
- }
700
- .icon-twitter:before {
701
- content: "\e0cd";
702
- }
703
- .icon-twitter-2:before {
704
- content: "\e0ce";
705
- }
706
- .icon-facebook:before {
707
- content: "\e0cf";
708
- }
709
- .icon-facebook-2:before {
710
- content: "\e0d0";
711
- }
712
- .icon-facebook-3:before {
713
- content: "\e0d1";
714
- }
715
- .icon-googleplus:before {
716
- content: "\e0d2";
717
- }
718
- .icon-googleplus-2:before {
719
- content: "\e0d3";
720
- }
721
- .icon-pinterest:before {
722
- content: "\e0d4";
723
- }
724
- .icon-pinterest-2:before {
725
- content: "\e0d5";
726
- }
727
- .icon-tumblr:before {
728
- content: "\e0d6";
729
- }
730
- .icon-tumblr-2:before {
731
- content: "\e0d7";
732
- }
733
- .icon-linkedin:before {
734
- content: "\e0d8";
735
- }
736
- .icon-linkedin-2:before {
737
- content: "\e0d9";
738
- }
739
- .icon-dribbble:before {
740
- content: "\e0da";
741
- }
742
- .icon-dribbble-2:before {
743
- content: "\e0db";
744
- }
745
- .icon-stumbleupon:before {
746
- content: "\e0dc";
747
- }
748
- .icon-stumbleupon-2:before {
749
- content: "\e0dd";
750
- }
751
- .icon-lastfm:before {
752
- content: "\e0de";
753
- }
754
- .icon-lastfm-2:before {
755
- content: "\e0df";
756
- }
757
- .icon-rdio:before {
758
- content: "\e0e0";
759
- }
760
- .icon-rdio-2:before {
761
- content: "\e0e1";
762
- }
763
- .icon-spotify:before {
764
- content: "\e0e2";
765
- }
766
- .icon-spotify-2:before {
767
- content: "\e0e3";
768
- }
769
- .icon-qq:before {
770
- content: "\e0e4";
771
- }
772
- .icon-instagram:before {
773
- content: "\e0e5";
774
- }
775
- .icon-dropbox:before {
776
- content: "\e0e6";
777
- }
778
- .icon-evernote:before {
779
- content: "\e0e7";
780
- }
781
- .icon-flattr:before {
782
- content: "\e0e8";
783
- }
784
- .icon-skype:before {
785
- content: "\e0e9";
786
- }
787
- .icon-skype-2:before {
788
- content: "\e0ea";
789
- }
790
- .icon-renren:before {
791
- content: "\e0eb";
792
- }
793
- .icon-sina-weibo:before {
794
- content: "\e0ec";
795
- }
796
- .icon-paypal:before {
797
- content: "\e0ed";
798
- }
799
- .icon-picasa:before {
800
- content: "\e0ee";
801
- }
802
- .icon-soundcloud:before {
803
- content: "\e0ef";
804
- }
805
- .icon-mixi:before {
806
- content: "\e0f0";
807
- }
808
- .icon-behance:before {
809
- content: "\e0f1";
810
- }
811
- .icon-circles:before {
812
- content: "\e0f2";
813
- }
814
- .icon-vk:before {
815
- content: "\e0f3";
816
- }
817
- .icon-smashing:before {
818
- content: "\e0f4";
819
- }
820
- .icon-tools:before {
821
- content: "\e0f5";
822
- }
823
- .icon-drawer:before {
824
- content: "\e0f6";
825
- }
826
- .icon-share:before {
827
- content: "\e0f7";
828
- }
829
- .icon-mobile:before {
830
- content: "\e0f8";
831
- }
832
- .icon-thumbs-down:before {
833
- content: "\e0f9";
834
- }
835
- .icon-magnet:before {
836
- content: "\e0fa";
837
- }
838
- .icon-language:before {
839
- content: "\e0fb";
840
- }
841
- .icon-cart:before {
842
- content: "\e0fc";
843
- }
844
- .icon-lifebuoy:before {
845
- content: "\e0fd";
846
- }
847
- .icon-statistics:before {
848
- content: "\e0fe";
849
- }
850
- .icon-image:before {
851
- content: "\e0ff";
852
- }
853
- .icon-image-2:before {
854
- content: "\e100";
855
- }
856
- .icon-images:before {
857
- content: "\e101";
858
- }
859
- .icon-remove:before {
860
- content: "\e102";
861
- }
862
- .icon-remove-2:before {
863
- content: "\e103";
864
- }
865
- .icon-switch-2:before {
866
- content: "\e104";
867
- }