@acorex/styles 6.1.0 → 6.1.2

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.
@@ -1,240 +1,280 @@
1
- @import "variables";
2
-
3
- @font-face {
4
- font-family: '#{$icomoon-font-family}';
5
- src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?1da3f8');
6
- src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?1da3f8#iefix') format('embedded-opentype'),
7
- url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?1da3f8') format('truetype'),
8
- url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?1da3f8') format('woff'),
9
- url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?1da3f8##{$icomoon-font-family}') format('svg');
10
- font-weight: normal;
11
- font-style: normal;
12
- font-display: block;
13
- }
14
-
15
- [class^="ax-ic-"], [class*=" ax-ic-"] {
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-ic-inbox {
31
- &:before {
32
- content: $ax-ic-inbox;
33
- }
34
- }
35
- .ax-ic-cloud-download {
36
- &:before {
37
- content: $ax-ic-cloud-download;
38
- }
39
- }
40
- .ax-ic-download {
41
- &:before {
42
- content: $ax-ic-download;
43
- }
44
- }
45
- .ax-ic-upload {
46
- &:before {
47
- content: $ax-ic-upload;
48
- }
49
- }
50
- .ax-ic-cloud-upload {
51
- &:before {
52
- content: $ax-ic-cloud-upload;
53
- }
54
- }
55
- .ax-ic-empty-box {
56
- &:before {
57
- content: $ax-ic-empty-box;
58
- }
59
- }
60
- .ax-ic-colorize {
61
- &:before {
62
- content: $ax-ic-colorize;
63
- }
64
- }
65
- .ax-ic-pase {
66
- &:before {
67
- content: $ax-ic-pase;
68
- }
69
- }
70
- .ax-ic-copy {
71
- &:before {
72
- content: $ax-ic-copy;
73
- }
74
- }
75
- .ax-ic-star-filled {
76
- &:before {
77
- content: $ax-ic-star-filled;
78
- }
79
- }
80
- .ax-ic-star-half-filled {
81
- &:before {
82
- content: $ax-ic-star-half-filled;
83
- }
84
- }
85
- .ax-ic-star-outline {
86
- &:before {
87
- content: $ax-ic-star-outline;
88
- }
89
- }
90
- .ax-ic-remove {
91
- &:before {
92
- content: $ax-ic-remove;
93
- }
94
- }
95
- .ax-ic-plus {
96
- &:before {
97
- content: $ax-ic-plus;
98
- }
99
- }
100
- .ax-ic-magnify {
101
- &:before {
102
- content: $ax-ic-magnify;
103
- }
104
- }
105
- .ax-ic-arrow-circle {
106
- &:before {
107
- content: $ax-ic-arrow-circle;
108
- }
109
- }
110
- .ax-ic-arrow-circle-fill {
111
- &:before {
112
- content: $ax-ic-arrow-circle-fill;
113
- }
114
- }
115
- .ax-ic-arrow-half {
116
- &:before {
117
- content: $ax-ic-arrow-half;
118
- }
119
- }
120
- .ax-ic-arrow-fill {
121
- &:before {
122
- content: $ax-ic-arrow-fill;
123
- }
124
- }
125
- .ax-ic-arrow {
126
- &:before {
127
- content: $ax-ic-arrow;
128
- }
129
- }
130
- .ax-ic-unfold {
131
- &:before {
132
- content: $ax-ic-unfold;
133
- }
134
- }
135
- .ax-ic-half-arrow {
136
- &:before {
137
- content: $ax-ic-half-arrow;
138
- }
139
- }
140
- .ax-ic-fullscreen {
141
- &:before {
142
- content: $ax-ic-fullscreen;
143
- }
144
- }
145
- .ax-ic-close-fullscreen {
146
- &:before {
147
- content: $ax-ic-close-fullscreen;
148
- }
149
- }
150
- .ax-ic-fold {
151
- &:before {
152
- content: $ax-ic-fold;
153
- }
154
- }
155
- .ax-ic-eye {
156
- &:before {
157
- content: $ax-ic-eye;
158
- }
159
- }
160
- .ax-ic-eye-off {
161
- &:before {
162
- content: $ax-ic-eye-off;
163
- }
164
- }
165
- .ax-ic-calendar {
166
- &:before {
167
- content: $ax-ic-calendar;
168
- }
169
- }
170
- .ax-ic-time {
171
- &:before {
172
- content: $ax-ic-time;
173
- }
174
- }
175
- .ax-ic-check {
176
- &:before {
177
- content: $ax-ic-check;
178
- }
179
- }
180
- .ax-ic-check-filled {
181
- &:before {
182
- content: $ax-ic-check-filled;
183
- }
184
- }
185
- .ax-ic-chevron {
186
- &:before {
187
- content: $ax-ic-chevron;
188
- }
189
- }
190
- .ax-ic-close {
191
- &:before {
192
- content: $ax-ic-close;
193
- }
194
- }
195
- .ax-ic-error-filled {
196
- &:before {
197
- content: $ax-ic-error-filled;
198
- }
199
- }
200
- .ax-ic-chevron-page {
201
- &:before {
202
- content: $ax-ic-chevron-page;
203
- }
204
- }
205
- .ax-ic-info-filled {
206
- &:before {
207
- content: $ax-ic-info-filled;
208
- }
209
- }
210
- .ax-ic-chevron-double {
211
- &:before {
212
- content: $ax-ic-chevron-double;
213
- }
214
- }
215
- .ax-ic-menu {
216
- &:before {
217
- content: $ax-ic-menu;
218
- }
219
- }
220
- .ax-ic-more {
221
- &:before {
222
- content: $ax-ic-more;
223
- }
224
- }
225
- .ax-ic-warning-filled {
226
- &:before {
227
- content: $ax-ic-warning-filled;
228
- }
229
- }
230
- .ax-ic-chevron-page-filled {
231
- &:before {
232
- content: $ax-ic-chevron-page-filled;
233
- }
234
- }
235
- .ax-ic-calendar-today {
236
- &:before {
237
- content: $ax-ic-calendar-today;
238
- }
239
- }
240
-
1
+ @import "variables";
2
+
3
+ @font-face {
4
+ font-family: '#{$icomoon-font-family}';
5
+ src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?vvlbi0');
6
+ src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?vvlbi0#iefix') format('embedded-opentype'),
7
+ url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?vvlbi0') format('truetype'),
8
+ url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?vvlbi0') format('woff'),
9
+ url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?vvlbi0##{$icomoon-font-family}') format('svg');
10
+ font-weight: normal;
11
+ font-style: normal;
12
+ font-display: block;
13
+ }
14
+
15
+ [class^="ax-ic-"], [class*=" ax-ic-"] {
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-ic-skip-previous {
31
+ &:before {
32
+ content: $ax-ic-skip-previous;
33
+ }
34
+ }
35
+ .ax-ic-arrow-left {
36
+ &:before {
37
+ content: $ax-ic-arrow-left;
38
+ }
39
+ }
40
+ .ax-ic-skip-next {
41
+ &:before {
42
+ content: $ax-ic-skip-next;
43
+ }
44
+ }
45
+ .ax-ic-arrow-right {
46
+ &:before {
47
+ content: $ax-ic-arrow-right;
48
+ }
49
+ }
50
+ .ax-ic-first-page {
51
+ &:before {
52
+ content: $ax-ic-first-page;
53
+ }
54
+ }
55
+ .ax-ic-last-page {
56
+ &:before {
57
+ content: $ax-ic-last-page;
58
+ }
59
+ }
60
+ .ax-ic-chevron-left {
61
+ &:before {
62
+ content: $ax-ic-chevron-left;
63
+ }
64
+ }
65
+ .ax-ic-chevron-right {
66
+ &:before {
67
+ content: $ax-ic-chevron-right;
68
+ }
69
+ }
70
+ .ax-ic-inbox {
71
+ &:before {
72
+ content: $ax-ic-inbox;
73
+ }
74
+ }
75
+ .ax-ic-cloud-download {
76
+ &:before {
77
+ content: $ax-ic-cloud-download;
78
+ }
79
+ }
80
+ .ax-ic-download {
81
+ &:before {
82
+ content: $ax-ic-download;
83
+ }
84
+ }
85
+ .ax-ic-upload {
86
+ &:before {
87
+ content: $ax-ic-upload;
88
+ }
89
+ }
90
+ .ax-ic-cloud-upload {
91
+ &:before {
92
+ content: $ax-ic-cloud-upload;
93
+ }
94
+ }
95
+ .ax-ic-empty-box {
96
+ &:before {
97
+ content: $ax-ic-empty-box;
98
+ }
99
+ }
100
+ .ax-ic-colorize {
101
+ &:before {
102
+ content: $ax-ic-colorize;
103
+ }
104
+ }
105
+ .ax-ic-pase {
106
+ &:before {
107
+ content: $ax-ic-pase;
108
+ }
109
+ }
110
+ .ax-ic-copy {
111
+ &:before {
112
+ content: $ax-ic-copy;
113
+ }
114
+ }
115
+ .ax-ic-star-filled {
116
+ &:before {
117
+ content: $ax-ic-star-filled;
118
+ }
119
+ }
120
+ .ax-ic-star-half-filled {
121
+ &:before {
122
+ content: $ax-ic-star-half-filled;
123
+ }
124
+ }
125
+ .ax-ic-star-outline {
126
+ &:before {
127
+ content: $ax-ic-star-outline;
128
+ }
129
+ }
130
+ .ax-ic-remove {
131
+ &:before {
132
+ content: $ax-ic-remove;
133
+ }
134
+ }
135
+ .ax-ic-plus {
136
+ &:before {
137
+ content: $ax-ic-plus;
138
+ }
139
+ }
140
+ .ax-ic-magnify {
141
+ &:before {
142
+ content: $ax-ic-magnify;
143
+ }
144
+ }
145
+ .ax-ic-arrow-circle {
146
+ &:before {
147
+ content: $ax-ic-arrow-circle;
148
+ }
149
+ }
150
+ .ax-ic-arrow-circle-fill {
151
+ &:before {
152
+ content: $ax-ic-arrow-circle-fill;
153
+ }
154
+ }
155
+ .ax-ic-arrow-half {
156
+ &:before {
157
+ content: $ax-ic-arrow-half;
158
+ }
159
+ }
160
+ .ax-ic-arrow-fill {
161
+ &:before {
162
+ content: $ax-ic-arrow-fill;
163
+ }
164
+ }
165
+ .ax-ic-arrow {
166
+ &:before {
167
+ content: $ax-ic-arrow;
168
+ }
169
+ }
170
+ .ax-ic-unfold {
171
+ &:before {
172
+ content: $ax-ic-unfold;
173
+ }
174
+ }
175
+ .ax-ic-half-arrow {
176
+ &:before {
177
+ content: $ax-ic-half-arrow;
178
+ }
179
+ }
180
+ .ax-ic-fullscreen {
181
+ &:before {
182
+ content: $ax-ic-fullscreen;
183
+ }
184
+ }
185
+ .ax-ic-close-fullscreen {
186
+ &:before {
187
+ content: $ax-ic-close-fullscreen;
188
+ }
189
+ }
190
+ .ax-ic-fold {
191
+ &:before {
192
+ content: $ax-ic-fold;
193
+ }
194
+ }
195
+ .ax-ic-eye {
196
+ &:before {
197
+ content: $ax-ic-eye;
198
+ }
199
+ }
200
+ .ax-ic-eye-off {
201
+ &:before {
202
+ content: $ax-ic-eye-off;
203
+ }
204
+ }
205
+ .ax-ic-calendar {
206
+ &:before {
207
+ content: $ax-ic-calendar;
208
+ }
209
+ }
210
+ .ax-ic-time {
211
+ &:before {
212
+ content: $ax-ic-time;
213
+ }
214
+ }
215
+ .ax-ic-check {
216
+ &:before {
217
+ content: $ax-ic-check;
218
+ }
219
+ }
220
+ .ax-ic-check-filled {
221
+ &:before {
222
+ content: $ax-ic-check-filled;
223
+ }
224
+ }
225
+ .ax-ic-chevron {
226
+ &:before {
227
+ content: $ax-ic-chevron;
228
+ }
229
+ }
230
+ .ax-ic-close {
231
+ &:before {
232
+ content: $ax-ic-close;
233
+ }
234
+ }
235
+ .ax-ic-error-filled {
236
+ &:before {
237
+ content: $ax-ic-error-filled;
238
+ }
239
+ }
240
+ .ax-ic-chevron-page {
241
+ &:before {
242
+ content: $ax-ic-chevron-page;
243
+ }
244
+ }
245
+ .ax-ic-info-filled {
246
+ &:before {
247
+ content: $ax-ic-info-filled;
248
+ }
249
+ }
250
+ .ax-ic-chevron-double {
251
+ &:before {
252
+ content: $ax-ic-chevron-double;
253
+ }
254
+ }
255
+ .ax-ic-menu {
256
+ &:before {
257
+ content: $ax-ic-menu;
258
+ }
259
+ }
260
+ .ax-ic-more {
261
+ &:before {
262
+ content: $ax-ic-more;
263
+ }
264
+ }
265
+ .ax-ic-warning-filled {
266
+ &:before {
267
+ content: $ax-ic-warning-filled;
268
+ }
269
+ }
270
+ .ax-ic-chevron-page-filled {
271
+ &:before {
272
+ content: $ax-ic-chevron-page-filled;
273
+ }
274
+ }
275
+ .ax-ic-calendar-today {
276
+ &:before {
277
+ content: $ax-ic-calendar-today;
278
+ }
279
+ }
280
+
@@ -1,46 +1,54 @@
1
- $icomoon-font-family: "acorex-icon" !default;
2
- $icomoon-font-path: "fonts" !default;
3
-
4
- $ax-ic-inbox: "\e925";
5
- $ax-ic-cloud-download: "\e926";
6
- $ax-ic-download: "\e927";
7
- $ax-ic-upload: "\e928";
8
- $ax-ic-cloud-upload: "\e929";
9
- $ax-ic-empty-box: "\e924";
10
- $ax-ic-colorize: "\e921";
11
- $ax-ic-pase: "\e922";
12
- $ax-ic-copy: "\e923";
13
- $ax-ic-star-filled: "\e91e";
14
- $ax-ic-star-half-filled: "\e91f";
15
- $ax-ic-star-outline: "\e920";
16
- $ax-ic-remove: "\e91b";
17
- $ax-ic-plus: "\e91c";
18
- $ax-ic-magnify: "\e91d";
19
- $ax-ic-arrow-circle: "\e911";
20
- $ax-ic-arrow-circle-fill: "\e912";
21
- $ax-ic-arrow-half: "\e913";
22
- $ax-ic-arrow-fill: "\e914";
23
- $ax-ic-arrow: "\e915";
24
- $ax-ic-unfold: "\e916";
25
- $ax-ic-half-arrow: "\e917";
26
- $ax-ic-fullscreen: "\e918";
27
- $ax-ic-close-fullscreen: "\e919";
28
- $ax-ic-fold: "\e91a";
29
- $ax-ic-eye: "\e901";
30
- $ax-ic-eye-off: "\e902";
31
- $ax-ic-calendar: "\e903";
32
- $ax-ic-time: "\e900";
33
- $ax-ic-check: "\e904";
34
- $ax-ic-check-filled: "\e905";
35
- $ax-ic-chevron: "\e906";
36
- $ax-ic-close: "\e907";
37
- $ax-ic-error-filled: "\e908";
38
- $ax-ic-chevron-page: "\e909";
39
- $ax-ic-info-filled: "\e90a";
40
- $ax-ic-chevron-double: "\e90b";
41
- $ax-ic-menu: "\e90c";
42
- $ax-ic-more: "\e90d";
43
- $ax-ic-warning-filled: "\e90e";
44
- $ax-ic-chevron-page-filled: "\e90f";
45
- $ax-ic-calendar-today: "\e910";
46
-
1
+ $icomoon-font-family: "acorex-icon" !default;
2
+ $icomoon-font-path: "fonts" !default;
3
+
4
+ $ax-ic-skip-previous: "\e92a";
5
+ $ax-ic-arrow-left: "\e92b";
6
+ $ax-ic-skip-next: "\e92c";
7
+ $ax-ic-arrow-right: "\e92d";
8
+ $ax-ic-first-page: "\e92e";
9
+ $ax-ic-last-page: "\e92f";
10
+ $ax-ic-chevron-left: "\e930";
11
+ $ax-ic-chevron-right: "\e931";
12
+ $ax-ic-inbox: "\e925";
13
+ $ax-ic-cloud-download: "\e926";
14
+ $ax-ic-download: "\e927";
15
+ $ax-ic-upload: "\e928";
16
+ $ax-ic-cloud-upload: "\e929";
17
+ $ax-ic-empty-box: "\e924";
18
+ $ax-ic-colorize: "\e921";
19
+ $ax-ic-pase: "\e922";
20
+ $ax-ic-copy: "\e923";
21
+ $ax-ic-star-filled: "\e91e";
22
+ $ax-ic-star-half-filled: "\e91f";
23
+ $ax-ic-star-outline: "\e920";
24
+ $ax-ic-remove: "\e91b";
25
+ $ax-ic-plus: "\e91c";
26
+ $ax-ic-magnify: "\e91d";
27
+ $ax-ic-arrow-circle: "\e911";
28
+ $ax-ic-arrow-circle-fill: "\e912";
29
+ $ax-ic-arrow-half: "\e913";
30
+ $ax-ic-arrow-fill: "\e914";
31
+ $ax-ic-arrow: "\e915";
32
+ $ax-ic-unfold: "\e916";
33
+ $ax-ic-half-arrow: "\e917";
34
+ $ax-ic-fullscreen: "\e918";
35
+ $ax-ic-close-fullscreen: "\e919";
36
+ $ax-ic-fold: "\e91a";
37
+ $ax-ic-eye: "\e901";
38
+ $ax-ic-eye-off: "\e902";
39
+ $ax-ic-calendar: "\e903";
40
+ $ax-ic-time: "\e900";
41
+ $ax-ic-check: "\e904";
42
+ $ax-ic-check-filled: "\e905";
43
+ $ax-ic-chevron: "\e906";
44
+ $ax-ic-close: "\e907";
45
+ $ax-ic-error-filled: "\e908";
46
+ $ax-ic-chevron-page: "\e909";
47
+ $ax-ic-info-filled: "\e90a";
48
+ $ax-ic-chevron-double: "\e90b";
49
+ $ax-ic-menu: "\e90c";
50
+ $ax-ic-more: "\e90d";
51
+ $ax-ic-warning-filled: "\e90e";
52
+ $ax-ic-chevron-page-filled: "\e90f";
53
+ $ax-ic-calendar-today: "\e910";
54
+
@@ -20,4 +20,7 @@
20
20
  font-size: 1rem;
21
21
  }
22
22
  }
23
+ .ax-filp {
24
+ transform: scale(-1, 1);
25
+ }
23
26
  }
@@ -49,18 +49,18 @@ $theme-colors: (
49
49
  "900": "6 78 59",
50
50
  ),
51
51
  "danger": (
52
- "": "239 68 68",
53
- "fore": "255 255 255",
54
- "50": "254 242 242",
55
- "100": "254 226 226",
56
- "200": "254 202 202",
57
- "300": "252 165 165",
58
- "400": "248 113 113",
59
- "500": "239 68 68",
60
- "600": "220 38 38",
61
- "700": "185 28 28",
62
- "800": "153 27 27",
63
- "900": "127 29 29",
52
+ "": "244 63 94",
53
+ "fore": "255 241 242",
54
+ "50": "255 241 242",
55
+ "100": "255 228 230",
56
+ "200": "254 205 211",
57
+ "300": "253 164 175",
58
+ "400": "251 113 133",
59
+ "500": "244 63 94",
60
+ "600": "225 29 72",
61
+ "700": "190 18 60",
62
+ "800": "159 18 57",
63
+ "900": "136 19 55",
64
64
  ),
65
65
  "warning": (
66
66
  "": "255 193 7",