@ekansh-mds/styles 0.0.2 → 0.0.3
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.
- package/dist/css/icomoon.css +519 -0
- package/dist/css/index.css +1 -1
- package/dist/eyworks-styles.css +1 -1
- package/dist/fonts/icomoon/icomoon.eot +0 -0
- package/dist/fonts/icomoon/icomoon.svg +113 -0
- package/dist/fonts/icomoon/icomoon.ttf +0 -0
- package/dist/fonts/icomoon/icomoon.woff +0 -0
- package/dist/fonts/icomoon/selection.json +1 -0
- package/package.json +1 -1
- package/dist/css/font-awesome.min.css +0 -4
- package/dist/fonts/FontAwesome.otf +0 -0
- package/dist/fonts/fontawesome-webfont.eot +0 -0
- package/dist/fonts/fontawesome-webfont.svg +0 -2671
- package/dist/fonts/fontawesome-webfont.ttf +0 -0
- package/dist/fonts/fontawesome-webfont.woff +0 -0
- package/dist/fonts/fontawesome-webfont.woff2 +0 -0
|
@@ -0,0 +1,519 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'icomoon';
|
|
3
|
+
src: url('../fonts/icomoon/icomoon.eot?83fn6z');
|
|
4
|
+
src: url('../fonts/icomoon/icomoon.eot?83fn6z#iefix') format('embedded-opentype'),
|
|
5
|
+
url('../fonts/icomoon/icomoon.ttf?83fn6z') format('truetype'),
|
|
6
|
+
url('../fonts/icomoon/icomoon.woff?83fn6z') format('woff'),
|
|
7
|
+
url('../fonts/icomoon/icomoon.svg?83fn6z#icomoon') format('svg');
|
|
8
|
+
font-weight: normal;
|
|
9
|
+
font-style: normal;
|
|
10
|
+
font-display: block;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
[class^="icon-"], [class*=" icon-"] {
|
|
14
|
+
/* use !important to prevent issues with browser extensions that change fonts */
|
|
15
|
+
font-family: 'icomoon' !important;
|
|
16
|
+
speak: never;
|
|
17
|
+
font-style: normal;
|
|
18
|
+
font-weight: normal;
|
|
19
|
+
font-variant: normal;
|
|
20
|
+
text-transform: none;
|
|
21
|
+
line-height: 1;
|
|
22
|
+
|
|
23
|
+
/* Better Font Rendering =========== */
|
|
24
|
+
-webkit-font-smoothing: antialiased;
|
|
25
|
+
-moz-osx-font-smoothing: grayscale;
|
|
26
|
+
}
|
|
27
|
+
.icon-bolt:before {
|
|
28
|
+
content: "\e96a";
|
|
29
|
+
}
|
|
30
|
+
.icon-restore:before {
|
|
31
|
+
content: "\e93c";
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.icon-users:before {
|
|
35
|
+
content: "\e93b";
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.icon-Delete:before {
|
|
39
|
+
content: "\e93a";
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.icon-long-left-arrow:before {
|
|
43
|
+
content: "\e969";
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.icon-home:before {
|
|
47
|
+
content: "\e968";
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.icon-archived:before {
|
|
51
|
+
content: "\e967";
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.icon-blacklist:before {
|
|
55
|
+
content: "\e964";
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.icon-facebook:before {
|
|
59
|
+
content: "\e963";
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.icon-linkedin:before {
|
|
63
|
+
content: "\e965";
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.icon-twitter:before {
|
|
67
|
+
content: "\e966";
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.icon-question-mark-circled:before {
|
|
71
|
+
content: "\e962";
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.icon-circle-activity:before {
|
|
75
|
+
content: "\e960";
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.icon-web-link:before {
|
|
79
|
+
content: "\e961";
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.icon-calender:before {
|
|
83
|
+
content: "\e95e";
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.icon-down-arrow:before {
|
|
87
|
+
content: "\e95f";
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.icon-left-arrow:before {
|
|
91
|
+
content: "\e95c";
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.icon-right-arrow:before {
|
|
95
|
+
content: "\e95d";
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.icon-circle-check:before {
|
|
99
|
+
content: "\e955";
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.icon-circle-cross:before {
|
|
103
|
+
content: "\e956";
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.icon-clock:before {
|
|
107
|
+
content: "\e957";
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.icon-dot-right-arrow:before {
|
|
111
|
+
content: "\e958";
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.icon-download:before {
|
|
115
|
+
content: "\e959";
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.icon-file:before {
|
|
119
|
+
content: "\e95a";
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.icon-move-all:before {
|
|
123
|
+
content: "\e95b";
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.icon-horizontal-more:before {
|
|
127
|
+
content: "\e937";
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.icon-mail:before {
|
|
131
|
+
content: "\e952";
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.icon-edit:before {
|
|
135
|
+
content: "\e953";
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.icon-thumb-down:before {
|
|
139
|
+
content: "\e954";
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.icon-checked:before {
|
|
143
|
+
content: "\e936";
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.icon-angle-down:before {
|
|
147
|
+
content: "\e935";
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.icon-sort-down:before {
|
|
151
|
+
content: "\e930";
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.icon-activity:before {
|
|
155
|
+
content: "\e940";
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.icon-calendar-lines:before {
|
|
159
|
+
content: "\e942";
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.icon-close:before {
|
|
163
|
+
content: "\e944";
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.icon-copy:before {
|
|
167
|
+
content: "\e945";
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.icon-filter-bar:before {
|
|
171
|
+
content: "\e946";
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.icon-globe:before {
|
|
175
|
+
content: "\e947";
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.icon-job:before {
|
|
179
|
+
content: "\e948";
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.icon-dots:before {
|
|
183
|
+
content: "\e949";
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.icon-move-to:before {
|
|
187
|
+
content: "\e94a";
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.icon-notes:before {
|
|
191
|
+
content: "\e94b";
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.icon-published:before {
|
|
195
|
+
content: "\e94c";
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.icon-search:before {
|
|
199
|
+
content: "\e94d";
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.icon-star:before {
|
|
203
|
+
content: "\e94e";
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.icon-sub-category:before {
|
|
207
|
+
content: "\e94f";
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.icon-task:before {
|
|
211
|
+
content: "\e950";
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.icon-un-published:before {
|
|
215
|
+
content: "\e951";
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.icon-dropdown:before {
|
|
219
|
+
content: "\e900";
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.icon-email-2:before {
|
|
223
|
+
content: "\e901";
|
|
224
|
+
color: #6d6d0c;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.icon-email:before {
|
|
228
|
+
content: "\e902";
|
|
229
|
+
color: #bdbb35;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.icon-Filter:before {
|
|
233
|
+
content: "\e903";
|
|
234
|
+
color: #6d6d0c;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.icon-forms:before {
|
|
238
|
+
content: "\e904";
|
|
239
|
+
color: #f2f0c6;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.icon-Forward-arrow-small:before {
|
|
243
|
+
content: "\e905";
|
|
244
|
+
color: #6d6d0c;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.icon-Forward-arrow-thin:before {
|
|
248
|
+
content: "\e906";
|
|
249
|
+
color: #706666;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.icon-Forward-arrow:before {
|
|
253
|
+
content: "\e907";
|
|
254
|
+
color: #6d6d0c;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.icon-full-screen:before {
|
|
258
|
+
content: "\e908";
|
|
259
|
+
color: #6d6d0c;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.icon-group:before {
|
|
263
|
+
content: "\e909";
|
|
264
|
+
color: #6d6d0c;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.icon-info .path1:before {
|
|
268
|
+
content: "\e90a";
|
|
269
|
+
color: rgb(189, 187, 53);
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.icon-info .path2:before {
|
|
273
|
+
content: "\e90b";
|
|
274
|
+
margin-left: -1em;
|
|
275
|
+
color: rgb(255, 255, 255);
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.icon-maps-and-flags:before {
|
|
279
|
+
content: "\e90c";
|
|
280
|
+
color: #6d6d0c;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.icon-menu-button:before {
|
|
284
|
+
content: "\e90d";
|
|
285
|
+
color: #e5e6e6;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.icon-menu-button-1:before {
|
|
289
|
+
content: "\e90e";
|
|
290
|
+
color: #6d6d0c;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.icon-more-2 .path1:before {
|
|
294
|
+
content: "\e90f";
|
|
295
|
+
color: rgb(255, 255, 255);
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.icon-more-2 .path2:before {
|
|
299
|
+
content: "\e910";
|
|
300
|
+
margin-left: -1em;
|
|
301
|
+
color: rgb(109, 109, 12);
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.icon-more-2 .path3:before {
|
|
305
|
+
content: "\e911";
|
|
306
|
+
margin-left: -1em;
|
|
307
|
+
color: rgb(109, 109, 12);
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.icon-more-2 .path4:before {
|
|
311
|
+
content: "\e912";
|
|
312
|
+
margin-left: -1em;
|
|
313
|
+
color: rgb(109, 109, 12);
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.icon-more:before {
|
|
317
|
+
content: "\e913";
|
|
318
|
+
color: #6d6d0c;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.icon-new:before {
|
|
322
|
+
content: "\e914";
|
|
323
|
+
color: #bdbb35;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.icon-Next:before {
|
|
327
|
+
content: "\e915";
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.icon-paperclip:before {
|
|
331
|
+
content: "\e916";
|
|
332
|
+
color: #6d6d0c;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.icon-pencil:before {
|
|
336
|
+
content: "\e917";
|
|
337
|
+
color: #6d6d0c;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.icon-Placeholder-1 .path1:before {
|
|
341
|
+
content: "\e918";
|
|
342
|
+
color: rgb(196, 196, 196);
|
|
343
|
+
opacity: 0.5;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.icon-Placeholder-1 .path2:before {
|
|
347
|
+
content: "\e919";
|
|
348
|
+
margin-left: -1em;
|
|
349
|
+
color: rgb(225, 225, 225);
|
|
350
|
+
opacity: 0.5;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
.icon-Placeholder-1 .path3:before {
|
|
354
|
+
content: "\e91a";
|
|
355
|
+
margin-left: -1em;
|
|
356
|
+
color: rgb(225, 225, 225);
|
|
357
|
+
opacity: 0.5;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.icon-Placeholder2 .path1:before {
|
|
361
|
+
content: "\e91b";
|
|
362
|
+
color: rgb(196, 196, 196);
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
.icon-Placeholder2 .path2:before {
|
|
366
|
+
content: "\e91c";
|
|
367
|
+
margin-left: -1em;
|
|
368
|
+
color: rgb(225, 225, 225);
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.icon-Placeholder2 .path3:before {
|
|
372
|
+
content: "\e91d";
|
|
373
|
+
margin-left: -1em;
|
|
374
|
+
color: rgb(225, 225, 225);
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.icon-portfolio1:before {
|
|
378
|
+
content: "\e91e";
|
|
379
|
+
color: #6d6d0c;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.icon-portfolio:before {
|
|
383
|
+
content: "\e91f";
|
|
384
|
+
color: #6d6d0c;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.icon-portfolio_green:before {
|
|
388
|
+
content: "\e920";
|
|
389
|
+
color: #bdbb35;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.icon-portfolio_grey:before {
|
|
393
|
+
content: "\e921";
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.icon-print:before {
|
|
397
|
+
content: "\e922";
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.icon-radio-button-off:before {
|
|
401
|
+
content: "\e923";
|
|
402
|
+
color: #fffff6;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
.icon-rdio-button .path1:before {
|
|
406
|
+
content: "\e924";
|
|
407
|
+
color: rgb(255, 255, 246);
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.icon-rdio-button .path2:before {
|
|
411
|
+
content: "\e925";
|
|
412
|
+
margin-left: -1em;
|
|
413
|
+
color: rgb(109, 109, 12);
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.icon-shopping-list:before {
|
|
417
|
+
content: "\e926";
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.icon-Star-empity:before {
|
|
421
|
+
content: "\e927";
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.icon-Star-filled:before {
|
|
425
|
+
content: "\e928";
|
|
426
|
+
color: #bdbb35;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.icon-Star2:before {
|
|
430
|
+
content: "\e929";
|
|
431
|
+
color: #bdbb35;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.icon-stop .path1:before {
|
|
435
|
+
content: "\e92a";
|
|
436
|
+
color: rgb(220, 0, 0);
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.icon-stop .path2:before {
|
|
440
|
+
content: "\e92b";
|
|
441
|
+
margin-left: -1.033203125em;
|
|
442
|
+
color: rgb(255, 255, 255);
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.icon-telephone:before {
|
|
446
|
+
content: "\e92c";
|
|
447
|
+
color: #bdbb35;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
.icon-tick .path1:before {
|
|
451
|
+
content: "\e92d";
|
|
452
|
+
color: rgb(189, 187, 53);
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.icon-tick .path2:before {
|
|
456
|
+
content: "\e92e";
|
|
457
|
+
margin-left: -1em;
|
|
458
|
+
color: rgb(255, 255, 255);
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.icon-Vector:before {
|
|
462
|
+
content: "\e92f";
|
|
463
|
+
color: #fff;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
.icon-wallet:before {
|
|
467
|
+
content: "\e931";
|
|
468
|
+
color: #6d6d0c;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
.icon-Add:before {
|
|
472
|
+
content: "\e941";
|
|
473
|
+
color: #bdbb35;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.icon-Back-arrow-small:before {
|
|
477
|
+
content: "\e932";
|
|
478
|
+
color: #6d6d0c;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
.icon-Checkbox-off:before {
|
|
482
|
+
content: "\e933";
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
.icon-Checkbox:before {
|
|
486
|
+
content: "\e934";
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
.icon-comment .path1:before {
|
|
490
|
+
content: "\e938";
|
|
491
|
+
color: rgb(109, 109, 12);
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
.icon-comment .path2:before {
|
|
495
|
+
content: "\e939";
|
|
496
|
+
margin-left: -1.033203125em;
|
|
497
|
+
color: rgb(255, 255, 255);
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.icon-dislike .path1:before {
|
|
501
|
+
content: "\e93d";
|
|
502
|
+
color: rgb(220, 0, 0);
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
.icon-dislike .path2:before {
|
|
506
|
+
content: "\e93e";
|
|
507
|
+
margin-left: -1em;
|
|
508
|
+
color: rgb(255, 255, 255);
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.icon-dot:before {
|
|
512
|
+
content: "\e93f";
|
|
513
|
+
color: #6d6d0c;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
.icon-Download:before {
|
|
517
|
+
content: "\e943";
|
|
518
|
+
color: #6d6d0c;
|
|
519
|
+
}
|
package/dist/css/index.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
@import "bootstrap/dist/css/bootstrap.min.css";
|
|
2
|
-
@import "../css/
|
|
2
|
+
@import "../css/icomoon.css";
|
package/dist/eyworks-styles.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
@import "bootstrap/dist/css/bootstrap.min.css";
|
|
2
|
-
@import "../css/
|
|
2
|
+
@import "../css/icomoon.css";
|
|
Binary file
|