@selfcommunity/react-theme-default 0.5.0-alpha.1 → 0.5.0-alpha.3
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/lib/cjs/components/SCBuyButton.d.ts +15 -0
- package/lib/cjs/components/SCBuyButton.js +13 -0
- package/lib/cjs/components/SCCategory.d.ts +8 -0
- package/lib/cjs/components/SCCategory.js +8 -0
- package/lib/cjs/components/SCCategoryFollowButton.d.ts +8 -0
- package/lib/cjs/components/SCCategoryFollowButton.js +10 -0
- package/lib/cjs/components/SCCategoryHeader.d.ts +4 -0
- package/lib/cjs/components/SCCategoryHeader.js +5 -1
- package/lib/cjs/components/SCCheckout.d.ts +115 -0
- package/lib/cjs/components/SCCheckout.js +116 -0
- package/lib/cjs/components/SCCheckoutHeaderInfoWidget.d.ts +34 -0
- package/lib/cjs/components/SCCheckoutHeaderInfoWidget.js +34 -0
- package/lib/cjs/components/SCCheckoutReturnDialog.d.ts +26 -0
- package/lib/cjs/components/SCCheckoutReturnDialog.js +26 -0
- package/lib/cjs/components/SCComposer.d.ts +16 -0
- package/lib/cjs/components/SCComposer.js +16 -0
- package/lib/cjs/components/SCCourse.d.ts +19 -1
- package/lib/cjs/components/SCCourse.js +19 -1
- package/lib/cjs/components/SCCourseDashboard.d.ts +22 -0
- package/lib/cjs/components/SCCourseDashboard.js +22 -0
- package/lib/cjs/components/SCCourses.d.ts +3 -0
- package/lib/cjs/components/SCCourses.js +3 -0
- package/lib/cjs/components/SCEditCourse.d.ts +7 -0
- package/lib/cjs/components/SCEditCourse.js +7 -0
- package/lib/cjs/components/SCEventForm.d.ts +3 -0
- package/lib/cjs/components/SCEventForm.js +3 -0
- package/lib/cjs/components/SCEventHeader.d.ts +12 -0
- package/lib/cjs/components/SCEventHeader.js +12 -0
- package/lib/cjs/components/SCEventSubscribeButton.d.ts +12 -0
- package/lib/cjs/components/SCEventSubscribeButton.js +10 -0
- package/lib/cjs/components/SCFeedObject.d.ts +17 -10
- package/lib/cjs/components/SCFeedObject.js +18 -11
- package/lib/cjs/components/SCGroup.d.ts +6 -2
- package/lib/cjs/components/SCGroup.js +6 -2
- package/lib/cjs/components/SCGroupHeader.d.ts +12 -0
- package/lib/cjs/components/SCGroupHeader.js +12 -0
- package/lib/cjs/components/SCGroupSubscribeButton.d.ts +18 -0
- package/lib/cjs/components/SCGroupSubscribeButton.js +18 -0
- package/lib/cjs/components/SCHiddenPurchasableContent.d.ts +8 -0
- package/lib/cjs/components/SCHiddenPurchasableContent.js +10 -0
- package/lib/cjs/components/SCMediaFile.d.ts +58 -5
- package/lib/cjs/components/SCMediaFile.js +56 -5
- package/lib/cjs/components/SCMediaLink.d.ts +2 -1
- package/lib/cjs/components/SCMediaLink.js +2 -1
- package/lib/cjs/components/SCPaymentOrder.d.ts +22 -0
- package/lib/cjs/components/SCPaymentOrder.js +20 -0
- package/lib/cjs/components/SCPaymentOrderPdfButton.d.ts +16 -0
- package/lib/cjs/components/SCPaymentOrderPdfButton.js +16 -0
- package/lib/cjs/components/SCPaymentOrders.d.ts +62 -0
- package/lib/cjs/components/SCPaymentOrders.js +64 -0
- package/lib/cjs/components/SCPaymentProduct.d.ts +49 -0
- package/lib/cjs/components/SCPaymentProduct.js +47 -0
- package/lib/cjs/components/SCPaymentProductPrice.d.ts +39 -0
- package/lib/cjs/components/SCPaymentProductPrice.js +37 -0
- package/lib/cjs/components/SCPaymentProducts.d.ts +15 -0
- package/lib/cjs/components/SCPaymentProducts.js +13 -0
- package/lib/cjs/components/SCPaywalls.d.ts +12 -0
- package/lib/cjs/components/SCPaywalls.js +12 -0
- package/lib/cjs/components/SCPaywallsConfigurator.d.ts +157 -0
- package/lib/cjs/components/SCPaywallsConfigurator.js +160 -0
- package/lib/cjs/components/SCPdfPreview.d.ts +33 -0
- package/lib/cjs/components/SCPdfPreview.js +35 -0
- package/lib/cjs/fonts/community/icons.eot +0 -0
- package/lib/cjs/fonts/community/icons.svg +75 -69
- package/lib/cjs/fonts/community/icons.ttf +0 -0
- package/lib/cjs/fonts/community/icons.woff +0 -0
- package/lib/cjs/fonts/community/icons.woff2 +0 -0
- package/lib/cjs/fonts/community-icons.css +133 -126
- package/lib/cjs/index.d.ts +853 -39
- package/lib/cjs/index.js +47 -1
- package/lib/esm/components/SCBuyButton.d.ts +15 -0
- package/lib/esm/components/SCBuyButton.js +11 -0
- package/lib/esm/components/SCCategory.d.ts +8 -0
- package/lib/esm/components/SCCategory.js +8 -0
- package/lib/esm/components/SCCategoryFollowButton.d.ts +8 -0
- package/lib/esm/components/SCCategoryFollowButton.js +8 -0
- package/lib/esm/components/SCCategoryHeader.d.ts +4 -0
- package/lib/esm/components/SCCategoryHeader.js +5 -1
- package/lib/esm/components/SCCheckout.d.ts +115 -0
- package/lib/esm/components/SCCheckout.js +114 -0
- package/lib/esm/components/SCCheckoutHeaderInfoWidget.d.ts +34 -0
- package/lib/esm/components/SCCheckoutHeaderInfoWidget.js +32 -0
- package/lib/esm/components/SCCheckoutReturnDialog.d.ts +26 -0
- package/lib/esm/components/SCCheckoutReturnDialog.js +24 -0
- package/lib/esm/components/SCComposer.d.ts +16 -0
- package/lib/esm/components/SCComposer.js +16 -0
- package/lib/esm/components/SCCourse.d.ts +19 -1
- package/lib/esm/components/SCCourse.js +19 -1
- package/lib/esm/components/SCCourseDashboard.d.ts +22 -0
- package/lib/esm/components/SCCourseDashboard.js +22 -0
- package/lib/esm/components/SCCourses.d.ts +3 -0
- package/lib/esm/components/SCCourses.js +3 -0
- package/lib/esm/components/SCEditCourse.d.ts +7 -0
- package/lib/esm/components/SCEditCourse.js +7 -0
- package/lib/esm/components/SCEventForm.d.ts +3 -0
- package/lib/esm/components/SCEventForm.js +3 -0
- package/lib/esm/components/SCEventHeader.d.ts +12 -0
- package/lib/esm/components/SCEventHeader.js +12 -0
- package/lib/esm/components/SCEventSubscribeButton.d.ts +12 -0
- package/lib/esm/components/SCEventSubscribeButton.js +10 -0
- package/lib/esm/components/SCFeedObject.d.ts +17 -10
- package/lib/esm/components/SCFeedObject.js +18 -11
- package/lib/esm/components/SCGroup.d.ts +6 -2
- package/lib/esm/components/SCGroup.js +6 -2
- package/lib/esm/components/SCGroupHeader.d.ts +12 -0
- package/lib/esm/components/SCGroupHeader.js +12 -0
- package/lib/esm/components/SCGroupSubscribeButton.d.ts +18 -0
- package/lib/esm/components/SCGroupSubscribeButton.js +16 -0
- package/lib/esm/components/SCHiddenPurchasableContent.d.ts +8 -0
- package/lib/esm/components/SCHiddenPurchasableContent.js +8 -0
- package/lib/esm/components/SCMediaFile.d.ts +58 -5
- package/lib/esm/components/SCMediaFile.js +56 -5
- package/lib/esm/components/SCMediaLink.d.ts +2 -1
- package/lib/esm/components/SCMediaLink.js +2 -1
- package/lib/esm/components/SCPaymentOrder.d.ts +22 -0
- package/lib/esm/components/SCPaymentOrder.js +18 -0
- package/lib/esm/components/SCPaymentOrderPdfButton.d.ts +16 -0
- package/lib/esm/components/SCPaymentOrderPdfButton.js +14 -0
- package/lib/esm/components/SCPaymentOrders.d.ts +62 -0
- package/lib/esm/components/SCPaymentOrders.js +62 -0
- package/lib/esm/components/SCPaymentProduct.d.ts +49 -0
- package/lib/esm/components/SCPaymentProduct.js +45 -0
- package/lib/esm/components/SCPaymentProductPrice.d.ts +39 -0
- package/lib/esm/components/SCPaymentProductPrice.js +35 -0
- package/lib/esm/components/SCPaymentProducts.d.ts +15 -0
- package/lib/esm/components/SCPaymentProducts.js +11 -0
- package/lib/esm/components/SCPaywalls.d.ts +12 -0
- package/lib/esm/components/SCPaywalls.js +10 -0
- package/lib/esm/components/SCPaywallsConfigurator.d.ts +157 -0
- package/lib/esm/components/SCPaywallsConfigurator.js +158 -0
- package/lib/esm/components/SCPdfPreview.d.ts +33 -0
- package/lib/esm/components/SCPdfPreview.js +33 -0
- package/lib/esm/fonts/community/icons.eot +0 -0
- package/lib/esm/fonts/community/icons.svg +75 -69
- package/lib/esm/fonts/community/icons.ttf +0 -0
- package/lib/esm/fonts/community/icons.woff +0 -0
- package/lib/esm/fonts/community/icons.woff2 +0 -0
- package/lib/esm/fonts/community-icons.css +133 -126
- package/lib/esm/index.d.ts +853 -39
- package/lib/esm/index.js +47 -1
- package/lib/umd/community/icons.eot +0 -0
- package/lib/umd/community/icons.svg +75 -69
- package/lib/umd/community/icons.ttf +0 -0
- package/lib/umd/community/icons.woff +0 -0
- package/lib/umd/community/icons.woff2 +0 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'community-icons';
|
|
3
|
-
src:
|
|
4
|
-
src:
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
url('./community/icons.woff?15qv4t') format('woff'),
|
|
8
|
-
url('./community/icons.svg?15qv4t#community-icons') format('svg');
|
|
3
|
+
src: url('./community/icons.eot?9bssac');
|
|
4
|
+
src: url('./community/icons.eot?9bssac#iefix') format('embedded-opentype'), url('./community/icons.woff2?9bssac') format('woff2'),
|
|
5
|
+
url('./community/icons.ttf?9bssac') format('truetype'), url('./community/icons.woff?9bssac') format('woff'),
|
|
6
|
+
url('./community/icons.svg?9bssac#community-icons') format('svg');
|
|
9
7
|
font-weight: normal;
|
|
10
8
|
font-style: normal;
|
|
11
9
|
font-display: block;
|
|
@@ -23,11 +21,11 @@
|
|
|
23
21
|
|
|
24
22
|
/* Enable Ligatures ================ */
|
|
25
23
|
letter-spacing: 0;
|
|
26
|
-
-webkit-font-feature-settings:
|
|
27
|
-
-moz-font-feature-settings:
|
|
28
|
-
-moz-font-feature-settings:
|
|
29
|
-
-ms-font-feature-settings:
|
|
30
|
-
font-feature-settings:
|
|
24
|
+
-webkit-font-feature-settings: 'liga';
|
|
25
|
+
-moz-font-feature-settings: 'liga=1';
|
|
26
|
+
-moz-font-feature-settings: 'liga';
|
|
27
|
+
-ms-font-feature-settings: 'liga' 1;
|
|
28
|
+
font-feature-settings: 'liga';
|
|
31
29
|
-webkit-font-variant-ligatures: discretionary-ligatures;
|
|
32
30
|
font-variant-ligatures: discretionary-ligatures;
|
|
33
31
|
|
|
@@ -36,348 +34,357 @@
|
|
|
36
34
|
-moz-osx-font-smoothing: grayscale;
|
|
37
35
|
}
|
|
38
36
|
|
|
37
|
+
.icon-pagamenti:before {
|
|
38
|
+
content: '\e975';
|
|
39
|
+
}
|
|
40
|
+
.icon-dredit-card:before {
|
|
41
|
+
content: '\e974';
|
|
42
|
+
}
|
|
43
|
+
.icon-ticket:before {
|
|
44
|
+
content: '\e900';
|
|
45
|
+
}
|
|
39
46
|
.icon-settings:before {
|
|
40
|
-
content:
|
|
47
|
+
content: '\e972';
|
|
41
48
|
}
|
|
42
49
|
.icon-arrow_next:before {
|
|
43
|
-
content:
|
|
50
|
+
content: '\e970';
|
|
44
51
|
}
|
|
45
52
|
.icon-courses:before {
|
|
46
|
-
content:
|
|
53
|
+
content: '\e971';
|
|
47
54
|
}
|
|
48
55
|
.icon-add_to_home:before {
|
|
49
|
-
content:
|
|
56
|
+
content: '\e96f';
|
|
50
57
|
}
|
|
51
58
|
.icon-box_arrow_up:before {
|
|
52
|
-
content:
|
|
59
|
+
content: '\e96e';
|
|
53
60
|
}
|
|
54
61
|
.icon-add_square:before {
|
|
55
|
-
content:
|
|
62
|
+
content: '\e96d';
|
|
56
63
|
}
|
|
57
64
|
.icon-ai_stars:before {
|
|
58
|
-
content:
|
|
65
|
+
content: '\e96c';
|
|
59
66
|
}
|
|
60
67
|
.icon-circle_closed:before {
|
|
61
|
-
content:
|
|
68
|
+
content: '\e96a';
|
|
62
69
|
}
|
|
63
70
|
.icon-circle_checked:before {
|
|
64
|
-
content:
|
|
71
|
+
content: '\e96b';
|
|
65
72
|
}
|
|
66
73
|
.icon-frequency:before {
|
|
67
|
-
content:
|
|
74
|
+
content: '\e969';
|
|
68
75
|
}
|
|
69
76
|
.icon-calendar_off:before {
|
|
70
|
-
content:
|
|
77
|
+
content: '\e967';
|
|
71
78
|
}
|
|
72
79
|
.icon-twitter:before {
|
|
73
|
-
content:
|
|
80
|
+
content: '\e959';
|
|
74
81
|
}
|
|
75
82
|
.icon-magic_wand:before {
|
|
76
|
-
content:
|
|
83
|
+
content: '\e968';
|
|
77
84
|
}
|
|
78
85
|
.icon-private:before {
|
|
79
|
-
content:
|
|
86
|
+
content: '\e966';
|
|
80
87
|
}
|
|
81
88
|
.icon-groups:before {
|
|
82
|
-
content:
|
|
89
|
+
content: '\e965';
|
|
83
90
|
}
|
|
84
91
|
.icon-category:before {
|
|
85
|
-
content:
|
|
92
|
+
content: '\e938';
|
|
86
93
|
}
|
|
87
94
|
.icon-photo_file:before {
|
|
88
|
-
content:
|
|
95
|
+
content: '\e964';
|
|
89
96
|
}
|
|
90
97
|
.icon-card_giftcard:before {
|
|
91
|
-
content:
|
|
98
|
+
content: '\e900';
|
|
92
99
|
}
|
|
93
100
|
.icon-image:before {
|
|
94
|
-
content:
|
|
101
|
+
content: '\e90a';
|
|
95
102
|
}
|
|
96
103
|
.icon-photo_camera:before {
|
|
97
|
-
content:
|
|
104
|
+
content: '\e90b';
|
|
98
105
|
}
|
|
99
106
|
.icon-card_membership:before {
|
|
100
|
-
content:
|
|
107
|
+
content: '\e90d';
|
|
101
108
|
}
|
|
102
109
|
.icon-label:before {
|
|
103
|
-
content:
|
|
110
|
+
content: '\e917';
|
|
104
111
|
}
|
|
105
112
|
.icon-access_time:before {
|
|
106
|
-
content:
|
|
113
|
+
content: '\e91f';
|
|
107
114
|
}
|
|
108
115
|
.icon-help_outline:before {
|
|
109
|
-
content:
|
|
116
|
+
content: '\e920';
|
|
110
117
|
}
|
|
111
118
|
.icon-info:before {
|
|
112
|
-
content:
|
|
119
|
+
content: '\e921';
|
|
113
120
|
}
|
|
114
121
|
.icon-error:before {
|
|
115
|
-
content:
|
|
122
|
+
content: '\e922';
|
|
116
123
|
}
|
|
117
124
|
.icon-format_align_center:before {
|
|
118
|
-
content:
|
|
125
|
+
content: '\e924';
|
|
119
126
|
}
|
|
120
127
|
.icon-format_align_right:before {
|
|
121
|
-
content:
|
|
128
|
+
content: '\e925';
|
|
122
129
|
}
|
|
123
130
|
.icon-format_align_left:before {
|
|
124
|
-
content:
|
|
131
|
+
content: '\e926';
|
|
125
132
|
}
|
|
126
133
|
.icon-format_align_justify:before {
|
|
127
|
-
content:
|
|
134
|
+
content: '\e927';
|
|
128
135
|
}
|
|
129
136
|
.icon-format_horizontal_rule:before {
|
|
130
|
-
content:
|
|
137
|
+
content: '\e928';
|
|
131
138
|
}
|
|
132
139
|
.icon-drag:before {
|
|
133
|
-
content:
|
|
140
|
+
content: '\e92a';
|
|
134
141
|
}
|
|
135
142
|
.icon-format_heading_3:before {
|
|
136
|
-
content:
|
|
143
|
+
content: '\e92b';
|
|
137
144
|
}
|
|
138
145
|
.icon-format_heading_1:before {
|
|
139
|
-
content:
|
|
146
|
+
content: '\e92c';
|
|
140
147
|
}
|
|
141
148
|
.icon-format_heading_2:before {
|
|
142
|
-
content:
|
|
149
|
+
content: '\e92d';
|
|
143
150
|
}
|
|
144
151
|
.icon-format_paragraph:before {
|
|
145
|
-
content:
|
|
152
|
+
content: '\e92e';
|
|
146
153
|
}
|
|
147
154
|
.icon-more_vert:before {
|
|
148
|
-
content:
|
|
155
|
+
content: '\e92f';
|
|
149
156
|
}
|
|
150
157
|
.icon-list:before {
|
|
151
|
-
content:
|
|
158
|
+
content: '\e930';
|
|
152
159
|
}
|
|
153
160
|
.icon-format_list_bulleted:before {
|
|
154
|
-
content:
|
|
161
|
+
content: '\e933';
|
|
155
162
|
}
|
|
156
163
|
.icon-format_superscript:before {
|
|
157
|
-
content:
|
|
164
|
+
content: '\e939';
|
|
158
165
|
}
|
|
159
166
|
.icon-format_subscript:before {
|
|
160
|
-
content:
|
|
167
|
+
content: '\e93c';
|
|
161
168
|
}
|
|
162
169
|
.icon-format_clear:before {
|
|
163
|
-
content:
|
|
170
|
+
content: '\e93f';
|
|
164
171
|
}
|
|
165
172
|
.icon-format_strikethrough:before {
|
|
166
|
-
content:
|
|
173
|
+
content: '\e941';
|
|
167
174
|
}
|
|
168
175
|
.icon-title:before {
|
|
169
|
-
content:
|
|
176
|
+
content: '\e948';
|
|
170
177
|
}
|
|
171
178
|
.icon-check:before {
|
|
172
|
-
content:
|
|
179
|
+
content: '\e949';
|
|
173
180
|
}
|
|
174
181
|
.icon-format_quote:before {
|
|
175
|
-
content:
|
|
182
|
+
content: '\e958';
|
|
176
183
|
}
|
|
177
184
|
.icon-menu:before {
|
|
178
|
-
content:
|
|
185
|
+
content: '\e962';
|
|
179
186
|
}
|
|
180
187
|
.icon-format_list_numbered:before {
|
|
181
|
-
content:
|
|
188
|
+
content: '\e963';
|
|
182
189
|
}
|
|
183
190
|
.icon-add_circle_outline:before {
|
|
184
|
-
content:
|
|
191
|
+
content: '\e901';
|
|
185
192
|
}
|
|
186
193
|
.icon-add_location_alt:before {
|
|
187
|
-
content:
|
|
194
|
+
content: '\e902';
|
|
188
195
|
}
|
|
189
196
|
.icon-add:before {
|
|
190
|
-
content:
|
|
197
|
+
content: '\e903';
|
|
191
198
|
}
|
|
192
199
|
.icon-arrow_back:before {
|
|
193
|
-
content:
|
|
200
|
+
content: '\e904';
|
|
194
201
|
}
|
|
195
202
|
.icon-attach_file:before {
|
|
196
|
-
content:
|
|
203
|
+
content: '\e905';
|
|
197
204
|
}
|
|
198
205
|
.icon-bar_chart:before {
|
|
199
|
-
content:
|
|
206
|
+
content: '\e906';
|
|
200
207
|
}
|
|
201
208
|
.icon-bookmark_added:before {
|
|
202
|
-
content:
|
|
209
|
+
content: '\e907';
|
|
203
210
|
}
|
|
204
211
|
.icon-bookmark_border:before {
|
|
205
|
-
content:
|
|
212
|
+
content: '\e908';
|
|
206
213
|
}
|
|
207
214
|
.icon-CalendarIcon:before {
|
|
208
|
-
content:
|
|
215
|
+
content: '\e909';
|
|
209
216
|
}
|
|
210
217
|
.icon-chat_bubble_outline:before {
|
|
211
|
-
content:
|
|
218
|
+
content: '\e90c';
|
|
212
219
|
}
|
|
213
220
|
.icon-chevron_left:before {
|
|
214
|
-
content:
|
|
221
|
+
content: '\e90e';
|
|
215
222
|
}
|
|
216
223
|
.icon-chevron_right:before {
|
|
217
|
-
content:
|
|
224
|
+
content: '\e90f';
|
|
218
225
|
}
|
|
219
226
|
.icon-close:before {
|
|
220
|
-
content:
|
|
227
|
+
content: '\e910';
|
|
221
228
|
}
|
|
222
229
|
.icon-code:before {
|
|
223
|
-
content:
|
|
230
|
+
content: '\e911';
|
|
224
231
|
}
|
|
225
232
|
.icon-create:before {
|
|
226
|
-
content:
|
|
233
|
+
content: '\e912';
|
|
227
234
|
}
|
|
228
235
|
.icon-delete:before {
|
|
229
|
-
content:
|
|
236
|
+
content: '\e913';
|
|
230
237
|
}
|
|
231
238
|
.icon-download:before {
|
|
232
|
-
content:
|
|
239
|
+
content: '\e914';
|
|
233
240
|
}
|
|
234
241
|
.icon-edit:before {
|
|
235
|
-
content:
|
|
242
|
+
content: '\e915';
|
|
236
243
|
}
|
|
237
244
|
.icon-email:before {
|
|
238
|
-
content:
|
|
245
|
+
content: '\e916';
|
|
239
246
|
}
|
|
240
247
|
.icon-expand_less:before {
|
|
241
|
-
content:
|
|
248
|
+
content: '\e918';
|
|
242
249
|
}
|
|
243
250
|
.icon-expand_more:before {
|
|
244
|
-
content:
|
|
251
|
+
content: '\e919';
|
|
245
252
|
}
|
|
246
253
|
.icon-explore:before {
|
|
247
|
-
content:
|
|
254
|
+
content: '\e91a';
|
|
248
255
|
}
|
|
249
256
|
.icon-face:before {
|
|
250
|
-
content:
|
|
257
|
+
content: '\e91b';
|
|
251
258
|
}
|
|
252
259
|
.icon-facebook:before {
|
|
253
|
-
content:
|
|
260
|
+
content: '\e91c';
|
|
254
261
|
}
|
|
255
262
|
.icon-fiber_manual_record:before {
|
|
256
|
-
content:
|
|
263
|
+
content: '\e91d';
|
|
257
264
|
}
|
|
258
265
|
.icon-folder_open:before {
|
|
259
|
-
content:
|
|
266
|
+
content: '\e91e';
|
|
260
267
|
}
|
|
261
268
|
.icon-format_bold:before {
|
|
262
|
-
content:
|
|
269
|
+
content: '\e923';
|
|
263
270
|
}
|
|
264
271
|
.icon-format_italic:before {
|
|
265
|
-
content:
|
|
272
|
+
content: '\e929';
|
|
266
273
|
}
|
|
267
274
|
.icon-format_underline:before {
|
|
268
|
-
content:
|
|
275
|
+
content: '\e931';
|
|
269
276
|
}
|
|
270
277
|
.icon-google:before {
|
|
271
|
-
content:
|
|
278
|
+
content: '\e932';
|
|
272
279
|
}
|
|
273
280
|
.icon-hide_image:before {
|
|
274
|
-
content:
|
|
281
|
+
content: '\e934';
|
|
275
282
|
}
|
|
276
283
|
.icon-highlight_off:before {
|
|
277
|
-
content:
|
|
284
|
+
content: '\e935';
|
|
278
285
|
}
|
|
279
286
|
.icon-highlight:before {
|
|
280
|
-
content:
|
|
287
|
+
content: '\e936';
|
|
281
288
|
}
|
|
282
289
|
.icon-home:before {
|
|
283
|
-
content:
|
|
290
|
+
content: '\e937';
|
|
284
291
|
}
|
|
285
292
|
.icon-insert_link:before {
|
|
286
|
-
content:
|
|
293
|
+
content: '\e93a';
|
|
287
294
|
}
|
|
288
295
|
.icon-instagram:before {
|
|
289
|
-
content:
|
|
296
|
+
content: '\e93b';
|
|
290
297
|
}
|
|
291
298
|
.icon-link:before {
|
|
292
|
-
content:
|
|
299
|
+
content: '\e93d';
|
|
293
300
|
}
|
|
294
301
|
.icon-linkedin:before {
|
|
295
|
-
content:
|
|
302
|
+
content: '\e93e';
|
|
296
303
|
}
|
|
297
304
|
.icon-more_circle:before {
|
|
298
|
-
content:
|
|
305
|
+
content: '\e940';
|
|
299
306
|
}
|
|
300
307
|
.icon-movie:before {
|
|
301
|
-
content:
|
|
308
|
+
content: '\e942';
|
|
302
309
|
}
|
|
303
310
|
.icon-notifications_active:before {
|
|
304
|
-
content:
|
|
311
|
+
content: '\e943';
|
|
305
312
|
}
|
|
306
313
|
.icon-notifications_off:before {
|
|
307
|
-
content:
|
|
314
|
+
content: '\e944';
|
|
308
315
|
}
|
|
309
316
|
.icon-outlined_flag:before {
|
|
310
|
-
content:
|
|
317
|
+
content: '\e945';
|
|
311
318
|
}
|
|
312
319
|
.icon-people_alt:before {
|
|
313
|
-
content:
|
|
320
|
+
content: '\e946';
|
|
314
321
|
}
|
|
315
322
|
.icon-person:before {
|
|
316
|
-
content:
|
|
323
|
+
content: '\e947';
|
|
317
324
|
}
|
|
318
325
|
.icon-picture_as_pdf:before {
|
|
319
|
-
content:
|
|
326
|
+
content: '\e94a';
|
|
320
327
|
}
|
|
321
328
|
.icon-play_arrow:before {
|
|
322
|
-
content:
|
|
329
|
+
content: '\e94b';
|
|
323
330
|
}
|
|
324
331
|
.icon-play_circle_outline:before {
|
|
325
|
-
content:
|
|
332
|
+
content: '\e94c';
|
|
326
333
|
}
|
|
327
334
|
.icon-public:before {
|
|
328
|
-
content:
|
|
335
|
+
content: '\e94d';
|
|
329
336
|
}
|
|
330
337
|
.icon-redo:before {
|
|
331
|
-
content:
|
|
338
|
+
content: '\e94e';
|
|
332
339
|
}
|
|
333
340
|
.icon-restore_from_trash:before {
|
|
334
|
-
content:
|
|
341
|
+
content: '\e94f';
|
|
335
342
|
}
|
|
336
343
|
.icon-restore:before {
|
|
337
|
-
content:
|
|
344
|
+
content: '\e950';
|
|
338
345
|
}
|
|
339
346
|
.icon-save:before {
|
|
340
|
-
content:
|
|
347
|
+
content: '\e951';
|
|
341
348
|
}
|
|
342
349
|
.icon-search:before {
|
|
343
|
-
content:
|
|
350
|
+
content: '\e952';
|
|
344
351
|
}
|
|
345
352
|
.icon-send:before {
|
|
346
|
-
content:
|
|
353
|
+
content: '\e953';
|
|
347
354
|
}
|
|
348
355
|
.icon-sentiment_satisfied_alt:before {
|
|
349
|
-
content:
|
|
356
|
+
content: '\e954';
|
|
350
357
|
}
|
|
351
358
|
.icon-share:before {
|
|
352
|
-
content:
|
|
359
|
+
content: '\e955';
|
|
353
360
|
}
|
|
354
361
|
.icon-thumb_up_off_alt:before {
|
|
355
|
-
content:
|
|
362
|
+
content: '\e956';
|
|
356
363
|
}
|
|
357
364
|
.icon-thumb_up:before {
|
|
358
|
-
content:
|
|
365
|
+
content: '\e957';
|
|
359
366
|
}
|
|
360
367
|
.icon-undo:before {
|
|
361
|
-
content:
|
|
368
|
+
content: '\e95a';
|
|
362
369
|
}
|
|
363
370
|
.icon-upload:before {
|
|
364
|
-
content:
|
|
371
|
+
content: '\e95b';
|
|
365
372
|
}
|
|
366
373
|
.icon-visibility_off:before {
|
|
367
|
-
content:
|
|
374
|
+
content: '\e95c';
|
|
368
375
|
}
|
|
369
376
|
.icon-visibility:before {
|
|
370
|
-
content:
|
|
377
|
+
content: '\e95d';
|
|
371
378
|
}
|
|
372
379
|
.icon-whatsup_circle:before {
|
|
373
|
-
content:
|
|
380
|
+
content: '\e95e';
|
|
374
381
|
}
|
|
375
382
|
.icon-zoom_in:before {
|
|
376
|
-
content:
|
|
383
|
+
content: '\e95f';
|
|
377
384
|
}
|
|
378
385
|
.icon-zoom_out_map:before {
|
|
379
|
-
content:
|
|
386
|
+
content: '\e960';
|
|
380
387
|
}
|
|
381
388
|
.icon-zoom_out:before {
|
|
382
|
-
content:
|
|
389
|
+
content: '\e961';
|
|
383
390
|
}
|