@acorex/styles 7.17.15 → 7.17.16
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/icons/fontawesome/fontawesome.scss +60 -0
- package/icons/index.scss +168 -0
- package/icons/material/material.scss +65 -0
- package/index.css +2 -12
- package/index.min.css +1 -1
- package/package.json +1 -1
- package/src/shared/_general-button.scss +2 -9
- package/src/shared/_utils.scss +0 -5
- package/themes/default.css +1 -1
- package/themes/default.scss +26 -24
- package/icons/Read Me.txt +0 -7
- package/icons/demo-files/demo.css +0 -152
- package/icons/demo-files/demo.js +0 -30
- package/icons/demo.html +0 -1116
- package/icons/fonts/acorex-icons.eot +0 -0
- package/icons/fonts/acorex-icons.svg +0 -87
- package/icons/fonts/acorex-icons.ttf +0 -0
- package/icons/fonts/acorex-icons.woff +0 -0
- package/icons/selection.json +0 -1
- package/icons/style.css +0 -258
- package/icons/style.scss +0 -415
- package/icons/variables.scss +0 -81
package/icons/style.scss
DELETED
@@ -1,415 +0,0 @@
|
|
1
|
-
@import "variables";
|
2
|
-
|
3
|
-
@font-face {
|
4
|
-
font-family: '#{$icomoon-font-family}';
|
5
|
-
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?xkiuj4');
|
6
|
-
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?xkiuj4#iefix') format('embedded-opentype'),
|
7
|
-
url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?xkiuj4') format('truetype'),
|
8
|
-
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?xkiuj4') format('woff'),
|
9
|
-
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?xkiuj4##{$icomoon-font-family}') format('svg');
|
10
|
-
font-weight: normal;
|
11
|
-
font-style: normal;
|
12
|
-
font-display: block;
|
13
|
-
}
|
14
|
-
|
15
|
-
.ax-icon {
|
16
|
-
/* use !important to prevent issues with browser extensions that change fonts */
|
17
|
-
font-family: '#{$icomoon-font-family}' !important;
|
18
|
-
speak: never;
|
19
|
-
font-style: normal;
|
20
|
-
font-weight: normal;
|
21
|
-
font-variant: normal;
|
22
|
-
text-transform: none;
|
23
|
-
line-height: 1;
|
24
|
-
|
25
|
-
/* Better Font Rendering =========== */
|
26
|
-
-webkit-font-smoothing: antialiased;
|
27
|
-
-moz-osx-font-smoothing: grayscale;
|
28
|
-
}
|
29
|
-
|
30
|
-
.ax-icon-block {
|
31
|
-
&:before {
|
32
|
-
content: $ax-icon-block;
|
33
|
-
}
|
34
|
-
}
|
35
|
-
.ax-icon-archive {
|
36
|
-
&:before {
|
37
|
-
content: $ax-icon-archive;
|
38
|
-
}
|
39
|
-
}
|
40
|
-
.ax-icon-more-vertical {
|
41
|
-
&:before {
|
42
|
-
content: $ax-icon-more-vertical;
|
43
|
-
}
|
44
|
-
}
|
45
|
-
.ax-icon-more-horizontal {
|
46
|
-
&:before {
|
47
|
-
content: $ax-icon-more-horizontal;
|
48
|
-
}
|
49
|
-
}
|
50
|
-
.ax-icon-arrow-short-right {
|
51
|
-
&:before {
|
52
|
-
content: $ax-icon-arrow-short-right;
|
53
|
-
}
|
54
|
-
}
|
55
|
-
.ax-icon-arrow-short-down {
|
56
|
-
&:before {
|
57
|
-
content: $ax-icon-arrow-short-down;
|
58
|
-
}
|
59
|
-
}
|
60
|
-
.ax-icon-arrow-short-up {
|
61
|
-
&:before {
|
62
|
-
content: $ax-icon-arrow-short-up;
|
63
|
-
}
|
64
|
-
}
|
65
|
-
.ax-icon-arrow-short-left {
|
66
|
-
&:before {
|
67
|
-
content: $ax-icon-arrow-short-left;
|
68
|
-
}
|
69
|
-
}
|
70
|
-
.ax-icon-arrow-long-right {
|
71
|
-
&:before {
|
72
|
-
content: $ax-icon-arrow-long-right;
|
73
|
-
}
|
74
|
-
}
|
75
|
-
.ax-icon-arrow-long-up {
|
76
|
-
&:before {
|
77
|
-
content: $ax-icon-arrow-long-up;
|
78
|
-
}
|
79
|
-
}
|
80
|
-
.ax-icon-arrow-long-left {
|
81
|
-
&:before {
|
82
|
-
content: $ax-icon-arrow-long-left;
|
83
|
-
}
|
84
|
-
}
|
85
|
-
.ax-icon-arrow-long-down {
|
86
|
-
&:before {
|
87
|
-
content: $ax-icon-arrow-long-down;
|
88
|
-
}
|
89
|
-
}
|
90
|
-
.ax-icon-filter {
|
91
|
-
&:before {
|
92
|
-
content: $ax-icon-filter;
|
93
|
-
}
|
94
|
-
}
|
95
|
-
.ax-icon-progress-bold {
|
96
|
-
&:before {
|
97
|
-
content: $ax-icon-progress-bold;
|
98
|
-
}
|
99
|
-
}
|
100
|
-
.ax-icon-dash-bold {
|
101
|
-
&:before {
|
102
|
-
content: $ax-icon-dash-bold;
|
103
|
-
}
|
104
|
-
}
|
105
|
-
.ax-icon-done-bold {
|
106
|
-
&:before {
|
107
|
-
content: $ax-icon-done-bold;
|
108
|
-
}
|
109
|
-
}
|
110
|
-
.ax-icon-cancel-fill {
|
111
|
-
&:before {
|
112
|
-
content: $ax-icon-cancel-fill;
|
113
|
-
}
|
114
|
-
}
|
115
|
-
.ax-icon-info-fill {
|
116
|
-
&:before {
|
117
|
-
content: $ax-icon-info-fill;
|
118
|
-
}
|
119
|
-
}
|
120
|
-
.ax-icon-info {
|
121
|
-
&:before {
|
122
|
-
content: $ax-icon-info;
|
123
|
-
}
|
124
|
-
}
|
125
|
-
.ax-icon-star-fill {
|
126
|
-
&:before {
|
127
|
-
content: $ax-icon-star-fill;
|
128
|
-
}
|
129
|
-
}
|
130
|
-
.ax-icon-star {
|
131
|
-
&:before {
|
132
|
-
content: $ax-icon-star;
|
133
|
-
}
|
134
|
-
}
|
135
|
-
.ax-icon-light-mode {
|
136
|
-
&:before {
|
137
|
-
content: $ax-icon-light-mode;
|
138
|
-
}
|
139
|
-
}
|
140
|
-
.ax-icon-dark-mode {
|
141
|
-
&:before {
|
142
|
-
content: $ax-icon-dark-mode;
|
143
|
-
}
|
144
|
-
}
|
145
|
-
.ax-icon-color-picker {
|
146
|
-
&:before {
|
147
|
-
content: $ax-icon-color-picker;
|
148
|
-
}
|
149
|
-
}
|
150
|
-
.ax-icon-color-palette {
|
151
|
-
&:before {
|
152
|
-
content: $ax-icon-color-palette;
|
153
|
-
}
|
154
|
-
}
|
155
|
-
.ax-icon-arrow-left {
|
156
|
-
&:before {
|
157
|
-
content: $ax-icon-arrow-left;
|
158
|
-
}
|
159
|
-
}
|
160
|
-
.ax-icon-arrow-down {
|
161
|
-
&:before {
|
162
|
-
content: $ax-icon-arrow-down;
|
163
|
-
}
|
164
|
-
}
|
165
|
-
.ax-icon-arrow-up {
|
166
|
-
&:before {
|
167
|
-
content: $ax-icon-arrow-up;
|
168
|
-
}
|
169
|
-
}
|
170
|
-
.ax-icon-arrow-right {
|
171
|
-
&:before {
|
172
|
-
content: $ax-icon-arrow-right;
|
173
|
-
}
|
174
|
-
}
|
175
|
-
.ax-icon-chevron-left {
|
176
|
-
&:before {
|
177
|
-
content: $ax-icon-chevron-left;
|
178
|
-
}
|
179
|
-
}
|
180
|
-
.ax-icon-chevron-down {
|
181
|
-
&:before {
|
182
|
-
content: $ax-icon-chevron-down;
|
183
|
-
}
|
184
|
-
}
|
185
|
-
.ax-icon-chevron-up {
|
186
|
-
&:before {
|
187
|
-
content: $ax-icon-chevron-up;
|
188
|
-
}
|
189
|
-
}
|
190
|
-
.ax-icon-chevron-right {
|
191
|
-
&:before {
|
192
|
-
content: $ax-icon-chevron-right;
|
193
|
-
}
|
194
|
-
}
|
195
|
-
.ax-icon-first-page {
|
196
|
-
&:before {
|
197
|
-
content: $ax-icon-first-page;
|
198
|
-
}
|
199
|
-
}
|
200
|
-
.ax-icon-last-page {
|
201
|
-
&:before {
|
202
|
-
content: $ax-icon-last-page;
|
203
|
-
}
|
204
|
-
}
|
205
|
-
.ax-icon-full-screen {
|
206
|
-
&:before {
|
207
|
-
content: $ax-icon-full-screen;
|
208
|
-
}
|
209
|
-
}
|
210
|
-
.ax-icon-full-screen-close {
|
211
|
-
&:before {
|
212
|
-
content: $ax-icon-full-screen-close;
|
213
|
-
}
|
214
|
-
}
|
215
|
-
.ax-icon-done {
|
216
|
-
&:before {
|
217
|
-
content: $ax-icon-done;
|
218
|
-
}
|
219
|
-
}
|
220
|
-
.ax-icon-calendar {
|
221
|
-
&:before {
|
222
|
-
content: $ax-icon-calendar;
|
223
|
-
}
|
224
|
-
}
|
225
|
-
.ax-icon-menu {
|
226
|
-
&:before {
|
227
|
-
content: $ax-icon-menu;
|
228
|
-
}
|
229
|
-
}
|
230
|
-
.ax-icon-report {
|
231
|
-
&:before {
|
232
|
-
content: $ax-icon-report;
|
233
|
-
}
|
234
|
-
}
|
235
|
-
.ax-icon-report-fill {
|
236
|
-
&:before {
|
237
|
-
content: $ax-icon-report-fill;
|
238
|
-
}
|
239
|
-
}
|
240
|
-
.ax-icon-error {
|
241
|
-
&:before {
|
242
|
-
content: $ax-icon-error;
|
243
|
-
}
|
244
|
-
}
|
245
|
-
.ax-icon-error-fill {
|
246
|
-
&:before {
|
247
|
-
content: $ax-icon-error-fill;
|
248
|
-
}
|
249
|
-
}
|
250
|
-
.ax-icon-warning {
|
251
|
-
&:before {
|
252
|
-
content: $ax-icon-warning;
|
253
|
-
}
|
254
|
-
}
|
255
|
-
.ax-icon-warning-fill {
|
256
|
-
&:before {
|
257
|
-
content: $ax-icon-warning-fill;
|
258
|
-
}
|
259
|
-
}
|
260
|
-
.ax-icon-check-circle {
|
261
|
-
&:before {
|
262
|
-
content: $ax-icon-check-circle;
|
263
|
-
}
|
264
|
-
}
|
265
|
-
.ax-icon-check-circle-fill {
|
266
|
-
&:before {
|
267
|
-
content: $ax-icon-check-circle-fill;
|
268
|
-
}
|
269
|
-
}
|
270
|
-
.ax-icon-close {
|
271
|
-
&:before {
|
272
|
-
content: $ax-icon-close;
|
273
|
-
}
|
274
|
-
}
|
275
|
-
.ax-icon-time {
|
276
|
-
&:before {
|
277
|
-
content: $ax-icon-time;
|
278
|
-
}
|
279
|
-
}
|
280
|
-
.ax-icon-visibility-off {
|
281
|
-
&:before {
|
282
|
-
content: $ax-icon-visibility-off;
|
283
|
-
}
|
284
|
-
}
|
285
|
-
.ax-icon-visibility {
|
286
|
-
&:before {
|
287
|
-
content: $ax-icon-visibility;
|
288
|
-
}
|
289
|
-
}
|
290
|
-
.ax-icon-unfold-more {
|
291
|
-
&:before {
|
292
|
-
content: $ax-icon-unfold-more;
|
293
|
-
}
|
294
|
-
}
|
295
|
-
.ax-icon-unfold-less {
|
296
|
-
&:before {
|
297
|
-
content: $ax-icon-unfold-less;
|
298
|
-
}
|
299
|
-
}
|
300
|
-
.ax-icon-download {
|
301
|
-
&:before {
|
302
|
-
content: $ax-icon-download;
|
303
|
-
}
|
304
|
-
}
|
305
|
-
.ax-icon-upload {
|
306
|
-
&:before {
|
307
|
-
content: $ax-icon-upload;
|
308
|
-
}
|
309
|
-
}
|
310
|
-
.ax-icon-publish {
|
311
|
-
&:before {
|
312
|
-
content: $ax-icon-publish;
|
313
|
-
}
|
314
|
-
}
|
315
|
-
.ax-icon-cloud-download {
|
316
|
-
&:before {
|
317
|
-
content: $ax-icon-cloud-download;
|
318
|
-
}
|
319
|
-
}
|
320
|
-
.ax-icon-cloud-upload {
|
321
|
-
&:before {
|
322
|
-
content: $ax-icon-cloud-upload;
|
323
|
-
}
|
324
|
-
}
|
325
|
-
.ax-icon-undo {
|
326
|
-
&:before {
|
327
|
-
content: $ax-icon-undo;
|
328
|
-
}
|
329
|
-
}
|
330
|
-
.ax-icon-redo {
|
331
|
-
&:before {
|
332
|
-
content: $ax-icon-redo;
|
333
|
-
}
|
334
|
-
}
|
335
|
-
.ax-icon-search {
|
336
|
-
&:before {
|
337
|
-
content: $ax-icon-search;
|
338
|
-
}
|
339
|
-
}
|
340
|
-
.ax-icon-add {
|
341
|
-
&:before {
|
342
|
-
content: $ax-icon-add;
|
343
|
-
}
|
344
|
-
}
|
345
|
-
.ax-icon-remove {
|
346
|
-
&:before {
|
347
|
-
content: $ax-icon-remove;
|
348
|
-
}
|
349
|
-
}
|
350
|
-
.ax-icon-paste {
|
351
|
-
&:before {
|
352
|
-
content: $ax-icon-paste;
|
353
|
-
}
|
354
|
-
}
|
355
|
-
.ax-icon-cut {
|
356
|
-
&:before {
|
357
|
-
content: $ax-icon-cut;
|
358
|
-
}
|
359
|
-
}
|
360
|
-
.ax-icon-copy {
|
361
|
-
&:before {
|
362
|
-
content: $ax-icon-copy;
|
363
|
-
}
|
364
|
-
}
|
365
|
-
.ax-icon-refresh {
|
366
|
-
&:before {
|
367
|
-
content: $ax-icon-refresh;
|
368
|
-
}
|
369
|
-
}
|
370
|
-
.ax-icon-inbox {
|
371
|
-
&:before {
|
372
|
-
content: $ax-icon-inbox;
|
373
|
-
}
|
374
|
-
}
|
375
|
-
.ax-icon-skip-previous {
|
376
|
-
&:before {
|
377
|
-
content: $ax-icon-skip-previous;
|
378
|
-
}
|
379
|
-
}
|
380
|
-
.ax-icon-skip-next {
|
381
|
-
&:before {
|
382
|
-
content: $ax-icon-skip-next;
|
383
|
-
}
|
384
|
-
}
|
385
|
-
.ax-icon-delete {
|
386
|
-
&:before {
|
387
|
-
content: $ax-icon-delete;
|
388
|
-
}
|
389
|
-
}
|
390
|
-
.ax-icon-happy {
|
391
|
-
&:before {
|
392
|
-
content: $ax-icon-happy;
|
393
|
-
}
|
394
|
-
}
|
395
|
-
.ax-icon-normal {
|
396
|
-
&:before {
|
397
|
-
content: $ax-icon-normal;
|
398
|
-
}
|
399
|
-
}
|
400
|
-
.ax-icon-sad {
|
401
|
-
&:before {
|
402
|
-
content: $ax-icon-sad;
|
403
|
-
}
|
404
|
-
}
|
405
|
-
.ax-icon-person {
|
406
|
-
&:before {
|
407
|
-
content: $ax-icon-person;
|
408
|
-
}
|
409
|
-
}
|
410
|
-
.ax-icon-dashboard {
|
411
|
-
&:before {
|
412
|
-
content: $ax-icon-dashboard;
|
413
|
-
}
|
414
|
-
}
|
415
|
-
|
package/icons/variables.scss
DELETED
@@ -1,81 +0,0 @@
|
|
1
|
-
$icomoon-font-family: "acorex-icons" !default;
|
2
|
-
$icomoon-font-path: "fonts" !default;
|
3
|
-
|
4
|
-
$ax-icon-block: "\e94b";
|
5
|
-
$ax-icon-archive: "\e94c";
|
6
|
-
$ax-icon-more-vertical: "\e914";
|
7
|
-
$ax-icon-more-horizontal: "\e94a";
|
8
|
-
$ax-icon-arrow-short-right: "\e924";
|
9
|
-
$ax-icon-arrow-short-down: "\e925";
|
10
|
-
$ax-icon-arrow-short-up: "\e944";
|
11
|
-
$ax-icon-arrow-short-left: "\e945";
|
12
|
-
$ax-icon-arrow-long-right: "\e946";
|
13
|
-
$ax-icon-arrow-long-up: "\e947";
|
14
|
-
$ax-icon-arrow-long-left: "\e948";
|
15
|
-
$ax-icon-arrow-long-down: "\e949";
|
16
|
-
$ax-icon-filter: "\e943";
|
17
|
-
$ax-icon-progress-bold: "\e940";
|
18
|
-
$ax-icon-dash-bold: "\e941";
|
19
|
-
$ax-icon-done-bold: "\e942";
|
20
|
-
$ax-icon-cancel-fill: "\e93f";
|
21
|
-
$ax-icon-info-fill: "\e93d";
|
22
|
-
$ax-icon-info: "\e93e";
|
23
|
-
$ax-icon-star-fill: "\e900";
|
24
|
-
$ax-icon-star: "\e901";
|
25
|
-
$ax-icon-light-mode: "\e902";
|
26
|
-
$ax-icon-dark-mode: "\e903";
|
27
|
-
$ax-icon-color-picker: "\e904";
|
28
|
-
$ax-icon-color-palette: "\e905";
|
29
|
-
$ax-icon-arrow-left: "\e906";
|
30
|
-
$ax-icon-arrow-down: "\e907";
|
31
|
-
$ax-icon-arrow-up: "\e908";
|
32
|
-
$ax-icon-arrow-right: "\e909";
|
33
|
-
$ax-icon-chevron-left: "\e90a";
|
34
|
-
$ax-icon-chevron-down: "\e90b";
|
35
|
-
$ax-icon-chevron-up: "\e90c";
|
36
|
-
$ax-icon-chevron-right: "\e90d";
|
37
|
-
$ax-icon-first-page: "\e90e";
|
38
|
-
$ax-icon-last-page: "\e90f";
|
39
|
-
$ax-icon-full-screen: "\e910";
|
40
|
-
$ax-icon-full-screen-close: "\e911";
|
41
|
-
$ax-icon-done: "\e912";
|
42
|
-
$ax-icon-calendar: "\e913";
|
43
|
-
$ax-icon-menu: "\e915";
|
44
|
-
$ax-icon-report: "\e916";
|
45
|
-
$ax-icon-report-fill: "\e917";
|
46
|
-
$ax-icon-error: "\e918";
|
47
|
-
$ax-icon-error-fill: "\e919";
|
48
|
-
$ax-icon-warning: "\e91a";
|
49
|
-
$ax-icon-warning-fill: "\e91b";
|
50
|
-
$ax-icon-check-circle: "\e91c";
|
51
|
-
$ax-icon-check-circle-fill: "\e91d";
|
52
|
-
$ax-icon-close: "\e91e";
|
53
|
-
$ax-icon-time: "\e91f";
|
54
|
-
$ax-icon-visibility-off: "\e920";
|
55
|
-
$ax-icon-visibility: "\e921";
|
56
|
-
$ax-icon-unfold-more: "\e922";
|
57
|
-
$ax-icon-unfold-less: "\e923";
|
58
|
-
$ax-icon-download: "\e926";
|
59
|
-
$ax-icon-upload: "\e927";
|
60
|
-
$ax-icon-publish: "\e928";
|
61
|
-
$ax-icon-cloud-download: "\e929";
|
62
|
-
$ax-icon-cloud-upload: "\e92a";
|
63
|
-
$ax-icon-undo: "\e92b";
|
64
|
-
$ax-icon-redo: "\e92c";
|
65
|
-
$ax-icon-search: "\e92d";
|
66
|
-
$ax-icon-add: "\e92e";
|
67
|
-
$ax-icon-remove: "\e92f";
|
68
|
-
$ax-icon-paste: "\e930";
|
69
|
-
$ax-icon-cut: "\e931";
|
70
|
-
$ax-icon-copy: "\e932";
|
71
|
-
$ax-icon-refresh: "\e933";
|
72
|
-
$ax-icon-inbox: "\e934";
|
73
|
-
$ax-icon-skip-previous: "\e935";
|
74
|
-
$ax-icon-skip-next: "\e936";
|
75
|
-
$ax-icon-delete: "\e937";
|
76
|
-
$ax-icon-happy: "\e938";
|
77
|
-
$ax-icon-normal: "\e939";
|
78
|
-
$ax-icon-sad: "\e93a";
|
79
|
-
$ax-icon-person: "\e93b";
|
80
|
-
$ax-icon-dashboard: "\e93c";
|
81
|
-
|