dashing-rails 2.5.0 → 2.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/.rspec +2 -0
  3. data/CHANGELOG.md +5 -0
  4. data/Gemfile +1 -3
  5. data/Gemfile.lock +105 -109
  6. data/app/controllers/dashing/application_controller.rb +2 -2
  7. data/app/controllers/dashing/dashboards_controller.rb +1 -1
  8. data/app/controllers/dashing/widgets_controller.rb +3 -3
  9. data/lib/assets/javascripts/dashing.gridster.coffee +4 -22
  10. data/lib/dashing/configuration.rb +1 -5
  11. data/lib/dashing/version.rb +1 -1
  12. data/spec/controllers/dashing/application_controller_spec.rb +11 -6
  13. data/spec/controllers/dashing/dashboards_controller_spec.rb +1 -3
  14. data/spec/controllers/dashing/events_controller_spec.rb +1 -3
  15. data/spec/controllers/dashing/widgets_controller_spec.rb +1 -3
  16. data/spec/dummy/config/environments/test.rb +2 -2
  17. data/spec/lib/dashing/configuration_spec.rb +1 -30
  18. data/spec/lib/dashing_spec.rb +1 -3
  19. data/spec/lib/generators/widget_generator_spec.rb +1 -2
  20. data/spec/rails_helper.rb +61 -0
  21. data/spec/spec_helper.rb +82 -37
  22. data/spec/support/controller_spec_helpers.rb +2 -2
  23. data/vendor/assets/fonts/dashing/FontAwesome.otf +0 -0
  24. data/vendor/assets/fonts/dashing/fontawesome-webfont.eot +0 -0
  25. data/vendor/assets/fonts/dashing/fontawesome-webfont.svg +210 -41
  26. data/vendor/assets/fonts/dashing/fontawesome-webfont.ttf +0 -0
  27. data/vendor/assets/fonts/dashing/fontawesome-webfont.woff +0 -0
  28. data/vendor/assets/fonts/dashing/fontawesome-webfont.woff2 +0 -0
  29. data/vendor/assets/javascripts/dashing/default_widgets/number.coffee +0 -1
  30. data/vendor/assets/javascripts/dashing/jquery.gridster.js +4451 -3185
  31. data/vendor/assets/stylesheets/dashing/font-awesome.scss +808 -60
  32. data/vendor/assets/stylesheets/dashing/jquery.gridster.css +73 -85
  33. metadata +7 -3
@@ -1,28 +1,27 @@
1
1
  /*!
2
- * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
2
+ * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
3
3
  * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
4
  */
5
5
  /* FONT PATH
6
6
  * -------------------------- */
7
7
  @font-face {
8
8
  font-family: 'FontAwesome';
9
- src: font-url('fontawesome-webfont.eot?v=4.0.3');
10
- src: font-url('fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), font-url('fontawesome-webfont.woff?v=4.0.3') format('woff'), font-url('fontawesome-webfont.ttf?v=4.0.3') format('truetype'), font-url('fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
9
+ src: font-url('fontawesome-webfont.eot?v=4.5.0');
10
+ src: font-url('fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), font-url('fontawesome-webfont.woff2?v=4.5.0') format('woff2'), font-url('fontawesome-webfont.woff?v=4.5.0') format('woff'), font-url('fontawesome-webfont.ttf?v=4.5.0') format('truetype'), font-url('fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
11
11
  font-weight: normal;
12
12
  font-style: normal;
13
13
  }
14
14
  .fa {
15
15
  display: inline-block;
16
- font-family: FontAwesome;
17
- font-style: normal;
18
- font-weight: normal;
19
- line-height: 1;
16
+ font: normal normal normal 14px/1 FontAwesome;
17
+ font-size: inherit;
18
+ text-rendering: auto;
20
19
  -webkit-font-smoothing: antialiased;
21
20
  -moz-osx-font-smoothing: grayscale;
22
21
  }
23
22
  /* makes the font 33% larger relative to the icon container */
24
23
  .fa-lg {
25
- font-size: 1.3333333333333333em;
24
+ font-size: 1.33333333em;
26
25
  line-height: 0.75em;
27
26
  vertical-align: -15%;
28
27
  }
@@ -39,12 +38,12 @@
39
38
  font-size: 5em;
40
39
  }
41
40
  .fa-fw {
42
- width: 1.2857142857142858em;
41
+ width: 1.28571429em;
43
42
  text-align: center;
44
43
  }
45
44
  .fa-ul {
46
45
  padding-left: 0;
47
- margin-left: 2.142857142857143em;
46
+ margin-left: 2.14285714em;
48
47
  list-style-type: none;
49
48
  }
50
49
  .fa-ul > li {
@@ -52,19 +51,32 @@
52
51
  }
53
52
  .fa-li {
54
53
  position: absolute;
55
- left: -2.142857142857143em;
56
- width: 2.142857142857143em;
57
- top: 0.14285714285714285em;
54
+ left: -2.14285714em;
55
+ width: 2.14285714em;
56
+ top: 0.14285714em;
58
57
  text-align: center;
59
58
  }
60
59
  .fa-li.fa-lg {
61
- left: -1.8571428571428572em;
60
+ left: -1.85714286em;
62
61
  }
63
62
  .fa-border {
64
63
  padding: .2em .25em .15em;
65
64
  border: solid 0.08em #eeeeee;
66
65
  border-radius: .1em;
67
66
  }
67
+ .fa-pull-left {
68
+ float: left;
69
+ }
70
+ .fa-pull-right {
71
+ float: right;
72
+ }
73
+ .fa.fa-pull-left {
74
+ margin-right: .3em;
75
+ }
76
+ .fa.fa-pull-right {
77
+ margin-left: .3em;
78
+ }
79
+ /* Deprecated as of 4.4.0 */
68
80
  .pull-right {
69
81
  float: right;
70
82
  }
@@ -78,91 +90,70 @@
78
90
  margin-left: .3em;
79
91
  }
