am-commons 0.0.10 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/am-commons/version.rb +1 -1
- data/package.json +1 -1
- data/stylesheets/am-commons/_am-icons-definition.scss +38 -179
- data/stylesheets/am-commons/_am-icons.scss +10 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 268af333dd438e25cfd7375228ecf9db4561d81a
|
|
4
|
+
data.tar.gz: d30db08317f4d413ba9ca56ec2c7ab4c1efea03d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45d0459b17e5d70a23ae76a462f9420f833fb98fd3093e3b24d1f45ce520a04a3006022c1f970d74f7367282dc734c5ee0612ddb3d6bd312d1b031a497c49a29
|
|
7
|
+
data.tar.gz: 2d5d998d502fac777447d3d1ce9c7edd9ddb229cf489dc0f058b636c220bc1c3e0d511edac162f4755a30cf29ae3cdddbf22d72a675990223199077f8d5f0faa
|
data/lib/am-commons/version.rb
CHANGED
data/package.json
CHANGED
|
@@ -1,13 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
font-family: 'almundo';
|
|
3
|
-
src:url('fonts/almundo.eot?sww8i8');
|
|
4
|
-
src:url('fonts/almundo.eot?#iefixsww8i8') format('embedded-opentype'),
|
|
5
|
-
url('fonts/almundo.woff?sww8i8') format('woff'),
|
|
6
|
-
url('fonts/almundo.ttf?sww8i8') format('truetype'),
|
|
7
|
-
url('fonts/almundo.svg?sww8i8#almundo') format('svg');
|
|
8
|
-
font-weight: normal;
|
|
9
|
-
font-style: normal;
|
|
10
|
-
}
|
|
1
|
+
|
|
11
2
|
|
|
12
3
|
[class^="icon-"], [class*=" icon-"] {
|
|
13
4
|
font-family: 'almundo';
|
|
@@ -26,591 +17,459 @@
|
|
|
26
17
|
.icon-flights:before {
|
|
27
18
|
content: "\e600";
|
|
28
19
|
}
|
|
29
|
-
|
|
30
20
|
.icon-hotels:before {
|
|
31
21
|
content: "\e601";
|
|
32
22
|
}
|
|
33
|
-
|
|
34
23
|
.icon-packages:before {
|
|
35
24
|
content: "\e602";
|
|
36
25
|
}
|
|
37
|
-
|
|
38
26
|
.icon-cruises:before {
|
|
39
27
|
content: "\e603";
|
|
40
28
|
}
|
|
41
|
-
|
|
42
29
|
.icon-cars:before {
|
|
43
30
|
content: "\e604";
|
|
44
31
|
}
|
|
45
|
-
|
|
46
32
|
.icon-gateways:before {
|
|
47
33
|
content: "\e605";
|
|
48
34
|
}
|
|
49
|
-
|
|
50
35
|
.icon-disney:before {
|
|
51
36
|
content: "\e606";
|
|
52
37
|
}
|
|
53
|
-
|
|
54
38
|
.icon-trains:before {
|
|
55
39
|
content: "\e607";
|
|
56
40
|
}
|
|
57
|
-
|
|
58
41
|
.icon-excursions:before {
|
|
59
42
|
content: "\e608";
|
|
60
43
|
}
|
|
61
|
-
|
|
62
44
|
.icon-assistance:before {
|
|
63
45
|
content: "\e609";
|
|
64
46
|
}
|
|
65
|
-
|
|
66
47
|
.icon-destinations:before {
|
|
67
48
|
content: "\e60a";
|
|
68
49
|
}
|
|
69
|
-
|
|
70
50
|
.icon-facebook:before {
|
|
71
51
|
content: "\e60b";
|
|
72
52
|
}
|
|
73
|
-
|
|
74
53
|
.icon-twitter:before {
|
|
75
54
|
content: "\e60c";
|
|
76
55
|
}
|
|
77
|
-
|
|
78
56
|
.icon-googleplus:before {
|
|
79
57
|
content: "\e60d";
|
|
80
58
|
}
|
|
81
|
-
|
|
82
59
|
.icon-login:before {
|
|
83
60
|
content: "\e60e";
|
|
84
61
|
}
|
|
85
|
-
|
|
86
62
|
.icon-phone:before {
|
|
87
63
|
content: "\e60f";
|
|
88
64
|
}
|
|
89
|
-
|
|
90
65
|
.icon-pointer:before {
|
|
91
66
|
content: "\e610";
|
|
92
67
|
}
|
|
93
|
-
|
|
94
68
|
.icon-flight-back:before {
|
|
95
69
|
content: "\e611";
|
|
96
70
|
}
|
|
97
|
-
|
|
98
71
|
.icon-arrow-right:before {
|
|
99
72
|
content: "\e612";
|
|
100
73
|
}
|
|
101
|
-
|
|
102
74
|
.icon-arrow-left:before {
|
|
103
75
|
content: "\e613";
|
|
104
76
|
}
|
|
105
|
-
|
|
106
77
|
.icon-arrow-up:before {
|
|
107
78
|
content: "\e614";
|
|
108
79
|
}
|
|
109
|
-
|
|
110
80
|
.icon-arrow-down:before {
|
|
111
81
|
content: "\e615";
|
|
112
82
|
}
|
|
113
|
-
|
|
114
83
|
.icon-calendar:before {
|
|
115
84
|
content: "\e616";
|
|
116
85
|
}
|
|
117
|
-
|
|
118
86
|
.icon-calendar-back:before {
|
|
119
87
|
content: "\e617";
|
|
120
88
|
}
|
|
121
|
-
|
|
122
89
|
.icon-clock:before {
|
|
123
90
|
content: "\e618";
|
|
124
91
|
}
|
|
125
|
-
|
|
126
92
|
.icon-credit-card:before {
|
|
127
93
|
content: "\e619";
|
|
128
94
|
}
|
|
129
|
-
|
|
130
95
|
.icon-len:before {
|
|
131
96
|
content: "\e61a";
|
|
132
97
|
}
|
|
133
|
-
|
|
134
98
|
.icon-zoom-in:before {
|
|
135
99
|
content: "\e61b";
|
|
136
100
|
}
|
|
137
|
-
|
|
138
101
|
.icon-zoom-out:before {
|
|
139
102
|
content: "\e61c";
|
|
140
103
|
}
|
|
141
|
-
|
|
142
104
|
.icon-star:before {
|
|
143
105
|
content: "\e61d";
|
|
144
106
|
}
|
|
145
|
-
|
|
146
107
|
.icon-exclamation-circle:before {
|
|
147
108
|
content: "\e61e";
|
|
148
109
|
}
|
|
149
|
-
|
|
150
110
|
.icon-check-circle:before {
|
|
151
111
|
content: "\e61f";
|
|
152
112
|
}
|
|
153
|
-
|
|
154
113
|
.icon-close-circle:before {
|
|
155
114
|
content: "\e620";
|
|
156
115
|
}
|
|
157
|
-
|
|
158
116
|
.icon-security:before {
|
|
159
117
|
content: "\e621";
|
|
160
118
|
}
|
|
161
|
-
|
|
162
119
|
.icon-bell:before {
|
|
163
120
|
content: "\e622";
|
|
164
121
|
}
|
|
165
|
-
|
|
166
122
|
.icon-bus:before {
|
|
167
123
|
content: "\e623";
|
|
168
124
|
}
|
|
169
|
-
|
|
170
125
|
.icon-wifi:before {
|
|
171
126
|
content: "\e624";
|
|
172
127
|
}
|
|
173
|
-
|
|
174
128
|
.icon-gift:before {
|
|
175
129
|
content: "\e625";
|
|
176
130
|
}
|
|
177
|
-
|
|
178
131
|
.icon-cocktail:before {
|
|
179
132
|
content: "\e626";
|
|
180
133
|
}
|
|
181
|
-
|
|
182
134
|
.icon-restaurant:before {
|
|
183
135
|
content: "\e627";
|
|
184
136
|
}
|
|
185
|
-
|
|
186
137
|
.icon-laundry:before {
|
|
187
138
|
content: "\e628";
|
|
188
139
|
}
|
|
189
|
-
|
|
190
140
|
.icon-gym:before {
|
|
191
141
|
content: "\e629";
|
|
192
142
|
}
|
|
193
|
-
|
|
194
143
|
.icon-pool:before {
|
|
195
144
|
content: "\e62a";
|
|
196
145
|
}
|
|
197
|
-
|
|
198
146
|
.icon-pool-children:before {
|
|
199
147
|
content: "\e62b";
|
|
200
148
|
}
|
|
201
|
-
|
|
202
149
|
.icon-spa:before {
|
|
203
150
|
content: "\e62c";
|
|
204
151
|
}
|
|
205
|
-
|
|
206
152
|
.icon-tv:before {
|
|
207
153
|
content: "\e62d";
|
|
208
154
|
}
|
|
209
|
-
|
|
210
155
|
.icon-cinema:before {
|
|
211
156
|
content: "\e62e";
|
|
212
157
|
}
|
|
213
|
-
|
|
214
158
|
.icon-hamburger:before {
|
|
215
159
|
content: "\e62f";
|
|
216
160
|
}
|
|
217
|
-
|
|
218
161
|
.icon-iso-almundo:before {
|
|
219
162
|
content: "\e630";
|
|
220
163
|
}
|
|
221
|
-
|
|
222
164
|
.icon-typo-almundo-es:before {
|
|
223
165
|
content: "\e631";
|
|
224
166
|
}
|
|
225
|
-
|
|
226
167
|
.icon-typo-com-es:before {
|
|
227
168
|
content: "\e632";
|
|
228
169
|
}
|
|
229
|
-
|
|
230
170
|
.icon-club-almundo:before {
|
|
231
171
|
content: "\e633";
|
|
232
172
|
}
|
|
233
|
-
|
|
234
173
|
.icon-club-almundo2:before {
|
|
235
174
|
content: "\e634";
|
|
236
175
|
}
|
|
237
|
-
|
|
238
176
|
.icon-financing:before {
|
|
239
177
|
content: "\e635";
|
|
240
178
|
}
|
|
241
|
-
|
|
242
179
|
.icon-like:before {
|
|
243
180
|
content: "\e636";
|
|
244
181
|
}
|
|
245
|
-
|
|
246
182
|
.icon-world:before {
|
|
247
183
|
content: "\e637";
|
|
248
184
|
}
|
|
249
|
-
|
|
250
185
|
.icon-play:before {
|
|
251
186
|
content: "\e638";
|
|
252
187
|
}
|
|
253
|
-
|
|
254
188
|
.icon-mail:before {
|
|
255
189
|
content: "\e639";
|
|
256
190
|
}
|
|
257
|
-
|
|
258
191
|
.icon-ico-google:before {
|
|
259
192
|
content: "\e63a";
|
|
260
193
|
}
|
|
261
|
-
|
|
262
194
|
.icon-ico-face:before {
|
|
263
195
|
content: "\e63b";
|
|
264
196
|
}
|
|
265
|
-
|
|
266
197
|
.icon-ico-twitter:before {
|
|
267
198
|
content: "\e63c";
|
|
268
199
|
}
|
|
269
|
-
|
|
270
200
|
.icon-typo-almundo-pt:before {
|
|
271
201
|
content: "\e63d";
|
|
272
202
|
}
|
|
273
|
-
|
|
274
203
|
.icon-typo-com-pt:before {
|
|
275
204
|
content: "\e63e";
|
|
276
205
|
}
|
|
277
|
-
|
|
278
206
|
.icon-stay:before {
|
|
279
207
|
content: "\e63f";
|
|
280
208
|
}
|
|
281
|
-
|
|
282
209
|
.icon-cab:before {
|
|
283
210
|
content: "\e640";
|
|
284
211
|
}
|
|
285
|
-
|
|
286
212
|
.icon-tip:before {
|
|
287
213
|
content: "\e641";
|
|
288
214
|
}
|
|
289
|
-
|
|
290
215
|
.icon-summer:before {
|
|
291
216
|
content: "\e642";
|
|
292
217
|
}
|
|
293
|
-
|
|
294
218
|
.icon-spring:before {
|
|
295
219
|
content: "\e643";
|
|
296
220
|
}
|
|
297
|
-
|
|
298
221
|
.icon-autumn:before {
|
|
299
222
|
content: "\e644";
|
|
300
223
|
}
|
|
301
|
-
|
|
302
224
|
.icon-winter:before {
|
|
303
225
|
content: "\e645";
|
|
304
226
|
}
|
|
305
|
-
|
|
306
227
|
.icon-camera:before {
|
|
307
228
|
content: "\e646";
|
|
308
229
|
}
|
|
309
|
-
|
|
310
230
|
.icon-ticket:before {
|
|
311
231
|
content: "\e647";
|
|
312
232
|
}
|
|
313
|
-
|
|
314
233
|
.icon-ok:before {
|
|
315
234
|
content: "\e648";
|
|
316
235
|
}
|
|
317
|
-
|
|
318
236
|
.icon-label:before {
|
|
319
237
|
content: "\e649";
|
|
320
238
|
}
|
|
321
|
-
|
|
322
239
|
.icon-book:before {
|
|
323
240
|
content: "\e64a";
|
|
324
241
|
}
|
|
325
|
-
|
|
326
242
|
.icon-logo-garantia:before {
|
|
327
243
|
content: "\e64b";
|
|
328
244
|
}
|
|
329
|
-
|
|
330
245
|
.icon-crown:before {
|
|
331
246
|
content: "\e64c";
|
|
332
247
|
}
|
|
333
|
-
|
|
334
248
|
.icon-date:before {
|
|
335
249
|
content: "\e64d";
|
|
336
250
|
}
|
|
337
|
-
|
|
338
251
|
.icon-default-user:before {
|
|
339
252
|
content: "\e64e";
|
|
340
253
|
}
|
|
341
|
-
|
|
342
254
|
.icon-close:before {
|
|
343
255
|
content: "\e64f";
|
|
344
256
|
}
|
|
345
|
-
|
|
346
257
|
.icon-award:before {
|
|
347
258
|
content: "\e650";
|
|
348
259
|
}
|
|
349
|
-
|
|
350
260
|
.icon-menu-items:before {
|
|
351
261
|
content: "\e651";
|
|
352
262
|
}
|
|
353
|
-
|
|
354
263
|
.icon-cup:before {
|
|
355
264
|
content: "\e652";
|
|
356
265
|
}
|
|
357
|
-
|
|
358
266
|
.icon-down:before {
|
|
359
267
|
content: "\e653";
|
|
360
268
|
}
|
|
361
|
-
|
|
362
269
|
.icon-up:before {
|
|
363
270
|
content: "\e654";
|
|
364
271
|
}
|
|
365
|
-
|
|
366
272
|
.icon-check-simple:before {
|
|
367
273
|
content: "\e655";
|
|
368
274
|
}
|
|
369
|
-
|
|
370
275
|
.icon-pause:before {
|
|
371
276
|
content: "\e656";
|
|
372
277
|
}
|
|
373
|
-
|
|
374
278
|
.icon-herramienta:before {
|
|
375
279
|
content: "\e657";
|
|
376
280
|
}
|
|
377
|
-
|
|
378
281
|
.icon-edit:before {
|
|
379
282
|
content: "\e658";
|
|
380
283
|
}
|
|
381
|
-
|
|
382
284
|
.icon-web:before {
|
|
383
285
|
content: "\e659";
|
|
384
286
|
}
|
|
385
|
-
|
|
386
287
|
.icon-walk:before {
|
|
387
288
|
content: "\e65a";
|
|
388
289
|
}
|
|
389
|
-
|
|
390
290
|
.icon-direction:before {
|
|
391
291
|
content: "\e65b";
|
|
392
292
|
}
|
|
393
|
-
|
|
394
293
|
.icon-van:before {
|
|
395
294
|
content: "\e65c";
|
|
396
295
|
}
|
|
397
|
-
|
|
398
296
|
.icon-card:before {
|
|
399
297
|
content: "\e65d";
|
|
400
298
|
}
|
|
401
|
-
|
|
402
299
|
.icon-servicios:before {
|
|
403
300
|
content: "\e65e";
|
|
404
301
|
}
|
|
405
|
-
|
|
406
302
|
.icon-info:before {
|
|
407
303
|
content: "\e65f";
|
|
408
304
|
}
|
|
409
|
-
|
|
410
305
|
.icon-departure:before {
|
|
411
306
|
content: "\e660";
|
|
412
307
|
}
|
|
413
|
-
|
|
414
308
|
.icon-arrival:before {
|
|
415
309
|
content: "\e661";
|
|
416
310
|
}
|
|
417
|
-
|
|
418
311
|
.icon-moon:before {
|
|
419
312
|
content: "\e662";
|
|
420
313
|
}
|
|
421
|
-
|
|
422
314
|
.icon-by-car:before {
|
|
423
315
|
content: "\e663";
|
|
424
316
|
}
|
|
425
|
-
|
|
426
317
|
.icon-date-go:before {
|
|
427
318
|
content: "\e664";
|
|
428
319
|
}
|
|
429
|
-
|
|
430
320
|
.icon-date-return:before {
|
|
431
321
|
content: "\e665";
|
|
432
322
|
}
|
|
433
|
-
|
|
434
323
|
.icon-grade:before {
|
|
435
324
|
content: "\e666";
|
|
436
325
|
}
|
|
437
|
-
|
|
438
326
|
.icon-location:before {
|
|
439
327
|
content: "\e667";
|
|
440
328
|
}
|
|
441
|
-
|
|
442
329
|
.icon-pin:before {
|
|
443
330
|
content: "\e668";
|
|
444
331
|
}
|
|
445
|
-
|
|
446
332
|
.icon-pin-active:before {
|
|
447
333
|
content: "\e669";
|
|
448
334
|
}
|
|
449
|
-
|
|
450
335
|
.icon-arrow-go:before {
|
|
451
336
|
content: "\e66a";
|
|
452
337
|
}
|
|
453
|
-
|
|
454
338
|
.icon-arrow-return:before {
|
|
455
339
|
content: "\e66b";
|
|
456
340
|
}
|
|
457
|
-
|
|
458
341
|
.icon-circle-plus:before {
|
|
459
342
|
content: "\e66c";
|
|
460
343
|
}
|
|
461
|
-
|
|
462
344
|
.icon-linkedin:before {
|
|
463
345
|
content: "\e66d";
|
|
464
346
|
}
|
|
465
|
-
|
|
466
347
|
.icon-dawn:before {
|
|
467
348
|
content: "\e66e";
|
|
468
349
|
}
|
|
469
|
-
|
|
470
350
|
.icon-morning:before {
|
|
471
351
|
content: "\e66f";
|
|
472
352
|
}
|
|
473
|
-
|
|
474
353
|
.icon-sun:before {
|
|
475
354
|
content: "\e670";
|
|
476
355
|
}
|
|
477
|
-
|
|
478
356
|
.icon-night:before {
|
|
479
357
|
content: "\e671";
|
|
480
358
|
}
|
|
481
|
-
|
|
482
359
|
.icon-cross:before {
|
|
483
360
|
content: "\e672";
|
|
484
361
|
}
|
|
485
|
-
|
|
486
362
|
.icon-add:before {
|
|
487
363
|
content: "\e673";
|
|
488
364
|
}
|
|
489
|
-
|
|
490
365
|
.icon-sub:before {
|
|
491
366
|
content: "\e674";
|
|
492
367
|
}
|
|
493
|
-
|
|
494
368
|
.icon-recommended:before {
|
|
495
369
|
content: "\e675";
|
|
496
370
|
}
|
|
497
|
-
|
|
498
371
|
.icon-piggy:before {
|
|
499
372
|
content: "\e676";
|
|
500
373
|
}
|
|
501
|
-
|
|
502
374
|
.icon-sandglass:before {
|
|
503
375
|
content: "\e677";
|
|
504
376
|
}
|
|
505
|
-
|
|
506
377
|
.icon-crown2:before {
|
|
507
378
|
content: "\e678";
|
|
508
379
|
}
|
|
509
|
-
|
|
510
380
|
.icon-people:before {
|
|
511
381
|
content: "\e679";
|
|
512
382
|
}
|
|
513
|
-
|
|
514
383
|
.icon-suitcase:before {
|
|
515
384
|
content: "\e67a";
|
|
516
385
|
}
|
|
517
|
-
|
|
518
386
|
.icon-doors:before {
|
|
519
387
|
content: "\e67b";
|
|
520
388
|
}
|
|
521
|
-
|
|
522
389
|
.icon-handle:before {
|
|
523
390
|
content: "\e67c";
|
|
524
391
|
}
|
|
525
|
-
|
|
526
392
|
.icon-kilometer:before {
|
|
527
393
|
content: "\e67d";
|
|
528
394
|
}
|
|
529
|
-
|
|
530
|
-
.icon-safari:before {
|
|
395
|
+
.icon-safari .path1:before {
|
|
531
396
|
content: "\e67e";
|
|
397
|
+
color: rgb(93, 93, 93);
|
|
532
398
|
}
|
|
533
|
-
|
|
534
|
-
.icon-child:before {
|
|
399
|
+
.icon-safari .path2:before {
|
|
535
400
|
content: "\e67f";
|
|
401
|
+
margin-left: -1em;
|
|
402
|
+
color: rgb(255, 255, 255);
|
|
536
403
|
}
|
|
537
|
-
|
|
538
|
-
.icon-adult:before {
|
|
404
|
+
.icon-child:before {
|
|
539
405
|
content: "\e680";
|
|
540
406
|
}
|
|
541
|
-
|
|
542
|
-
.icon-key:before {
|
|
407
|
+
.icon-adult:before {
|
|
543
408
|
content: "\e681";
|
|
544
409
|
}
|
|
545
|
-
|
|
546
|
-
.icon-air-conditioner:before {
|
|
410
|
+
.icon-key:before {
|
|
547
411
|
content: "\e682";
|
|
548
412
|
}
|
|
549
|
-
|
|
550
|
-
.icon-bill:before {
|
|
413
|
+
.icon-air-conditioner:before {
|
|
551
414
|
content: "\e683";
|
|
552
415
|
}
|
|
553
|
-
|
|
554
|
-
.icon-reserved:before {
|
|
416
|
+
.icon-bill:before {
|
|
555
417
|
content: "\e684";
|
|
556
418
|
}
|
|
557
|
-
|
|
558
|
-
.icon-cash:before {
|
|
419
|
+
.icon-reserved:before {
|
|
559
420
|
content: "\e685";
|
|
560
421
|
}
|
|
561
|
-
|
|
562
|
-
.icon-chrome:before {
|
|
422
|
+
.icon-cash:before {
|
|
563
423
|
content: "\e686";
|
|
564
424
|
}
|
|
565
|
-
|
|
566
|
-
.icon-firefox:before {
|
|
425
|
+
.icon-chrome:before {
|
|
567
426
|
content: "\e687";
|
|
568
427
|
}
|
|
569
|
-
|
|
570
|
-
.icon-explorer:before {
|
|
428
|
+
.icon-firefox:before {
|
|
571
429
|
content: "\e688";
|
|
572
430
|
}
|
|
573
|
-
|
|
574
|
-
.icon-instagram:before {
|
|
431
|
+
.icon-explorer:before {
|
|
575
432
|
content: "\e689";
|
|
576
433
|
}
|
|
577
|
-
|
|
578
|
-
.icon-wifi2:before {
|
|
434
|
+
.icon-instagram:before {
|
|
579
435
|
content: "\e68a";
|
|
580
436
|
}
|
|
581
|
-
|
|
582
|
-
.icon-music:before {
|
|
437
|
+
.icon-wifi2:before {
|
|
583
438
|
content: "\e68b";
|
|
584
439
|
}
|
|
585
|
-
|
|
586
|
-
.icon-coffe:before {
|
|
440
|
+
.icon-music:before {
|
|
587
441
|
content: "\e68c";
|
|
588
442
|
}
|
|
589
|
-
|
|
590
|
-
.icon-talk:before {
|
|
443
|
+
.icon-coffe:before {
|
|
591
444
|
content: "\e68d";
|
|
592
445
|
}
|
|
593
|
-
|
|
594
|
-
.icon-camara:before {
|
|
446
|
+
.icon-talk:before {
|
|
595
447
|
content: "\e68e";
|
|
596
448
|
}
|
|
597
|
-
|
|
598
|
-
.icon-screen:before {
|
|
449
|
+
.icon-camara:before {
|
|
599
450
|
content: "\e68f";
|
|
600
451
|
}
|
|
601
|
-
|
|
602
|
-
.icon-print:before {
|
|
452
|
+
.icon-screen:before {
|
|
603
453
|
content: "\e690";
|
|
604
454
|
}
|
|
605
|
-
|
|
606
|
-
.icon-link:before {
|
|
455
|
+
.icon-print:before {
|
|
607
456
|
content: "\e691";
|
|
608
457
|
}
|
|
609
|
-
|
|
610
|
-
.icon-rent:before {
|
|
458
|
+
.icon-link:before {
|
|
611
459
|
content: "\e692";
|
|
612
460
|
}
|
|
613
|
-
|
|
614
|
-
.icon-baby:before {
|
|
461
|
+
.icon-rent:before {
|
|
615
462
|
content: "\e693";
|
|
616
463
|
}
|
|
464
|
+
.icon-baby:before {
|
|
465
|
+
content: "\e694";
|
|
466
|
+
}
|
|
467
|
+
.icon-map:before {
|
|
468
|
+
content: "\e695";
|
|
469
|
+
}
|
|
470
|
+
.icon-peso:before {
|
|
471
|
+
content: "\e696";
|
|
472
|
+
}
|
|
473
|
+
.icon-order:before {
|
|
474
|
+
content: "\e697";
|
|
475
|
+
}
|
|
@@ -3,13 +3,21 @@
|
|
|
3
3
|
//---------------------------------\\
|
|
4
4
|
|
|
5
5
|
// 01 TODO ORDENAR
|
|
6
|
+
@font-face {
|
|
7
|
+
font-family: 'almundo';
|
|
8
|
+
src:url('fonts/almundo.eot?67zp9l');
|
|
9
|
+
src:url('fonts/almundo.eot?#iefix67zp9l') format('embedded-opentype'),
|
|
10
|
+
url('fonts/almundo.ttf?67zp9l') format('truetype'),
|
|
11
|
+
url('fonts/almundo.woff?67zp9l') format('woff'),
|
|
12
|
+
url('fonts/almundo.svg?67zp9l#almundo') format('svg');
|
|
13
|
+
font-weight: normal;
|
|
14
|
+
font-style: normal;
|
|
15
|
+
}
|
|
6
16
|
|
|
7
17
|
[class^="icon-"], [class*=" icon-"] {
|
|
8
18
|
display:inline-block;
|
|
9
19
|
}
|
|
10
20
|
|
|
11
|
-
|
|
12
|
-
|
|
13
21
|
@import "am-icons-definition";
|
|
14
22
|
|
|
15
23
|
.icon-SME { // Seguro de Viajes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: am-commons
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Emiliano Mongelo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-06-
|
|
11
|
+
date: 2015-06-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: compass
|
|
@@ -64,8 +64,8 @@ homepage: http://www.almundo.com/
|
|
|
64
64
|
licenses: []
|
|
65
65
|
metadata: {}
|
|
66
66
|
post_install_message: "\n\n##################################################\n##
|
|
67
|
-
Al Mundo Commons - Sass/Compass Framework\n\n## Versión: 0.0.
|
|
68
|
-
\nrequire 'am-commons'\ngem 'am-commons', '~> 0.0.
|
|
67
|
+
Al Mundo Commons - Sass/Compass Framework\n\n## Versión: 0.0.11\n## Agregar a config.rb:
|
|
68
|
+
\nrequire 'am-commons'\ngem 'am-commons', '~> 0.0.11' \n##################################################\n\n"
|
|
69
69
|
rdoc_options: []
|
|
70
70
|
require_paths:
|
|
71
71
|
- lib
|