@acorex/styles 6.0.12 → 6.1.1

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,240 @@
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?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,46 +1,46 @@
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-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,23 +1,23 @@
1
1
  @layer utilities {
2
2
  .ax-sm {
3
3
  --ax-base-size: calc(var(--ax-size) - 2px);
4
- // font-size: 0.75rem;
5
- // * {
6
- // font-size: 0.75rem;
7
- // }
4
+ font-size: 0.75rem;
5
+ * {
6
+ font-size: 0.75rem;
7
+ }
8
8
  }
9
9
  .ax-md {
10
10
  --ax-base-size: var(--ax-size);
11
- font-size: 1rem;
11
+ font-size: 0.875rem;
12
12
  * {
13
- font-size: 1rem;
13
+ font-size: 0.875rem;
14
14
  }
15
15
  }
16
16
  .ax-lg {
17
17
  --ax-base-size: calc(var(--ax-size) + 2px);
18
- font-size: 1.125rem;
18
+ font-size: 1rem;
19
19
  * {
20
- font-size: 1.125rem;
20
+ font-size: 1rem;
21
21
  }
22
22
  }
23
23
  }