batch-rails-4 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e4e80edcb5f02bc7d0ccfe8631d3b9e213538724
4
- data.tar.gz: 75797b454fd28d7193d22a8830eb3e870b663470
3
+ metadata.gz: 01647055ea875579edf3357fe7a5aefa7623c677
4
+ data.tar.gz: f701f0b8504a8b1d61067b069fea8eb929a76ee2
5
5
  SHA512:
6
- metadata.gz: 791ebf98ba8af6fdf92029deffd2645ae479533cd563b9e5e32b94aa114431bcc6f5503238664cc01b9047ee1fbc5e32262bcd3cf98c3d5d20d8095f536c55f6
7
- data.tar.gz: f92f7d30608c02ec8c251e128b2b3ddc97206eefafda2e9cc8c68ab3d6a7d330dc070b60fc3ccbc028c4608aa99fff3ed699281397d4e4d3873c5c9356f17441
6
+ metadata.gz: 30f90fdde44278766f494490534a8ee1dd8f100e58e7cd255d54a3f41ffab9f9a28200fa59d97e8f5a64886ab5845c728874cd652115ef34e329bc8de7c54f6f
7
+ data.tar.gz: ca11e69c6820ec6142d52a9a7af874a586ec8522c108e758fb8af805d05c49fcd58e1fe2d67474511a3ffc00346b7b7646be474241f846e490d813007f7cd0a3
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- batch-rails-4
1
+ batch-rails-4 [![Code Climate](https://codeclimate.com/github/zethussuen/batch-rails-4.png)](https://codeclimate.com/github/zethussuen/batch-rails-4)
2
2
  =============
3
3
  Batch (@AdamWhitcroft) Webfont Integration for Rails 4.x
4
4
 
@@ -8,6 +8,6 @@ For usage, please refer to the gh-page: http://zethussuen.github.io/batch-rails-
8
8
 
9
9
  Changelog
10
10
  =============
11
- 0.2.2: Fixed batch-home icon class typo
11
+ 0.2.2: Fixed batch-home icon class typo
12
12
  0.2.1: removed duplicate classes, changed to use sass font-url() for production environments
13
13
  0.2.0: updated font-typos, removed empty dir's
@@ -0,0 +1,1049 @@
1
+ /*!
2
+ * Batch Webfont 1.3 for Internet Explorer 7
3
+ * -------------------------------------------------------
4
+ * Icon source: @AdamWhitcroft
5
+ * http://adamwhitcroft.com/batch/
6
+ *
7
+ * License
8
+ * -------------------------------------------------------
9
+ * http://adamwhitcroft.com/batch/license/
10
+ *
11
+ * CSS
12
+ * -------------------------------------------------------
13
+ * Author: @zethussuen
14
+ */
15
+ /* FONT PATH
16
+ * -------------------------- */
17
+
18
+ a [class^="batch-"],
19
+ a [class*=" batch-"] {
20
+ cursor: pointer;
21
+ }
22
+
23
+ /* Batch Unicode */
24
+ .batch-speech-left {
25
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf000');
26
+ }
27
+ .batch-speech-middle {
28
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf001');
29
+ }
30
+ .batch-speech-right {
31
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf002');
32
+ }
33
+ .batch-speech-text-left {
34
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf003');
35
+ }
36
+ .batch-speech-text-middle {
37
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf004');
38
+ }
39
+ .batch-speech-text-right {
40
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf005');
41
+ }
42
+ .batch-speech-text-alt-left {
43
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf006');
44
+ }
45
+ .batch-speech-text-alt-middle {
46
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf007');
47
+ }
48
+ .batch-speech-text-alt-right {
49
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf008');
50
+ }
51
+ .batch-speech-chat-left {
52
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf009');
53
+ }
54
+ .batch-speech-chat-right {
55
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00A');
56
+ }
57
+ .batch-browser {
58
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00B');
59
+ }
60
+ .batch-browser-new {
61
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00C');
62
+ }
63
+ .batch-browser-close {
64
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00D');
65
+ }
66
+ .batch-browser-quit {
67
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00E');
68
+ }
69
+ .batch-browser-upload {
70
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf010');
71
+ }
72
+ .batch-browser-download {
73
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011');
74
+ }
75
+ .batch-browser-terminal {
76
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf012');
77
+ }
78
+ .batch-browser-windows {
79
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013');
80
+ }
81
+ .batch-browser-alt {
82
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf014');
83
+ }
84
+ .batch-browser-alt-new {
85
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf015');
86
+ }
87
+ .batch-browser-alt-close {
88
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf016');
89
+ }
90
+ .batch-browser-alt-quit {
91
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf017');
92
+ }
93
+ .batch-browser-alt-upload {
94
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf018');
95
+ }
96
+ .batch-browser-alt-download {
97
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf019');
98
+ }
99
+ .batch-browser-alt-terminal {
100
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01A');
101
+ }
102
+ .batch-browser-alt-windows {
103
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01B');
104
+ }
105
+ .batch-plus {
106
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01D');
107
+ }
108
+ .batch-minus {
109
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01E');
110
+ }
111
+ .batch-marquee {
112
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf020');
113
+ }
114
+ .batch-marquee-plus {
115
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf021');
116
+ }
117
+ .batch-marquee-minus {
118
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf022');
119
+ }
120
+ .batch-marquee-upload {
121
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf023');
122
+ }
123
+ .batch-marquee-download {
124
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf024');
125
+ }
126
+ .batch-marquee-upload {
127
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf023');
128
+ }
129
+ .batch-box {
130
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf025');
131
+ }
132
+ .batch-grid {
133
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf026');
134
+ }
135
+ .batch-grid-alt {
136
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf027');
137
+ }
138
+ .batch-list {
139
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf028');
140
+ }
141
+ .batch-list-alt {
142
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf029');
143
+ }
144
+ .batch-in {
145
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02A');
146
+ }
147
+ .batch-out {
148
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02B');
149
+ }
150
+ .batch-inbox {
151
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02C');
152
+ }
153
+ .batch-outbox {
154
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02D');
155
+ }
156
+ .batch-outgoing {
157
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02E');
158
+ }
159
+ .batch-align-justify {
160
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf030');
161
+ }
162
+ .batch-align-left {
163
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf031');
164
+ }
165
+ .batch-align-center {
166
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf032');
167
+ }
168
+ .batch-align-right {
169
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf033');
170
+ }
171
+ .batch-align-justify-alt {
172
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf034');
173
+ }
174
+ .batch-align-left-alt {
175
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf035');
176
+ }
177
+ .batch-align-center-alt {
178
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf036');
179
+ }
180
+ .batch-align-right-alt {
181
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf037');
182
+ }
183
+ .batch-mute {
184
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf038');
185
+ }
186
+ .batch-audio-low {
187
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf039');
188
+ }
189
+ .batch-audio-mid {
190
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03A');
191
+ }
192
+ .batch-audio-high {
193
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03B');
194
+ }
195
+ .batch-bright {
196
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03C');
197
+ }
198
+ .batch-dim {
199
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03D');
200
+ }
201
+ .batch-contrast {
202
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03E');
203
+ }
204
+ .batch-image {
205
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf040');
206
+ }
207
+ .batch-video {
208
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf041');
209
+ }
210
+ .batch-video-alt {
211
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf042');
212
+ }
213
+ .batch-user {
214
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf043');
215
+ }
216
+ .batch-user-alt {
217
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf044');
218
+ }
219
+ .batch-users {
220
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf045');
221
+ }
222
+ .batch-user-circle {
223
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf046');
224
+ }
225
+ .batch-user-card {
226
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf047');
227
+ }
228
+ .batch-user-card-alt {
229
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf048');
230
+ }
231
+ .batch-heart-fill {
232
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf049');
233
+ }
234
+ .batch-heart-half {
235
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04A');
236
+ }
237
+ .batch-heart {
238
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04B');
239
+ }
240
+ .batch-cog {
241
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04C');
242
+ }
243
+ .batch-cog-alt {
244
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04D');
245
+ }
246
+ .batch-cogs {
247
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04E');
248
+ }
249
+ .batch-flask {
250
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf050');
251
+ }
252
+ .batch-flask-alt {
253
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf051');
254
+ }
255
+ .batch-switch-on {
256
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf052');
257
+ }
258
+ .batch-switch-off {
259
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf053');
260
+ }
261
+ .batch-toggle-on {
262
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf054');
263
+ }
264
+ .batch-toggle-off {
265
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf055');
266
+ }
267
+ .batch-trash {
268
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf056');
269
+ }
270
+ .batch-trash-alt {
271
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf057');
272
+ }
273
+ .batch-floppy {
274
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf058');
275
+ }
276
+ .batch-floppy-alt {
277
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf059');
278
+ }
279
+ .batch-notes {
280
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05A');
281
+ }
282
+ .batch-calendar {
283
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05B');
284
+ }
285
+ .batch-reminder {
286
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05C');
287
+ }
288
+ .batch-clipboard {
289
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05D');
290
+ }
291
+ .batch-clipboard-alt {
292
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05E');
293
+ }
294
+ .batch-terminal {
295
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf060');
296
+ }
297
+ .batch-code {
298
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf061');
299
+ }
300
+ .batch-code-alt {
301
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf062');
302
+ }
303
+ .batch-curlybraces {
304
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf063');
305
+ }
306
+ .batch-brackets {
307
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064');
308
+ }
309
+ .batch-cmd {
310
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf066');
311
+ }
312
+ .batch-infinity {
313
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf067');
314
+ }
315
+ .batch-tilde {
316
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf068');
317
+ }
318
+ .batch-power {
319
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf069');
320
+ }
321
+ .batch-keys {
322
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06A');
323
+ }
324
+ .batch-mixer {
325
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06B');
326
+ }
327
+ .batch-wave {
328
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06C');
329
+ }
330
+ .batch-wave-alt {
331
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06D');
332
+ }
333
+ .batch-vinyl {
334
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06E');
335
+ }
336
+ .batch-spool {
337
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf070');
338
+ }
339
+ .batch-casette {
340
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf071');
341
+ }
342
+ .batch-voicemail {
343
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf072');
344
+ }
345
+ .batch-microphone {
346
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf073');
347
+ }
348
+ .batch-microphone-alt {
349
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf074');
350
+ }
351
+ .batch-bullhorn {
352
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf075');
353
+ }
354
+ .batch-bullhorn-alt {
355
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf076');
356
+ }
357
+ .batch-headset {
358
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf077');
359
+ }
360
+ .batch-camera-fill {
361
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf078');
362
+ }
363
+ .batch-camera {
364
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf079');
365
+ }
366
+ .batch-camera-alt {
367
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07A');
368
+ }
369
+ .batch-pin {
370
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07B');
371
+ }
372
+ .batch-pin-alt {
373
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07C');
374
+ }
375
+ .batch-map {
376
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07D');
377
+ }
378
+ .batch-map-alt {
379
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07E');
380
+ }
381
+ .batch-rolodex {
382
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf080');
383
+ }
384
+ .batch-battery-100 {
385
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf081');
386
+ }
387
+ .batch-battery-80 {
388
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf082');
389
+ }
390
+ .batch-battery-60 {
391
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf083');
392
+ }
393
+ .batch-battery-40 {
394
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf084');
395
+ }
396
+ .batch-battery-20 {
397
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085');
398
+ }
399
+ .batch-battery-0 {
400
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf086');
401
+ }
402
+ .batch-battery-charge {
403
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf087');
404
+ }
405
+ .batch-battery-alt-100 {
406
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf088');
407
+ }
408
+ .batch-battery-alt-80 {
409
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf089');
410
+ }
411
+ .batch-battery-alt-60 {
412
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08A');
413
+ }
414
+ .batch-battery-alt-40 {
415
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08B');
416
+ }
417
+ .batch-battery-alt-20 {
418
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08C');
419
+ }
420
+ .batch-battery-alt-0 {
421
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08D');
422
+ }
423
+ .batch-battery-alt-charge {
424
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08E');
425
+ }
426
+ .batch-clock {
427
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf090');
428
+ }
429
+ .batch-flux {
430
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf091');
431
+ }
432
+ .batch-sleep {
433
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf092');
434
+ }
435
+ .batch-nope {
436
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf093');
437
+ }
438
+ .batch-search {
439
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf094');
440
+ }
441
+ .batch-zoomin {
442
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf095');
443
+ }
444
+ .batch-zoomout {
445
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096');
446
+ }
447
+ .batch-search-alt {
448
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf097');
449
+ }
450
+ .batch-zoomin-alt {
451
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf098');
452
+ }
453
+ .batch-zoomout-alt {
454
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf099');
455
+ }
456
+ .batch-eye {
457
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09A');
458
+ }
459
+ .batch-eye-alt {
460
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09B');
461
+ }
462
+ .batch-wifi-low {
463
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09C');
464
+ }
465
+ .batch-wifi-half {
466
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09D');
467
+ }
468
+ .batch-wifi-high {
469
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09E');
470
+ }
471
+ .batch-expand {
472
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0A0');
473
+ }
474
+ .batch-contract {
475
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0A1');
476
+ }
477
+ .batch-expand-alt {
478
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0A2');
479
+ }
480
+ .batch-contract-alt {
481
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0A3');
482
+ }
483
+ .batch-expand-alt-2 {
484
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0A4');
485
+ }
486
+ .batch-maximize {
487
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0A5');
488
+ }
489
+ .batch-contract-alt-2 {
490
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0A6');
491
+ }
492
+ .batch-menu-down {
493
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0A7');
494
+ }
495
+ .batch-menu-up {
496
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0A8');
497
+ }
498
+ .batch-menu {
499
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0A9');
500
+ }
501
+ .batch-menu-alt {
502
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0AA');
503
+ }
504
+ .batch-tag {
505
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0AB');
506
+ }
507
+ .batch-tag-alt {
508
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0AC');
509
+ }
510
+ .batch-tagged {
511
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0AD');
512
+ }
513
+ .batch-tagged-alt {
514
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0AE');
515
+ }
516
+ .batch-refresh {
517
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0B0');
518
+ }
519
+ .batch-repeat {
520
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0B1');
521
+ }
522
+ .batch-repeat-alt {
523
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0B2');
524
+ }
525
+ .batch-shuffle {
526
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0B3');
527
+ }
528
+ .batch-return {
529
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0B4');
530
+ }
531
+ .batch-wiggle {
532
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0B5');
533
+ }
534
+ .batch-split {
535
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0B6');
536
+ }
537
+ .batch-split-alt {
538
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0B7');
539
+ }
540
+ .batch-merge {
541
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0B8');
542
+ }
543
+ .batch-swap {
544
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0B9');
545
+ }
546
+ .batch-swap-alt {
547
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0BA');
548
+ }
549
+ .batch-transfer {
550
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0BB');
551
+ }
552
+ .batch-crate {
553
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0BC');
554
+ }
555
+ .batch-crate-inbox {
556
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0BD');
557
+ }
558
+ .batch-crate-outbox {
559
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0BE');
560
+ }
561
+ .batch-key {
562
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0C0');
563
+ }
564
+ .batch-key-alt {
565
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0C1');
566
+ }
567
+ .batch-lock {
568
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0C2');
569
+ }
570
+ .batch-unlocked {
571
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0C3');
572
+ }
573
+ .batch-safe {
574
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0C4');
575
+ }
576
+ .batch-spinner {
577
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0C5');
578
+ }
579
+ .batch-spinner-alt {
580
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0C6');
581
+ }
582
+ .batch-spinner-alt-thick {
583
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0C7');
584
+ }
585
+ .batch-stamp {
586
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0C8');
587
+ }
588
+ .batch-stamp-alt {
589
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0C9');
590
+ }
591
+ .batch-mail {
592
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0CA');
593
+ }
594
+ .batch-mail-alt {
595
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0CB');
596
+ }
597
+ .batch-mail-frame {
598
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0CC');
599
+ }
600
+ .batch-addressbook {
601
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0CD');
602
+ }
603
+ .batch-addressbook-alt {
604
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0CE');
605
+ }
606
+ .batch-book {
607
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0D0');
608
+ }
609
+ .batch-book-lines {
610
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0D1');
611
+ }
612
+ .batch-book-alt {
613
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0D2');
614
+ }
615
+ .batch-book-alt-lines {
616
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0D3');
617
+ }
618
+ .batch-paperroll {
619
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0D4');
620
+ }
621
+ .batch-paperroll-alt {
622
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0D5');
623
+ }
624
+ .batch-paper-ripped {
625
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0D6');
626
+ }
627
+ .batch-database {
628
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0D7');
629
+ }
630
+ .batch-database-add {
631
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0D8');
632
+ }
633
+ .batch-database-drop {
634
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0D9');
635
+ }
636
+ .batch-support {
637
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0DA');
638
+ }
639
+ .batch-support-alt {
640
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0DB');
641
+ }
642
+ .batch-support-alt-2 {
643
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0DC');
644
+ }
645
+ .batch-podcast {
646
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0DD');
647
+ }
648
+ .batch-podcast-alt {
649
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0DE');
650
+ }
651
+ .batch-folder {
652
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xfE0"')
653
+ }
654
+ .batch-folder-add {
655
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xfE1"')
656
+ }
657
+ .batch-folder-delete {
658
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xfE2"')
659
+ }
660
+ .batch-folders {
661
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xfE3"')
662
+ }
663
+ .batch-folder-alt {
664
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xfE4"')
665
+ }
666
+ .batch-folder-alt-add {
667
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xfE5"')
668
+ }
669
+ .batch-folder-alt-delete {
670
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xfE6"')
671
+ }
672
+ .batch-folders-alt {
673
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xfE7"')
674
+ }
675
+ .batch-cloud {
676
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xfE8"')
677
+ }
678
+ .batch-cloud-upload {
679
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xfE9"')
680
+ }
681
+ .batch-cloud-download {
682
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xfEA"')
683
+ }
684
+ .batch-cloud-add {
685
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xfEB"')
686
+ }
687
+ .batch-cloud-delete {
688
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xfEC"')
689
+ }
690
+ .batch-cloud-alt-add {
691
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xfED"')
692
+ }
693
+ .batch-cloud-alt-delete {
694
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xfEE"')
695
+ }
696
+ .batch-store {
697
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf00"')
698
+ }
699
+ .batch-store-alt {
700
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf01"')
701
+ }
702
+ .batch-card {
703
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf02"')
704
+ }
705
+ .batch-card-fill {
706
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf03"')
707
+ }
708
+ .batch-card-alt {
709
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf04"')
710
+ }
711
+ .batch-card-fill-alt {
712
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf05"')
713
+ }
714
+ .batch-wallet {
715
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf06"')
716
+ }
717
+ .batch-wallet-alt {
718
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf07"')
719
+ }
720
+ .batch-newspaper-lines {
721
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf08"')
722
+ }
723
+ .batch-newspaper {
724
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf09"')
725
+ }
726
+ .batch-document {
727
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf0A"')
728
+ }
729
+ .batch-document-add {
730
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf0B"')
731
+ }
732
+ .batch-document-delete {
733
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf0C"')
734
+ }
735
+ .batch-clip {
736
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf0D"')
737
+ }
738
+ .batch-clip-alt {
739
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf0E"')
740
+ }
741
+ .batch-align-topedges {
742
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf10"')
743
+ }
744
+ .batch-align-verticalcenters {
745
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf11"')
746
+ }
747
+ .batch-align-bottomedges {
748
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf12"')
749
+ }
750
+ .batch-align-leftedges {
751
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf13"')
752
+ }
753
+ .batch-align-horizontalcenters {
754
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf14"')
755
+ }
756
+ .batch-align-rightedges {
757
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf15"')
758
+ }
759
+ .batch-distribute-topedges {
760
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf16"')
761
+ }
762
+ .batch-distribute-verticalcenters {
763
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf17"')
764
+ }
765
+ .batch-distribute-bottomedges {
766
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf18"')
767
+ }
768
+ .batch-distribute-leftedges {
769
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf19"')
770
+ }
771
+ .batch-distribute-rightedges {
772
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf1A"')
773
+ }
774
+ .batch-distribute-horizontalcenters {
775
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf1B"')
776
+ }
777
+ .batch-unite {
778
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf1C"')
779
+ }
780
+ .batch-subtract {
781
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf1D"')
782
+ }
783
+ .batch-intersect {
784
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf1E"')
785
+ }
786
+ .batch-exclude {
787
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf20"')
788
+ }
789
+ .batch-sidebar-left {
790
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf21"')
791
+ }
792
+ .batch-sidebar-both {
793
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf22"')
794
+ }
795
+ .batch-sidebar-right {
796
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf23"')
797
+ }
798
+ .batch-content-left {
799
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf24"')
800
+ }
801
+ .batch-content-right {
802
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf25"')
803
+ }
804
+ .batch-content-left-alt {
805
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf26"')
806
+ }
807
+ .batch-content-right-alt {
808
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf27"')
809
+ }
810
+ .batch-rulers {
811
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf28"')
812
+ }
813
+ .batch-swatch {
814
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf29"')
815
+ }
816
+ .batch-swatches {
817
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf2A"')
818
+ }
819
+ .batch-crop {
820
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf2B"')
821
+ }
822
+ .batch-bulb {
823
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf2C"')
824
+ }
825
+ .batch-bulb-alt {
826
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf2D"')
827
+ }
828
+ .batch-ink {
829
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf2E"')
830
+ }
831
+ .batch-printer {
832
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf30"')
833
+ }
834
+ .batch-printer-alt {
835
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf31"')
836
+ }
837
+ .batch-bell {
838
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf32"')
839
+ }
840
+ .batch-bell-alt {
841
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf33"')
842
+ }
843
+ .batch-bell-silent {
844
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf34"')
845
+ }
846
+ .batch-bell-alt-silent {
847
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf35"')
848
+ }
849
+ .batch-pen {
850
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf36"')
851
+ }
852
+ .batch-featherpen {
853
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf37"')
854
+ }
855
+ .batch-feather {
856
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf38"')
857
+ }
858
+ .batch-pencil {
859
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf39"')
860
+ }
861
+ .batch-marker {
862
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf3A"')
863
+ }
864
+ .batch-featherpen-alt {
865
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf3B"')
866
+ }
867
+ .batch-feather-alt {
868
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf3C"')
869
+ }
870
+ .batch-pencil-alt {
871
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf3D"')
872
+ }
873
+ .batch-marker-alt {
874
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf3E"')
875
+ }
876
+ .batch-dot {
877
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf40"')
878
+ }
879
+ .batch-dots {
880
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf41"')
881
+ }
882
+ .batch-timeline {
883
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf42"')
884
+ }
885
+ .batch-link {
886
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf43"')
887
+ }
888
+ .batch-link-alt {
889
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf44"')
890
+ }
891
+ .batch-anchor {
892
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf45"')
893
+ }
894
+ .batch-asterisk {
895
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf46"')
896
+ }
897
+ .batch-compass {
898
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf47"')
899
+ }
900
+ .batch-arrow-up {
901
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf48"')
902
+ }
903
+ .batch-arrow-down {
904
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf49"')
905
+ }
906
+ .batch-arrow-left {
907
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf4A"')
908
+ }
909
+ .batch-arrow-right {
910
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf4B"')
911
+ }
912
+ .batch-positive {
913
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf4C"')
914
+ }
915
+ .batch-negative {
916
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf4D"')
917
+ }
918
+ .batch-remove {
919
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf4E"')
920
+ }
921
+ .batch-email {
922
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf50"')
923
+ }
924
+ .batch-ampersand {
925
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf51"')
926
+ }
927
+ .batch-envelope {
928
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf52"')
929
+ }
930
+ .batch-envelope-send {
931
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf53"')
932
+ }
933
+ .batch-envelope-receive {
934
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf54"')
935
+ }
936
+ .batch-trash {
937
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf55"')
938
+ }
939
+ .batch-outgoing-alt {
940
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf56"')
941
+ }
942
+ .batch-reply-all {
943
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf57"')
944
+ }
945
+ .batch-reply {
946
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf58"')
947
+ }
948
+ .batch-share {
949
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf59"')
950
+ }
951
+ .batch-bang-alt {
952
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf5A"')
953
+ }
954
+ .batch-bang {
955
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf5B"')
956
+ }
957
+ .batch-star-alt {
958
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf5C"')
959
+ }
960
+ .batch-star {
961
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf5D"')
962
+ }
963
+ .batch-flag {
964
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf5E"')
965
+ }
966
+ .batch-flag-alt {
967
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf60"')
968
+ }
969
+ .batch-home {
970
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf61"')
971
+ }
972
+ .batch-home-alt {
973
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf62"')
974
+ }
975
+ .batch-home-alt-2 {
976
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf63"')
977
+ }
978
+ .batch-checkbox-yes {
979
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf64"')
980
+ }
981
+ .batch-checkbox-no {
982
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf65"')
983
+ }
984
+ .batch-alarm {
985
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf66"')
986
+ }
987
+ .batch-stopwatch {
988
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf67"')
989
+ }
990
+ .batch-skip-back {
991
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf68"')
992
+ }
993
+ .batch-rewind {
994
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf69"')
995
+ }
996
+ .batch-stop {
997
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf6A"')
998
+ }
999
+ .batch-play {
1000
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf6B"')
1001
+ }
1002
+ .batch-pause {
1003
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf6C"')
1004
+ }
1005
+ .batch-fastforward {
1006
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf6D"')
1007
+ }
1008
+ .batch-skip-forward {
1009
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf6E"')
1010
+ }
1011
+ .batch-profile {
1012
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf70"')
1013
+ }
1014
+ .batch-profile-add {
1015
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf71"')
1016
+ }
1017
+ .batch-profile-delete {
1018
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf72"')
1019
+ }
1020
+ .batch-profile-add-alt {
1021
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf73"')
1022
+ }
1023
+ .batch-profile-delete-alt {
1024
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf74"')
1025
+ }
1026
+ .batch-fork {
1027
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf75"')
1028
+ }
1029
+ .batch-merge {
1030
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf76"')
1031
+ }
1032
+ .batch-commit {
1033
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf77"')
1034
+ }
1035
+ .batch-watcher {
1036
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf78"')
1037
+ }
1038
+ .batch-watcher-add {
1039
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf79"')
1040
+ }
1041
+ .batch-watcher-delete {
1042
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf7A"')
1043
+ }
1044
+ .batch-settings {
1045
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf7B"')
1046
+ }
1047
+ .batch-commithistory {
1048
+ *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "'&#xf7C"')
1049
+ }
@@ -40,7 +40,7 @@
40
40
  speak: none;
41
41
  }
42
42
 
43
- .batch--large { font-size: 2em; }
43
+ .batch--small { font-size: 2em; }
44
44
  .batch--large { font-size: 4em; }
45
45
  .batch--natural { font-size: inherit; }
46
46
 
@@ -1,7 +1,7 @@
1
1
  module Batch
2
2
  module Rails
3
3
  module Four
4
- VERSION = "0.2.2"
4
+ VERSION = "0.2.3"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: batch-rails-4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - zethus
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-03 00:00:00.000000000 Z
11
+ date: 2013-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -84,6 +84,7 @@ files:
84
84
  - app/assets/fonts/batch-icons-webfont.ttf
85
85
  - app/assets/fonts/batch-icons-webfont.woff
86
86
  - app/assets/fonts/batch_webfont_reference.pdf
87
+ - app/assets/stylesheets/batch-webfont-ie7.scss
87
88
  - app/assets/stylesheets/batch-webfont.scss
88
89
  - lib/batch-rails-4/engine.rb
89
90
  - lib/batch-rails-4/version.rb