80
92
  .fa-spin {
81
- -webkit-animation: spin 2s infinite linear;
82
- -moz-animation: spin 2s infinite linear;
83
- -o-animation: spin 2s infinite linear;
84
- animation: spin 2s infinite linear;
93
+ -webkit-animation: fa-spin 2s infinite linear;
94
+ animation: fa-spin 2s infinite linear;
85
95
  }
86
- @-moz-keyframes spin {
87
- 0% {
88
- -moz-transform: rotate(0deg);
89
- }
90
- 100% {
91
- -moz-transform: rotate(359deg);
92
- }
96
+ .fa-pulse {
97
+ -webkit-animation: fa-spin 1s infinite steps(8);
98
+ animation: fa-spin 1s infinite steps(8);
93
99
  }
94
- @-webkit-keyframes spin {
100
+ @-webkit-keyframes fa-spin {
95
101
  0% {
96
102
  -webkit-transform: rotate(0deg);
103
+ transform: rotate(0deg);
97
104
  }
98
105
  100% {
99
106
  -webkit-transform: rotate(359deg);
107
+ transform: rotate(359deg);
100
108
  }
101
109
  }
102
- @-o-keyframes spin {
103
- 0% {
104
- -o-transform: rotate(0deg);
105
- }
106
- 100% {
107
- -o-transform: rotate(359deg);
108
- }
109
- }
110
- @-ms-keyframes spin {
111
- 0% {
112
- -ms-transform: rotate(0deg);
113
- }
114
- 100% {
115
- -ms-transform: rotate(359deg);
116
- }
117
- }
118
- @keyframes spin {
110
+ @keyframes fa-spin {
119
111
  0% {
112
+ -webkit-transform: rotate(0deg);
120
113
  transform: rotate(0deg);
121
114
  }
122
115
  100% {
116
+ -webkit-transform: rotate(359deg);
123
117
  transform: rotate(359deg);
124
118
  }
125
119
  }
126
120
  .fa-rotate-90 {
127
121
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
128
122
  -webkit-transform: rotate(90deg);
129
- -moz-transform: rotate(90deg);
130
123
  -ms-transform: rotate(90deg);
131
- -o-transform: rotate(90deg);
132
124
  transform: rotate(90deg);
133
125
  }
134
126
  .fa-rotate-180 {
135
127
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
136
128
  -webkit-transform: rotate(180deg);
137
- -moz-transform: rotate(180deg);
138
129
  -ms-transform: rotate(180deg);
139
- -o-transform: rotate(180deg);
140
130
  transform: rotate(180deg);
141
131
  }
142
132
  .fa-rotate-270 {
143
133
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
144
134
  -webkit-transform: rotate(270deg);
145
- -moz-transform: rotate(270deg);
146
135
  -ms-transform: rotate(270deg);
147
- -o-transform: rotate(270deg);
148
136
  transform: rotate(270deg);
149
137
  }
150
138
  .fa-flip-horizontal {
151
139
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
152
140
  -webkit-transform: scale(-1, 1);
153
- -moz-transform: scale(-1, 1);
154
141
  -ms-transform: scale(-1, 1);
155
- -o-transform: scale(-1, 1);
156
142
  transform: scale(-1, 1);
157
143
  }
158
144
  .fa-flip-vertical {
159
145
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
160
146
  -webkit-transform: scale(1, -1);
161
- -moz-transform: scale(1, -1);
162
147
  -ms-transform: scale(1, -1);
163
- -o-transform: scale(1, -1);
164
148
  transform: scale(1, -1);
165
149
  }
150
+ :root .fa-rotate-90,
151
+ :root .fa-rotate-180,
152
+ :root .fa-rotate-270,
153
+ :root .fa-flip-horizontal,
154
+ :root .fa-flip-vertical {
155
+ filter: none;
156
+ }
166
157
  .fa-stack {
167
158
  position: relative;
168
159
  display: inline-block;
@@ -228,6 +219,8 @@
228
219
  .fa-check:before {
229
220
  content: "\f00c";
230
221
  }
222
+ .fa-remove:before,
223
+ .fa-close:before,
231
224
  .fa-times:before {
232
225
  content: "\f00d";
233
226
  }
@@ -369,6 +362,8 @@
369
362
  .fa-video-camera:before {
370
363
  content: "\f03d";
371
364
  }
365
+ .fa-photo:before,
366
+ .fa-image:before,
372
367
  .fa-picture-o:before {
373
368
  content: "\f03e";
374
369
  }
@@ -555,7 +550,8 @@
555
550
  .fa-arrows-h:before {
556
551
  content: "\f07e";
557
552
  }
558
- .fa-bar-chart-o:before {
553
+ .fa-bar-chart-o:before,
554
+ .fa-bar-chart:before {
559
555
  content: "\f080";
560
556
  }
561
557
  .fa-twitter-square:before {
@@ -631,6 +627,7 @@
631
627
  .fa-twitter:before {
632
628
  content: "\f099";
633
629
  }
630
+ .fa-facebook-f:before,
634
631
  .fa-facebook:before {
635
632
  content: "\f09a";
636
633
  }
@@ -643,6 +640,7 @@
643
640
  .fa-credit-card:before {
644
641
  content: "\f09d";
645
642
  }
643
+ .fa-feed:before,
646
644
  .fa-rss:before {
647
645
  content: "\f09e";
648
646
  }
@@ -732,6 +730,8 @@
732
730
  .fa-square:before {
733
731
  content: "\f0c8";
734
732
  }
733
+ .fa-navicon:before,
734
+ .fa-reorder:before,
735
735
  .fa-bars:before {
736
736
  content: "\f0c9";
737
737
  }
@@ -791,11 +791,11 @@
791
791
  content: "\f0dc";
792
792
  }
793
793
  .fa-sort-down:before,
794
- .fa-sort-asc:before {
794
+ .fa-sort-desc:before {
795
795
  content: "\f0dd";
796
796
  }
797
797
  .fa-sort-up:before,
798
- .fa-sort-desc:before {
798
+ .fa-sort-asc:before {
799
799
  content: "\f0de";
800
800
  }
801
801
  .fa-envelope:before {
@@ -985,12 +985,10 @@
985
985
  .fa-code:before {
986
986
  content: "\f121";
987
987
  }
988
+ .fa-mail-reply-all:before,
988
989
  .fa-reply-all:before {
989
990
  content: "\f122";
990
991
  }
991
- .fa-mail-reply-all:before {
992
- content: "\f122";
993
- }
994
992
  .fa-star-half-empty:before,
995
993
  .fa-star-half-full:before,
996
994
  .fa-star-half-o:before {
@@ -1280,7 +1278,8 @@
1280
1278
  .fa-male:before {
1281
1279
  content: "\f183";
1282
1280
  }
1283
- .fa-gittip:before {
1281
+ .fa-gittip:before,
1282
+ .fa-gratipay:before {
1284
1283
  content: "\f184";
1285
1284
  }
1286
1285
  .fa-sun-o:before {
@@ -1336,3 +1335,752 @@
1336
1335
  .fa-plus-square-o:before {
1337
1336
  content: "\f196";
1338
1337
  }
1338
+ .fa-space-shuttle:before {
1339
+ content: "\f197";
1340
+ }
1341
+ .fa-slack:before {
1342
+ content: "\f198";
1343
+ }
1344
+ .fa-envelope-square:before {
1345
+ content: "\f199";
1346
+ }
1347
+ .fa-wordpress:before {
1348
+ content: "\f19a";
1349
+ }
1350
+ .fa-openid:before {
1351
+ content: "\f19b";
1352
+ }
1353
+ .fa-institution:before,
1354
+ .fa-bank:before,
1355
+ .fa-university:before {
1356
+ content: "\f19c";
1357
+ }
1358
+ .fa-mortar-board:before,
1359
+ .fa-graduation-cap:before {
1360
+ content: "\f19d";
1361
+ }
1362
+ .fa-yahoo:before {
1363
+ content: "\f19e";
1364
+ }
1365
+ .fa-google:before {
1366
+ content: "\f1a0";
1367
+ }
1368
+ .fa-reddit:before {
1369
+ content: "\f1a1";
1370
+ }
1371
+ .fa-reddit-square:before {
1372
+ content: "\f1a2";
1373
+ }
1374
+ .fa-stumbleupon-circle:before {
1375
+ content: "\f1a3";
1376
+ }
1377
+ .fa-stumbleupon:before {
1378
+ content: "\f1a4";
1379
+ }
1380
+ .fa-delicious:before {
1381
+ content: "\f1a5";
1382
+ }
1383
+ .fa-digg:before {
1384
+ content: "\f1a6";
1385
+ }
1386
+ .fa-pied-piper:before {
1387
+ content: "\f1a7";
1388
+ }
1389
+ .fa-pied-piper-alt:before {
1390
+ content: "\f1a8";
1391
+ }
1392
+ .fa-drupal:before {
1393
+ content: "\f1a9";
1394
+ }
1395
+ .fa-joomla:before {
1396
+ content: "\f1aa";
1397
+ }
1398
+ .fa-language:before {
1399
+ content: "\f1ab";
1400
+ }
1401
+ .fa-fax:before {
1402
+ content: "\f1ac";
1403
+ }
1404
+ .fa-building:before {
1405
+ content: "\f1ad";
1406
+ }
1407
+ .fa-child:before {
1408
+ content: "\f1ae";
1409
+ }
1410
+ .fa-paw:before {
1411
+ content: "\f1b0";
1412
+ }
1413
+ .fa-spoon:before {
1414
+ content: "\f1b1";
1415
+ }
1416
+ .fa-cube:before {
1417
+ content: "\f1b2";
1418
+ }
1419
+ .fa-cubes:before {
1420
+ content: "\f1b3";
1421
+ }
1422
+ .fa-behance:before {
1423
+ content: "\f1b4";
1424
+ }
1425
+ .fa-behance-square:before {
1426
+ content: "\f1b5";
1427
+ }
1428
+ .fa-steam:before {
1429
+ content: "\f1b6";
1430
+ }
1431
+ .fa-steam-square:before {
1432
+ content: "\f1b7";
1433
+ }
1434
+ .fa-recycle:before {
1435
+ content: "\f1b8";
1436
+ }
1437
+ .fa-automobile:before,
1438
+ .fa-car:before {
1439
+ content: "\f1b9";
1440
+ }
1441
+ .fa-cab:before,
1442
+ .fa-taxi:before {
1443
+ content: "\f1ba";
1444
+ }
1445
+ .fa-tree:before {
1446
+ content: "\f1bb";
1447
+ }
1448
+ .fa-spotify:before {
1449
+ content: "\f1bc";
1450
+ }
1451
+ .fa-deviantart:before {
1452
+ content: "\f1bd";
1453
+ }
1454
+ .fa-soundcloud:before {
1455
+ content: "\f1be";
1456
+ }
1457
+ .fa-database:before {
1458
+ content: "\f1c0";
1459
+ }
1460
+ .fa-file-pdf-o:before {
1461
+ content: "\f1c1";
1462
+ }
1463
+ .fa-file-word-o:before {
1464
+ content: "\f1c2";
1465
+ }
1466
+ .fa-file-excel-o:before {
1467
+ content: "\f1c3";
1468
+ }
1469
+ .fa-file-powerpoint-o:before {
1470
+ content: "\f1c4";
1471
+ }
1472
+ .fa-file-photo-o:before,
1473
+ .fa-file-picture-o:before,
1474
+ .fa-file-image-o:before {
1475
+ content: "\f1c5";
1476
+ }
1477
+ .fa-file-zip-o:before,
1478
+ .fa-file-archive-o:before {
1479
+ content: "\f1c6";
1480
+ }
1481
+ .fa-file-sound-o:before,
1482
+ .fa-file-audio-o:before {
1483
+ content: "\f1c7";
1484
+ }
1485
+ .fa-file-movie-o:before,
1486
+ .fa-file-video-o:before {
1487
+ content: "\f1c8";
1488
+ }
1489
+ .fa-file-code-o:before {
1490
+ content: "\f1c9";
1491
+ }
1492
+ .fa-vine:before {
1493
+ content: "\f1ca";
1494
+ }
1495
+ .fa-codepen:before {
1496
+ content: "\f1cb";
1497
+ }
1498
+ .fa-jsfiddle:before {
1499
+ content: "\f1cc";
1500
+ }
1501
+ .fa-life-bouy:before,
1502
+ .fa-life-buoy:before,
1503
+ .fa-life-saver:before,
1504
+ .fa-support:before,
1505
+ .fa-life-ring:before {
1506
+ content: "\f1cd";
1507
+ }
1508
+ .fa-circle-o-notch:before {
1509
+ content: "\f1ce";
1510
+ }
1511
+ .fa-ra:before,
1512
+ .fa-rebel:before {
1513
+ content: "\f1d0";
1514
+ }
1515
+ .fa-ge:before,
1516
+ .fa-empire:before {
1517
+ content: "\f1d1";
1518
+ }
1519
+ .fa-git-square:before {
1520
+ content: "\f1d2";
1521
+ }
1522
+ .fa-git:before {
1523
+ content: "\f1d3";
1524
+ }
1525
+ .fa-y-combinator-square:before,
1526
+ .fa-yc-square:before,
1527
+ .fa-hacker-news:before {
1528
+ content: "\f1d4";
1529
+ }
1530
+ .fa-tencent-weibo:before {
1531
+ content: "\f1d5";
1532
+ }
1533
+ .fa-qq:before {
1534
+ content: "\f1d6";
1535
+ }
1536
+ .fa-wechat:before,
1537
+ .fa-weixin:before {
1538
+ content: "\f1d7";
1539
+ }
1540
+ .fa-send:before,
1541
+ .fa-paper-plane:before {
1542
+ content: "\f1d8";
1543
+ }
1544
+ .fa-send-o:before,
1545
+ .fa-paper-plane-o:before {
1546
+ content: "\f1d9";
1547
+ }
1548
+ .fa-history:before {
1549
+ content: "\f1da";
1550
+ }
1551
+ .fa-circle-thin:before {
1552
+ content: "\f1db";
1553
+ }
1554
+ .fa-header:before {
1555
+ content: "\f1dc";
1556
+ }
1557
+ .fa-paragraph:before {
1558
+ content: "\f1dd";
1559
+ }
1560
+ .fa-sliders:before {
1561
+ content: "\f1de";
1562
+ }
1563
+ .fa-share-alt:before {
1564
+ content: "\f1e0";
1565
+ }
1566
+ .fa-share-alt-square:before {
1567
+ content: "\f1e1";
1568
+ }
1569
+ .fa-bomb:before {
1570
+ content: "\f1e2";
1571
+ }
1572
+ .fa-soccer-ball-o:before,
1573
+ .fa-futbol-o:before {
1574
+ content: "\f1e3";
1575
+ }
1576
+ .fa-tty:before {
1577
+ content: "\f1e4";
1578
+ }
1579
+ .fa-binoculars:before {
1580
+ content: "\f1e5";
1581
+ }
1582
+ .fa-plug:before {
1583
+ content: "\f1e6";
1584
+ }
1585
+ .fa-slideshare:before {
1586
+ content: "\f1e7";
1587
+ }
1588
+ .fa-twitch:before {
1589
+ content: "\f1e8";
1590
+ }
1591
+ .fa-yelp:before {
1592
+ content: "\f1e9";
1593
+ }
1594
+ .fa-newspaper-o:before {
1595
+ content: "\f1ea";
1596
+ }
1597
+ .fa-wifi:before {
1598
+ content: "\f1eb";
1599
+ }
1600
+ .fa-calculator:before {
1601
+ content: "\f1ec";
1602
+ }
1603
+ .fa-paypal:before {
1604
+ content: "\f1ed";
1605
+ }
1606
+ .fa-google-wallet:before {
1607
+ content: "\f1ee";
1608
+ }
1609
+ .fa-cc-visa:before {
1610
+ content: "\f1f0";
1611
+ }
1612
+ .fa-cc-mastercard:before {
1613
+ content: "\f1f1";
1614
+ }
1615
+ .fa-cc-discover:before {
1616
+ content: "\f1f2";
1617
+ }
1618
+ .fa-cc-amex:before {
1619
+ content: "\f1f3";
1620
+ }
1621
+ .fa-cc-paypal:before {
1622
+ content: "\f1f4";
1623
+ }
1624
+ .fa-cc-stripe:before {
1625
+ content: "\f1f5";
1626
+ }
1627
+ .fa-bell-slash:before {
1628
+ content: "\f1f6";
1629
+ }
1630
+ .fa-bell-slash-o:before {
1631
+ content: "\f1f7";
1632
+ }
1633
+ .fa-trash:before {
1634
+ content: "\f1f8";
1635
+ }
1636
+ .fa-copyright:before {
1637
+ content: "\f1f9";
1638
+ }
1639
+ .fa-at:before {
1640
+ content: "\f1fa";
1641
+ }
1642
+ .fa-eyedropper:before {
1643
+ content: "\f1fb";
1644
+ }
1645
+ .fa-paint-brush:before {
1646
+ content: "\f1fc";
1647
+ }
1648
+ .fa-birthday-cake:before {
1649
+ content: "\f1fd";
1650
+ }
1651
+ .fa-area-chart:before {
1652
+ content: "\f1fe";
1653
+ }
1654
+ .fa-pie-chart:before {
1655
+ content: "\f200";
1656
+ }
1657
+ .fa-line-chart:before {
1658
+ content: "\f201";
1659
+ }
1660
+ .fa-lastfm:before {
1661
+ content: "\f202";
1662
+ }
1663
+ .fa-lastfm-square:before {
1664
+ content: "\f203";
1665
+ }
1666
+ .fa-toggle-off:before {
1667
+ content: "\f204";
1668
+ }
1669
+ .fa-toggle-on:before {
1670
+ content: "\f205";
1671
+ }
1672
+ .fa-bicycle:before {
1673
+ content: "\f206";
1674
+ }
1675
+ .fa-bus:before {
1676
+ content: "\f207";
1677
+ }
1678
+ .fa-ioxhost:before {
1679
+ content: "\f208";
1680
+ }
1681
+ .fa-angellist:before {
1682
+ content: "\f209";
1683
+ }
1684
+ .fa-cc:before {
1685
+ content: "\f20a";
1686
+ }
1687
+ .fa-shekel:before,
1688
+ .fa-sheqel:before,
1689
+ .fa-ils:before {
1690
+ content: "\f20b";
1691
+ }
1692
+ .fa-meanpath:before {
1693
+ content: "\f20c";
1694
+ }
1695
+ .fa-buysellads:before {
1696
+ content: "\f20d";
1697
+ }
1698
+ .fa-connectdevelop:before {
1699
+ content: "\f20e";
1700
+ }
1701
+ .fa-dashcube:before {
1702
+ content: "\f210";
1703
+ }
1704
+ .fa-forumbee:before {
1705
+ content: "\f211";
1706
+ }
1707
+ .fa-leanpub:before {
1708
+ content: "\f212";
1709
+ }
1710
+ .fa-sellsy:before {
1711
+ content: "\f213";
1712
+ }
1713
+ .fa-shirtsinbulk:before {
1714
+ content: "\f214";
1715
+ }
1716
+ .fa-simplybuilt:before {
1717
+ content: "\f215";
1718
+ }
1719
+ .fa-skyatlas:before {
1720
+ content: "\f216";
1721
+ }
1722
+ .fa-cart-plus:before {
1723
+ content: "\f217";
1724
+ }
1725
+ .fa-cart-arrow-down:before {
1726
+ content: "\f218";
1727
+ }
1728
+ .fa-diamond:before {
1729
+ content: "\f219";
1730
+ }
1731
+ .fa-ship:before {
1732
+ content: "\f21a";
1733
+ }
1734
+ .fa-user-secret:before {
1735
+ content: "\f21b";
1736
+ }
1737
+ .fa-motorcycle:before {
1738
+ content: "\f21c";
1739
+ }
1740
+ .fa-street-view:before {
1741
+ content: "\f21d";
1742
+ }
1743
+ .fa-heartbeat:before {
1744
+ content: "\f21e";
1745
+ }
1746
+ .fa-venus:before {
1747
+ content: "\f221";
1748
+ }
1749
+ .fa-mars:before {
1750
+ content: "\f222";
1751
+ }
1752
+ .fa-mercury:before {
1753
+ content: "\f223";
1754
+ }
1755
+ .fa-intersex:before,
1756
+ .fa-transgender:before {
1757
+ content: "\f224";
1758
+ }
1759
+ .fa-transgender-alt:before {
1760
+ content: "\f225";
1761
+ }
1762
+ .fa-venus-double:before {
1763
+ content: "\f226";
1764
+ }
1765
+ .fa-mars-double:before {
1766
+ content: "\f227";
1767
+ }
1768
+ .fa-venus-mars:before {
1769
+ content: "\f228";
1770
+ }
1771
+ .fa-mars-stroke:before {
1772
+ content: "\f229";
1773
+ }
1774
+ .fa-mars-stroke-v:before {
1775
+ content: "\f22a";
1776
+ }
1777
+ .fa-mars-stroke-h:before {
1778
+ content: "\f22b";
1779
+ }
1780
+ .fa-neuter:before {
1781
+ content: "\f22c";
1782
+ }
1783
+ .fa-genderless:before {
1784
+ content: "\f22d";
1785
+ }
1786
+ .fa-facebook-official:before {
1787
+ content: "\f230";
1788
+ }
1789
+ .fa-pinterest-p:before {
1790
+ content: "\f231";
1791
+ }
1792
+ .fa-whatsapp:before {
1793
+ content: "\f232";
1794
+ }
1795
+ .fa-server:before {
1796
+ content: "\f233";
1797
+ }
1798
+ .fa-user-plus:before {
1799
+ content: "\f234";
1800
+ }
1801
+ .fa-user-times:before {
1802
+ content: "\f235";
1803
+ }
1804
+ .fa-hotel:before,
1805
+ .fa-bed:before {
1806
+ content: "\f236";
1807
+ }
1808
+ .fa-viacoin:before {
1809
+ content: "\f237";
1810
+ }
1811
+ .fa-train:before {
1812
+ content: "\f238";
1813
+ }
1814
+ .fa-subway:before {
1815
+ content: "\f239";
1816
+ }
1817
+ .fa-medium:before {
1818
+ content: "\f23a";
1819
+ }
1820
+ .fa-yc:before,
1821
+ .fa-y-combinator:before {
1822
+ content: "\f23b";
1823
+ }
1824
+ .fa-optin-monster:before {
1825
+ content: "\f23c";
1826
+ }
1827
+ .fa-opencart:before {
1828
+ content: "\f23d";
1829
+ }
1830
+ .fa-expeditedssl:before {
1831
+ content: "\f23e";
1832
+ }
1833
+ .fa-battery-4:before,
1834
+ .fa-battery-full:before {
1835
+ content: "\f240";
1836
+ }
1837
+ .fa-battery-3:before,
1838
+ .fa-battery-three-quarters:before {
1839
+ content: "\f241";
1840
+ }
1841
+ .fa-battery-2:before,
1842
+ .fa-battery-half:before {
1843
+ content: "\f242";
1844
+ }
1845
+ .fa-battery-1:before,
1846
+ .fa-battery-quarter:before {
1847
+ content: "\f243";
1848
+ }
1849
+ .fa-battery-0:before,
1850
+ .fa-battery-empty:before {
1851
+ content: "\f244";
1852
+ }
1853
+ .fa-mouse-pointer:before {
1854
+ content: "\f245";
1855
+ }
1856
+ .fa-i-cursor:before {
1857
+ content: "\f246";
1858
+ }
1859
+ .fa-object-group:before {
1860
+ content: "\f247";
1861
+ }
1862
+ .fa-object-ungroup:before {
1863
+ content: "\f248";
1864
+ }
1865
+ .fa-sticky-note:before {
1866
+ content: "\f249";
1867
+ }
1868
+ .fa-sticky-note-o:before {
1869
+ content: "\f24a";
1870
+ }
1871
+ .fa-cc-jcb:before {
1872
+ content: "\f24b";
1873
+ }
1874
+ .fa-cc-diners-club:before {
1875
+ content: "\f24c";
1876
+ }
1877
+ .fa-clone:before {
1878
+ content: "\f24d";
1879
+ }
1880
+ .fa-balance-scale:before {
1881
+ content: "\f24e";
1882
+ }
1883
+ .fa-hourglass-o:before {
1884
+ content: "\f250";
1885
+ }
1886
+ .fa-hourglass-1:before,
1887
+ .fa-hourglass-start:before {
1888
+ content: "\f251";
1889
+ }
1890
+ .fa-hourglass-2:before,
1891
+ .fa-hourglass-half:before {
1892
+ content: "\f252";
1893
+ }
1894
+ .fa-hourglass-3:before,
1895
+ .fa-hourglass-end:before {
1896
+ content: "\f253";
1897
+ }
1898
+ .fa-hourglass:before {
1899
+ content: "\f254";
1900
+ }
1901
+ .fa-hand-grab-o:before,
1902
+ .fa-hand-rock-o:before {
1903
+ content: "\f255";
1904
+ }
1905
+ .fa-hand-stop-o:before,
1906
+ .fa-hand-paper-o:before {
1907
+ content: "\f256";
1908
+ }
1909
+ .fa-hand-scissors-o:before {
1910
+ content: "\f257";
1911
+ }
1912
+ .fa-hand-lizard-o:before {
1913
+ content: "\f258";
1914
+ }
1915
+ .fa-hand-spock-o:before {
1916
+ content: "\f259";
1917
+ }
1918
+ .fa-hand-pointer-o:before {
1919
+ content: "\f25a";
1920
+ }
1921
+ .fa-hand-peace-o:before {
1922
+ content: "\f25b";
1923
+ }
1924
+ .fa-trademark:before {
1925
+ content: "\f25c";
1926
+ }
1927
+ .fa-registered:before {
1928
+ content: "\f25d";
1929
+ }
1930
+ .fa-creative-commons:before {
1931
+ content: "\f25e";
1932
+ }
1933
+ .fa-gg:before {
1934
+ content: "\f260";
1935
+ }
1936
+ .fa-gg-circle:before {
1937
+ content: "\f261";
1938
+ }
1939
+ .fa-tripadvisor:before {
1940
+ content: "\f262";
1941
+ }
1942
+ .fa-odnoklassniki:before {
1943
+ content: "\f263";
1944
+ }
1945
+ .fa-odnoklassniki-square:before {
1946
+ content: "\f264";
1947
+ }
1948
+ .fa-get-pocket:before {
1949
+ content: "\f265";
1950
+ }
1951
+ .fa-wikipedia-w:before {
1952
+ content: "\f266";
1953
+ }
1954
+ .fa-safari:before {
1955
+ content: "\f267";
1956
+ }
1957
+ .fa-chrome:before {
1958
+ content: "\f268";
1959
+ }
1960
+ .fa-firefox:before {
1961
+ content: "\f269";
1962
+ }
1963
+ .fa-opera:before {
1964
+ content: "\f26a";
1965
+ }
1966
+ .fa-internet-explorer:before {
1967
+ content: "\f26b";
1968
+ }
1969
+ .fa-tv:before,
1970
+ .fa-television:before {
1971
+ content: "\f26c";
1972
+ }
1973
+ .fa-contao:before {
1974
+ content: "\f26d";
1975
+ }
1976
+ .fa-500px:before {
1977
+ content: "\f26e";
1978
+ }
1979
+ .fa-amazon:before {
1980
+ content: "\f270";
1981
+ }
1982
+ .fa-calendar-plus-o:before {
1983
+ content: "\f271";
1984
+ }
1985
+ .fa-calendar-minus-o:before {
1986
+ content: "\f272";
1987
+ }
1988
+ .fa-calendar-times-o:before {
1989
+ content: "\f273";
1990
+ }
1991
+ .fa-calendar-check-o:before {
1992
+ content: "\f274";
1993
+ }
1994
+ .fa-industry:before {
1995
+ content: "\f275";
1996
+ }
1997
+ .fa-map-pin:before {
1998
+ content: "\f276";
1999
+ }
2000
+ .fa-map-signs:before {
2001
+ content: "\f277";
2002
+ }
2003
+ .fa-map-o:before {
2004
+ content: "\f278";
2005
+ }
2006
+ .fa-map:before {
2007
+ content: "\f279";
2008
+ }
2009
+ .fa-commenting:before {
2010
+ content: "\f27a";
2011
+ }
2012
+ .fa-commenting-o:before {
2013
+ content: "\f27b";
2014
+ }
2015
+ .fa-houzz:before {
2016
+ content: "\f27c";
2017
+ }
2018
+ .fa-vimeo:before {
2019
+ content: "\f27d";
2020
+ }
2021
+ .fa-black-tie:before {
2022
+ content: "\f27e";
2023
+ }
2024
+ .fa-fonticons:before {
2025
+ content: "\f280";
2026
+ }
2027
+ .fa-reddit-alien:before {
2028
+ content: "\f281";
2029
+ }
2030
+ .fa-edge:before {
2031
+ content: "\f282";
2032
+ }
2033
+ .fa-credit-card-alt:before {
2034
+ content: "\f283";
2035
+ }
2036
+ .fa-codiepie:before {
2037
+ content: "\f284";
2038
+ }
2039
+ .fa-modx:before {
2040
+ content: "\f285";
2041
+ }
2042
+ .fa-fort-awesome:before {
2043
+ content: "\f286";
2044
+ }
2045
+ .fa-usb:before {
2046
+ content: "\f287";
2047
+ }
2048
+ .fa-product-hunt:before {
2049
+ content: "\f288";
2050
+ }
2051
+ .fa-mixcloud:before {
2052
+ content: "\f289";
2053
+ }
2054
+ .fa-scribd:before {
2055
+ content: "\f28a";
2056
+ }
2057
+ .fa-pause-circle:before {
2058
+ content: "\f28b";
2059
+ }
2060
+ .fa-pause-circle-o:before {
2061
+ content: "\f28c";
2062
+ }
2063
+ .fa-stop-circle:before {
2064
+ content: "\f28d";
2065
+ }
2066
+ .fa-stop-circle-o:before {
2067
+ content: "\f28e";
2068
+ }
2069
+ .fa-shopping-bag:before {
2070
+ content: "\f290";
2071
+ }
2072
+ .fa-shopping-basket:before {
2073
+ content: "\f291";
2074
+ }
2075
+ .fa-hashtag:before {
2076
+ content: "\f292";
2077
+ }
2078
+ .fa-bluetooth:before {
2079
+ content: "\f293";
2080
+ }
2081
+ .fa-bluetooth-b:before {
2082
+ content: "\f294";
2083
+ }
2084
+ .fa-percent:before {
2085
+ content: "\f295";
2086
+ }