@acorex/styles 18.12.29 → 18.12.33
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
@@ -1,185 +1,185 @@
|
|
1
|
-
$ax-icon-more-horizontal: ''; //more-horizontal
|
2
|
-
$ax-icon-more-horizontal-after: 'ೠ'; //more-horizontal
|
3
|
-
|
4
|
-
$ax-icon-more-vertical: ''; //more-vertical
|
5
|
-
$ax-icon-more-vertical-after: 'ೱ'; //more-vertical
|
6
|
-
|
7
|
-
$ax-icon-arrow-long-up: 'ﯷ'; //arrow-up-02
|
8
|
-
$ax-icon-arrow-long-up-after: 'ﯶ'; //arrow-up-02
|
9
|
-
|
10
|
-
$ax-icon-arrow-long-down: 'ﮟ'; //arrow-down-02
|
11
|
-
$ax-icon-arrow-long-down-after: 'ﮞ'; //arrow-down-02
|
12
|
-
|
13
|
-
$ax-icon-color-palette: ''; //paint-board
|
14
|
-
$ax-icon-color-palette-after: ''; //paint-board
|
15
|
-
|
16
|
-
$ax-icon-arrow-left: ''; //arrow-left-04
|
17
|
-
$ax-icon-arrow-left-after: '﯂'; //arrow-left-04
|
18
|
-
|
19
|
-
$ax-icon-arrow-down: 'ﮣ'; //arrow-down-04
|
20
|
-
$ax-icon-arrow-down-after: 'ﮢ'; //arrow-down-04
|
21
|
-
|
22
|
-
$ax-icon-arrow-up: 'ﯻ'; //arrow-up-04
|
23
|
-
$ax-icon-arrow-up-after: 'ﯺ'; //arrow-up-04
|
24
|
-
|
25
|
-
$ax-icon-arrow-right: 'ﯡ'; //arrow-right-04
|
26
|
-
$ax-icon-arrow-right-after: 'ﯠ'; //arrow-right-04
|
27
|
-
|
28
|
-
$ax-icon-chevron-left: '﮽'; //arrow-left-01
|
29
|
-
$ax-icon-chevron-left-after: '﮼'; //arrow-left-01
|
30
|
-
|
31
|
-
$ax-icon-chevron-down: 'ﮝ'; //arrow-down-01
|
32
|
-
$ax-icon-chevron-down-after: 'ﮜ'; //arrow-down-01
|
33
|
-
|
34
|
-
$ax-icon-chevron-up: 'ﯵ'; //arrow-up-01
|
35
|
-
$ax-icon-chevron-up-after: 'ﯴ'; //arrow-up-01
|
36
|
-
|
37
|
-
$ax-icon-chevron-right: 'ﯛ'; //arrow-right-01
|
38
|
-
$ax-icon-chevron-right-after: 'ﯚ'; //arrow-right-01
|
39
|
-
|
40
|
-
$ax-icon-first-page: '﯁'; //arrow-left-03
|
41
|
-
$ax-icon-first-page-after: '﯀'; //arrow-left-03
|
42
|
-
|
43
|
-
$ax-icon-last-page: 'ﯟ'; //arrow-right-03
|
44
|
-
$ax-icon-last-page-after: 'ﯞ'; //arrow-right-03
|
45
|
-
|
46
|
-
$ax-icon-calendar: 'ﺱ'; //calendar-01
|
47
|
-
$ax-icon-calendar-after: 'ﺰ'; //calendar-01
|
48
|
-
|
49
|
-
$ax-icon-info: 'ࡥ'; //information-circle
|
50
|
-
$ax-icon-info-after: 'ࡤ'; //information-circle
|
51
|
-
|
52
|
-
$ax-icon-error: ''; //alert-circle
|
53
|
-
$ax-icon-error-after: ''; //alert-circle
|
54
|
-
|
55
|
-
$ax-icon-warning: ''; //alert-01
|
56
|
-
$ax-icon-warning-after: ''; //alert-01
|
57
|
-
|
58
|
-
$ax-icon-check: 'ᛷ'; //tick-02
|
59
|
-
$ax-icon-check-after: 'ᛶ'; //tick-02
|
60
|
-
|
61
|
-
$ax-icon-check-circle: '7'; //checkmark-circle-02
|
62
|
-
$ax-icon-check-circle-after: '6'; //checkmark-circle-02
|
63
|
-
|
64
|
-
$ax-icon-dobble-check: ''; //tick-double-02
|
65
|
-
$ax-icon-dobble-check-after: ''; //tick-double-02
|
66
|
-
|
67
|
-
$ax-icon-close: 'ュ'; //cancel-01
|
68
|
-
$ax-icon-close-after: 'ャ'; //cancel-01
|
69
|
-
|
70
|
-
$ax-icon-clear: 'ウ'; //cancel-circle
|
71
|
-
$ax-icon-clear-after: 'イ'; //cancel-circle
|
72
|
-
|
73
|
-
$ax-icon-visibility-off: 'ᣪ'; //view-off-slash
|
74
|
-
$ax-icon-visibility-off-after: 'ᣩ'; //view-off-slash
|
75
|
-
|
76
|
-
$ax-icon-visibility: 'ҵ'; //eye
|
77
|
-
$ax-icon-visibility-after: 'Ҵ'; //eye
|
78
|
-
|
79
|
-
$ax-icon-unfold-more: 'ᠩ'; //unfold-more
|
80
|
-
$ax-icon-unfold-more-after: 'ᠨ'; //unfold-more
|
81
|
-
|
82
|
-
$ax-icon-download: 'Ϗ'; //download-04
|
83
|
-
$ax-icon-download-after: 'ώ'; //download-04
|
84
|
-
|
85
|
-
$ax-icon-upload: 'ᡇ'; //upload-04
|
86
|
-
$ax-icon-upload-after: 'ᡆ'; //upload-04
|
87
|
-
|
88
|
-
$ax-icon-search: 'ሑ'; //search-01
|
89
|
-
$ax-icon-search-after: 'ሐ'; //search-01
|
90
|
-
|
91
|
-
$ax-icon-copy: 'Ǒ'; //copy-01
|
92
|
-
$ax-icon-copy-after: 'ǐ'; //copy-01
|
93
|
-
|
94
|
-
$ax-icon-refresh: 'ﯗ'; //arrow-reload-horizontal
|
95
|
-
$ax-icon-refresh-after: 'ﯖ'; //arrow-reload-horizontal
|
96
|
-
|
97
|
-
$ax-icon-inbox: 'ࡋ'; //inbox
|
98
|
-
$ax-icon-inbox-after: 'ࡆ'; //inbox
|
99
|
-
|
100
|
-
$ax-icon-emoji: '᎗'; //smile
|
101
|
-
$ax-icon-emoji-after: '᎖'; //smile
|
102
|
-
|
103
|
-
$ax-icon-attach: 'ﰷ'; //attachment-01
|
104
|
-
$ax-icon-attach-after: 'ﰶ'; //attachment-01
|
105
|
-
|
106
|
-
$ax-icon-mic: ''; //mic-01
|
107
|
-
$ax-icon-mic-after: 'ఐ'; //mic-01
|
108
|
-
|
109
|
-
$ax-icon-send: 'ቓ'; //sent
|
110
|
-
$ax-icon-send-after: 'ቒ'; //sent
|
111
|
-
|
112
|
-
$ax-icon-play: 'ཝ'; //play
|
113
|
-
$ax-icon-play-after: 'མ'; //play
|
114
|
-
|
115
|
-
$ax-icon-pause: 'ູ'; //pause
|
116
|
-
$ax-icon-pause-after: 'ຸ'; //pause
|
117
|
-
|
118
|
-
$ax-icon-reload: ''; //reload
|
119
|
-
$ax-icon-reload-after: ''; //reload
|
120
|
-
|
121
|
-
$ax-icon-heart: 'Ӎ'; //favourite
|
122
|
-
$ax-icon-heart-after: 'ӊ'; //favourite
|
123
|
-
|
124
|
-
$ax-icon-comment: 'ŧ'; //comment-01
|
125
|
-
$ax-icon-comment-after: 'Ŧ'; //comment-01
|
126
|
-
|
127
|
-
$ax-icon-bold: 'ŧ'; //text-bold
|
128
|
-
$ax-icon-bold-after: 'Ŧ'; //text-bold
|
129
|
-
|
130
|
-
$ax-icon-italic: ''; //text-italic
|
131
|
-
$ax-icon-italic-after: '᚜'; //text-italic
|
132
|
-
|
133
|
-
$ax-icon-strike: 'ᚬ'; //text-strikethrough
|
134
|
-
$ax-icon-strike-after: 'ᚫ'; //text-strikethrough
|
135
|
-
|
136
|
-
$ax-icon-under-line: 'ᚴ'; //text-underline
|
137
|
-
$ax-icon-under-line-after: 'ᚳ'; //text-underline
|
138
|
-
|
139
|
-
$ax-icon-order-list: ''; //left-to-right-list-number
|
140
|
-
$ax-icon-order-list-after: 'ৄ'; //left-to-right-list-number
|
141
|
-
|
142
|
-
$ax-icon-un-order-list: 'ু'; //left-to-right-list-bullet
|
143
|
-
$ax-icon-un-order-list-after: 'ী'; //left-to-right-list-bullet
|
144
|
-
|
145
|
-
$ax-icon-align-left: 'ᙱ'; //text-align-left
|
146
|
-
$ax-icon-align-left-after: 'ᙰ'; //text-align-left
|
147
|
-
|
148
|
-
$ax-icon-align-right: 'ᙵ'; //text-align-right
|
149
|
-
$ax-icon-align-right-after: 'ᙴ'; //text-align-right
|
150
|
-
|
151
|
-
$ax-icon-align-center: 'ᙧ'; //text-align-center
|
152
|
-
$ax-icon-align-center-after: 'ᙦ'; //text-align-center
|
153
|
-
|
154
|
-
$ax-icon-align-justify: 'ᙩ'; //text-align-justify-center
|
155
|
-
$ax-icon-align-justify-after: 'ᙨ'; //text-align-justify-center
|
156
|
-
|
157
|
-
$ax-icon-undo: 'ﯭ'; //arrow-turn-backward
|
158
|
-
$ax-icon-undo-after: 'ﯬ'; //arrow-turn-backward
|
159
|
-
|
160
|
-
$ax-icon-redo: 'ﯱ'; //arrow-turn-forward
|
161
|
-
$ax-icon-redo-after: 'ﯰ'; //arrow-turn-forward
|
162
|
-
|
163
|
-
$ax-icon-highlight: ''; //pen-tool-01
|
164
|
-
$ax-icon-highlight-after: ''; //pen-tool-01
|
165
|
-
|
166
|
-
$ax-icon-link: '৻'; //link-01
|
167
|
-
$ax-icon-link-after: '৺'; //link-01
|
168
|
-
|
169
|
-
$ax-icon-image: 'ࠗ'; //image-01
|
170
|
-
$ax-icon-image-after: 'ࠖ'; //image-01
|
171
|
-
|
172
|
-
$ax-icon-pen: 'ໟ'; //pen-tool-03
|
173
|
-
$ax-icon-pen-after: 'ໞ'; //pen-tool-03
|
174
|
-
|
175
|
-
$ax-icon-eraser: 'ґ'; //eraser
|
176
|
-
$ax-icon-eraser-after: 'Ґ'; //eraser
|
177
|
-
|
178
|
-
$ax-icon-pen-ruler: 'サ'; //canvas
|
179
|
-
$ax-icon-pen-ruler-after: 'コ'; //canvas
|
180
|
-
|
181
|
-
$ax-icon-crop: 'ȥ'; //crop
|
182
|
-
$ax-icon-crop-after: 'Ȥ'; //crop
|
183
|
-
|
184
|
-
$ax-icon-full-screen: 'ﮛ'; //arrow-diagonal
|
185
|
-
$ax-icon-full-screen-after: 'ﮚ'; //arrow-diagonal
|
1
|
+
$ax-icon-more-horizontal: ''; //more-horizontal
|
2
|
+
$ax-icon-more-horizontal-after: 'ೠ'; //more-horizontal
|
3
|
+
|
4
|
+
$ax-icon-more-vertical: ''; //more-vertical
|
5
|
+
$ax-icon-more-vertical-after: 'ೱ'; //more-vertical
|
6
|
+
|
7
|
+
$ax-icon-arrow-long-up: 'ﯷ'; //arrow-up-02
|
8
|
+
$ax-icon-arrow-long-up-after: 'ﯶ'; //arrow-up-02
|
9
|
+
|
10
|
+
$ax-icon-arrow-long-down: 'ﮟ'; //arrow-down-02
|
11
|
+
$ax-icon-arrow-long-down-after: 'ﮞ'; //arrow-down-02
|
12
|
+
|
13
|
+
$ax-icon-color-palette: ''; //paint-board
|
14
|
+
$ax-icon-color-palette-after: ''; //paint-board
|
15
|
+
|
16
|
+
$ax-icon-arrow-left: ''; //arrow-left-04
|
17
|
+
$ax-icon-arrow-left-after: '﯂'; //arrow-left-04
|
18
|
+
|
19
|
+
$ax-icon-arrow-down: 'ﮣ'; //arrow-down-04
|
20
|
+
$ax-icon-arrow-down-after: 'ﮢ'; //arrow-down-04
|
21
|
+
|
22
|
+
$ax-icon-arrow-up: 'ﯻ'; //arrow-up-04
|
23
|
+
$ax-icon-arrow-up-after: 'ﯺ'; //arrow-up-04
|
24
|
+
|
25
|
+
$ax-icon-arrow-right: 'ﯡ'; //arrow-right-04
|
26
|
+
$ax-icon-arrow-right-after: 'ﯠ'; //arrow-right-04
|
27
|
+
|
28
|
+
$ax-icon-chevron-left: '﮽'; //arrow-left-01
|
29
|
+
$ax-icon-chevron-left-after: '﮼'; //arrow-left-01
|
30
|
+
|
31
|
+
$ax-icon-chevron-down: 'ﮝ'; //arrow-down-01
|
32
|
+
$ax-icon-chevron-down-after: 'ﮜ'; //arrow-down-01
|
33
|
+
|
34
|
+
$ax-icon-chevron-up: 'ﯵ'; //arrow-up-01
|
35
|
+
$ax-icon-chevron-up-after: 'ﯴ'; //arrow-up-01
|
36
|
+
|
37
|
+
$ax-icon-chevron-right: 'ﯛ'; //arrow-right-01
|
38
|
+
$ax-icon-chevron-right-after: 'ﯚ'; //arrow-right-01
|
39
|
+
|
40
|
+
$ax-icon-first-page: '﯁'; //arrow-left-03
|
41
|
+
$ax-icon-first-page-after: '﯀'; //arrow-left-03
|
42
|
+
|
43
|
+
$ax-icon-last-page: 'ﯟ'; //arrow-right-03
|
44
|
+
$ax-icon-last-page-after: 'ﯞ'; //arrow-right-03
|
45
|
+
|
46
|
+
$ax-icon-calendar: 'ﺱ'; //calendar-01
|
47
|
+
$ax-icon-calendar-after: 'ﺰ'; //calendar-01
|
48
|
+
|
49
|
+
$ax-icon-info: 'ࡥ'; //information-circle
|
50
|
+
$ax-icon-info-after: 'ࡤ'; //information-circle
|
51
|
+
|
52
|
+
$ax-icon-error: ''; //alert-circle
|
53
|
+
$ax-icon-error-after: ''; //alert-circle
|
54
|
+
|
55
|
+
$ax-icon-warning: ''; //alert-01
|
56
|
+
$ax-icon-warning-after: ''; //alert-01
|
57
|
+
|
58
|
+
$ax-icon-check: 'ᛷ'; //tick-02
|
59
|
+
$ax-icon-check-after: 'ᛶ'; //tick-02
|
60
|
+
|
61
|
+
$ax-icon-check-circle: '7'; //checkmark-circle-02
|
62
|
+
$ax-icon-check-circle-after: '6'; //checkmark-circle-02
|
63
|
+
|
64
|
+
$ax-icon-dobble-check: ''; //tick-double-02
|
65
|
+
$ax-icon-dobble-check-after: ''; //tick-double-02
|
66
|
+
|
67
|
+
$ax-icon-close: 'ュ'; //cancel-01
|
68
|
+
$ax-icon-close-after: 'ャ'; //cancel-01
|
69
|
+
|
70
|
+
$ax-icon-clear: 'ウ'; //cancel-circle
|
71
|
+
$ax-icon-clear-after: 'イ'; //cancel-circle
|
72
|
+
|
73
|
+
$ax-icon-visibility-off: 'ᣪ'; //view-off-slash
|
74
|
+
$ax-icon-visibility-off-after: 'ᣩ'; //view-off-slash
|
75
|
+
|
76
|
+
$ax-icon-visibility: 'ҵ'; //eye
|
77
|
+
$ax-icon-visibility-after: 'Ҵ'; //eye
|
78
|
+
|
79
|
+
$ax-icon-unfold-more: 'ᠩ'; //unfold-more
|
80
|
+
$ax-icon-unfold-more-after: 'ᠨ'; //unfold-more
|
81
|
+
|
82
|
+
$ax-icon-download: 'Ϗ'; //download-04
|
83
|
+
$ax-icon-download-after: 'ώ'; //download-04
|
84
|
+
|
85
|
+
$ax-icon-upload: 'ᡇ'; //upload-04
|
86
|
+
$ax-icon-upload-after: 'ᡆ'; //upload-04
|
87
|
+
|
88
|
+
$ax-icon-search: 'ሑ'; //search-01
|
89
|
+
$ax-icon-search-after: 'ሐ'; //search-01
|
90
|
+
|
91
|
+
$ax-icon-copy: 'Ǒ'; //copy-01
|
92
|
+
$ax-icon-copy-after: 'ǐ'; //copy-01
|
93
|
+
|
94
|
+
$ax-icon-refresh: 'ﯗ'; //arrow-reload-horizontal
|
95
|
+
$ax-icon-refresh-after: 'ﯖ'; //arrow-reload-horizontal
|
96
|
+
|
97
|
+
$ax-icon-inbox: 'ࡋ'; //inbox
|
98
|
+
$ax-icon-inbox-after: 'ࡆ'; //inbox
|
99
|
+
|
100
|
+
$ax-icon-emoji: '᎗'; //smile
|
101
|
+
$ax-icon-emoji-after: '᎖'; //smile
|
102
|
+
|
103
|
+
$ax-icon-attach: 'ﰷ'; //attachment-01
|
104
|
+
$ax-icon-attach-after: 'ﰶ'; //attachment-01
|
105
|
+
|
106
|
+
$ax-icon-mic: ''; //mic-01
|
107
|
+
$ax-icon-mic-after: 'ఐ'; //mic-01
|
108
|
+
|
109
|
+
$ax-icon-send: 'ቓ'; //sent
|
110
|
+
$ax-icon-send-after: 'ቒ'; //sent
|
111
|
+
|
112
|
+
$ax-icon-play: 'ཝ'; //play
|
113
|
+
$ax-icon-play-after: 'མ'; //play
|
114
|
+
|
115
|
+
$ax-icon-pause: 'ູ'; //pause
|
116
|
+
$ax-icon-pause-after: 'ຸ'; //pause
|
117
|
+
|
118
|
+
$ax-icon-reload: ''; //reload
|
119
|
+
$ax-icon-reload-after: ''; //reload
|
120
|
+
|
121
|
+
$ax-icon-heart: 'Ӎ'; //favourite
|
122
|
+
$ax-icon-heart-after: 'ӊ'; //favourite
|
123
|
+
|
124
|
+
$ax-icon-comment: 'ŧ'; //comment-01
|
125
|
+
$ax-icon-comment-after: 'Ŧ'; //comment-01
|
126
|
+
|
127
|
+
$ax-icon-bold: 'ŧ'; //text-bold
|
128
|
+
$ax-icon-bold-after: 'Ŧ'; //text-bold
|
129
|
+
|
130
|
+
$ax-icon-italic: ''; //text-italic
|
131
|
+
$ax-icon-italic-after: '᚜'; //text-italic
|
132
|
+
|
133
|
+
$ax-icon-strike: 'ᚬ'; //text-strikethrough
|
134
|
+
$ax-icon-strike-after: 'ᚫ'; //text-strikethrough
|
135
|
+
|
136
|
+
$ax-icon-under-line: 'ᚴ'; //text-underline
|
137
|
+
$ax-icon-under-line-after: 'ᚳ'; //text-underline
|
138
|
+
|
139
|
+
$ax-icon-order-list: ''; //left-to-right-list-number
|
140
|
+
$ax-icon-order-list-after: 'ৄ'; //left-to-right-list-number
|
141
|
+
|
142
|
+
$ax-icon-un-order-list: 'ু'; //left-to-right-list-bullet
|
143
|
+
$ax-icon-un-order-list-after: 'ী'; //left-to-right-list-bullet
|
144
|
+
|
145
|
+
$ax-icon-align-left: 'ᙱ'; //text-align-left
|
146
|
+
$ax-icon-align-left-after: 'ᙰ'; //text-align-left
|
147
|
+
|
148
|
+
$ax-icon-align-right: 'ᙵ'; //text-align-right
|
149
|
+
$ax-icon-align-right-after: 'ᙴ'; //text-align-right
|
150
|
+
|
151
|
+
$ax-icon-align-center: 'ᙧ'; //text-align-center
|
152
|
+
$ax-icon-align-center-after: 'ᙦ'; //text-align-center
|
153
|
+
|
154
|
+
$ax-icon-align-justify: 'ᙩ'; //text-align-justify-center
|
155
|
+
$ax-icon-align-justify-after: 'ᙨ'; //text-align-justify-center
|
156
|
+
|
157
|
+
$ax-icon-undo: 'ﯭ'; //arrow-turn-backward
|
158
|
+
$ax-icon-undo-after: 'ﯬ'; //arrow-turn-backward
|
159
|
+
|
160
|
+
$ax-icon-redo: 'ﯱ'; //arrow-turn-forward
|
161
|
+
$ax-icon-redo-after: 'ﯰ'; //arrow-turn-forward
|
162
|
+
|
163
|
+
$ax-icon-highlight: ''; //pen-tool-01
|
164
|
+
$ax-icon-highlight-after: ''; //pen-tool-01
|
165
|
+
|
166
|
+
$ax-icon-link: '৻'; //link-01
|
167
|
+
$ax-icon-link-after: '৺'; //link-01
|
168
|
+
|
169
|
+
$ax-icon-image: 'ࠗ'; //image-01
|
170
|
+
$ax-icon-image-after: 'ࠖ'; //image-01
|
171
|
+
|
172
|
+
$ax-icon-pen: 'ໟ'; //pen-tool-03
|
173
|
+
$ax-icon-pen-after: 'ໞ'; //pen-tool-03
|
174
|
+
|
175
|
+
$ax-icon-eraser: 'ґ'; //eraser
|
176
|
+
$ax-icon-eraser-after: 'Ґ'; //eraser
|
177
|
+
|
178
|
+
$ax-icon-pen-ruler: 'サ'; //canvas
|
179
|
+
$ax-icon-pen-ruler-after: 'コ'; //canvas
|
180
|
+
|
181
|
+
$ax-icon-crop: 'ȥ'; //crop
|
182
|
+
$ax-icon-crop-after: 'Ȥ'; //crop
|
183
|
+
|
184
|
+
$ax-icon-full-screen: 'ﮛ'; //arrow-diagonal
|
185
|
+
$ax-icon-full-screen-after: 'ﮚ'; //arrow-diagonal
|
@@ -1,13 +1,13 @@
|
|
1
|
-
@import './variables';
|
2
|
-
.ax-icon {
|
3
|
-
font-family: "hgi-duotone-rounded" !important;
|
4
|
-
font-style: normal;
|
5
|
-
-webkit-font-smoothing: antialiased;
|
6
|
-
-moz-osx-font-smoothing: grayscale;
|
7
|
-
position: relative;
|
8
|
-
&::after {
|
9
|
-
opacity: 0.4;
|
10
|
-
position: absolute;
|
11
|
-
left: 0;
|
12
|
-
}
|
13
|
-
}
|
1
|
+
@import './variables';
|
2
|
+
.ax-icon {
|
3
|
+
font-family: "hgi-duotone-rounded" !important;
|
4
|
+
font-style: normal;
|
5
|
+
-webkit-font-smoothing: antialiased;
|
6
|
+
-moz-osx-font-smoothing: grayscale;
|
7
|
+
position: relative;
|
8
|
+
&::after {
|
9
|
+
opacity: 0.4;
|
10
|
+
position: absolute;
|
11
|
+
left: 0;
|
12
|
+
}
|
13
|
+
}
|
@@ -1,13 +1,13 @@
|
|
1
|
-
@import './variables/rounded-variables';
|
2
|
-
.ax-icon {
|
3
|
-
font-family: 'hgi-solid-rounded' !important;
|
4
|
-
font-style: normal;
|
5
|
-
-webkit-font-smoothing: antialiased;
|
6
|
-
-moz-osx-font-smoothing: grayscale;
|
7
|
-
position: relative;
|
8
|
-
&::after {
|
9
|
-
opacity: 0.4;
|
10
|
-
position: absolute;
|
11
|
-
left: 0;
|
12
|
-
}
|
13
|
-
}
|
1
|
+
@import './variables/rounded-variables';
|
2
|
+
.ax-icon {
|
3
|
+
font-family: 'hgi-solid-rounded' !important;
|
4
|
+
font-style: normal;
|
5
|
+
-webkit-font-smoothing: antialiased;
|
6
|
+
-moz-osx-font-smoothing: grayscale;
|
7
|
+
position: relative;
|
8
|
+
&::after {
|
9
|
+
opacity: 0.4;
|
10
|
+
position: absolute;
|
11
|
+
left: 0;
|
12
|
+
}
|
13
|
+
}
|
@@ -1,13 +1,13 @@
|
|
1
|
-
@import './variables/sharp-variables';
|
2
|
-
.ax-icon {
|
3
|
-
font-family: 'hgi-solid-sharp' !important;
|
4
|
-
font-style: normal;
|
5
|
-
-webkit-font-smoothing: antialiased;
|
6
|
-
-moz-osx-font-smoothing: grayscale;
|
7
|
-
position: relative;
|
8
|
-
&::after {
|
9
|
-
opacity: 0.4;
|
10
|
-
position: absolute;
|
11
|
-
left: 0;
|
12
|
-
}
|
13
|
-
}
|
1
|
+
@import './variables/sharp-variables';
|
2
|
+
.ax-icon {
|
3
|
+
font-family: 'hgi-solid-sharp' !important;
|
4
|
+
font-style: normal;
|
5
|
+
-webkit-font-smoothing: antialiased;
|
6
|
+
-moz-osx-font-smoothing: grayscale;
|
7
|
+
position: relative;
|
8
|
+
&::after {
|
9
|
+
opacity: 0.4;
|
10
|
+
position: absolute;
|
11
|
+
left: 0;
|
12
|
+
}
|
13
|
+
}
|
@@ -1,13 +1,13 @@
|
|
1
|
-
@import './variables/standard-variables';
|
2
|
-
.ax-icon {
|
3
|
-
font-family: 'hgi-solid-standard' !important;
|
4
|
-
font-style: normal;
|
5
|
-
-webkit-font-smoothing: antialiased;
|
6
|
-
-moz-osx-font-smoothing: grayscale;
|
7
|
-
position: relative;
|
8
|
-
&::after {
|
9
|
-
opacity: 0.4;
|
10
|
-
position: absolute;
|
11
|
-
left: 0;
|
12
|
-
}
|
13
|
-
}
|
1
|
+
@import './variables/standard-variables';
|
2
|
+
.ax-icon {
|
3
|
+
font-family: 'hgi-solid-standard' !important;
|
4
|
+
font-style: normal;
|
5
|
+
-webkit-font-smoothing: antialiased;
|
6
|
+
-moz-osx-font-smoothing: grayscale;
|
7
|
+
position: relative;
|
8
|
+
&::after {
|
9
|
+
opacity: 0.4;
|
10
|
+
position: absolute;
|
11
|
+
left: 0;
|
12
|
+
}
|
13
|
+
}
|