@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: '焐'; //checkmark-circle-02
|
62
|
-
$ax-icon-check-circle-after: '焏'; //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: '焐'; //checkmark-circle-02
|
62
|
+
$ax-icon-check-circle-after: '焏'; //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-twotone-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-twotone-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
|
+
}
|