@acorex/styles 18.12.29 → 18.12.30
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/README.md +32 -32
- package/icons/fontawesome/_variables.scss +185 -185
- package/icons/fontawesome/fontawesome.scss +17 -17
- package/icons/huge/huge-bulk/_variables.scss +185 -185
- package/icons/huge/huge-bulk/bulk-rounded.scss +13 -13
- package/icons/huge/huge-duotone/_variables.scss +185 -185
- package/icons/huge/huge-duotone/duotone-rounded.scss +13 -13
- package/icons/huge/huge-solid/solid-rounded.scss +13 -13
- package/icons/huge/huge-solid/solid-sharp.scss +13 -13
- package/icons/huge/huge-solid/solid-standard.scss +13 -13
- package/icons/huge/huge-solid/variables/_rounded-variables.scss +185 -185
- package/icons/huge/huge-solid/variables/_sharp-variables.scss +185 -185
- package/icons/huge/huge-solid/variables/_standard-variables.scss +185 -185
- package/icons/huge/huge-stroke/stroke-rounded.scss +13 -13
- package/icons/huge/huge-stroke/stroke-sharp.scss +13 -13
- package/icons/huge/huge-stroke/stroke-standard.scss +13 -13
- package/icons/huge/huge-stroke/variables/_rounded-variables.scss +185 -185
- package/icons/huge/huge-stroke/variables/_sharp-variables.scss +185 -185
- package/icons/huge/huge-stroke/variables/_standard-variables.scss +185 -185
- package/icons/huge/huge-twotone/_variables.scss +185 -185
- package/icons/huge/huge-twotone/twotone-rounded.scss +13 -13
- package/icons/index.scss +570 -570
- package/icons/material/_variables.scss +185 -185
- package/icons/material/material.scss +22 -22
- package/index.css +3058 -0
- package/index.min.css +1 -0
- package/index.scss +9 -9
- package/package.json +11 -11
- package/src/base/_preflight.scss +405 -405
- package/src/base/index.scss +13 -13
- package/src/mixins/_look.scss +83 -83
- package/src/mixins/_media.scss +73 -73
- package/src/mixins/_util.scss +19 -19
- package/src/mixins/index.scss +3 -3
- package/src/shared/_action-item.scss +109 -109
- package/src/shared/_actionsheet.scss +20 -20
- package/src/shared/_check-box.scss +60 -60
- package/src/shared/_color-look.scss +864 -864
- package/src/shared/_drop-down.scss +76 -76
- package/src/shared/_editor-container.scss +258 -258
- package/src/shared/_general-button.scss +87 -87
- package/src/shared/_inputs.scss +16 -16
- package/src/shared/_list.scss +199 -199
- package/src/shared/_radio.scss +57 -57
- package/src/shared/_table.scss +149 -149
- package/src/shared/_utils.scss +84 -84
- package/src/shared/index.scss +12 -12
- package/src/utility/index.scss +24 -24
- package/src/variables/_colors.scss +2 -2
- package/src/variables/_degrees.scss +1 -1
- package/src/variables/index.scss +2 -2
- package/tailwind-base.js +234 -234
- package/themes/default.css +1 -0
- package/themes/default.scss +143 -143
package/README.md
CHANGED
@@ -1,32 +1,32 @@
|
|
1
|
-
# ACoreX Styles
|
2
|
-
|
3
|
-
ACoreX is an UI framework based on angular. With over 50+ beautiful fully responsive and accessible components for everyone.
|
4
|
-
|
5
|
-
<p style="text-align: center;">
|
6
|
-
<picture>
|
7
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://acorexui.com/acorex-slang-dark.svg">
|
8
|
-
<img alt="Acorex - Design System, UI Framework, App Builder" src="https://acorexui.com/acorex-slang.svg" width="100%">
|
9
|
-
</picture>
|
10
|
-
</p>
|
11
|
-
|
12
|
-
<div style="text-align: center;">
|
13
|
-
|
14
|
-
[]()
|
15
|
-
|
16
|
-
</div>
|
17
|
-
|
18
|
-
A few links to help you get started:
|
19
|
-
|
20
|
-
- [ACoreX: Documentation, Guides](https://acorexui.com)
|
21
|
-
|
22
|
-
## Core Team
|
23
|
-
|
24
|
-
| Arash Oshnoudi | Ali Safari | Matin Givi | Reza Safari |
|
25
|
-
| ------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
|
26
|
-
|  |  |  |  |
|
27
|
-
|
28
|
-
<br/>
|
29
|
-
|
30
|
-
| Shahin Kahrizi | Mohamad Parsaeifard | Mohamad Hasanzade | Meysa Aghili |
|
31
|
-
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
32
|
-
|  |  |  |  |
|
1
|
+
# ACoreX Styles
|
2
|
+
|
3
|
+
ACoreX is an UI framework based on angular. With over 50+ beautiful fully responsive and accessible components for everyone.
|
4
|
+
|
5
|
+
<p style="text-align: center;">
|
6
|
+
<picture>
|
7
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://acorexui.com/acorex-slang-dark.svg">
|
8
|
+
<img alt="Acorex - Design System, UI Framework, App Builder" src="https://acorexui.com/acorex-slang.svg" width="100%">
|
9
|
+
</picture>
|
10
|
+
</p>
|
11
|
+
|
12
|
+
<div style="text-align: center;">
|
13
|
+
|
14
|
+
[]()
|
15
|
+
|
16
|
+
</div>
|
17
|
+
|
18
|
+
A few links to help you get started:
|
19
|
+
|
20
|
+
- [ACoreX: Documentation, Guides](https://acorexui.com)
|
21
|
+
|
22
|
+
## Core Team
|
23
|
+
|
24
|
+
| Arash Oshnoudi | Ali Safari | Matin Givi | Reza Safari |
|
25
|
+
| ------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
|
26
|
+
|  |  |  |  |
|
27
|
+
|
28
|
+
<br/>
|
29
|
+
|
30
|
+
| Shahin Kahrizi | Mohamad Parsaeifard | Mohamad Hasanzade | Meysa Aghili |
|
31
|
+
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
32
|
+
|  |  |  |  |
|
@@ -1,185 +1,185 @@
|
|
1
|
-
$ax-icon-more-horizontal: '\f141';
|
2
|
-
$ax-icon-more-horizontal-after: '';
|
3
|
-
|
4
|
-
$ax-icon-more-vertical: '\f142';
|
5
|
-
$ax-icon-more-vertical-after: '';
|
6
|
-
|
7
|
-
$ax-icon-arrow-long-up: '\f176';
|
8
|
-
$ax-icon-arrow-long-up-after: '';
|
9
|
-
|
10
|
-
$ax-icon-arrow-long-down: '\f175';
|
11
|
-
$ax-icon-arrow-long-down-after: '';
|
12
|
-
|
13
|
-
$ax-icon-color-palette: '\f53f';
|
14
|
-
$ax-icon-color-palette-after: '';
|
15
|
-
|
16
|
-
$ax-icon-arrow-left: '\f0d9';
|
17
|
-
$ax-icon-arrow-left-after: '';
|
18
|
-
|
19
|
-
$ax-icon-arrow-down: '\f0d7';
|
20
|
-
$ax-icon-arrow-down-after: '';
|
21
|
-
|
22
|
-
$ax-icon-arrow-up: '\f0d8';
|
23
|
-
$ax-icon-arrow-up-after: '';
|
24
|
-
|
25
|
-
$ax-icon-arrow-right: '\f0da';
|
26
|
-
$ax-icon-arrow-right-after: '';
|
27
|
-
|
28
|
-
$ax-icon-chevron-left: '\f053';
|
29
|
-
$ax-icon-chevron-left-after: '';
|
30
|
-
|
31
|
-
$ax-icon-chevron-down: '\f078';
|
32
|
-
$ax-icon-chevron-down-after: '';
|
33
|
-
|
34
|
-
$ax-icon-chevron-up: '\f077';
|
35
|
-
$ax-icon-chevron-up-after: '';
|
36
|
-
|
37
|
-
$ax-icon-chevron-right: '\f054';
|
38
|
-
$ax-icon-chevron-right-after: '';
|
39
|
-
|
40
|
-
$ax-icon-first-page: '\f33e';
|
41
|
-
$ax-icon-first-page-after: '';
|
42
|
-
|
43
|
-
$ax-icon-last-page: '\f340';
|
44
|
-
$ax-icon-last-page-after: '';
|
45
|
-
|
46
|
-
$ax-icon-calendar: '\f133';
|
47
|
-
$ax-icon-calendar-after: '';
|
48
|
-
|
49
|
-
$ax-icon-info: '\f05a';
|
50
|
-
$ax-icon-info-after: '';
|
51
|
-
|
52
|
-
$ax-icon-error: '\f06a';
|
53
|
-
$ax-icon-error-after: '';
|
54
|
-
|
55
|
-
$ax-icon-warning: '\f071';
|
56
|
-
$ax-icon-warning-after: '';
|
57
|
-
|
58
|
-
$ax-icon-check: '\f00c';
|
59
|
-
$ax-icon-check-after: '';
|
60
|
-
|
61
|
-
$ax-icon-check-circle: '\f058';
|
62
|
-
$ax-icon-check-circle-after: '';
|
63
|
-
|
64
|
-
$ax-icon-dobble-check: '\f560';
|
65
|
-
$ax-icon-dobble-check-after: '';
|
66
|
-
|
67
|
-
$ax-icon-close: '\f00d';
|
68
|
-
$ax-icon-close-after: '';
|
69
|
-
|
70
|
-
$ax-icon-clear: '\f057';
|
71
|
-
$ax-icon-clear-after: '';
|
72
|
-
|
73
|
-
$ax-icon-visibility-off: '\f070';
|
74
|
-
$ax-icon-visibility-off-after: '';
|
75
|
-
|
76
|
-
$ax-icon-visibility: '\f06e';
|
77
|
-
$ax-icon-visibility-after: '';
|
78
|
-
|
79
|
-
$ax-icon-unfold-more: '\f0dc';
|
80
|
-
$ax-icon-unfold-more-after: '';
|
81
|
-
|
82
|
-
$ax-icon-download: '\f019';
|
83
|
-
$ax-icon-download-after: '';
|
84
|
-
|
85
|
-
$ax-icon-upload: '\e09a';
|
86
|
-
$ax-icon-upload-after: '';
|
87
|
-
|
88
|
-
$ax-icon-search: '\f002';
|
89
|
-
$ax-icon-search-after: '';
|
90
|
-
|
91
|
-
$ax-icon-copy: '\f0c5';
|
92
|
-
$ax-icon-copy-after: '';
|
93
|
-
|
94
|
-
$ax-icon-refresh: '\f021';
|
95
|
-
$ax-icon-refresh-after: '';
|
96
|
-
|
97
|
-
$ax-icon-inbox: '\f01c';
|
98
|
-
$ax-icon-inbox-after: '';
|
99
|
-
|
100
|
-
$ax-icon-emoji: '\f118';
|
101
|
-
$ax-icon-emoji-after: '';
|
102
|
-
|
103
|
-
$ax-icon-attach: '\f0c6';
|
104
|
-
$ax-icon-attach-after: '';
|
105
|
-
|
106
|
-
$ax-icon-mic: '\f130';
|
107
|
-
$ax-icon-mic-after: '';
|
108
|
-
|
109
|
-
$ax-icon-send: '\f1d8';
|
110
|
-
$ax-icon-send-after: '';
|
111
|
-
|
112
|
-
$ax-icon-play: '\f04b';
|
113
|
-
$ax-icon-play-after: '';
|
114
|
-
|
115
|
-
$ax-icon-pause: '\f04c';
|
116
|
-
$ax-icon-pause-after: '';
|
117
|
-
|
118
|
-
$ax-icon-reload: '\f2f9';
|
119
|
-
$ax-icon-reload-after: '';
|
120
|
-
|
121
|
-
$ax-icon-heart: '\f004';
|
122
|
-
$ax-icon-heart-after: '';
|
123
|
-
|
124
|
-
$ax-icon-comment: '\f075';
|
125
|
-
$ax-icon-comment-after: '';
|
126
|
-
|
127
|
-
$ax-icon-bold: '\f032';
|
128
|
-
$ax-icon-bold-after: '';
|
129
|
-
|
130
|
-
$ax-icon-italic: '\f033';
|
131
|
-
$ax-icon-italic-after: '';
|
132
|
-
|
133
|
-
$ax-icon-strike: '\f0cc';
|
134
|
-
$ax-icon-strike-after: '';
|
135
|
-
|
136
|
-
$ax-icon-under-line: '\f0cd';
|
137
|
-
$ax-icon-under-line-after: '';
|
138
|
-
|
139
|
-
$ax-icon-order-list: '\f0cb';
|
140
|
-
$ax-icon-order-list-after: '';
|
141
|
-
|
142
|
-
$ax-icon-un-order-list: '\f0ca';
|
143
|
-
$ax-icon-un-order-list-after: '';
|
144
|
-
|
145
|
-
$ax-icon-align-left: '\f036';
|
146
|
-
$ax-icon-align-left-after: '';
|
147
|
-
|
148
|
-
$ax-icon-align-right: '\f038';
|
149
|
-
$ax-icon-align-right-after: '';
|
150
|
-
|
151
|
-
$ax-icon-align-center: '\f037';
|
152
|
-
$ax-icon-align-center-after: '';
|
153
|
-
|
154
|
-
$ax-icon-align-justify: '\f039';
|
155
|
-
$ax-icon-align-justify-after: '';
|
156
|
-
|
157
|
-
$ax-icon-undo: '\f0e2';
|
158
|
-
$ax-icon-undo-after: '';
|
159
|
-
|
160
|
-
$ax-icon-redo: '\f01e';
|
161
|
-
$ax-icon-redo-after: '';
|
162
|
-
|
163
|
-
$ax-icon-highlight: '\f591';
|
164
|
-
$ax-icon-highlight-after: '';
|
165
|
-
|
166
|
-
$ax-icon-link: '\f0c1';
|
167
|
-
$ax-icon-link-after: '';
|
168
|
-
|
169
|
-
$ax-icon-image: '\f03e';
|
170
|
-
$ax-icon-image-after: '';
|
171
|
-
|
172
|
-
$ax-icon-pen: '\f304';
|
173
|
-
$ax-icon-pen-after: '';
|
174
|
-
|
175
|
-
$ax-icon-eraser: '\f12d';
|
176
|
-
$ax-icon-eraser-after: '';
|
177
|
-
|
178
|
-
$ax-icon-pen-ruler: '\f5ae';
|
179
|
-
$ax-icon-pen-ruler-after: '';
|
180
|
-
|
181
|
-
$ax-icon-crop: '\f125';
|
182
|
-
$ax-icon-crop-after: '';
|
183
|
-
|
184
|
-
$ax-icon-full-screen: '\f065';
|
185
|
-
$ax-icon-full-screen-after: '';
|
1
|
+
$ax-icon-more-horizontal: '\f141';
|
2
|
+
$ax-icon-more-horizontal-after: '';
|
3
|
+
|
4
|
+
$ax-icon-more-vertical: '\f142';
|
5
|
+
$ax-icon-more-vertical-after: '';
|
6
|
+
|
7
|
+
$ax-icon-arrow-long-up: '\f176';
|
8
|
+
$ax-icon-arrow-long-up-after: '';
|
9
|
+
|
10
|
+
$ax-icon-arrow-long-down: '\f175';
|
11
|
+
$ax-icon-arrow-long-down-after: '';
|
12
|
+
|
13
|
+
$ax-icon-color-palette: '\f53f';
|
14
|
+
$ax-icon-color-palette-after: '';
|
15
|
+
|
16
|
+
$ax-icon-arrow-left: '\f0d9';
|
17
|
+
$ax-icon-arrow-left-after: '';
|
18
|
+
|
19
|
+
$ax-icon-arrow-down: '\f0d7';
|
20
|
+
$ax-icon-arrow-down-after: '';
|
21
|
+
|
22
|
+
$ax-icon-arrow-up: '\f0d8';
|
23
|
+
$ax-icon-arrow-up-after: '';
|
24
|
+
|
25
|
+
$ax-icon-arrow-right: '\f0da';
|
26
|
+
$ax-icon-arrow-right-after: '';
|
27
|
+
|
28
|
+
$ax-icon-chevron-left: '\f053';
|
29
|
+
$ax-icon-chevron-left-after: '';
|
30
|
+
|
31
|
+
$ax-icon-chevron-down: '\f078';
|
32
|
+
$ax-icon-chevron-down-after: '';
|
33
|
+
|
34
|
+
$ax-icon-chevron-up: '\f077';
|
35
|
+
$ax-icon-chevron-up-after: '';
|
36
|
+
|
37
|
+
$ax-icon-chevron-right: '\f054';
|
38
|
+
$ax-icon-chevron-right-after: '';
|
39
|
+
|
40
|
+
$ax-icon-first-page: '\f33e';
|
41
|
+
$ax-icon-first-page-after: '';
|
42
|
+
|
43
|
+
$ax-icon-last-page: '\f340';
|
44
|
+
$ax-icon-last-page-after: '';
|
45
|
+
|
46
|
+
$ax-icon-calendar: '\f133';
|
47
|
+
$ax-icon-calendar-after: '';
|
48
|
+
|
49
|
+
$ax-icon-info: '\f05a';
|
50
|
+
$ax-icon-info-after: '';
|
51
|
+
|
52
|
+
$ax-icon-error: '\f06a';
|
53
|
+
$ax-icon-error-after: '';
|
54
|
+
|
55
|
+
$ax-icon-warning: '\f071';
|
56
|
+
$ax-icon-warning-after: '';
|
57
|
+
|
58
|
+
$ax-icon-check: '\f00c';
|
59
|
+
$ax-icon-check-after: '';
|
60
|
+
|
61
|
+
$ax-icon-check-circle: '\f058';
|
62
|
+
$ax-icon-check-circle-after: '';
|
63
|
+
|
64
|
+
$ax-icon-dobble-check: '\f560';
|
65
|
+
$ax-icon-dobble-check-after: '';
|
66
|
+
|
67
|
+
$ax-icon-close: '\f00d';
|
68
|
+
$ax-icon-close-after: '';
|
69
|
+
|
70
|
+
$ax-icon-clear: '\f057';
|
71
|
+
$ax-icon-clear-after: '';
|
72
|
+
|
73
|
+
$ax-icon-visibility-off: '\f070';
|
74
|
+
$ax-icon-visibility-off-after: '';
|
75
|
+
|
76
|
+
$ax-icon-visibility: '\f06e';
|
77
|
+
$ax-icon-visibility-after: '';
|
78
|
+
|
79
|
+
$ax-icon-unfold-more: '\f0dc';
|
80
|
+
$ax-icon-unfold-more-after: '';
|
81
|
+
|
82
|
+
$ax-icon-download: '\f019';
|
83
|
+
$ax-icon-download-after: '';
|
84
|
+
|
85
|
+
$ax-icon-upload: '\e09a';
|
86
|
+
$ax-icon-upload-after: '';
|
87
|
+
|
88
|
+
$ax-icon-search: '\f002';
|
89
|
+
$ax-icon-search-after: '';
|
90
|
+
|
91
|
+
$ax-icon-copy: '\f0c5';
|
92
|
+
$ax-icon-copy-after: '';
|
93
|
+
|
94
|
+
$ax-icon-refresh: '\f021';
|
95
|
+
$ax-icon-refresh-after: '';
|
96
|
+
|
97
|
+
$ax-icon-inbox: '\f01c';
|
98
|
+
$ax-icon-inbox-after: '';
|
99
|
+
|
100
|
+
$ax-icon-emoji: '\f118';
|
101
|
+
$ax-icon-emoji-after: '';
|
102
|
+
|
103
|
+
$ax-icon-attach: '\f0c6';
|
104
|
+
$ax-icon-attach-after: '';
|
105
|
+
|
106
|
+
$ax-icon-mic: '\f130';
|
107
|
+
$ax-icon-mic-after: '';
|
108
|
+
|
109
|
+
$ax-icon-send: '\f1d8';
|
110
|
+
$ax-icon-send-after: '';
|
111
|
+
|
112
|
+
$ax-icon-play: '\f04b';
|
113
|
+
$ax-icon-play-after: '';
|
114
|
+
|
115
|
+
$ax-icon-pause: '\f04c';
|
116
|
+
$ax-icon-pause-after: '';
|
117
|
+
|
118
|
+
$ax-icon-reload: '\f2f9';
|
119
|
+
$ax-icon-reload-after: '';
|
120
|
+
|
121
|
+
$ax-icon-heart: '\f004';
|
122
|
+
$ax-icon-heart-after: '';
|
123
|
+
|
124
|
+
$ax-icon-comment: '\f075';
|
125
|
+
$ax-icon-comment-after: '';
|
126
|
+
|
127
|
+
$ax-icon-bold: '\f032';
|
128
|
+
$ax-icon-bold-after: '';
|
129
|
+
|
130
|
+
$ax-icon-italic: '\f033';
|
131
|
+
$ax-icon-italic-after: '';
|
132
|
+
|
133
|
+
$ax-icon-strike: '\f0cc';
|
134
|
+
$ax-icon-strike-after: '';
|
135
|
+
|
136
|
+
$ax-icon-under-line: '\f0cd';
|
137
|
+
$ax-icon-under-line-after: '';
|
138
|
+
|
139
|
+
$ax-icon-order-list: '\f0cb';
|
140
|
+
$ax-icon-order-list-after: '';
|
141
|
+
|
142
|
+
$ax-icon-un-order-list: '\f0ca';
|
143
|
+
$ax-icon-un-order-list-after: '';
|
144
|
+
|
145
|
+
$ax-icon-align-left: '\f036';
|
146
|
+
$ax-icon-align-left-after: '';
|
147
|
+
|
148
|
+
$ax-icon-align-right: '\f038';
|
149
|
+
$ax-icon-align-right-after: '';
|
150
|
+
|
151
|
+
$ax-icon-align-center: '\f037';
|
152
|
+
$ax-icon-align-center-after: '';
|
153
|
+
|
154
|
+
$ax-icon-align-justify: '\f039';
|
155
|
+
$ax-icon-align-justify-after: '';
|
156
|
+
|
157
|
+
$ax-icon-undo: '\f0e2';
|
158
|
+
$ax-icon-undo-after: '';
|
159
|
+
|
160
|
+
$ax-icon-redo: '\f01e';
|
161
|
+
$ax-icon-redo-after: '';
|
162
|
+
|
163
|
+
$ax-icon-highlight: '\f591';
|
164
|
+
$ax-icon-highlight-after: '';
|
165
|
+
|
166
|
+
$ax-icon-link: '\f0c1';
|
167
|
+
$ax-icon-link-after: '';
|
168
|
+
|
169
|
+
$ax-icon-image: '\f03e';
|
170
|
+
$ax-icon-image-after: '';
|
171
|
+
|
172
|
+
$ax-icon-pen: '\f304';
|
173
|
+
$ax-icon-pen-after: '';
|
174
|
+
|
175
|
+
$ax-icon-eraser: '\f12d';
|
176
|
+
$ax-icon-eraser-after: '';
|
177
|
+
|
178
|
+
$ax-icon-pen-ruler: '\f5ae';
|
179
|
+
$ax-icon-pen-ruler-after: '';
|
180
|
+
|
181
|
+
$ax-icon-crop: '\f125';
|
182
|
+
$ax-icon-crop-after: '';
|
183
|
+
|
184
|
+
$ax-icon-full-screen: '\f065';
|
185
|
+
$ax-icon-full-screen-after: '';
|
@@ -1,17 +1,17 @@
|
|
1
|
-
@import './variables';
|
2
|
-
.ax-icon {
|
3
|
-
-moz-osx-font-smoothing: grayscale;
|
4
|
-
-webkit-font-smoothing: antialiased;
|
5
|
-
display: inline-flex !important;
|
6
|
-
font-style: normal;
|
7
|
-
font-variant: normal;
|
8
|
-
line-height: 1;
|
9
|
-
text-rendering: auto;
|
10
|
-
font-family: 'Font Awesome 6 Pro';
|
11
|
-
width: 24px;
|
12
|
-
height: 24px;
|
13
|
-
align-items: center;
|
14
|
-
justify-content: center;
|
15
|
-
font-weight: var(--ax-icon-weight, 400);
|
16
|
-
font-size: var(--ax-icon-size, 100%);
|
17
|
-
}
|
1
|
+
@import './variables';
|
2
|
+
.ax-icon {
|
3
|
+
-moz-osx-font-smoothing: grayscale;
|
4
|
+
-webkit-font-smoothing: antialiased;
|
5
|
+
display: inline-flex !important;
|
6
|
+
font-style: normal;
|
7
|
+
font-variant: normal;
|
8
|
+
line-height: 1;
|
9
|
+
text-rendering: auto;
|
10
|
+
font-family: 'Font Awesome 6 Pro';
|
11
|
+
width: 24px;
|
12
|
+
height: 24px;
|
13
|
+
align-items: center;
|
14
|
+
justify-content: center;
|
15
|
+
font-weight: var(--ax-icon-weight, 400);
|
16
|
+
font-size: var(--ax-icon-size, 100%);
|
17
|
+
}
|