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