@zohodesk/icons 1.3.11 → 1.3.13
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 +9 -0
- package/assets/fonts/zd-gcFonts.svg +1 -0
- package/assets/fonts/zd-gcFonts.woff +0 -0
- package/assets/fonts/zd-gcFonts.woff2 +0 -0
- package/assets/fonts/zd-rIM.svg +2 -0
- package/assets/fonts/zd-rIM.woff +0 -0
- package/assets/fonts/zd-rIM.woff2 +0 -0
- package/assets/react/zd-font-rAI.module.css +29 -25
- package/assets/react/zd-font-rAccessibility.module.css +46 -42
- package/assets/react/zd-font-rAnalyticsColor.module.css +199 -195
- package/assets/react/zd-font-rAutomation.module.css +322 -318
- package/assets/react/zd-font-rCallBar.module.css +35 -31
- package/assets/react/zd-font-rChannels.module.css +203 -199
- package/assets/react/zd-font-rCustomize.module.css +132 -128
- package/assets/react/zd-font-rDeveloperSpace.module.css +13 -9
- package/assets/react/zd-font-rExportFiles.module.css +731 -727
- package/assets/react/zd-font-rGeneral.module.css +628 -624
- package/assets/react/zd-font-rIM.module.css +52 -38
- package/assets/react/zd-font-rIntegrations.module.css +211 -207
- package/assets/react/zd-font-rLhs.module.css +380 -376
- package/assets/react/zd-font-rMarketplace.module.css +153 -149
- package/assets/react/zd-font-rReports.module.css +226 -222
- package/assets/react/zd-font-rSetup.module.css +151 -147
- package/assets/react/zd-font-rTickets.module.css +302 -298
- package/assets/react/zd-font-rTopband.module.css +122 -118
- package/assets/react/zd-font-rTwotone.module.css +1270 -1266
- package/assets/react/zd-font-rUpdates.module.css +17 -13
- package/assets/react/zd-font-react-addforms.module.css +439 -435
- package/assets/react/zd-font-react-automate.module.css +43 -39
- package/assets/react/zd-font-react-channels.module.css +433 -429
- package/assets/react/zd-font-react-channels.plain.css +433 -429
- package/assets/react/zd-font-react-common.module.css +771 -767
- package/assets/react/zd-font-react-common.plain.css +771 -767
- package/assets/react/zd-font-react-community.module.css +215 -211
- package/assets/react/zd-font-react-customers.module.css +21 -17
- package/assets/react/zd-font-react-customize.module.css +608 -604
- package/assets/react/zd-font-react-gamescope.module.css +85 -81
- package/assets/react/zd-font-react-gcFonts.module.css +1469 -1462
- package/assets/react/zd-font-react-gettingstarted.module.css +305 -301
- package/assets/react/zd-font-react-integrations.module.css +43 -39
- package/assets/react/zd-font-react-kb.module.css +4419 -4415
- package/assets/react/zd-font-react-logo.module.css +20 -16
- package/assets/react/zd-font-react-organization.module.css +51 -47
- package/assets/react/zd-font-react-organization.plain.css +51 -47
- package/assets/react/zd-font-react-others.module.css +281 -277
- package/assets/react/zd-font-react-reports.module.css +448 -444
- package/assets/react/zd-font-react-setup.module.css +785 -781
- package/assets/react/zd-font-react-setup.plain.css +785 -781
- package/assets/react/zd-font-react-social.module.css +456 -452
- package/assets/react/zd-font-react-ticket-channels.module.css +252 -248
- package/assets/react/zd-font-react-tickets.module.css +884 -880
- package/assets/react/zd-font-react-tickets.plain.css +884 -880
- package/assets/react/zd-font-react-topband.module.css +550 -546
- package/assets/react/zd-font-react-topband.plain.css +550 -546
- package/cbt.config.js +2 -2
- package/es/Context/__tests__/__snapshots__/IconContext.spec.js.snap +1 -1
- package/es/Icon/FontFactory.js +4 -2
- package/es/Icon/FontIcon.js +3 -2
- package/es/Icon/SvgIcon.js +2 -1
- package/es/Icon/__tests__/__snapshots__/FontIcon.spec.js.snap +1 -1
- package/es/Icon/__tests__/__snapshots__/Icon.spec.js.snap +32 -1
- package/es/Icon/__tests__/__snapshots__/SvgIcon.spec.js.snap +1 -1
- package/lib/Context/__tests__/__snapshots__/IconContext.spec.js.snap +1 -1
- package/lib/Icon/FontFactory.js +3 -2
- package/lib/Icon/FontIcon.js +4 -2
- package/lib/Icon/SvgIcon.js +3 -1
- package/lib/Icon/__tests__/__snapshots__/FontIcon.spec.js.snap +1 -1
- package/lib/Icon/__tests__/__snapshots__/Icon.spec.js.snap +32 -1
- package/lib/Icon/__tests__/__snapshots__/SvgIcon.spec.js.snap +1 -1
- package/package.json +18 -11
- package/ut.config.js +106 -0
|
@@ -1,9 +1,13 @@
|
|
|
1
|
-
@font-face{
|
|
2
|
-
font-family:"
|
|
3
|
-
src:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family:"zdfonts-react-gettingstarted";
|
|
3
|
+
src:
|
|
4
|
+
url('../fonts/zd-gettingstarted.woff2') format('woff2'),
|
|
5
|
+
|
|
6
|
+
url('../fonts/zd-gettingstarted.woff') format('woff'),
|
|
7
|
+
url('../fonts/zd-gettingstarted.svg#zdfonts') format('svg');
|
|
8
|
+
font-weight: normal;
|
|
9
|
+
font-style: normal;
|
|
10
|
+
font-display: block;
|
|
7
11
|
}
|
|
8
12
|
|
|
9
13
|
@layer dot-icons.core {
|
|
@@ -11,324 +15,324 @@
|
|
|
11
15
|
|
|
12
16
|
|
|
13
17
|
.icon-arrow-left,.icon-camera,.icon-channels-4,.icon-check,.icon-close-e,.icon-CRM_new,.icon-delete-2,.icon-delete2,.icon-exclamation-thincircle,.icon-fb2,.icon-Get_Start_rocket,.icon-Getsrart-gear-bg,.icon-GetStartBG,.icon-GetStartstar,.icon-greenemail,.icon-ic-social_arrow-line,.icon-ic-social_fb-2,.icon-ic-social_twitter-2,.icon-info31,.icon-invite-agents,.icon-livechat,.icon-open,.icon-pen2,.icon-Quicksetup,.icon-Quicksetupgear,.icon-Quicksetupgear1,.icon-rebrand_new,.icon-Rebrand,.icon-rebrand2,.icon-SkyDeskSupport,.icon-spam,.icon-telephone,.icon-TelephonyDashboard,.icon-ticknew,.icon-TPCRM05-01,.icon-twit,.icon-zd_live_chat,.icon-zd-self-service,.icon-zd-social,.icon-Zoho-Desk,.icon-Bigin_Logo{
|
|
14
|
-
font-family:"
|
|
18
|
+
font-family:"zdfonts-react-gettingstarted" !important;
|
|
15
19
|
}
|
|
16
20
|
|
|
17
|
-
.icon-arrow-left:before{
|
|
18
|
-
content:"\f900";
|
|
19
|
-
}
|
|
20
|
-
.icon-camera:before{
|
|
21
|
-
content:"\f901";
|
|
22
|
-
}
|
|
23
|
-
.icon-channels-4:before{
|
|
24
|
-
content:"\f902";
|
|
25
|
-
}
|
|
26
|
-
.icon-check:before{
|
|
27
|
-
content:"\f903";
|
|
28
|
-
}
|
|
29
|
-
.icon-close-e:before{
|
|
30
|
-
content:"\f904";
|
|
31
|
-
}
|
|
32
|
-
.icon-CRM_new:before{
|
|
33
|
-
content:"\f905";
|
|
34
|
-
color
|
|
35
|
-
}
|
|
36
|
-
.icon-delete-2:before{
|
|
37
|
-
content:"\f906";
|
|
38
|
-
}
|
|
39
|
-
.icon-delete2:before{
|
|
40
|
-
content:"\f907";
|
|
41
|
-
}
|
|
42
|
-
.icon-exclamation-thincircle:before{
|
|
43
|
-
content:"\f908";
|
|
44
|
-
}
|
|
45
|
-
.icon-fb2:before{
|
|
46
|
-
content:"\f909";
|
|
47
|
-
}
|
|
48
|
-
.icon-Get_Start_rocket .path1:before{
|
|
49
|
-
content:"\f90a";
|
|
50
|
-
color:rgb(166, 166, 166);
|
|
51
|
-
}
|
|
52
|
-
.icon-Get_Start_rocket .path2:before{
|
|
53
|
-
content:"\f90b";
|
|
54
|
-
margin-left
|
|
55
|
-
color:rgb(233, 233, 233);
|
|
56
|
-
}
|
|
57
|
-
.icon-Getsrart-gear-bg .path1:before{
|
|
58
|
-
content:"\f90c";
|
|
59
|
-
color:rgb(161, 161, 161);
|
|
60
|
-
opacity:0.5;
|
|
61
|
-
}
|
|
62
|
-
.icon-Getsrart-gear-bg .path2:before{
|
|
63
|
-
content:"\f90d";
|
|
64
|
-
margin-left
|
|
65
|
-
color:rgb(164, 164, 164);
|
|
66
|
-
opacity:0.5;
|
|
67
|
-
}
|
|
68
|
-
.icon-Getsrart-gear-bg .path3:before{
|
|
69
|
-
content:"\f90e";
|
|
70
|
-
margin-left
|
|
71
|
-
color:rgb(166, 166, 166);
|
|
72
|
-
opacity:0.5;
|
|
73
|
-
}
|
|
74
|
-
.icon-Getsrart-gear-bg .path4:before{
|
|
75
|
-
content:"\f90f";
|
|
76
|
-
margin-left
|
|
77
|
-
color:rgb(163, 163, 163);
|
|
78
|
-
opacity:0.5;
|
|
79
|
-
}
|
|
80
|
-
.icon-Getsrart-gear-bg .path5:before{
|
|
81
|
-
content:"\f910";
|
|
82
|
-
margin-left
|
|
83
|
-
color:rgb(162, 162, 162);
|
|
84
|
-
opacity:0.5;
|
|
85
|
-
}
|
|
86
|
-
.icon-Getsrart-gear-bg .path6:before{
|
|
87
|
-
content:"\f911";
|
|
88
|
-
margin-left
|
|
89
|
-
color:rgb(165, 165, 165);
|
|
90
|
-
opacity:0.5;
|
|
91
|
-
}
|
|
92
|
-
.icon-GetStartBG .path1:before{
|
|
93
|
-
content:"\f912";
|
|
94
|
-
color:rgb(245, 245, 245);
|
|
95
|
-
}
|
|
96
|
-
.icon-GetStartBG .path2:before{
|
|
97
|
-
content:"\f913";
|
|
98
|
-
margin-left
|
|
99
|
-
color:rgb(245, 245, 245);
|
|
100
|
-
}
|
|
101
|
-
.icon-GetStartBG .path3:before{
|
|
102
|
-
content:"\f914";
|
|
103
|
-
margin-left
|
|
104
|
-
color:rgb(245, 245, 245);
|
|
105
|
-
}
|
|
106
|
-
.icon-GetStartBG .path4:before{
|
|
107
|
-
content:"\f915";
|
|
108
|
-
margin-left
|
|
109
|
-
color:rgb(245, 245, 245);
|
|
110
|
-
}
|
|
111
|
-
.icon-GetStartBG .path5:before{
|
|
112
|
-
content:"\f916";
|
|
113
|
-
margin-left
|
|
114
|
-
color:rgb(245, 245, 245);
|
|
115
|
-
}
|
|
116
|
-
.icon-GetStartBG .path6:before{
|
|
117
|
-
content:"\f917";
|
|
118
|
-
margin-left
|
|
119
|
-
color:rgb(245, 245, 245);
|
|
120
|
-
}
|
|
121
|
-
.icon-GetStartBG .path7:before{
|
|
122
|
-
content:"\f918";
|
|
123
|
-
margin-left
|
|
124
|
-
color:rgb(245, 245, 245);
|
|
125
|
-
}
|
|
126
|
-
.icon-GetStartBG .path8:before{
|
|
127
|
-
content:"\f919";
|
|
128
|
-
margin-left
|
|
129
|
-
color:rgb(245, 245, 245);
|
|
130
|
-
}
|
|
131
|
-
.icon-GetStartBG .path9:before{
|
|
132
|
-
content:"\f91a";
|
|
133
|
-
margin-left
|
|
134
|
-
color:rgb(245, 245, 245);
|
|
135
|
-
}
|
|
136
|
-
.icon-GetStartBG .path10:before{
|
|
137
|
-
content:"\f91b";
|
|
138
|
-
margin-left
|
|
139
|
-
color:rgb(245, 245, 245);
|
|
140
|
-
}
|
|
141
|
-
.icon-GetStartBG .path11:before{
|
|
142
|
-
content:"\f91c";
|
|
143
|
-
margin-left
|
|
144
|
-
color:rgb(245, 245, 245);
|
|
145
|
-
}
|
|
146
|
-
.icon-GetStartBG .path12:before{
|
|
147
|
-
content:"\f91d";
|
|
148
|
-
margin-left
|
|
149
|
-
color:rgb(245, 245, 245);
|
|
150
|
-
}
|
|
151
|
-
.icon-GetStartBG .path13:before{
|
|
152
|
-
content:"\f91e";
|
|
153
|
-
margin-left
|
|
154
|
-
color:rgb(234, 234, 234);
|
|
155
|
-
}
|
|
156
|
-
.icon-GetStartBG .path14:before{
|
|
157
|
-
content:"\f91f";
|
|
158
|
-
margin-left
|
|
159
|
-
color:rgb(234, 234, 234);
|
|
160
|
-
}
|
|
161
|
-
.icon-GetStartBG .path15:before{
|
|
162
|
-
content:"\f920";
|
|
163
|
-
margin-left
|
|
164
|
-
color:rgb(234, 234, 234);
|
|
165
|
-
}
|
|
166
|
-
.icon-GetStartBG .path16:before{
|
|
167
|
-
content:"\f921";
|
|
168
|
-
margin-left
|
|
169
|
-
color:rgb(234, 234, 234);
|
|
170
|
-
}
|
|
171
|
-
.icon-GetStartBG .path17:before{
|
|
172
|
-
content:"\f922";
|
|
173
|
-
margin-left
|
|
174
|
-
color:rgb(234, 234, 234);
|
|
175
|
-
}
|
|
176
|
-
.icon-GetStartBG .path18:before{
|
|
177
|
-
content:"\f923";
|
|
178
|
-
margin-left
|
|
179
|
-
color:rgb(234, 234, 234);
|
|
180
|
-
}
|
|
181
|
-
.icon-GetStartstar:before{
|
|
182
|
-
content:"\f924";
|
|
183
|
-
color
|
|
184
|
-
}
|
|
185
|
-
.icon-greenemail:before{
|
|
186
|
-
content:"\f925";
|
|
187
|
-
}
|
|
188
|
-
.icon-ic-social_arrow-line:before{
|
|
189
|
-
content:"\f926";
|
|
190
|
-
}
|
|
191
|
-
.icon-ic-social_fb-2:before{
|
|
192
|
-
content:"\f927";
|
|
193
|
-
}
|
|
194
|
-
.icon-ic-social_twitter-2:before{
|
|
195
|
-
content:"\f928";
|
|
196
|
-
}
|
|
197
|
-
.icon-info31:before{
|
|
198
|
-
content:"\f929";
|
|
199
|
-
}
|
|
200
|
-
.icon-invite-agents:before{
|
|
201
|
-
content:"\f92a";
|
|
202
|
-
}
|
|
203
|
-
.icon-livechat:before{
|
|
204
|
-
content:"\f92b";
|
|
205
|
-
}
|
|
206
|
-
.icon-open:before{
|
|
207
|
-
content:"\f92c";
|
|
208
|
-
}
|
|
209
|
-
.icon-pen2:before{
|
|
210
|
-
content:"\f92d";
|
|
211
|
-
}
|
|
212
|
-
.icon-Quicksetup .path1:before{
|
|
213
|
-
content:"\f92e";
|
|
214
|
-
color:rgb(250, 250, 250);
|
|
215
|
-
opacity:0.35;
|
|
216
|
-
}
|
|
217
|
-
.icon-Quicksetup .path2:before{
|
|
218
|
-
content:"\f92f";
|
|
219
|
-
margin-left
|
|
220
|
-
color:rgb(166, 166, 166);
|
|
221
|
-
}
|
|
222
|
-
.icon-Quicksetup .path3:before{
|
|
223
|
-
content:"\f930";
|
|
224
|
-
margin-left
|
|
225
|
-
color:rgb(166, 166, 166);
|
|
226
|
-
}
|
|
227
|
-
.icon-Quicksetup .path4:before{
|
|
228
|
-
content:"\f931";
|
|
229
|
-
margin-left
|
|
230
|
-
color:rgb(166, 166, 166);
|
|
231
|
-
}
|
|
232
|
-
.icon-Quicksetup .path5:before{
|
|
233
|
-
content:"\f932";
|
|
234
|
-
margin-left
|
|
235
|
-
color:rgb(255, 255, 255);
|
|
236
|
-
}
|
|
237
|
-
.icon-Quicksetup .path6:before{
|
|
238
|
-
content:"\f933";
|
|
239
|
-
margin-left
|
|
240
|
-
color:rgb(166, 166, 166);
|
|
241
|
-
}
|
|
242
|
-
.icon-Quicksetup .path7:before{
|
|
243
|
-
content:"\f934";
|
|
244
|
-
margin-left
|
|
245
|
-
color:rgb(166, 166, 166);
|
|
21
|
+
.icon-arrow-left:before {
|
|
22
|
+
content: "\f900";
|
|
23
|
+
}
|
|
24
|
+
.icon-camera:before {
|
|
25
|
+
content: "\f901";
|
|
26
|
+
}
|
|
27
|
+
.icon-channels-4:before {
|
|
28
|
+
content: "\f902";
|
|
29
|
+
}
|
|
30
|
+
.icon-check:before {
|
|
31
|
+
content: "\f903";
|
|
32
|
+
}
|
|
33
|
+
.icon-close-e:before {
|
|
34
|
+
content: "\f904";
|
|
35
|
+
}
|
|
36
|
+
.icon-CRM_new:before {
|
|
37
|
+
content: "\f905";
|
|
38
|
+
color: #226db4;
|
|
39
|
+
}
|
|
40
|
+
.icon-delete-2:before {
|
|
41
|
+
content: "\f906";
|
|
42
|
+
}
|
|
43
|
+
.icon-delete2:before {
|
|
44
|
+
content: "\f907";
|
|
45
|
+
}
|
|
46
|
+
.icon-exclamation-thincircle:before {
|
|
47
|
+
content: "\f908";
|
|
48
|
+
}
|
|
49
|
+
.icon-fb2:before {
|
|
50
|
+
content: "\f909";
|
|
51
|
+
}
|
|
52
|
+
.icon-Get_Start_rocket .path1:before {
|
|
53
|
+
content: "\f90a";
|
|
54
|
+
color: rgb(166, 166, 166);
|
|
55
|
+
}
|
|
56
|
+
.icon-Get_Start_rocket .path2:before {
|
|
57
|
+
content: "\f90b";
|
|
58
|
+
margin-left: -0.53125em;
|
|
59
|
+
color: rgb(233, 233, 233);
|
|
60
|
+
}
|
|
61
|
+
.icon-Getsrart-gear-bg .path1:before {
|
|
62
|
+
content: "\f90c";
|
|
63
|
+
color: rgb(161, 161, 161);
|
|
64
|
+
opacity: 0.5;
|
|
65
|
+
}
|
|
66
|
+
.icon-Getsrart-gear-bg .path2:before {
|
|
67
|
+
content: "\f90d";
|
|
68
|
+
margin-left: -8.65625em;
|
|
69
|
+
color: rgb(164, 164, 164);
|
|
70
|
+
opacity: 0.5;
|
|
71
|
+
}
|
|
72
|
+
.icon-Getsrart-gear-bg .path3:before {
|
|
73
|
+
content: "\f90e";
|
|
74
|
+
margin-left: -8.65625em;
|
|
75
|
+
color: rgb(166, 166, 166);
|
|
76
|
+
opacity: 0.5;
|
|
77
|
+
}
|
|
78
|
+
.icon-Getsrart-gear-bg .path4:before {
|
|
79
|
+
content: "\f90f";
|
|
80
|
+
margin-left: -8.65625em;
|
|
81
|
+
color: rgb(163, 163, 163);
|
|
82
|
+
opacity: 0.5;
|
|
83
|
+
}
|
|
84
|
+
.icon-Getsrart-gear-bg .path5:before {
|
|
85
|
+
content: "\f910";
|
|
86
|
+
margin-left: -8.65625em;
|
|
87
|
+
color: rgb(162, 162, 162);
|
|
88
|
+
opacity: 0.5;
|
|
89
|
+
}
|
|
90
|
+
.icon-Getsrart-gear-bg .path6:before {
|
|
91
|
+
content: "\f911";
|
|
92
|
+
margin-left: -8.65625em;
|
|
93
|
+
color: rgb(165, 165, 165);
|
|
94
|
+
opacity: 0.5;
|
|
95
|
+
}
|
|
96
|
+
.icon-GetStartBG .path1:before {
|
|
97
|
+
content: "\f912";
|
|
98
|
+
color: rgb(245, 245, 245);
|
|
99
|
+
}
|
|
100
|
+
.icon-GetStartBG .path2:before {
|
|
101
|
+
content: "\f913";
|
|
102
|
+
margin-left: -7.625em;
|
|
103
|
+
color: rgb(245, 245, 245);
|
|
104
|
+
}
|
|
105
|
+
.icon-GetStartBG .path3:before {
|
|
106
|
+
content: "\f914";
|
|
107
|
+
margin-left: -7.625em;
|
|
108
|
+
color: rgb(245, 245, 245);
|
|
109
|
+
}
|
|
110
|
+
.icon-GetStartBG .path4:before {
|
|
111
|
+
content: "\f915";
|
|
112
|
+
margin-left: -7.625em;
|
|
113
|
+
color: rgb(245, 245, 245);
|
|
114
|
+
}
|
|
115
|
+
.icon-GetStartBG .path5:before {
|
|
116
|
+
content: "\f916";
|
|
117
|
+
margin-left: -7.625em;
|
|
118
|
+
color: rgb(245, 245, 245);
|
|
119
|
+
}
|
|
120
|
+
.icon-GetStartBG .path6:before {
|
|
121
|
+
content: "\f917";
|
|
122
|
+
margin-left: -7.625em;
|
|
123
|
+
color: rgb(245, 245, 245);
|
|
124
|
+
}
|
|
125
|
+
.icon-GetStartBG .path7:before {
|
|
126
|
+
content: "\f918";
|
|
127
|
+
margin-left: -7.625em;
|
|
128
|
+
color: rgb(245, 245, 245);
|
|
129
|
+
}
|
|
130
|
+
.icon-GetStartBG .path8:before {
|
|
131
|
+
content: "\f919";
|
|
132
|
+
margin-left: -7.625em;
|
|
133
|
+
color: rgb(245, 245, 245);
|
|
134
|
+
}
|
|
135
|
+
.icon-GetStartBG .path9:before {
|
|
136
|
+
content: "\f91a";
|
|
137
|
+
margin-left: -7.625em;
|
|
138
|
+
color: rgb(245, 245, 245);
|
|
139
|
+
}
|
|
140
|
+
.icon-GetStartBG .path10:before {
|
|
141
|
+
content: "\f91b";
|
|
142
|
+
margin-left: -7.625em;
|
|
143
|
+
color: rgb(245, 245, 245);
|
|
144
|
+
}
|
|
145
|
+
.icon-GetStartBG .path11:before {
|
|
146
|
+
content: "\f91c";
|
|
147
|
+
margin-left: -7.625em;
|
|
148
|
+
color: rgb(245, 245, 245);
|
|
149
|
+
}
|
|
150
|
+
.icon-GetStartBG .path12:before {
|
|
151
|
+
content: "\f91d";
|
|
152
|
+
margin-left: -7.625em;
|
|
153
|
+
color: rgb(245, 245, 245);
|
|
154
|
+
}
|
|
155
|
+
.icon-GetStartBG .path13:before {
|
|
156
|
+
content: "\f91e";
|
|
157
|
+
margin-left: -7.625em;
|
|
158
|
+
color: rgb(234, 234, 234);
|
|
159
|
+
}
|
|
160
|
+
.icon-GetStartBG .path14:before {
|
|
161
|
+
content: "\f91f";
|
|
162
|
+
margin-left: -7.625em;
|
|
163
|
+
color: rgb(234, 234, 234);
|
|
164
|
+
}
|
|
165
|
+
.icon-GetStartBG .path15:before {
|
|
166
|
+
content: "\f920";
|
|
167
|
+
margin-left: -7.625em;
|
|
168
|
+
color: rgb(234, 234, 234);
|
|
169
|
+
}
|
|
170
|
+
.icon-GetStartBG .path16:before {
|
|
171
|
+
content: "\f921";
|
|
172
|
+
margin-left: -7.625em;
|
|
173
|
+
color: rgb(234, 234, 234);
|
|
174
|
+
}
|
|
175
|
+
.icon-GetStartBG .path17:before {
|
|
176
|
+
content: "\f922";
|
|
177
|
+
margin-left: -7.625em;
|
|
178
|
+
color: rgb(234, 234, 234);
|
|
179
|
+
}
|
|
180
|
+
.icon-GetStartBG .path18:before {
|
|
181
|
+
content: "\f923";
|
|
182
|
+
margin-left: -7.625em;
|
|
183
|
+
color: rgb(234, 234, 234);
|
|
184
|
+
}
|
|
185
|
+
.icon-GetStartstar:before {
|
|
186
|
+
content: "\f924";
|
|
187
|
+
color: #a6a6a6;
|
|
188
|
+
}
|
|
189
|
+
.icon-greenemail:before {
|
|
190
|
+
content: "\f925";
|
|
191
|
+
}
|
|
192
|
+
.icon-ic-social_arrow-line:before {
|
|
193
|
+
content: "\f926";
|
|
194
|
+
}
|
|
195
|
+
.icon-ic-social_fb-2:before {
|
|
196
|
+
content: "\f927";
|
|
197
|
+
}
|
|
198
|
+
.icon-ic-social_twitter-2:before {
|
|
199
|
+
content: "\f928";
|
|
200
|
+
}
|
|
201
|
+
.icon-info31:before {
|
|
202
|
+
content: "\f929";
|
|
203
|
+
}
|
|
204
|
+
.icon-invite-agents:before {
|
|
205
|
+
content: "\f92a";
|
|
206
|
+
}
|
|
207
|
+
.icon-livechat:before {
|
|
208
|
+
content: "\f92b";
|
|
209
|
+
}
|
|
210
|
+
.icon-open:before {
|
|
211
|
+
content: "\f92c";
|
|
212
|
+
}
|
|
213
|
+
.icon-pen2:before {
|
|
214
|
+
content: "\f92d";
|
|
215
|
+
}
|
|
216
|
+
.icon-Quicksetup .path1:before {
|
|
217
|
+
content: "\f92e";
|
|
218
|
+
color: rgb(250, 250, 250);
|
|
219
|
+
opacity: 0.35;
|
|
220
|
+
}
|
|
221
|
+
.icon-Quicksetup .path2:before {
|
|
222
|
+
content: "\f92f";
|
|
223
|
+
margin-left: -1em;
|
|
224
|
+
color: rgb(166, 166, 166);
|
|
225
|
+
}
|
|
226
|
+
.icon-Quicksetup .path3:before {
|
|
227
|
+
content: "\f930";
|
|
228
|
+
margin-left: -1em;
|
|
229
|
+
color: rgb(166, 166, 166);
|
|
230
|
+
}
|
|
231
|
+
.icon-Quicksetup .path4:before {
|
|
232
|
+
content: "\f931";
|
|
233
|
+
margin-left: -1em;
|
|
234
|
+
color: rgb(166, 166, 166);
|
|
235
|
+
}
|
|
236
|
+
.icon-Quicksetup .path5:before {
|
|
237
|
+
content: "\f932";
|
|
238
|
+
margin-left: -1em;
|
|
239
|
+
color: rgb(255, 255, 255);
|
|
240
|
+
}
|
|
241
|
+
.icon-Quicksetup .path6:before {
|
|
242
|
+
content: "\f933";
|
|
243
|
+
margin-left: -1em;
|
|
244
|
+
color: rgb(166, 166, 166);
|
|
245
|
+
}
|
|
246
|
+
.icon-Quicksetup .path7:before {
|
|
247
|
+
content: "\f934";
|
|
248
|
+
margin-left: -1em;
|
|
249
|
+
color: rgb(166, 166, 166);
|
|
246
250
|
}
|
|
247
|
-
.icon-Quicksetup .path8:before{
|
|
248
|
-
content:"\f935";
|
|
249
|
-
margin-left
|
|
250
|
-
color:rgb(166, 166, 166);
|
|
251
|
+
.icon-Quicksetup .path8:before {
|
|
252
|
+
content: "\f935";
|
|
253
|
+
margin-left: -1em;
|
|
254
|
+
color: rgb(166, 166, 166);
|
|
251
255
|
}
|
|
252
|
-
.icon-Quicksetupgear:before{
|
|
253
|
-
content:"\f936";
|
|
256
|
+
.icon-Quicksetupgear:before {
|
|
257
|
+
content: "\f936";
|
|
254
258
|
}
|
|
255
|
-
.icon-Quicksetupgear1:before{
|
|
256
|
-
content:"\f937";
|
|
259
|
+
.icon-Quicksetupgear1:before {
|
|
260
|
+
content: "\f937";
|
|
257
261
|
}
|
|
258
|
-
.icon-rebrand_new:before{
|
|
259
|
-
content:"\f938";
|
|
262
|
+
.icon-rebrand_new:before {
|
|
263
|
+
content: "\f938";
|
|
260
264
|
}
|
|
261
|
-
.icon-Rebrand:before{
|
|
262
|
-
content:"\f939";
|
|
265
|
+
.icon-Rebrand:before {
|
|
266
|
+
content: "\f939";
|
|
263
267
|
}
|
|
264
|
-
.icon-rebrand2:before{
|
|
265
|
-
content:"\f93a";
|
|
268
|
+
.icon-rebrand2:before {
|
|
269
|
+
content: "\f93a";
|
|
266
270
|
}
|
|
267
|
-
.icon-SkyDeskSupport .path1:before{
|
|
268
|
-
content:"\f93b";
|
|
269
|
-
color:rgb(40, 149, 213);
|
|
271
|
+
.icon-SkyDeskSupport .path1:before {
|
|
272
|
+
content: "\f93b";
|
|
273
|
+
color: rgb(40, 149, 213);
|
|
270
274
|
}
|
|
271
|
-
.icon-SkyDeskSupport .path2:before{
|
|
272
|
-
content:"\f93c";
|
|
273
|
-
margin-left
|
|
274
|
-
color:rgb(115, 115, 115);
|
|
275
|
+
.icon-SkyDeskSupport .path2:before {
|
|
276
|
+
content: "\f93c";
|
|
277
|
+
margin-left: -3.1083984375em;
|
|
278
|
+
color: rgb(115, 115, 115);
|
|
275
279
|
}
|
|
276
|
-
.icon-spam:before{
|
|
277
|
-
content:"\f93d";
|
|
280
|
+
.icon-spam:before {
|
|
281
|
+
content: "\f93d";
|
|
278
282
|
}
|
|
279
|
-
.icon-telephone:before{
|
|
280
|
-
content:"\f93e";
|
|
283
|
+
.icon-telephone:before {
|
|
284
|
+
content: "\f93e";
|
|
281
285
|
}
|
|
282
|
-
.icon-TelephonyDashboard .path1:before{
|
|
283
|
-
content:"\f93f";
|
|
284
|
-
color:rgb(204, 204, 204);
|
|
285
|
-
opacity:0.1;
|
|
286
|
+
.icon-TelephonyDashboard .path1:before {
|
|
287
|
+
content: "\f93f";
|
|
288
|
+
color: rgb(204, 204, 204);
|
|
289
|
+
opacity: 0.1;
|
|
286
290
|
}
|
|
287
|
-
.icon-TelephonyDashboard .path2:before{
|
|
288
|
-
content:"\f940";
|
|
289
|
-
margin-left
|
|
290
|
-
color:rgb(216, 216, 216);
|
|
291
|
-
opacity:0.1;
|
|
291
|
+
.icon-TelephonyDashboard .path2:before {
|
|
292
|
+
content: "\f940";
|
|
293
|
+
margin-left: -1em;
|
|
294
|
+
color: rgb(216, 216, 216);
|
|
295
|
+
opacity: 0.1;
|
|
292
296
|
}
|
|
293
|
-
.icon-TelephonyDashboard .path3:before{
|
|
294
|
-
content:"\f941";
|
|
295
|
-
margin-left
|
|
296
|
-
color:rgb(81, 81, 81);
|
|
297
|
-
opacity:0.1;
|
|
297
|
+
.icon-TelephonyDashboard .path3:before {
|
|
298
|
+
content: "\f941";
|
|
299
|
+
margin-left: -1em;
|
|
300
|
+
color: rgb(81, 81, 81);
|
|
301
|
+
opacity: 0.1;
|
|
298
302
|
}
|
|
299
|
-
.icon-TelephonyDashboard .path4:before{
|
|
300
|
-
content:"\f942";
|
|
301
|
-
margin-left
|
|
302
|
-
color:rgb(234, 234, 234);
|
|
303
|
+
.icon-TelephonyDashboard .path4:before {
|
|
304
|
+
content: "\f942";
|
|
305
|
+
margin-left: -1em;
|
|
306
|
+
color: rgb(234, 234, 234);
|
|
303
307
|
}
|
|
304
|
-
.icon-TelephonyDashboard .path5:before{
|
|
305
|
-
content:"\f943";
|
|
306
|
-
margin-left
|
|
307
|
-
color:rgb(242, 242, 242);
|
|
308
|
+
.icon-TelephonyDashboard .path5:before {
|
|
309
|
+
content: "\f943";
|
|
310
|
+
margin-left: -1em;
|
|
311
|
+
color: rgb(242, 242, 242);
|
|
308
312
|
}
|
|
309
|
-
.icon-ticknew:before{
|
|
310
|
-
content:"\f944";
|
|
313
|
+
.icon-ticknew:before {
|
|
314
|
+
content: "\f944";
|
|
311
315
|
}
|
|
312
|
-
.icon-TPCRM05-01:before{
|
|
313
|
-
content:"\f945";
|
|
316
|
+
.icon-TPCRM05-01:before {
|
|
317
|
+
content: "\f945";
|
|
314
318
|
}
|
|
315
|
-
.icon-twit:before{
|
|
316
|
-
content:"\f946";
|
|
317
|
-
}
|
|
318
|
-
.icon-zd_live_chat:before{
|
|
319
|
-
content:"\f947";
|
|
319
|
+
.icon-twit:before {
|
|
320
|
+
content: "\f946";
|
|
321
|
+
}
|
|
322
|
+
.icon-zd_live_chat:before {
|
|
323
|
+
content: "\f947";
|
|
320
324
|
}
|
|
321
|
-
.icon-zd-self-service:before{
|
|
322
|
-
content:"\f948";
|
|
325
|
+
.icon-zd-self-service:before {
|
|
326
|
+
content: "\f948";
|
|
323
327
|
}
|
|
324
|
-
.icon-zd-social:before{
|
|
325
|
-
content:"\f949";
|
|
328
|
+
.icon-zd-social:before {
|
|
329
|
+
content: "\f949";
|
|
326
330
|
}
|
|
327
|
-
.icon-Zoho-Desk:before{
|
|
328
|
-
content:"\f94a";
|
|
331
|
+
.icon-Zoho-Desk:before {
|
|
332
|
+
content: "\f94a";
|
|
329
333
|
}
|
|
330
|
-
.icon-Bigin_Logo:before{
|
|
331
|
-
content:"\f94b";
|
|
332
|
-
color
|
|
334
|
+
.icon-Bigin_Logo:before {
|
|
335
|
+
content: "\f94b";
|
|
336
|
+
color: #049949;
|
|
333
337
|
}
|
|
334
338
|
}
|