fomantic-ui-sass 2.9.0 → 2.9.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
- data/app/assets/javascripts/semantic-ui/accordion.js +569 -596
- data/app/assets/javascripts/semantic-ui/api.js +1158 -1180
- data/app/assets/javascripts/semantic-ui/calendar.js +1935 -1810
- data/app/assets/javascripts/semantic-ui/checkbox.js +843 -842
- data/app/assets/javascripts/semantic-ui/dimmer.js +707 -738
- data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4237
- data/app/assets/javascripts/semantic-ui/embed.js +646 -676
- data/app/assets/javascripts/semantic-ui/flyout.js +1503 -1466
- data/app/assets/javascripts/semantic-ui/form.js +2035 -2007
- data/app/assets/javascripts/semantic-ui/modal.js +1552 -1487
- data/app/assets/javascripts/semantic-ui/nag.js +521 -527
- data/app/assets/javascripts/semantic-ui/popup.js +1469 -1457
- data/app/assets/javascripts/semantic-ui/progress.js +944 -998
- data/app/assets/javascripts/semantic-ui/rating.js +508 -524
- data/app/assets/javascripts/semantic-ui/search.js +1521 -1535
- data/app/assets/javascripts/semantic-ui/shape.js +762 -811
- data/app/assets/javascripts/semantic-ui/sidebar.js +1042 -1100
- data/app/assets/javascripts/semantic-ui/site.js +437 -477
- data/app/assets/javascripts/semantic-ui/slider.js +1311 -1312
- data/app/assets/javascripts/semantic-ui/state.js +639 -658
- data/app/assets/javascripts/semantic-ui/sticky.js +848 -902
- data/app/assets/javascripts/semantic-ui/tab.js +903 -967
- data/app/assets/javascripts/semantic-ui/toast.js +911 -885
- data/app/assets/javascripts/semantic-ui/transition.js +998 -1078
- data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +311 -377
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +191 -331
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +302 -439
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +127 -199
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +549 -776
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +711 -1123
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +9 -8
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +45 -63
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +3558 -3558
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +272 -270
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +120 -144
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +667 -747
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +416 -300
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +361 -412
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +51 -72
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +69 -157
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +24 -44
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +173 -227
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +79 -152
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +34 -34
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +10 -15
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +29 -51
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +37 -55
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +26 -29
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +159 -230
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +55 -174
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +261 -393
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +21 -32
- data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +97 -143
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +122 -156
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +573 -206
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +83 -124
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +71 -100
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +105 -208
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +102 -127
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +12 -16
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +71 -149
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +36 -47
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +221 -367
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +43 -61
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +37 -59
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +87 -134
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +77 -118
- data/lib/fomantic/ui/sass/version.rb +2 -2
- data/tasks/converter.rb +1 -1
- metadata +17 -1
@@ -1,10 +1,10 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.
|
3
|
-
*
|
2
|
+
* # Fomantic-UI 2.9.2 - Icon
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
6
6
|
* Released under the MIT license
|
7
|
-
*
|
7
|
+
* https://opensource.org/licenses/MIT
|
8
8
|
*
|
9
9
|
*/
|
10
10
|
|
@@ -14,28 +14,31 @@
|
|
14
14
|
*******************************/
|
15
15
|
|
16
16
|
@font-face {
|
17
|
-
font-family:
|
18
|
-
src: font-url("semantic-ui/icons.woff2") format(
|
17
|
+
font-family: "icons";
|
18
|
+
src: font-url("semantic-ui/icons.woff2") format("woff2") , font-url("semantic-ui/icons.woff") format("woff");
|
19
19
|
font-style: normal;
|
20
20
|
font-weight: normal;
|
21
|
+
font-display: block;
|
21
22
|
font-variant: normal;
|
22
23
|
text-decoration: inherit;
|
23
24
|
text-transform: none;
|
24
25
|
}
|
25
26
|
@font-face {
|
26
|
-
font-family:
|
27
|
-
src: font-url("semantic-ui/outline-icons.woff2") format(
|
27
|
+
font-family: "outline-icons";
|
28
|
+
src: font-url("semantic-ui/outline-icons.woff2") format("woff2") , font-url("semantic-ui/outline-icons.woff") format("woff");
|
28
29
|
font-style: normal;
|
29
30
|
font-weight: normal;
|
31
|
+
font-display: block;
|
30
32
|
font-variant: normal;
|
31
33
|
text-decoration: inherit;
|
32
34
|
text-transform: none;
|
33
35
|
}
|
34
36
|
@font-face {
|
35
|
-
font-family:
|
36
|
-
src: font-url("semantic-ui/brand-icons.woff2") format(
|
37
|
+
font-family: "brand-icons";
|
38
|
+
src: font-url("semantic-ui/brand-icons.woff2") format("woff2") , font-url("semantic-ui/brand-icons.woff") format("woff");
|
37
39
|
font-style: normal;
|
38
40
|
font-weight: normal;
|
41
|
+
font-display: block;
|
39
42
|
font-variant: normal;
|
40
43
|
text-decoration: inherit;
|
41
44
|
text-transform: none;
|
@@ -46,7 +49,7 @@ i.icon {
|
|
46
49
|
margin: 0 0.25rem 0 0;
|
47
50
|
width: 1.18em;
|
48
51
|
height: 1em;
|
49
|
-
font-family:
|
52
|
+
font-family: "icons";
|
50
53
|
font-style: normal;
|
51
54
|
font-weight: normal;
|
52
55
|
text-decoration: inherit;
|
@@ -67,18 +70,16 @@ i.icon::before {
|
|
67
70
|
*******************************/
|
68
71
|
|
69
72
|
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
73
|
+
/* --------------
|
74
|
+
Loading
|
75
|
+
--------------- */
|
74
76
|
i.loading.icon {
|
75
77
|
height: 1em;
|
76
78
|
line-height: 1;
|
77
79
|
}
|
78
80
|
i.loading.icon,
|
79
81
|
i.loading.icons {
|
80
|
-
|
81
|
-
animation: loader 2s linear infinite;
|
82
|
+
animation: loader 2s linear infinite;
|
82
83
|
}
|
83
84
|
|
84
85
|
|
@@ -107,25 +108,22 @@ i.disabled.icons {
|
|
107
108
|
*******************************/
|
108
109
|
|
109
110
|
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
111
|
+
/* -------------------
|
112
|
+
Fitted
|
113
|
+
-------------------- */
|
114
114
|
i.fitted.icons,
|
115
115
|
i.fitted.icon {
|
116
116
|
width: auto;
|
117
117
|
margin: 0 !important;
|
118
118
|
}
|
119
119
|
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
120
|
+
/* -------------------
|
121
|
+
Link
|
122
|
+
-------------------- */
|
124
123
|
i.link.icon:not(.disabled),
|
125
124
|
i.link.icons:not(.disabled) {
|
126
125
|
cursor: pointer;
|
127
126
|
opacity: 0.8;
|
128
|
-
-webkit-transition: opacity 0.1s ease;
|
129
127
|
transition: opacity 0.1s ease;
|
130
128
|
}
|
131
129
|
i.link.icon:hover,
|
@@ -133,209 +131,174 @@ i.link.icons:hover {
|
|
133
131
|
opacity: 1;
|
134
132
|
}
|
135
133
|
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
134
|
+
/* -------------------
|
135
|
+
Circular
|
136
|
+
-------------------- */
|
140
137
|
i.circular.icon {
|
141
138
|
border-radius: 500em !important;
|
142
139
|
line-height: 1 !important;
|
143
140
|
padding: 0.5em 0 !important;
|
144
|
-
|
145
|
-
box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
|
141
|
+
box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
|
146
142
|
width: 2em !important;
|
147
143
|
height: 2em !important;
|
148
144
|
}
|
149
145
|
i.circular.icon.colored {
|
150
|
-
|
151
|
-
box-shadow: 0 0 0 0.1em currentColor inset;
|
146
|
+
box-shadow: 0 0 0 0.1em currentColor inset;
|
152
147
|
}
|
153
148
|
i.circular.inverted.icon {
|
154
149
|
border: none;
|
155
|
-
|
156
|
-
box-shadow: none;
|
150
|
+
box-shadow: none;
|
157
151
|
}
|
158
152
|
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
153
|
+
/* -------------------
|
154
|
+
Flipped
|
155
|
+
-------------------- */
|
163
156
|
i.flipped.icon,
|
164
157
|
i.horizontally.flipped.icon {
|
165
|
-
|
166
|
-
transform: scale(-1, 1);
|
158
|
+
transform: scale(-1, 1);
|
167
159
|
}
|
168
160
|
i.vertically.flipped.icon {
|
169
|
-
|
170
|
-
transform: scale(1, -1);
|
161
|
+
transform: scale(1, -1);
|
171
162
|
}
|
172
163
|
.icons i.flipped.icon:not(.corner):not(:first-child),
|
173
164
|
.icons i.horizontally.flipped.icon:not(.corner):not(:first-child) {
|
174
|
-
|
175
|
-
transform: translateX(-50%) translateY(-50%) scale(-1, 1);
|
165
|
+
transform: translateX(-50%) translateY(-50%) scale(-1, 1);
|
176
166
|
}
|
177
167
|
.icons i.vertically.flipped.icon:not(.corner):not(:first-child) {
|
178
|
-
|
179
|
-
transform: translateX(-50%) translateY(-50%) scale(1, -1);
|
168
|
+
transform: translateX(-50%) translateY(-50%) scale(1, -1);
|
180
169
|
}
|
181
170
|
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
171
|
+
/* -------------------
|
172
|
+
Rotated
|
173
|
+
-------------------- */
|
186
174
|
i.rotated.icon,
|
187
175
|
i.right.rotated.icon,
|
188
176
|
i.clockwise.rotated.icon {
|
189
|
-
|
190
|
-
transform: rotate(90deg);
|
177
|
+
transform: rotate(90deg);
|
191
178
|
}
|
192
179
|
i.left.rotated.icon,
|
193
180
|
i.counterclockwise.rotated.icon {
|
194
|
-
|
195
|
-
transform: rotate(-90deg);
|
181
|
+
transform: rotate(-90deg);
|
196
182
|
}
|
197
183
|
i.halfway.rotated.icon {
|
198
|
-
|
199
|
-
transform: rotate(180deg);
|
184
|
+
transform: rotate(180deg);
|
200
185
|
}
|
201
186
|
.icons i.rotated.rotated.icon:not(.corner):not(:first-child),
|
202
187
|
.icons i.right.rotated.icon:not(.corner):not(:first-child),
|
203
188
|
.icons i.clockwise.rotated.icon:not(.corner):not(:first-child) {
|
204
|
-
|
205
|
-
transform: translateX(-50%) translateY(-50%) rotate(90deg);
|
189
|
+
transform: translateX(-50%) translateY(-50%) rotate(90deg);
|
206
190
|
}
|
207
191
|
.icons i.left.rotated.icon:not(.corner):not(:first-child),
|
208
192
|
.icons i.counterclockwise.rotated.icon:not(.corner):not(:first-child) {
|
209
|
-
|
210
|
-
transform: translateX(-50%) translateY(-50%) rotate(-90deg);
|
193
|
+
transform: translateX(-50%) translateY(-50%) rotate(-90deg);
|
211
194
|
}
|
212
195
|
.icons i.halfway.rotated.icon:not(.corner):not(:first-child) {
|
213
|
-
|
214
|
-
transform: translateX(-50%) translateY(-50%) rotate(180deg);
|
196
|
+
transform: translateX(-50%) translateY(-50%) rotate(180deg);
|
215
197
|
}
|
216
198
|
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
199
|
+
/* --------------------------
|
200
|
+
Flipped & Rotated
|
201
|
+
--------------------------- */
|
221
202
|
i.rotated.flipped.icon,
|
222
203
|
i.right.rotated.flipped.icon,
|
223
204
|
i.clockwise.rotated.flipped.icon {
|
224
|
-
|
225
|
-
transform: scale(-1, 1) rotate(90deg);
|
205
|
+
transform: scale(-1, 1) rotate(90deg);
|
226
206
|
}
|
227
207
|
i.left.rotated.flipped.icon,
|
228
208
|
i.counterclockwise.rotated.flipped.icon {
|
229
|
-
|
230
|
-
transform: scale(-1, 1) rotate(-90deg);
|
209
|
+
transform: scale(-1, 1) rotate(-90deg);
|
231
210
|
}
|
232
211
|
i.halfway.rotated.flipped.icon {
|
233
|
-
|
234
|
-
transform: scale(-1, 1) rotate(180deg);
|
212
|
+
transform: scale(-1, 1) rotate(180deg);
|
235
213
|
}
|
236
214
|
i.rotated.vertically.flipped.icon,
|
237
215
|
i.right.rotated.vertically.flipped.icon,
|
238
216
|
i.clockwise.rotated.vertically.flipped.icon {
|
239
|
-
|
240
|
-
transform: scale(1, -1) rotate(90deg);
|
217
|
+
transform: scale(1, -1) rotate(90deg);
|
241
218
|
}
|
242
219
|
i.left.rotated.vertically.flipped.icon,
|
243
220
|
i.counterclockwise.rotated.vertically.flipped.icon {
|
244
|
-
|
245
|
-
transform: scale(1, -1) rotate(-90deg);
|
221
|
+
transform: scale(1, -1) rotate(-90deg);
|
246
222
|
}
|
247
223
|
i.halfway.rotated.vertically.flipped.icon {
|
248
|
-
|
249
|
-
transform: scale(1, -1) rotate(180deg);
|
224
|
+
transform: scale(1, -1) rotate(180deg);
|
250
225
|
}
|
251
226
|
.icons i.rotated.flipped.icon:not(.corner):not(:first-child),
|
252
227
|
.icons i.right.rotated.flipped.icon:not(.corner):not(:first-child),
|
253
228
|
.icons i.clockwise.rotated.flipped.icon:not(.corner):not(:first-child) {
|
254
|
-
|
255
|
-
transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(90deg);
|
229
|
+
transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(90deg);
|
256
230
|
}
|
257
231
|
.icons i.left.rotated.flipped.icon:not(.corner):not(:first-child),
|
258
232
|
.icons i.counterclockwise.rotated.flipped.icon:not(.corner):not(:first-child) {
|
259
|
-
|
260
|
-
transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(-90deg);
|
233
|
+
transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(-90deg);
|
261
234
|
}
|
262
235
|
.icons i.halfway.rotated.flipped.icon:not(.corner):not(:first-child) {
|
263
|
-
|
264
|
-
transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(180deg);
|
236
|
+
transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(180deg);
|
265
237
|
}
|
266
238
|
.icons i.rotated.vertically.flipped.icon:not(.corner):not(:first-child),
|
267
239
|
.icons i.right.rotated.vertically.flipped.icon:not(.corner):not(:first-child),
|
268
240
|
.icons i.clockwise.rotated.vertically.flipped.icon:not(.corner):not(:first-child) {
|
269
|
-
|
270
|
-
transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(90deg);
|
241
|
+
transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(90deg);
|
271
242
|
}
|
272
243
|
.icons i.left.rotated.vertically.flipped.icon:not(.corner):not(:first-child),
|
273
244
|
.icons i.counterclockwise.rotated.vertically.flipped.icon:not(.corner):not(:first-child) {
|
274
|
-
|
275
|
-
transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(-90deg);
|
245
|
+
transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(-90deg);
|
276
246
|
}
|
277
247
|
.icons i.halfway.rotated.vertically.flipped.icon:not(.corner):not(:first-child) {
|
278
|
-
|
279
|
-
transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(180deg);
|
248
|
+
transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(180deg);
|
280
249
|
}
|
281
250
|
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
251
|
+
/* -------------------
|
252
|
+
Bordered
|
253
|
+
-------------------- */
|
286
254
|
i.bordered.icon {
|
287
255
|
line-height: 1;
|
288
256
|
vertical-align: baseline;
|
289
257
|
width: 2em;
|
290
258
|
height: 2em;
|
291
259
|
padding: 0.5em 0 !important;
|
292
|
-
|
293
|
-
box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
|
260
|
+
box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
|
294
261
|
}
|
295
262
|
i.bordered.icon.colored {
|
296
|
-
|
297
|
-
box-shadow: 0 0 0 0.1em currentColor inset;
|
263
|
+
box-shadow: 0 0 0 0.1em currentColor inset;
|
298
264
|
}
|
299
265
|
i.bordered.inverted.icon {
|
300
266
|
border: none;
|
301
|
-
|
302
|
-
box-shadow: none;
|
267
|
+
box-shadow: none;
|
303
268
|
}
|
304
269
|
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
270
|
+
/* -------------------
|
271
|
+
Inverted
|
272
|
+
-------------------- */
|
309
273
|
|
310
274
|
/* Inverted Shapes */
|
311
275
|
i.inverted.bordered.icon,
|
312
276
|
i.inverted.circular.icon {
|
313
|
-
background-color: #
|
314
|
-
color: #
|
277
|
+
background-color: #1b1c1d;
|
278
|
+
color: #fff;
|
315
279
|
}
|
316
280
|
i.inverted.icon {
|
317
|
-
color: #
|
281
|
+
color: #fff;
|
318
282
|
}
|
319
283
|
|
320
|
-
|
284
|
+
/* -------------------
|
321
285
|
Colors
|
322
|
-
|
323
|
-
|
286
|
+
-------------------- */
|
324
287
|
i.primary.icon.icon.icon.icon.icon {
|
325
|
-
color: #
|
288
|
+
color: #2185d0;
|
326
289
|
}
|
327
290
|
i.inverted.primary.icon.icon.icon.icon.icon {
|
328
|
-
color: #
|
291
|
+
color: #54c8ff;
|
329
292
|
}
|
330
293
|
i.inverted.bordered.primary.icon.icon.icon.icon.icon,
|
331
294
|
i.inverted.circular.primary.icon.icon.icon.icon.icon,
|
332
295
|
i.inverted.bordered.primary.icons,
|
333
296
|
i.inverted.circular.primary.icons {
|
334
|
-
background-color: #
|
335
|
-
color: #
|
297
|
+
background-color: #2185d0;
|
298
|
+
color: #fff;
|
336
299
|
}
|
337
300
|
i.secondary.icon.icon.icon.icon.icon {
|
338
|
-
color: #
|
301
|
+
color: #1b1c1d;
|
339
302
|
}
|
340
303
|
i.inverted.secondary.icon.icon.icon.icon.icon {
|
341
304
|
color: #545454;
|
@@ -344,167 +307,167 @@ i.inverted.bordered.secondary.icon.icon.icon.icon.icon,
|
|
344
307
|
i.inverted.circular.secondary.icon.icon.icon.icon.icon,
|
345
308
|
i.inverted.bordered.secondary.icons,
|
346
309
|
i.inverted.circular.secondary.icons {
|
347
|
-
background-color: #
|
348
|
-
color: #
|
310
|
+
background-color: #1b1c1d;
|
311
|
+
color: #fff;
|
349
312
|
}
|
350
313
|
i.red.icon.icon.icon.icon.icon {
|
351
|
-
color: #
|
314
|
+
color: #db2828;
|
352
315
|
}
|
353
316
|
i.inverted.red.icon.icon.icon.icon.icon {
|
354
|
-
color: #
|
317
|
+
color: #ff695e;
|
355
318
|
}
|
356
319
|
i.inverted.bordered.red.icon.icon.icon.icon.icon,
|
357
320
|
i.inverted.circular.red.icon.icon.icon.icon.icon,
|
358
321
|
i.inverted.bordered.red.icons,
|
359
322
|
i.inverted.circular.red.icons {
|
360
|
-
background-color: #
|
361
|
-
color: #
|
323
|
+
background-color: #db2828;
|
324
|
+
color: #fff;
|
362
325
|
}
|
363
326
|
i.orange.icon.icon.icon.icon.icon {
|
364
|
-
color: #
|
327
|
+
color: #f2711c;
|
365
328
|
}
|
366
329
|
i.inverted.orange.icon.icon.icon.icon.icon {
|
367
|
-
color: #
|
330
|
+
color: #ff851b;
|
368
331
|
}
|
369
332
|
i.inverted.bordered.orange.icon.icon.icon.icon.icon,
|
370
333
|
i.inverted.circular.orange.icon.icon.icon.icon.icon,
|
371
334
|
i.inverted.bordered.orange.icons,
|
372
335
|
i.inverted.circular.orange.icons {
|
373
|
-
background-color: #
|
374
|
-
color: #
|
336
|
+
background-color: #f2711c;
|
337
|
+
color: #fff;
|
375
338
|
}
|
376
339
|
i.yellow.icon.icon.icon.icon.icon {
|
377
|
-
color: #
|
340
|
+
color: #fbbd08;
|
378
341
|
}
|
379
342
|
i.inverted.yellow.icon.icon.icon.icon.icon {
|
380
|
-
color: #
|
343
|
+
color: #ffe21f;
|
381
344
|
}
|
382
345
|
i.inverted.bordered.yellow.icon.icon.icon.icon.icon,
|
383
346
|
i.inverted.circular.yellow.icon.icon.icon.icon.icon,
|
384
347
|
i.inverted.bordered.yellow.icons,
|
385
348
|
i.inverted.circular.yellow.icons {
|
386
|
-
background-color: #
|
387
|
-
color: #
|
349
|
+
background-color: #fbbd08;
|
350
|
+
color: #fff;
|
388
351
|
}
|
389
352
|
i.olive.icon.icon.icon.icon.icon {
|
390
|
-
color: #
|
353
|
+
color: #b5cc18;
|
391
354
|
}
|
392
355
|
i.inverted.olive.icon.icon.icon.icon.icon {
|
393
|
-
color: #
|
356
|
+
color: #d9e778;
|
394
357
|
}
|
395
358
|
i.inverted.bordered.olive.icon.icon.icon.icon.icon,
|
396
359
|
i.inverted.circular.olive.icon.icon.icon.icon.icon,
|
397
360
|
i.inverted.bordered.olive.icons,
|
398
361
|
i.inverted.circular.olive.icons {
|
399
|
-
background-color: #
|
400
|
-
color: #
|
362
|
+
background-color: #b5cc18;
|
363
|
+
color: #fff;
|
401
364
|
}
|
402
365
|
i.green.icon.icon.icon.icon.icon {
|
403
|
-
color: #
|
366
|
+
color: #21ba45;
|
404
367
|
}
|
405
368
|
i.inverted.green.icon.icon.icon.icon.icon {
|
406
|
-
color: #
|
369
|
+
color: #2ecc40;
|
407
370
|
}
|
408
371
|
i.inverted.bordered.green.icon.icon.icon.icon.icon,
|
409
372
|
i.inverted.circular.green.icon.icon.icon.icon.icon,
|
410
373
|
i.inverted.bordered.green.icons,
|
411
374
|
i.inverted.circular.green.icons {
|
412
|
-
background-color: #
|
413
|
-
color: #
|
375
|
+
background-color: #21ba45;
|
376
|
+
color: #fff;
|
414
377
|
}
|
415
378
|
i.teal.icon.icon.icon.icon.icon {
|
416
|
-
color: #
|
379
|
+
color: #00b5ad;
|
417
380
|
}
|
418
381
|
i.inverted.teal.icon.icon.icon.icon.icon {
|
419
|
-
color: #
|
382
|
+
color: #6dffff;
|
420
383
|
}
|
421
384
|
i.inverted.bordered.teal.icon.icon.icon.icon.icon,
|
422
385
|
i.inverted.circular.teal.icon.icon.icon.icon.icon,
|
423
386
|
i.inverted.bordered.teal.icons,
|
424
387
|
i.inverted.circular.teal.icons {
|
425
|
-
background-color: #
|
426
|
-
color: #
|
388
|
+
background-color: #00b5ad;
|
389
|
+
color: #fff;
|
427
390
|
}
|
428
391
|
i.blue.icon.icon.icon.icon.icon {
|
429
|
-
color: #
|
392
|
+
color: #2185d0;
|
430
393
|
}
|
431
394
|
i.inverted.blue.icon.icon.icon.icon.icon {
|
432
|
-
color: #
|
395
|
+
color: #54c8ff;
|
433
396
|
}
|
434
397
|
i.inverted.bordered.blue.icon.icon.icon.icon.icon,
|
435
398
|
i.inverted.circular.blue.icon.icon.icon.icon.icon,
|
436
399
|
i.inverted.bordered.blue.icons,
|
437
400
|
i.inverted.circular.blue.icons {
|
438
|
-
background-color: #
|
439
|
-
color: #
|
401
|
+
background-color: #2185d0;
|
402
|
+
color: #fff;
|
440
403
|
}
|
441
404
|
i.violet.icon.icon.icon.icon.icon {
|
442
|
-
color: #
|
405
|
+
color: #6435c9;
|
443
406
|
}
|
444
407
|
i.inverted.violet.icon.icon.icon.icon.icon {
|
445
|
-
color: #
|
408
|
+
color: #a291fb;
|
446
409
|
}
|
447
410
|
i.inverted.bordered.violet.icon.icon.icon.icon.icon,
|
448
411
|
i.inverted.circular.violet.icon.icon.icon.icon.icon,
|
449
412
|
i.inverted.bordered.violet.icons,
|
450
413
|
i.inverted.circular.violet.icons {
|
451
|
-
background-color: #
|
452
|
-
color: #
|
414
|
+
background-color: #6435c9;
|
415
|
+
color: #fff;
|
453
416
|
}
|
454
417
|
i.purple.icon.icon.icon.icon.icon {
|
455
|
-
color: #
|
418
|
+
color: #a333c8;
|
456
419
|
}
|
457
420
|
i.inverted.purple.icon.icon.icon.icon.icon {
|
458
|
-
color: #
|
421
|
+
color: #dc73ff;
|
459
422
|
}
|
460
423
|
i.inverted.bordered.purple.icon.icon.icon.icon.icon,
|
461
424
|
i.inverted.circular.purple.icon.icon.icon.icon.icon,
|
462
425
|
i.inverted.bordered.purple.icons,
|
463
426
|
i.inverted.circular.purple.icons {
|
464
|
-
background-color: #
|
465
|
-
color: #
|
427
|
+
background-color: #a333c8;
|
428
|
+
color: #fff;
|
466
429
|
}
|
467
430
|
i.pink.icon.icon.icon.icon.icon {
|
468
|
-
color: #
|
431
|
+
color: #e03997;
|
469
432
|
}
|
470
433
|
i.inverted.pink.icon.icon.icon.icon.icon {
|
471
|
-
color: #
|
434
|
+
color: #ff8edf;
|
472
435
|
}
|
473
436
|
i.inverted.bordered.pink.icon.icon.icon.icon.icon,
|
474
437
|
i.inverted.circular.pink.icon.icon.icon.icon.icon,
|
475
438
|
i.inverted.bordered.pink.icons,
|
476
439
|
i.inverted.circular.pink.icons {
|
477
|
-
background-color: #
|
478
|
-
color: #
|
440
|
+
background-color: #e03997;
|
441
|
+
color: #fff;
|
479
442
|
}
|
480
443
|
i.brown.icon.icon.icon.icon.icon {
|
481
|
-
color: #
|
444
|
+
color: #a5673f;
|
482
445
|
}
|
483
446
|
i.inverted.brown.icon.icon.icon.icon.icon {
|
484
|
-
color: #
|
447
|
+
color: #d67c1c;
|
485
448
|
}
|
486
449
|
i.inverted.bordered.brown.icon.icon.icon.icon.icon,
|
487
450
|
i.inverted.circular.brown.icon.icon.icon.icon.icon,
|
488
451
|
i.inverted.bordered.brown.icons,
|
489
452
|
i.inverted.circular.brown.icons {
|
490
|
-
background-color: #
|
491
|
-
color: #
|
453
|
+
background-color: #a5673f;
|
454
|
+
color: #fff;
|
492
455
|
}
|
493
456
|
i.grey.icon.icon.icon.icon.icon {
|
494
457
|
color: #767676;
|
495
458
|
}
|
496
459
|
i.inverted.grey.icon.icon.icon.icon.icon {
|
497
|
-
color: #
|
460
|
+
color: #dcddde;
|
498
461
|
}
|
499
462
|
i.inverted.bordered.grey.icon.icon.icon.icon.icon,
|
500
463
|
i.inverted.circular.grey.icon.icon.icon.icon.icon,
|
501
464
|
i.inverted.bordered.grey.icons,
|
502
465
|
i.inverted.circular.grey.icons {
|
503
466
|
background-color: #767676;
|
504
|
-
color: #
|
467
|
+
color: #fff;
|
505
468
|
}
|
506
469
|
i.black.icon.icon.icon.icon.icon {
|
507
|
-
color: #
|
470
|
+
color: #1b1c1d;
|
508
471
|
}
|
509
472
|
i.inverted.black.icon.icon.icon.icon.icon {
|
510
473
|
color: #545454;
|
@@ -513,14 +476,13 @@ i.inverted.bordered.black.icon.icon.icon.icon.icon,
|
|
513
476
|
i.inverted.circular.black.icon.icon.icon.icon.icon,
|
514
477
|
i.inverted.bordered.black.icons,
|
515
478
|
i.inverted.circular.black.icons {
|
516
|
-
background-color: #
|
517
|
-
color: #
|
479
|
+
background-color: #1b1c1d;
|
480
|
+
color: #fff;
|
518
481
|
}
|
519
482
|
|
520
|
-
|
483
|
+
/* -------------------
|
521
484
|
Sizes
|
522
|
-
|
523
|
-
|
485
|
+
-------------------- */
|
524
486
|
i.icon,
|
525
487
|
i.icons {
|
526
488
|
font-size: 1em;
|
@@ -565,8 +527,8 @@ i.massive.massive.massive.icons {
|
|
565
527
|
|
566
528
|
|
567
529
|
/*******************************
|
568
|
-
|
569
|
-
|
530
|
+
Groups
|
531
|
+
*******************************/
|
570
532
|
|
571
533
|
i.icons {
|
572
534
|
display: inline-block;
|
@@ -584,8 +546,7 @@ i.icons .icon {
|
|
584
546
|
margin: 0;
|
585
547
|
}
|
586
548
|
i.icons .icon:not(.corner):not(.rotated):not(.flipped) {
|
587
|
-
|
588
|
-
transform: translateX(-50%) translateY(-50%);
|
549
|
+
transform: translateX(-50%) translateY(-50%);
|
589
550
|
}
|
590
551
|
i.icons .icon:first-child {
|
591
552
|
position: static;
|
@@ -594,8 +555,7 @@ i.icons .icon:first-child {
|
|
594
555
|
vertical-align: top;
|
595
556
|
}
|
596
557
|
i.icons:not(.bordered):not(.circular) .icon:first-child:not(.rotated):not(.flipped) {
|
597
|
-
|
598
|
-
transform: none;
|
558
|
+
transform: none;
|
599
559
|
}
|
600
560
|
|
601
561
|
/* Corner Icon */
|
@@ -605,11 +565,10 @@ i.icons .corner.icon {
|
|
605
565
|
right: 0;
|
606
566
|
bottom: 0;
|
607
567
|
font-size: 0.45em;
|
608
|
-
text-shadow: -1px -1px 0 #
|
568
|
+
text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
|
609
569
|
}
|
610
570
|
i.icons .corner.icon:not(.rotated):not(.flipped) {
|
611
|
-
|
612
|
-
transform: none;
|
571
|
+
transform: none;
|
613
572
|
}
|
614
573
|
i.icons .icon.corner[class*="top right"] {
|
615
574
|
top: 0;
|
@@ -636,26 +595,24 @@ i.icons .icon.corner[class*="bottom right"] {
|
|
636
595
|
bottom: 0;
|
637
596
|
}
|
638
597
|
i.icons .inverted.corner.icon {
|
639
|
-
text-shadow: -1px -1px 0 #
|
598
|
+
text-shadow: -1px -1px 0 #1b1c1d, 1px -1px 0 #1b1c1d, -1px 1px 0 #1b1c1d, 1px 1px 0 #1b1c1d;
|
640
599
|
}
|
641
600
|
|
642
601
|
|
643
602
|
/*************************************************
|
644
|
-
|
645
|
-
|
603
|
+
Bordered/circular with corner or group icons
|
604
|
+
*************************************************/
|
646
605
|
|
647
606
|
i.bordered.icons,
|
648
607
|
i.circular.icons {
|
649
608
|
width: 2em;
|
650
609
|
height: 2em;
|
651
|
-
|
652
|
-
box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
|
610
|
+
box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
|
653
611
|
vertical-align: middle;
|
654
612
|
}
|
655
613
|
i.bordered.icons.colored,
|
656
614
|
i.circular.icons.colored {
|
657
|
-
|
658
|
-
box-shadow: 0 0 0 0.1em currentColor inset;
|
615
|
+
box-shadow: 0 0 0 0.1em currentColor inset;
|
659
616
|
}
|
660
617
|
i.circular.icons {
|
661
618
|
border-radius: 500em;
|
@@ -663,18 +620,16 @@ i.circular.icons {
|
|
663
620
|
i.bordered.icons i.icon:first-child,
|
664
621
|
i.circular.icons i.icon:first-child {
|
665
622
|
position: absolute;
|
666
|
-
|
667
|
-
transform: translateX(-50%) translateY(-50%);
|
623
|
+
transform: translateX(-50%) translateY(-50%);
|
668
624
|
}
|
669
625
|
|
670
626
|
/* Inverted Icon */
|
671
627
|
i.bordered.inverted.icons,
|
672
628
|
i.circular.inverted.icons {
|
673
629
|
border: none;
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
color: #FFFFFF;
|
630
|
+
box-shadow: none;
|
631
|
+
background-color: #1b1c1d;
|
632
|
+
color: #fff;
|
678
633
|
}
|
679
634
|
|
680
635
|
/* Corner Icon */
|
@@ -731,11 +686,17 @@ i.icon.log.out::before {
|
|
731
686
|
i.icon.sign.out::before {
|
732
687
|
content: "\f2f5";
|
733
688
|
}
|
689
|
+
i.icon.sign.in.alternate::before {
|
690
|
+
content: "\f2f6";
|
691
|
+
}
|
692
|
+
i.icon.sign.out.alternate::before {
|
693
|
+
content: "\f2f5";
|
694
|
+
}
|
734
695
|
|
735
696
|
|
736
697
|
/*******************************
|
737
|
-
|
738
|
-
|
698
|
+
Solid Icons
|
699
|
+
*******************************/
|
739
700
|
|
740
701
|
|
741
702
|
/* Icons */
|
@@ -3004,15 +2965,9 @@ i.icon.shuttle.van::before {
|
|
3004
2965
|
i.icon.sign::before {
|
3005
2966
|
content: "\f4d9";
|
3006
2967
|
}
|
3007
|
-
i.icon.sign.in.alternate::before {
|
3008
|
-
content: "\f2f6";
|
3009
|
-
}
|
3010
2968
|
i.icon.sign.language::before {
|
3011
2969
|
content: "\f2a7";
|
3012
2970
|
}
|
3013
|
-
i.icon.sign.out.alternate::before {
|
3014
|
-
content: "\f2f5";
|
3015
|
-
}
|
3016
2971
|
i.icon.signal::before {
|
3017
2972
|
content: "\f012";
|
3018
2973
|
}
|
@@ -4101,9 +4056,6 @@ i.icon.idea::before {
|
|
4101
4056
|
i.icon.ils::before {
|
4102
4057
|
content: "\f20b";
|
4103
4058
|
}
|
4104
|
-
i.icon.in.cart::before {
|
4105
|
-
content: "\f218";
|
4106
|
-
}
|
4107
4059
|
i.icon.inr::before {
|
4108
4060
|
content: "\f156";
|
4109
4061
|
}
|
@@ -4155,9 +4107,6 @@ i.icon.lira::before {
|
|
4155
4107
|
i.icon.list.layout::before {
|
4156
4108
|
content: "\f00b";
|
4157
4109
|
}
|
4158
|
-
i.icon.log.out::before {
|
4159
|
-
content: "\f2f5";
|
4160
|
-
}
|
4161
4110
|
i.icon.magnify::before {
|
4162
4111
|
content: "\f00e";
|
4163
4112
|
}
|
@@ -4377,12 +4326,6 @@ i.icon.shutdown::before {
|
|
4377
4326
|
i.icon.sidebar::before {
|
4378
4327
|
content: "\f0c9";
|
4379
4328
|
}
|
4380
|
-
i.icon.sign.in::before {
|
4381
|
-
content: "\f2f6";
|
4382
|
-
}
|
4383
|
-
i.icon.sign.out::before {
|
4384
|
-
content: "\f2f5";
|
4385
|
-
}
|
4386
4329
|
i.icon.signing::before {
|
4387
4330
|
content: "\f2a7";
|
4388
4331
|
}
|
@@ -4605,20 +4548,14 @@ i.icon.zip::before {
|
|
4605
4548
|
i.icon.zoom::before {
|
4606
4549
|
content: "\f00e";
|
4607
4550
|
}
|
4608
|
-
i.icon.zoom.in::before {
|
4609
|
-
content: "\f00e";
|
4610
|
-
}
|
4611
|
-
i.icon.zoom.out::before {
|
4612
|
-
content: "\f010";
|
4613
|
-
}
|
4614
4551
|
|
4615
4552
|
|
4616
4553
|
/*******************************
|
4617
|
-
|
4618
|
-
|
4554
|
+
Outline Icons
|
4555
|
+
*******************************/
|
4619
4556
|
|
4620
4557
|
i.icon.outline {
|
4621
|
-
font-family:
|
4558
|
+
font-family: "outline-icons";
|
4622
4559
|
}
|
4623
4560
|
|
4624
4561
|
/* Icons */
|
@@ -5080,2057 +5017,2040 @@ i.icon.window.restore.outline::before {
|
|
5080
5017
|
|
5081
5018
|
|
5082
5019
|
/*******************************
|
5083
|
-
|
5084
|
-
|
5085
|
-
|
5086
|
-
|
5087
|
-
/* Icons */
|
5088
|
-
i.icon.thin {
|
5089
|
-
font-family: 'thin-icons';
|
5090
|
-
}
|
5091
|
-
|
5092
|
-
/* Aliases */
|
5093
|
-
|
5094
|
-
|
5095
|
-
/*******************************
|
5096
|
-
Brand Icons
|
5097
|
-
*******************************/
|
5020
|
+
Brand Icons
|
5021
|
+
*******************************/
|
5098
5022
|
|
5099
5023
|
|
5100
5024
|
/* Icons */
|
5101
5025
|
i.icon.\35 00px::before {
|
5102
5026
|
content: "\f26e";
|
5103
|
-
font-family:
|
5027
|
+
font-family: "brand-icons";
|
5104
5028
|
}
|
5105
5029
|
i.icon.accessible::before {
|
5106
5030
|
content: "\f368";
|
5107
|
-
font-family:
|
5031
|
+
font-family: "brand-icons";
|
5108
5032
|
}
|
5109
5033
|
i.icon.accusoft::before {
|
5110
5034
|
content: "\f369";
|
5111
|
-
font-family:
|
5035
|
+
font-family: "brand-icons";
|
5112
5036
|
}
|
5113
5037
|
i.icon.acquisitions.incorporated::before {
|
5114
5038
|
content: "\f6af";
|
5115
|
-
font-family:
|
5039
|
+
font-family: "brand-icons";
|
5116
5040
|
}
|
5117
5041
|
i.icon.adn::before {
|
5118
5042
|
content: "\f170";
|
5119
|
-
font-family:
|
5043
|
+
font-family: "brand-icons";
|
5120
5044
|
}
|
5121
5045
|
i.icon.adversal::before {
|
5122
5046
|
content: "\f36a";
|
5123
|
-
font-family:
|
5047
|
+
font-family: "brand-icons";
|
5124
5048
|
}
|
5125
5049
|
i.icon.affiliatetheme::before {
|
5126
5050
|
content: "\f36b";
|
5127
|
-
font-family:
|
5051
|
+
font-family: "brand-icons";
|
5128
5052
|
}
|
5129
5053
|
i.icon.airbnb::before {
|
5130
5054
|
content: "\f834";
|
5131
|
-
font-family:
|
5055
|
+
font-family: "brand-icons";
|
5132
5056
|
}
|
5133
5057
|
i.icon.algolia::before {
|
5134
5058
|
content: "\f36c";
|
5135
|
-
font-family:
|
5059
|
+
font-family: "brand-icons";
|
5136
5060
|
}
|
5137
5061
|
i.icon.alipay::before {
|
5138
5062
|
content: "\f642";
|
5139
|
-
font-family:
|
5063
|
+
font-family: "brand-icons";
|
5140
5064
|
}
|
5141
5065
|
i.icon.amazon::before {
|
5142
5066
|
content: "\f270";
|
5143
|
-
font-family:
|
5067
|
+
font-family: "brand-icons";
|
5144
5068
|
}
|
5145
5069
|
i.icon.amazon.pay::before {
|
5146
5070
|
content: "\f42c";
|
5147
|
-
font-family:
|
5071
|
+
font-family: "brand-icons";
|
5148
5072
|
}
|
5149
5073
|
i.icon.amilia::before {
|
5150
5074
|
content: "\f36d";
|
5151
|
-
font-family:
|
5075
|
+
font-family: "brand-icons";
|
5152
5076
|
}
|
5153
5077
|
i.icon.android::before {
|
5154
5078
|
content: "\f17b";
|
5155
|
-
font-family:
|
5079
|
+
font-family: "brand-icons";
|
5156
5080
|
}
|
5157
5081
|
i.icon.angellist::before {
|
5158
5082
|
content: "\f209";
|
5159
|
-
font-family:
|
5083
|
+
font-family: "brand-icons";
|
5160
5084
|
}
|
5161
5085
|
i.icon.angrycreative::before {
|
5162
5086
|
content: "\f36e";
|
5163
|
-
font-family:
|
5087
|
+
font-family: "brand-icons";
|
5164
5088
|
}
|
5165
5089
|
i.icon.angular::before {
|
5166
5090
|
content: "\f420";
|
5167
|
-
font-family:
|
5091
|
+
font-family: "brand-icons";
|
5168
5092
|
}
|
5169
5093
|
i.icon.app.store::before {
|
5170
5094
|
content: "\f36f";
|
5171
|
-
font-family:
|
5095
|
+
font-family: "brand-icons";
|
5172
5096
|
}
|
5173
5097
|
i.icon.app.store.ios::before {
|
5174
5098
|
content: "\f370";
|
5175
|
-
font-family:
|
5099
|
+
font-family: "brand-icons";
|
5176
5100
|
}
|
5177
5101
|
i.icon.apper::before {
|
5178
5102
|
content: "\f371";
|
5179
|
-
font-family:
|
5103
|
+
font-family: "brand-icons";
|
5180
5104
|
}
|
5181
5105
|
i.icon.apple::before {
|
5182
5106
|
content: "\f179";
|
5183
|
-
font-family:
|
5107
|
+
font-family: "brand-icons";
|
5184
5108
|
}
|
5185
5109
|
i.icon.apple.pay::before {
|
5186
5110
|
content: "\f415";
|
5187
|
-
font-family:
|
5111
|
+
font-family: "brand-icons";
|
5188
5112
|
}
|
5189
5113
|
i.icon.artstation::before {
|
5190
5114
|
content: "\f77a";
|
5191
|
-
font-family:
|
5115
|
+
font-family: "brand-icons";
|
5192
5116
|
}
|
5193
5117
|
i.icon.asymmetrik::before {
|
5194
5118
|
content: "\f372";
|
5195
|
-
font-family:
|
5119
|
+
font-family: "brand-icons";
|
5196
5120
|
}
|
5197
5121
|
i.icon.atlassian::before {
|
5198
5122
|
content: "\f77b";
|
5199
|
-
font-family:
|
5123
|
+
font-family: "brand-icons";
|
5200
5124
|
}
|
5201
5125
|
i.icon.audible::before {
|
5202
5126
|
content: "\f373";
|
5203
|
-
font-family:
|
5127
|
+
font-family: "brand-icons";
|
5204
5128
|
}
|
5205
5129
|
i.icon.autoprefixer::before {
|
5206
5130
|
content: "\f41c";
|
5207
|
-
font-family:
|
5131
|
+
font-family: "brand-icons";
|
5208
5132
|
}
|
5209
5133
|
i.icon.avianex::before {
|
5210
5134
|
content: "\f374";
|
5211
|
-
font-family:
|
5135
|
+
font-family: "brand-icons";
|
5212
5136
|
}
|
5213
5137
|
i.icon.aviato::before {
|
5214
5138
|
content: "\f421";
|
5215
|
-
font-family:
|
5139
|
+
font-family: "brand-icons";
|
5216
5140
|
}
|
5217
5141
|
i.icon.aws::before {
|
5218
5142
|
content: "\f375";
|
5219
|
-
font-family:
|
5143
|
+
font-family: "brand-icons";
|
5220
5144
|
}
|
5221
5145
|
i.icon.bandcamp::before {
|
5222
5146
|
content: "\f2d5";
|
5223
|
-
font-family:
|
5147
|
+
font-family: "brand-icons";
|
5224
5148
|
}
|
5225
5149
|
i.icon.battle.net::before {
|
5226
5150
|
content: "\f835";
|
5227
|
-
font-family:
|
5151
|
+
font-family: "brand-icons";
|
5228
5152
|
}
|
5229
5153
|
i.icon.behance::before {
|
5230
5154
|
content: "\f1b4";
|
5231
|
-
font-family:
|
5155
|
+
font-family: "brand-icons";
|
5232
5156
|
}
|
5233
5157
|
i.icon.behance.square::before {
|
5234
5158
|
content: "\f1b5";
|
5235
|
-
font-family:
|
5159
|
+
font-family: "brand-icons";
|
5236
5160
|
}
|
5237
5161
|
i.icon.bimobject::before {
|
5238
5162
|
content: "\f378";
|
5239
|
-
font-family:
|
5163
|
+
font-family: "brand-icons";
|
5240
5164
|
}
|
5241
5165
|
i.icon.bitbucket::before {
|
5242
5166
|
content: "\f171";
|
5243
|
-
font-family:
|
5167
|
+
font-family: "brand-icons";
|
5244
5168
|
}
|
5245
5169
|
i.icon.bitcoin::before {
|
5246
5170
|
content: "\f379";
|
5247
|
-
font-family:
|
5171
|
+
font-family: "brand-icons";
|
5248
5172
|
}
|
5249
5173
|
i.icon.bity::before {
|
5250
5174
|
content: "\f37a";
|
5251
|
-
font-family:
|
5175
|
+
font-family: "brand-icons";
|
5252
5176
|
}
|
5253
5177
|
i.icon.black.tie::before {
|
5254
5178
|
content: "\f27e";
|
5255
|
-
font-family:
|
5179
|
+
font-family: "brand-icons";
|
5256
5180
|
}
|
5257
5181
|
i.icon.blackberry::before {
|
5258
5182
|
content: "\f37b";
|
5259
|
-
font-family:
|
5183
|
+
font-family: "brand-icons";
|
5260
5184
|
}
|
5261
5185
|
i.icon.blogger::before {
|
5262
5186
|
content: "\f37c";
|
5263
|
-
font-family:
|
5187
|
+
font-family: "brand-icons";
|
5264
5188
|
}
|
5265
5189
|
i.icon.blogger.b::before {
|
5266
5190
|
content: "\f37d";
|
5267
|
-
font-family:
|
5191
|
+
font-family: "brand-icons";
|
5268
5192
|
}
|
5269
5193
|
i.icon.bluetooth::before {
|
5270
5194
|
content: "\f293";
|
5271
|
-
font-family:
|
5195
|
+
font-family: "brand-icons";
|
5272
5196
|
}
|
5273
5197
|
i.icon.bluetooth.b::before {
|
5274
5198
|
content: "\f294";
|
5275
|
-
font-family:
|
5199
|
+
font-family: "brand-icons";
|
5276
5200
|
}
|
5277
5201
|
i.icon.bootstrap::before {
|
5278
5202
|
content: "\f836";
|
5279
|
-
font-family:
|
5203
|
+
font-family: "brand-icons";
|
5280
5204
|
}
|
5281
5205
|
i.icon.btc::before {
|
5282
5206
|
content: "\f15a";
|
5283
|
-
font-family:
|
5207
|
+
font-family: "brand-icons";
|
5284
5208
|
}
|
5285
5209
|
i.icon.buffer::before {
|
5286
5210
|
content: "\f837";
|
5287
|
-
font-family:
|
5211
|
+
font-family: "brand-icons";
|
5288
5212
|
}
|
5289
5213
|
i.icon.buromobelexperte::before {
|
5290
5214
|
content: "\f37f";
|
5291
|
-
font-family:
|
5215
|
+
font-family: "brand-icons";
|
5292
5216
|
}
|
5293
5217
|
i.icon.buy.n.large::before {
|
5294
5218
|
content: "\f8a6";
|
5295
|
-
font-family:
|
5219
|
+
font-family: "brand-icons";
|
5296
5220
|
}
|
5297
5221
|
i.icon.buysellads::before {
|
5298
5222
|
content: "\f20d";
|
5299
|
-
font-family:
|
5223
|
+
font-family: "brand-icons";
|
5300
5224
|
}
|
5301
5225
|
i.icon.canadian.maple.leaf::before {
|
5302
5226
|
content: "\f785";
|
5303
|
-
font-family:
|
5227
|
+
font-family: "brand-icons";
|
5304
5228
|
}
|
5305
5229
|
i.icon.cc.amazon.pay::before {
|
5306
5230
|
content: "\f42d";
|
5307
|
-
font-family:
|
5231
|
+
font-family: "brand-icons";
|
5308
5232
|
}
|
5309
5233
|
i.icon.cc.amex::before {
|
5310
5234
|
content: "\f1f3";
|
5311
|
-
font-family:
|
5235
|
+
font-family: "brand-icons";
|
5312
5236
|
}
|
5313
5237
|
i.icon.cc.apple.pay::before {
|
5314
5238
|
content: "\f416";
|
5315
|
-
font-family:
|
5239
|
+
font-family: "brand-icons";
|
5316
5240
|
}
|
5317
5241
|
i.icon.cc.diners.club::before {
|
5318
5242
|
content: "\f24c";
|
5319
|
-
font-family:
|
5243
|
+
font-family: "brand-icons";
|
5320
5244
|
}
|
5321
5245
|
i.icon.cc.discover::before {
|
5322
5246
|
content: "\f1f2";
|
5323
|
-
font-family:
|
5247
|
+
font-family: "brand-icons";
|
5324
5248
|
}
|
5325
5249
|
i.icon.cc.jcb::before {
|
5326
5250
|
content: "\f24b";
|
5327
|
-
font-family:
|
5251
|
+
font-family: "brand-icons";
|
5328
5252
|
}
|
5329
5253
|
i.icon.cc.mastercard::before {
|
5330
5254
|
content: "\f1f1";
|
5331
|
-
font-family:
|
5255
|
+
font-family: "brand-icons";
|
5332
5256
|
}
|
5333
5257
|
i.icon.cc.paypal::before {
|
5334
5258
|
content: "\f1f4";
|
5335
|
-
font-family:
|
5259
|
+
font-family: "brand-icons";
|
5336
5260
|
}
|
5337
5261
|
i.icon.cc.stripe::before {
|
5338
5262
|
content: "\f1f5";
|
5339
|
-
font-family:
|
5263
|
+
font-family: "brand-icons";
|
5340
5264
|
}
|
5341
5265
|
i.icon.cc.visa::before {
|
5342
5266
|
content: "\f1f0";
|
5343
|
-
font-family:
|
5267
|
+
font-family: "brand-icons";
|
5344
5268
|
}
|
5345
5269
|
i.icon.centercode::before {
|
5346
5270
|
content: "\f380";
|
5347
|
-
font-family:
|
5271
|
+
font-family: "brand-icons";
|
5348
5272
|
}
|
5349
5273
|
i.icon.centos::before {
|
5350
5274
|
content: "\f789";
|
5351
|
-
font-family:
|
5275
|
+
font-family: "brand-icons";
|
5352
5276
|
}
|
5353
5277
|
i.icon.chrome::before {
|
5354
5278
|
content: "\f268";
|
5355
|
-
font-family:
|
5279
|
+
font-family: "brand-icons";
|
5356
5280
|
}
|
5357
5281
|
i.icon.chromecast::before {
|
5358
5282
|
content: "\f838";
|
5359
|
-
font-family:
|
5283
|
+
font-family: "brand-icons";
|
5360
5284
|
}
|
5361
5285
|
i.icon.cloudflare::before {
|
5362
5286
|
content: "\e07d";
|
5363
|
-
font-family:
|
5287
|
+
font-family: "brand-icons";
|
5364
5288
|
}
|
5365
5289
|
i.icon.cloudscale::before {
|
5366
5290
|
content: "\f383";
|
5367
|
-
font-family:
|
5291
|
+
font-family: "brand-icons";
|
5368
5292
|
}
|
5369
5293
|
i.icon.cloudsmith::before {
|
5370
5294
|
content: "\f384";
|
5371
|
-
font-family:
|
5295
|
+
font-family: "brand-icons";
|
5372
5296
|
}
|
5373
5297
|
i.icon.cloudversify::before {
|
5374
5298
|
content: "\f385";
|
5375
|
-
font-family:
|
5299
|
+
font-family: "brand-icons";
|
5376
5300
|
}
|
5377
5301
|
i.icon.codepen::before {
|
5378
5302
|
content: "\f1cb";
|
5379
|
-
font-family:
|
5303
|
+
font-family: "brand-icons";
|
5380
5304
|
}
|
5381
5305
|
i.icon.codiepie::before {
|
5382
5306
|
content: "\f284";
|
5383
|
-
font-family:
|
5307
|
+
font-family: "brand-icons";
|
5384
5308
|
}
|
5385
5309
|
i.icon.confluence::before {
|
5386
5310
|
content: "\f78d";
|
5387
|
-
font-family:
|
5311
|
+
font-family: "brand-icons";
|
5388
5312
|
}
|
5389
5313
|
i.icon.connectdevelop::before {
|
5390
5314
|
content: "\f20e";
|
5391
|
-
font-family:
|
5315
|
+
font-family: "brand-icons";
|
5392
5316
|
}
|
5393
5317
|
i.icon.contao::before {
|
5394
5318
|
content: "\f26d";
|
5395
|
-
font-family:
|
5319
|
+
font-family: "brand-icons";
|
5396
5320
|
}
|
5397
5321
|
i.icon.cotton.bureau::before {
|
5398
5322
|
content: "\f89e";
|
5399
|
-
font-family:
|
5323
|
+
font-family: "brand-icons";
|
5400
5324
|
}
|
5401
5325
|
i.icon.cpanel::before {
|
5402
5326
|
content: "\f388";
|
5403
|
-
font-family:
|
5327
|
+
font-family: "brand-icons";
|
5404
5328
|
}
|
5405
5329
|
i.icon.creative.commons::before {
|
5406
5330
|
content: "\f25e";
|
5407
|
-
font-family:
|
5331
|
+
font-family: "brand-icons";
|
5408
5332
|
}
|
5409
5333
|
i.icon.creative.commons.by::before {
|
5410
5334
|
content: "\f4e7";
|
5411
|
-
font-family:
|
5335
|
+
font-family: "brand-icons";
|
5412
5336
|
}
|
5413
5337
|
i.icon.creative.commons.nc::before {
|
5414
5338
|
content: "\f4e8";
|
5415
|
-
font-family:
|
5339
|
+
font-family: "brand-icons";
|
5416
5340
|
}
|
5417
5341
|
i.icon.creative.commons.nc.eu::before {
|
5418
5342
|
content: "\f4e9";
|
5419
|
-
font-family:
|
5343
|
+
font-family: "brand-icons";
|
5420
5344
|
}
|
5421
5345
|
i.icon.creative.commons.nc.jp::before {
|
5422
5346
|
content: "\f4ea";
|
5423
|
-
font-family:
|
5347
|
+
font-family: "brand-icons";
|
5424
5348
|
}
|
5425
5349
|
i.icon.creative.commons.nd::before {
|
5426
5350
|
content: "\f4eb";
|
5427
|
-
font-family:
|
5351
|
+
font-family: "brand-icons";
|
5428
5352
|
}
|
5429
5353
|
i.icon.creative.commons.pd::before {
|
5430
5354
|
content: "\f4ec";
|
5431
|
-
font-family:
|
5355
|
+
font-family: "brand-icons";
|
5432
5356
|
}
|
5433
5357
|
i.icon.creative.commons.pd.alternate::before {
|
5434
5358
|
content: "\f4ed";
|
5435
|
-
font-family:
|
5359
|
+
font-family: "brand-icons";
|
5436
5360
|
}
|
5437
5361
|
i.icon.creative.commons.remix::before {
|
5438
5362
|
content: "\f4ee";
|
5439
|
-
font-family:
|
5363
|
+
font-family: "brand-icons";
|
5440
5364
|
}
|
5441
5365
|
i.icon.creative.commons.sa::before {
|
5442
5366
|
content: "\f4ef";
|
5443
|
-
font-family:
|
5367
|
+
font-family: "brand-icons";
|
5444
5368
|
}
|
5445
5369
|
i.icon.creative.commons.sampling::before {
|
5446
5370
|
content: "\f4f0";
|
5447
|
-
font-family:
|
5371
|
+
font-family: "brand-icons";
|
5448
5372
|
}
|
5449
5373
|
i.icon.creative.commons.sampling.plus::before {
|
5450
5374
|
content: "\f4f1";
|
5451
|
-
font-family:
|
5375
|
+
font-family: "brand-icons";
|
5452
5376
|
}
|
5453
5377
|
i.icon.creative.commons.share::before {
|
5454
5378
|
content: "\f4f2";
|
5455
|
-
font-family:
|
5379
|
+
font-family: "brand-icons";
|
5456
5380
|
}
|
5457
5381
|
i.icon.creative.commons.zero::before {
|
5458
5382
|
content: "\f4f3";
|
5459
|
-
font-family:
|
5383
|
+
font-family: "brand-icons";
|
5460
5384
|
}
|
5461
5385
|
i.icon.critical.role::before {
|
5462
5386
|
content: "\f6c9";
|
5463
|
-
font-family:
|
5387
|
+
font-family: "brand-icons";
|
5464
5388
|
}
|
5465
5389
|
i.icon.css3::before {
|
5466
5390
|
content: "\f13c";
|
5467
|
-
font-family:
|
5391
|
+
font-family: "brand-icons";
|
5468
5392
|
}
|
5469
5393
|
i.icon.css3.alternate::before {
|
5470
5394
|
content: "\f38b";
|
5471
|
-
font-family:
|
5395
|
+
font-family: "brand-icons";
|
5472
5396
|
}
|
5473
5397
|
i.icon.cuttlefish::before {
|
5474
5398
|
content: "\f38c";
|
5475
|
-
font-family:
|
5399
|
+
font-family: "brand-icons";
|
5476
5400
|
}
|
5477
5401
|
i.icon.d.and.d::before {
|
5478
5402
|
content: "\f38d";
|
5479
|
-
font-family:
|
5403
|
+
font-family: "brand-icons";
|
5480
5404
|
}
|
5481
5405
|
i.icon.d.and.d.beyond::before {
|
5482
5406
|
content: "\f6ca";
|
5483
|
-
font-family:
|
5407
|
+
font-family: "brand-icons";
|
5484
5408
|
}
|
5485
5409
|
i.icon.dailymotion::before {
|
5486
5410
|
content: "\e052";
|
5487
|
-
font-family:
|
5411
|
+
font-family: "brand-icons";
|
5488
5412
|
}
|
5489
5413
|
i.icon.dashcube::before {
|
5490
5414
|
content: "\f210";
|
5491
|
-
font-family:
|
5415
|
+
font-family: "brand-icons";
|
5492
5416
|
}
|
5493
5417
|
i.icon.deezer::before {
|
5494
5418
|
content: "\e077";
|
5495
|
-
font-family:
|
5419
|
+
font-family: "brand-icons";
|
5496
5420
|
}
|
5497
5421
|
i.icon.delicious::before {
|
5498
5422
|
content: "\f1a5";
|
5499
|
-
font-family:
|
5423
|
+
font-family: "brand-icons";
|
5500
5424
|
}
|
5501
5425
|
i.icon.deploydog::before {
|
5502
5426
|
content: "\f38e";
|
5503
|
-
font-family:
|
5427
|
+
font-family: "brand-icons";
|
5504
5428
|
}
|
5505
5429
|
i.icon.deskpro::before {
|
5506
5430
|
content: "\f38f";
|
5507
|
-
font-family:
|
5431
|
+
font-family: "brand-icons";
|
5508
5432
|
}
|
5509
5433
|
i.icon.dev::before {
|
5510
5434
|
content: "\f6cc";
|
5511
|
-
font-family:
|
5435
|
+
font-family: "brand-icons";
|
5512
5436
|
}
|
5513
5437
|
i.icon.deviantart::before {
|
5514
5438
|
content: "\f1bd";
|
5515
|
-
font-family:
|
5439
|
+
font-family: "brand-icons";
|
5516
5440
|
}
|
5517
5441
|
i.icon.dhl::before {
|
5518
5442
|
content: "\f790";
|
5519
|
-
font-family:
|
5443
|
+
font-family: "brand-icons";
|
5520
5444
|
}
|
5521
5445
|
i.icon.diaspora::before {
|
5522
5446
|
content: "\f791";
|
5523
|
-
font-family:
|
5447
|
+
font-family: "brand-icons";
|
5524
5448
|
}
|
5525
5449
|
i.icon.digg::before {
|
5526
5450
|
content: "\f1a6";
|
5527
|
-
font-family:
|
5451
|
+
font-family: "brand-icons";
|
5528
5452
|
}
|
5529
5453
|
i.icon.digital.ocean::before {
|
5530
5454
|
content: "\f391";
|
5531
|
-
font-family:
|
5455
|
+
font-family: "brand-icons";
|
5532
5456
|
}
|
5533
5457
|
i.icon.discord::before {
|
5534
5458
|
content: "\f392";
|
5535
|
-
font-family:
|
5459
|
+
font-family: "brand-icons";
|
5536
5460
|
}
|
5537
5461
|
i.icon.discourse::before {
|
5538
5462
|
content: "\f393";
|
5539
|
-
font-family:
|
5463
|
+
font-family: "brand-icons";
|
5540
5464
|
}
|
5541
5465
|
i.icon.dochub::before {
|
5542
5466
|
content: "\f394";
|
5543
|
-
font-family:
|
5467
|
+
font-family: "brand-icons";
|
5544
5468
|
}
|
5545
5469
|
i.icon.docker::before {
|
5546
5470
|
content: "\f395";
|
5547
|
-
font-family:
|
5471
|
+
font-family: "brand-icons";
|
5548
5472
|
}
|
5549
5473
|
i.icon.draft2digital::before {
|
5550
5474
|
content: "\f396";
|
5551
|
-
font-family:
|
5475
|
+
font-family: "brand-icons";
|
5552
5476
|
}
|
5553
5477
|
i.icon.dribbble::before {
|
5554
5478
|
content: "\f17d";
|
5555
|
-
font-family:
|
5479
|
+
font-family: "brand-icons";
|
5556
5480
|
}
|
5557
5481
|
i.icon.dribbble.square::before {
|
5558
5482
|
content: "\f397";
|
5559
|
-
font-family:
|
5483
|
+
font-family: "brand-icons";
|
5560
5484
|
}
|
5561
5485
|
i.icon.dropbox::before {
|
5562
5486
|
content: "\f16b";
|
5563
|
-
font-family:
|
5487
|
+
font-family: "brand-icons";
|
5564
5488
|
}
|
5565
5489
|
i.icon.drupal::before {
|
5566
5490
|
content: "\f1a9";
|
5567
|
-
font-family:
|
5491
|
+
font-family: "brand-icons";
|
5568
5492
|
}
|
5569
5493
|
i.icon.dyalog::before {
|
5570
5494
|
content: "\f399";
|
5571
|
-
font-family:
|
5495
|
+
font-family: "brand-icons";
|
5572
5496
|
}
|
5573
5497
|
i.icon.earlybirds::before {
|
5574
5498
|
content: "\f39a";
|
5575
|
-
font-family:
|
5499
|
+
font-family: "brand-icons";
|
5576
5500
|
}
|
5577
5501
|
i.icon.ebay::before {
|
5578
5502
|
content: "\f4f4";
|
5579
|
-
font-family:
|
5503
|
+
font-family: "brand-icons";
|
5580
5504
|
}
|
5581
5505
|
i.icon.edge::before {
|
5582
5506
|
content: "\f282";
|
5583
|
-
font-family:
|
5507
|
+
font-family: "brand-icons";
|
5584
5508
|
}
|
5585
5509
|
i.icon.edge.legacy::before {
|
5586
5510
|
content: "\e078";
|
5587
|
-
font-family:
|
5511
|
+
font-family: "brand-icons";
|
5588
5512
|
}
|
5589
5513
|
i.icon.elementor::before {
|
5590
5514
|
content: "\f430";
|
5591
|
-
font-family:
|
5515
|
+
font-family: "brand-icons";
|
5592
5516
|
}
|
5593
5517
|
i.icon.ello::before {
|
5594
5518
|
content: "\f5f1";
|
5595
|
-
font-family:
|
5519
|
+
font-family: "brand-icons";
|
5596
5520
|
}
|
5597
5521
|
i.icon.ember::before {
|
5598
5522
|
content: "\f423";
|
5599
|
-
font-family:
|
5523
|
+
font-family: "brand-icons";
|
5600
5524
|
}
|
5601
5525
|
i.icon.empire::before {
|
5602
5526
|
content: "\f1d1";
|
5603
|
-
font-family:
|
5527
|
+
font-family: "brand-icons";
|
5604
5528
|
}
|
5605
5529
|
i.icon.envira::before {
|
5606
5530
|
content: "\f299";
|
5607
|
-
font-family:
|
5531
|
+
font-family: "brand-icons";
|
5608
5532
|
}
|
5609
5533
|
i.icon.erlang::before {
|
5610
5534
|
content: "\f39d";
|
5611
|
-
font-family:
|
5535
|
+
font-family: "brand-icons";
|
5612
5536
|
}
|
5613
5537
|
i.icon.ethereum::before {
|
5614
5538
|
content: "\f42e";
|
5615
|
-
font-family:
|
5539
|
+
font-family: "brand-icons";
|
5616
5540
|
}
|
5617
5541
|
i.icon.etsy::before {
|
5618
5542
|
content: "\f2d7";
|
5619
|
-
font-family:
|
5543
|
+
font-family: "brand-icons";
|
5620
5544
|
}
|
5621
5545
|
i.icon.evernote::before {
|
5622
5546
|
content: "\f839";
|
5623
|
-
font-family:
|
5547
|
+
font-family: "brand-icons";
|
5624
5548
|
}
|
5625
5549
|
i.icon.expeditedssl::before {
|
5626
5550
|
content: "\f23e";
|
5627
|
-
font-family:
|
5551
|
+
font-family: "brand-icons";
|
5628
5552
|
}
|
5629
5553
|
i.icon.facebook::before {
|
5630
5554
|
content: "\f09a";
|
5631
|
-
font-family:
|
5555
|
+
font-family: "brand-icons";
|
5632
5556
|
}
|
5633
5557
|
i.icon.facebook.f::before {
|
5634
5558
|
content: "\f39e";
|
5635
|
-
font-family:
|
5559
|
+
font-family: "brand-icons";
|
5636
5560
|
}
|
5637
5561
|
i.icon.facebook.messenger::before {
|
5638
5562
|
content: "\f39f";
|
5639
|
-
font-family:
|
5563
|
+
font-family: "brand-icons";
|
5640
5564
|
}
|
5641
5565
|
i.icon.facebook.square::before {
|
5642
5566
|
content: "\f082";
|
5643
|
-
font-family:
|
5567
|
+
font-family: "brand-icons";
|
5644
5568
|
}
|
5645
5569
|
i.icon.fantasy.flight.games::before {
|
5646
5570
|
content: "\f6dc";
|
5647
|
-
font-family:
|
5571
|
+
font-family: "brand-icons";
|
5648
5572
|
}
|
5649
5573
|
i.icon.fedex::before {
|
5650
5574
|
content: "\f797";
|
5651
|
-
font-family:
|
5575
|
+
font-family: "brand-icons";
|
5652
5576
|
}
|
5653
5577
|
i.icon.fedora::before {
|
5654
5578
|
content: "\f798";
|
5655
|
-
font-family:
|
5579
|
+
font-family: "brand-icons";
|
5656
5580
|
}
|
5657
5581
|
i.icon.figma::before {
|
5658
5582
|
content: "\f799";
|
5659
|
-
font-family:
|
5583
|
+
font-family: "brand-icons";
|
5660
5584
|
}
|
5661
5585
|
i.icon.firefox::before {
|
5662
5586
|
content: "\f269";
|
5663
|
-
font-family:
|
5587
|
+
font-family: "brand-icons";
|
5664
5588
|
}
|
5665
5589
|
i.icon.firefox.browser::before {
|
5666
5590
|
content: "\e007";
|
5667
|
-
font-family:
|
5591
|
+
font-family: "brand-icons";
|
5668
5592
|
}
|
5669
5593
|
i.icon.first.order::before {
|
5670
5594
|
content: "\f2b0";
|
5671
|
-
font-family:
|
5595
|
+
font-family: "brand-icons";
|
5672
5596
|
}
|
5673
5597
|
i.icon.first.order.alternate::before {
|
5674
5598
|
content: "\f50a";
|
5675
|
-
font-family:
|
5599
|
+
font-family: "brand-icons";
|
5676
5600
|
}
|
5677
5601
|
i.icon.firstdraft::before {
|
5678
5602
|
content: "\f3a1";
|
5679
|
-
font-family:
|
5603
|
+
font-family: "brand-icons";
|
5680
5604
|
}
|
5681
5605
|
i.icon.flickr::before {
|
5682
5606
|
content: "\f16e";
|
5683
|
-
font-family:
|
5607
|
+
font-family: "brand-icons";
|
5684
5608
|
}
|
5685
5609
|
i.icon.flipboard::before {
|
5686
5610
|
content: "\f44d";
|
5687
|
-
font-family:
|
5611
|
+
font-family: "brand-icons";
|
5688
5612
|
}
|
5689
5613
|
i.icon.fly::before {
|
5690
5614
|
content: "\f417";
|
5691
|
-
font-family:
|
5615
|
+
font-family: "brand-icons";
|
5692
5616
|
}
|
5693
5617
|
i.icon.font.awesome::before {
|
5694
5618
|
content: "\f2b4";
|
5695
|
-
font-family:
|
5619
|
+
font-family: "brand-icons";
|
5696
5620
|
}
|
5697
5621
|
i.icon.font.awesome.alternate::before {
|
5698
5622
|
content: "\f35c";
|
5699
|
-
font-family:
|
5623
|
+
font-family: "brand-icons";
|
5700
5624
|
}
|
5701
5625
|
i.icon.font.awesome.flag::before {
|
5702
5626
|
content: "\f425";
|
5703
|
-
font-family:
|
5627
|
+
font-family: "brand-icons";
|
5704
5628
|
}
|
5705
5629
|
i.icon.fonticons::before {
|
5706
5630
|
content: "\f280";
|
5707
|
-
font-family:
|
5631
|
+
font-family: "brand-icons";
|
5708
5632
|
}
|
5709
5633
|
i.icon.fonticons.fi::before {
|
5710
5634
|
content: "\f3a2";
|
5711
|
-
font-family:
|
5635
|
+
font-family: "brand-icons";
|
5712
5636
|
}
|
5713
5637
|
i.icon.fort.awesome::before {
|
5714
5638
|
content: "\f286";
|
5715
|
-
font-family:
|
5639
|
+
font-family: "brand-icons";
|
5716
5640
|
}
|
5717
5641
|
i.icon.fort.awesome.alternate::before {
|
5718
5642
|
content: "\f3a3";
|
5719
|
-
font-family:
|
5643
|
+
font-family: "brand-icons";
|
5720
5644
|
}
|
5721
5645
|
i.icon.forumbee::before {
|
5722
5646
|
content: "\f211";
|
5723
|
-
font-family:
|
5647
|
+
font-family: "brand-icons";
|
5724
5648
|
}
|
5725
5649
|
i.icon.foursquare::before {
|
5726
5650
|
content: "\f180";
|
5727
|
-
font-family:
|
5651
|
+
font-family: "brand-icons";
|
5728
5652
|
}
|
5729
5653
|
i.icon.free.code.camp::before {
|
5730
5654
|
content: "\f2c5";
|
5731
|
-
font-family:
|
5655
|
+
font-family: "brand-icons";
|
5732
5656
|
}
|
5733
5657
|
i.icon.freebsd::before {
|
5734
5658
|
content: "\f3a4";
|
5735
|
-
font-family:
|
5659
|
+
font-family: "brand-icons";
|
5736
5660
|
}
|
5737
5661
|
i.icon.fulcrum::before {
|
5738
5662
|
content: "\f50b";
|
5739
|
-
font-family:
|
5663
|
+
font-family: "brand-icons";
|
5740
5664
|
}
|
5741
5665
|
i.icon.galactic.republic::before {
|
5742
5666
|
content: "\f50c";
|
5743
|
-
font-family:
|
5667
|
+
font-family: "brand-icons";
|
5744
5668
|
}
|
5745
5669
|
i.icon.galactic.senate::before {
|
5746
5670
|
content: "\f50d";
|
5747
|
-
font-family:
|
5671
|
+
font-family: "brand-icons";
|
5748
5672
|
}
|
5749
5673
|
i.icon.get.pocket::before {
|
5750
5674
|
content: "\f265";
|
5751
|
-
font-family:
|
5675
|
+
font-family: "brand-icons";
|
5752
5676
|
}
|
5753
5677
|
i.icon.gg::before {
|
5754
5678
|
content: "\f260";
|
5755
|
-
font-family:
|
5679
|
+
font-family: "brand-icons";
|
5756
5680
|
}
|
5757
5681
|
i.icon.gg.circle::before {
|
5758
5682
|
content: "\f261";
|
5759
|
-
font-family:
|
5683
|
+
font-family: "brand-icons";
|
5760
5684
|
}
|
5761
5685
|
i.icon.git::before {
|
5762
5686
|
content: "\f1d3";
|
5763
|
-
font-family:
|
5687
|
+
font-family: "brand-icons";
|
5764
5688
|
}
|
5765
5689
|
i.icon.git.alternate::before {
|
5766
5690
|
content: "\f841";
|
5767
|
-
font-family:
|
5691
|
+
font-family: "brand-icons";
|
5768
5692
|
}
|
5769
5693
|
i.icon.git.square::before {
|
5770
5694
|
content: "\f1d2";
|
5771
|
-
font-family:
|
5695
|
+
font-family: "brand-icons";
|
5772
5696
|
}
|
5773
5697
|
i.icon.github::before {
|
5774
5698
|
content: "\f09b";
|
5775
|
-
font-family:
|
5699
|
+
font-family: "brand-icons";
|
5776
5700
|
}
|
5777
5701
|
i.icon.github.alternate::before {
|
5778
5702
|
content: "\f113";
|
5779
|
-
font-family:
|
5703
|
+
font-family: "brand-icons";
|
5780
5704
|
}
|
5781
5705
|
i.icon.github.square::before {
|
5782
5706
|
content: "\f092";
|
5783
|
-
font-family:
|
5707
|
+
font-family: "brand-icons";
|
5784
5708
|
}
|
5785
5709
|
i.icon.gitkraken::before {
|
5786
5710
|
content: "\f3a6";
|
5787
|
-
font-family:
|
5711
|
+
font-family: "brand-icons";
|
5788
5712
|
}
|
5789
5713
|
i.icon.gitlab::before {
|
5790
5714
|
content: "\f296";
|
5791
|
-
font-family:
|
5715
|
+
font-family: "brand-icons";
|
5792
5716
|
}
|
5793
5717
|
i.icon.gitter::before {
|
5794
5718
|
content: "\f426";
|
5795
|
-
font-family:
|
5719
|
+
font-family: "brand-icons";
|
5796
5720
|
}
|
5797
5721
|
i.icon.glide::before {
|
5798
5722
|
content: "\f2a5";
|
5799
|
-
font-family:
|
5723
|
+
font-family: "brand-icons";
|
5800
5724
|
}
|
5801
5725
|
i.icon.glide.g::before {
|
5802
5726
|
content: "\f2a6";
|
5803
|
-
font-family:
|
5727
|
+
font-family: "brand-icons";
|
5804
5728
|
}
|
5805
5729
|
i.icon.gofore::before {
|
5806
5730
|
content: "\f3a7";
|
5807
|
-
font-family:
|
5731
|
+
font-family: "brand-icons";
|
5808
5732
|
}
|
5809
5733
|
i.icon.goodreads::before {
|
5810
5734
|
content: "\f3a8";
|
5811
|
-
font-family:
|
5735
|
+
font-family: "brand-icons";
|
5812
5736
|
}
|
5813
5737
|
i.icon.goodreads.g::before {
|
5814
5738
|
content: "\f3a9";
|
5815
|
-
font-family:
|
5739
|
+
font-family: "brand-icons";
|
5816
5740
|
}
|
5817
5741
|
i.icon.google::before {
|
5818
5742
|
content: "\f1a0";
|
5819
|
-
font-family:
|
5743
|
+
font-family: "brand-icons";
|
5820
5744
|
}
|
5821
5745
|
i.icon.google.drive::before {
|
5822
5746
|
content: "\f3aa";
|
5823
|
-
font-family:
|
5747
|
+
font-family: "brand-icons";
|
5824
5748
|
}
|
5825
5749
|
i.icon.google.pay::before {
|
5826
5750
|
content: "\e079";
|
5827
|
-
font-family:
|
5751
|
+
font-family: "brand-icons";
|
5828
5752
|
}
|
5829
5753
|
i.icon.google.play::before {
|
5830
5754
|
content: "\f3ab";
|
5831
|
-
font-family:
|
5755
|
+
font-family: "brand-icons";
|
5832
5756
|
}
|
5833
5757
|
i.icon.google.plus::before {
|
5834
5758
|
content: "\f2b3";
|
5835
|
-
font-family:
|
5759
|
+
font-family: "brand-icons";
|
5836
5760
|
}
|
5837
5761
|
i.icon.google.plus.g::before {
|
5838
5762
|
content: "\f0d5";
|
5839
|
-
font-family:
|
5763
|
+
font-family: "brand-icons";
|
5840
5764
|
}
|
5841
5765
|
i.icon.google.plus.square::before {
|
5842
5766
|
content: "\f0d4";
|
5843
|
-
font-family:
|
5767
|
+
font-family: "brand-icons";
|
5844
5768
|
}
|
5845
5769
|
i.icon.google.wallet::before {
|
5846
5770
|
content: "\f1ee";
|
5847
|
-
font-family:
|
5771
|
+
font-family: "brand-icons";
|
5848
5772
|
}
|
5849
5773
|
i.icon.gratipay::before {
|
5850
5774
|
content: "\f184";
|
5851
|
-
font-family:
|
5775
|
+
font-family: "brand-icons";
|
5852
5776
|
}
|
5853
5777
|
i.icon.grav::before {
|
5854
5778
|
content: "\f2d6";
|
5855
|
-
font-family:
|
5779
|
+
font-family: "brand-icons";
|
5856
5780
|
}
|
5857
5781
|
i.icon.gripfire::before {
|
5858
5782
|
content: "\f3ac";
|
5859
|
-
font-family:
|
5783
|
+
font-family: "brand-icons";
|
5860
5784
|
}
|
5861
5785
|
i.icon.grunt::before {
|
5862
5786
|
content: "\f3ad";
|
5863
|
-
font-family:
|
5787
|
+
font-family: "brand-icons";
|
5864
5788
|
}
|
5865
5789
|
i.icon.guilded::before {
|
5866
5790
|
content: "\e07e";
|
5867
|
-
font-family:
|
5791
|
+
font-family: "brand-icons";
|
5868
5792
|
}
|
5869
5793
|
i.icon.gulp::before {
|
5870
5794
|
content: "\f3ae";
|
5871
|
-
font-family:
|
5795
|
+
font-family: "brand-icons";
|
5872
5796
|
}
|
5873
5797
|
i.icon.hacker.news::before {
|
5874
5798
|
content: "\f1d4";
|
5875
|
-
font-family:
|
5799
|
+
font-family: "brand-icons";
|
5876
5800
|
}
|
5877
5801
|
i.icon.hacker.news.square::before {
|
5878
5802
|
content: "\f3af";
|
5879
|
-
font-family:
|
5803
|
+
font-family: "brand-icons";
|
5880
5804
|
}
|
5881
5805
|
i.icon.hackerrank::before {
|
5882
5806
|
content: "\f5f7";
|
5883
|
-
font-family:
|
5807
|
+
font-family: "brand-icons";
|
5884
5808
|
}
|
5885
5809
|
i.icon.hips::before {
|
5886
5810
|
content: "\f452";
|
5887
|
-
font-family:
|
5811
|
+
font-family: "brand-icons";
|
5888
5812
|
}
|
5889
5813
|
i.icon.hire.a.helper::before {
|
5890
5814
|
content: "\f3b0";
|
5891
|
-
font-family:
|
5815
|
+
font-family: "brand-icons";
|
5892
5816
|
}
|
5893
5817
|
i.icon.hive::before {
|
5894
5818
|
content: "\e07f";
|
5895
|
-
font-family:
|
5819
|
+
font-family: "brand-icons";
|
5896
5820
|
}
|
5897
5821
|
i.icon.hooli::before {
|
5898
5822
|
content: "\f427";
|
5899
|
-
font-family:
|
5823
|
+
font-family: "brand-icons";
|
5900
5824
|
}
|
5901
5825
|
i.icon.hornbill::before {
|
5902
5826
|
content: "\f592";
|
5903
|
-
font-family:
|
5827
|
+
font-family: "brand-icons";
|
5904
5828
|
}
|
5905
5829
|
i.icon.hotjar::before {
|
5906
5830
|
content: "\f3b1";
|
5907
|
-
font-family:
|
5831
|
+
font-family: "brand-icons";
|
5908
5832
|
}
|
5909
5833
|
i.icon.houzz::before {
|
5910
5834
|
content: "\f27c";
|
5911
|
-
font-family:
|
5835
|
+
font-family: "brand-icons";
|
5912
5836
|
}
|
5913
5837
|
i.icon.html5::before {
|
5914
5838
|
content: "\f13b";
|
5915
|
-
font-family:
|
5839
|
+
font-family: "brand-icons";
|
5916
5840
|
}
|
5917
5841
|
i.icon.hubspot::before {
|
5918
5842
|
content: "\f3b2";
|
5919
|
-
font-family:
|
5843
|
+
font-family: "brand-icons";
|
5920
5844
|
}
|
5921
5845
|
i.icon.ideal::before {
|
5922
5846
|
content: "\e013";
|
5923
|
-
font-family:
|
5847
|
+
font-family: "brand-icons";
|
5924
5848
|
}
|
5925
5849
|
i.icon.imdb::before {
|
5926
5850
|
content: "\f2d8";
|
5927
|
-
font-family:
|
5851
|
+
font-family: "brand-icons";
|
5928
5852
|
}
|
5929
5853
|
i.icon.innosoft::before {
|
5930
5854
|
content: "\e080";
|
5931
|
-
font-family:
|
5855
|
+
font-family: "brand-icons";
|
5932
5856
|
}
|
5933
5857
|
i.icon.instagram::before {
|
5934
5858
|
content: "\f16d";
|
5935
|
-
font-family:
|
5859
|
+
font-family: "brand-icons";
|
5936
5860
|
}
|
5937
5861
|
i.icon.instagram.square::before {
|
5938
5862
|
content: "\e055";
|
5939
|
-
font-family:
|
5863
|
+
font-family: "brand-icons";
|
5940
5864
|
}
|
5941
5865
|
i.icon.instalod::before {
|
5942
5866
|
content: "\e081";
|
5943
|
-
font-family:
|
5867
|
+
font-family: "brand-icons";
|
5944
5868
|
}
|
5945
5869
|
i.icon.intercom::before {
|
5946
5870
|
content: "\f7af";
|
5947
|
-
font-family:
|
5871
|
+
font-family: "brand-icons";
|
5948
5872
|
}
|
5949
5873
|
i.icon.internet.explorer::before {
|
5950
5874
|
content: "\f26b";
|
5951
|
-
font-family:
|
5875
|
+
font-family: "brand-icons";
|
5952
5876
|
}
|
5953
5877
|
i.icon.invision::before {
|
5954
5878
|
content: "\f7b0";
|
5955
|
-
font-family:
|
5879
|
+
font-family: "brand-icons";
|
5956
5880
|
}
|
5957
5881
|
i.icon.ioxhost::before {
|
5958
5882
|
content: "\f208";
|
5959
|
-
font-family:
|
5883
|
+
font-family: "brand-icons";
|
5960
5884
|
}
|
5961
5885
|
i.icon.itch.io::before {
|
5962
5886
|
content: "\f83a";
|
5963
|
-
font-family:
|
5887
|
+
font-family: "brand-icons";
|
5964
5888
|
}
|
5965
5889
|
i.icon.itunes::before {
|
5966
5890
|
content: "\f3b4";
|
5967
|
-
font-family:
|
5891
|
+
font-family: "brand-icons";
|
5968
5892
|
}
|
5969
5893
|
i.icon.itunes.note::before {
|
5970
5894
|
content: "\f3b5";
|
5971
|
-
font-family:
|
5895
|
+
font-family: "brand-icons";
|
5972
5896
|
}
|
5973
5897
|
i.icon.java::before {
|
5974
5898
|
content: "\f4e4";
|
5975
|
-
font-family:
|
5899
|
+
font-family: "brand-icons";
|
5976
5900
|
}
|
5977
5901
|
i.icon.jedi.order::before {
|
5978
5902
|
content: "\f50e";
|
5979
|
-
font-family:
|
5903
|
+
font-family: "brand-icons";
|
5980
5904
|
}
|
5981
5905
|
i.icon.jenkins::before {
|
5982
5906
|
content: "\f3b6";
|
5983
|
-
font-family:
|
5907
|
+
font-family: "brand-icons";
|
5984
5908
|
}
|
5985
5909
|
i.icon.jira::before {
|
5986
5910
|
content: "\f7b1";
|
5987
|
-
font-family:
|
5911
|
+
font-family: "brand-icons";
|
5988
5912
|
}
|
5989
5913
|
i.icon.joget::before {
|
5990
5914
|
content: "\f3b7";
|
5991
|
-
font-family:
|
5915
|
+
font-family: "brand-icons";
|
5992
5916
|
}
|
5993
5917
|
i.icon.joomla::before {
|
5994
5918
|
content: "\f1aa";
|
5995
|
-
font-family:
|
5919
|
+
font-family: "brand-icons";
|
5996
5920
|
}
|
5997
5921
|
i.icon.js::before {
|
5998
5922
|
content: "\f3b8";
|
5999
|
-
font-family:
|
5923
|
+
font-family: "brand-icons";
|
6000
5924
|
}
|
6001
5925
|
i.icon.js.square::before {
|
6002
5926
|
content: "\f3b9";
|
6003
|
-
font-family:
|
5927
|
+
font-family: "brand-icons";
|
6004
5928
|
}
|
6005
5929
|
i.icon.jsfiddle::before {
|
6006
5930
|
content: "\f1cc";
|
6007
|
-
font-family:
|
5931
|
+
font-family: "brand-icons";
|
6008
5932
|
}
|
6009
5933
|
i.icon.kaggle::before {
|
6010
5934
|
content: "\f5fa";
|
6011
|
-
font-family:
|
5935
|
+
font-family: "brand-icons";
|
6012
5936
|
}
|
6013
5937
|
i.icon.keybase::before {
|
6014
5938
|
content: "\f4f5";
|
6015
|
-
font-family:
|
5939
|
+
font-family: "brand-icons";
|
6016
5940
|
}
|
6017
5941
|
i.icon.keycdn::before {
|
6018
5942
|
content: "\f3ba";
|
6019
|
-
font-family:
|
5943
|
+
font-family: "brand-icons";
|
6020
5944
|
}
|
6021
5945
|
i.icon.kickstarter::before {
|
6022
5946
|
content: "\f3bb";
|
6023
|
-
font-family:
|
5947
|
+
font-family: "brand-icons";
|
6024
5948
|
}
|
6025
5949
|
i.icon.kickstarter.k::before {
|
6026
5950
|
content: "\f3bc";
|
6027
|
-
font-family:
|
5951
|
+
font-family: "brand-icons";
|
6028
5952
|
}
|
6029
5953
|
i.icon.korvue::before {
|
6030
5954
|
content: "\f42f";
|
6031
|
-
font-family:
|
5955
|
+
font-family: "brand-icons";
|
6032
5956
|
}
|
6033
5957
|
i.icon.laravel::before {
|
6034
5958
|
content: "\f3bd";
|
6035
|
-
font-family:
|
5959
|
+
font-family: "brand-icons";
|
6036
5960
|
}
|
6037
5961
|
i.icon.lastfm::before {
|
6038
5962
|
content: "\f202";
|
6039
|
-
font-family:
|
5963
|
+
font-family: "brand-icons";
|
6040
5964
|
}
|
6041
5965
|
i.icon.lastfm.square::before {
|
6042
5966
|
content: "\f203";
|
6043
|
-
font-family:
|
5967
|
+
font-family: "brand-icons";
|
6044
5968
|
}
|
6045
5969
|
i.icon.leanpub::before {
|
6046
5970
|
content: "\f212";
|
6047
|
-
font-family:
|
5971
|
+
font-family: "brand-icons";
|
6048
5972
|
}
|
6049
5973
|
i.icon.lesscss::before {
|
6050
5974
|
content: "\f41d";
|
6051
|
-
font-family:
|
5975
|
+
font-family: "brand-icons";
|
6052
5976
|
}
|
6053
5977
|
i.icon.linechat::before {
|
6054
5978
|
content: "\f3c0";
|
6055
|
-
font-family:
|
5979
|
+
font-family: "brand-icons";
|
6056
5980
|
}
|
6057
5981
|
i.icon.linkedin::before {
|
6058
5982
|
content: "\f08c";
|
6059
|
-
font-family:
|
6060
|
-
}
|
6061
|
-
i.icon.linkedin.in::before {
|
6062
|
-
content: "\f0e1";
|
6063
|
-
font-family: 'brand-icons';
|
5983
|
+
font-family: "brand-icons";
|
6064
5984
|
}
|
6065
5985
|
i.icon.linode::before {
|
6066
5986
|
content: "\f2b8";
|
6067
|
-
font-family:
|
5987
|
+
font-family: "brand-icons";
|
6068
5988
|
}
|
6069
5989
|
i.icon.linux::before {
|
6070
5990
|
content: "\f17c";
|
6071
|
-
font-family:
|
5991
|
+
font-family: "brand-icons";
|
6072
5992
|
}
|
6073
5993
|
i.icon.lyft::before {
|
6074
5994
|
content: "\f3c3";
|
6075
|
-
font-family:
|
5995
|
+
font-family: "brand-icons";
|
6076
5996
|
}
|
6077
5997
|
i.icon.magento::before {
|
6078
5998
|
content: "\f3c4";
|
6079
|
-
font-family:
|
5999
|
+
font-family: "brand-icons";
|
6080
6000
|
}
|
6081
6001
|
i.icon.mailchimp::before {
|
6082
6002
|
content: "\f59e";
|
6083
|
-
font-family:
|
6003
|
+
font-family: "brand-icons";
|
6084
6004
|
}
|
6085
6005
|
i.icon.mandalorian::before {
|
6086
6006
|
content: "\f50f";
|
6087
|
-
font-family:
|
6007
|
+
font-family: "brand-icons";
|
6088
6008
|
}
|
6089
6009
|
i.icon.markdown::before {
|
6090
6010
|
content: "\f60f";
|
6091
|
-
font-family:
|
6011
|
+
font-family: "brand-icons";
|
6092
6012
|
}
|
6093
6013
|
i.icon.mastodon::before {
|
6094
6014
|
content: "\f4f6";
|
6095
|
-
font-family:
|
6015
|
+
font-family: "brand-icons";
|
6096
6016
|
}
|
6097
6017
|
i.icon.maxcdn::before {
|
6098
6018
|
content: "\f136";
|
6099
|
-
font-family:
|
6019
|
+
font-family: "brand-icons";
|
6100
6020
|
}
|
6101
6021
|
i.icon.mdb::before {
|
6102
6022
|
content: "\f8ca";
|
6103
|
-
font-family:
|
6023
|
+
font-family: "brand-icons";
|
6104
6024
|
}
|
6105
6025
|
i.icon.medapps::before {
|
6106
6026
|
content: "\f3c6";
|
6107
|
-
font-family:
|
6027
|
+
font-family: "brand-icons";
|
6108
6028
|
}
|
6109
6029
|
i.icon.medium::before {
|
6110
6030
|
content: "\f23a";
|
6111
|
-
font-family:
|
6031
|
+
font-family: "brand-icons";
|
6112
6032
|
}
|
6113
6033
|
i.icon.medium.m::before {
|
6114
6034
|
content: "\f3c7";
|
6115
|
-
font-family:
|
6035
|
+
font-family: "brand-icons";
|
6116
6036
|
}
|
6117
6037
|
i.icon.medrt::before {
|
6118
6038
|
content: "\f3c8";
|
6119
|
-
font-family:
|
6039
|
+
font-family: "brand-icons";
|
6120
6040
|
}
|
6121
6041
|
i.icon.meetup::before {
|
6122
6042
|
content: "\f2e0";
|
6123
|
-
font-family:
|
6043
|
+
font-family: "brand-icons";
|
6124
6044
|
}
|
6125
6045
|
i.icon.megaport::before {
|
6126
6046
|
content: "\f5a3";
|
6127
|
-
font-family:
|
6047
|
+
font-family: "brand-icons";
|
6128
6048
|
}
|
6129
6049
|
i.icon.mendeley::before {
|
6130
6050
|
content: "\f7b3";
|
6131
|
-
font-family:
|
6051
|
+
font-family: "brand-icons";
|
6132
6052
|
}
|
6133
6053
|
i.icon.microblog::before {
|
6134
6054
|
content: "\e01a";
|
6135
|
-
font-family:
|
6055
|
+
font-family: "brand-icons";
|
6136
6056
|
}
|
6137
6057
|
i.icon.microsoft::before {
|
6138
6058
|
content: "\f3ca";
|
6139
|
-
font-family:
|
6059
|
+
font-family: "brand-icons";
|
6140
6060
|
}
|
6141
6061
|
i.icon.mix::before {
|
6142
6062
|
content: "\f3cb";
|
6143
|
-
font-family:
|
6063
|
+
font-family: "brand-icons";
|
6144
6064
|
}
|
6145
6065
|
i.icon.mixcloud::before {
|
6146
6066
|
content: "\f289";
|
6147
|
-
font-family:
|
6067
|
+
font-family: "brand-icons";
|
6148
6068
|
}
|
6149
6069
|
i.icon.mixer::before {
|
6150
6070
|
content: "\e056";
|
6151
|
-
font-family:
|
6071
|
+
font-family: "brand-icons";
|
6152
6072
|
}
|
6153
6073
|
i.icon.mizuni::before {
|
6154
6074
|
content: "\f3cc";
|
6155
|
-
font-family:
|
6075
|
+
font-family: "brand-icons";
|
6156
6076
|
}
|
6157
6077
|
i.icon.modx::before {
|
6158
6078
|
content: "\f285";
|
6159
|
-
font-family:
|
6079
|
+
font-family: "brand-icons";
|
6160
6080
|
}
|
6161
6081
|
i.icon.monero::before {
|
6162
6082
|
content: "\f3d0";
|
6163
|
-
font-family:
|
6083
|
+
font-family: "brand-icons";
|
6164
6084
|
}
|
6165
6085
|
i.icon.napster::before {
|
6166
6086
|
content: "\f3d2";
|
6167
|
-
font-family:
|
6087
|
+
font-family: "brand-icons";
|
6168
6088
|
}
|
6169
6089
|
i.icon.neos::before {
|
6170
6090
|
content: "\f612";
|
6171
|
-
font-family:
|
6091
|
+
font-family: "brand-icons";
|
6172
6092
|
}
|
6173
6093
|
i.icon.nimblr::before {
|
6174
6094
|
content: "\f5a8";
|
6175
|
-
font-family:
|
6095
|
+
font-family: "brand-icons";
|
6176
6096
|
}
|
6177
6097
|
i.icon.node::before {
|
6178
6098
|
content: "\f419";
|
6179
|
-
font-family:
|
6099
|
+
font-family: "brand-icons";
|
6180
6100
|
}
|
6181
6101
|
i.icon.node.js::before {
|
6182
6102
|
content: "\f3d3";
|
6183
|
-
font-family:
|
6103
|
+
font-family: "brand-icons";
|
6184
6104
|
}
|
6185
6105
|
i.icon.npm::before {
|
6186
6106
|
content: "\f3d4";
|
6187
|
-
font-family:
|
6107
|
+
font-family: "brand-icons";
|
6188
6108
|
}
|
6189
6109
|
i.icon.ns8::before {
|
6190
6110
|
content: "\f3d5";
|
6191
|
-
font-family:
|
6111
|
+
font-family: "brand-icons";
|
6192
6112
|
}
|
6193
6113
|
i.icon.nutritionix::before {
|
6194
6114
|
content: "\f3d6";
|
6195
|
-
font-family:
|
6115
|
+
font-family: "brand-icons";
|
6196
6116
|
}
|
6197
6117
|
i.icon.octopus.deploy::before {
|
6198
6118
|
content: "\e082";
|
6199
|
-
font-family:
|
6119
|
+
font-family: "brand-icons";
|
6200
6120
|
}
|
6201
6121
|
i.icon.odnoklassniki::before {
|
6202
6122
|
content: "\f263";
|
6203
|
-
font-family:
|
6123
|
+
font-family: "brand-icons";
|
6204
6124
|
}
|
6205
6125
|
i.icon.odnoklassniki.square::before {
|
6206
6126
|
content: "\f264";
|
6207
|
-
font-family:
|
6127
|
+
font-family: "brand-icons";
|
6208
6128
|
}
|
6209
6129
|
i.icon.old.republic::before {
|
6210
6130
|
content: "\f510";
|
6211
|
-
font-family:
|
6131
|
+
font-family: "brand-icons";
|
6212
6132
|
}
|
6213
6133
|
i.icon.opencart::before {
|
6214
6134
|
content: "\f23d";
|
6215
|
-
font-family:
|
6135
|
+
font-family: "brand-icons";
|
6216
6136
|
}
|
6217
6137
|
i.icon.openid::before {
|
6218
6138
|
content: "\f19b";
|
6219
|
-
font-family:
|
6139
|
+
font-family: "brand-icons";
|
6220
6140
|
}
|
6221
6141
|
i.icon.opera::before {
|
6222
6142
|
content: "\f26a";
|
6223
|
-
font-family:
|
6143
|
+
font-family: "brand-icons";
|
6224
6144
|
}
|
6225
6145
|
i.icon.optin.monster::before {
|
6226
6146
|
content: "\f23c";
|
6227
|
-
font-family:
|
6147
|
+
font-family: "brand-icons";
|
6228
6148
|
}
|
6229
6149
|
i.icon.orcid::before {
|
6230
6150
|
content: "\f8d2";
|
6231
|
-
font-family:
|
6151
|
+
font-family: "brand-icons";
|
6232
6152
|
}
|
6233
6153
|
i.icon.osi::before {
|
6234
6154
|
content: "\f41a";
|
6235
|
-
font-family:
|
6155
|
+
font-family: "brand-icons";
|
6236
6156
|
}
|
6237
6157
|
i.icon.page4::before {
|
6238
6158
|
content: "\f3d7";
|
6239
|
-
font-family:
|
6159
|
+
font-family: "brand-icons";
|
6240
6160
|
}
|
6241
6161
|
i.icon.pagelines::before {
|
6242
6162
|
content: "\f18c";
|
6243
|
-
font-family:
|
6163
|
+
font-family: "brand-icons";
|
6244
6164
|
}
|
6245
6165
|
i.icon.palfed::before {
|
6246
6166
|
content: "\f3d8";
|
6247
|
-
font-family:
|
6167
|
+
font-family: "brand-icons";
|
6248
6168
|
}
|
6249
6169
|
i.icon.patreon::before {
|
6250
6170
|
content: "\f3d9";
|
6251
|
-
font-family:
|
6171
|
+
font-family: "brand-icons";
|
6252
6172
|
}
|
6253
6173
|
i.icon.paypal::before {
|
6254
6174
|
content: "\f1ed";
|
6255
|
-
font-family:
|
6175
|
+
font-family: "brand-icons";
|
6256
6176
|
}
|
6257
6177
|
i.icon.penny.arcade::before {
|
6258
6178
|
content: "\f704";
|
6259
|
-
font-family:
|
6179
|
+
font-family: "brand-icons";
|
6260
6180
|
}
|
6261
6181
|
i.icon.perbyte::before {
|
6262
6182
|
content: "\e083";
|
6263
|
-
font-family:
|
6183
|
+
font-family: "brand-icons";
|
6264
6184
|
}
|
6265
6185
|
i.icon.periscope::before {
|
6266
6186
|
content: "\f3da";
|
6267
|
-
font-family:
|
6187
|
+
font-family: "brand-icons";
|
6268
6188
|
}
|
6269
6189
|
i.icon.phabricator::before {
|
6270
6190
|
content: "\f3db";
|
6271
|
-
font-family:
|
6191
|
+
font-family: "brand-icons";
|
6272
6192
|
}
|
6273
6193
|
i.icon.phoenix.framework::before {
|
6274
6194
|
content: "\f3dc";
|
6275
|
-
font-family:
|
6195
|
+
font-family: "brand-icons";
|
6276
6196
|
}
|
6277
6197
|
i.icon.phoenix.squadron::before {
|
6278
6198
|
content: "\f511";
|
6279
|
-
font-family:
|
6199
|
+
font-family: "brand-icons";
|
6280
6200
|
}
|
6281
6201
|
i.icon.php::before {
|
6282
6202
|
content: "\f457";
|
6283
|
-
font-family:
|
6203
|
+
font-family: "brand-icons";
|
6284
6204
|
}
|
6285
6205
|
i.icon.pied.piper::before {
|
6286
6206
|
content: "\f2ae";
|
6287
|
-
font-family:
|
6207
|
+
font-family: "brand-icons";
|
6288
6208
|
}
|
6289
6209
|
i.icon.pied.piper.alternate::before {
|
6290
6210
|
content: "\f1a8";
|
6291
|
-
font-family:
|
6211
|
+
font-family: "brand-icons";
|
6292
6212
|
}
|
6293
6213
|
i.icon.pied.piper.hat::before {
|
6294
6214
|
content: "\f4e5";
|
6295
|
-
font-family:
|
6215
|
+
font-family: "brand-icons";
|
6296
6216
|
}
|
6297
6217
|
i.icon.pied.piper.pp::before {
|
6298
6218
|
content: "\f1a7";
|
6299
|
-
font-family:
|
6219
|
+
font-family: "brand-icons";
|
6300
6220
|
}
|
6301
6221
|
i.icon.pied.piper.square::before {
|
6302
6222
|
content: "\e01e";
|
6303
|
-
font-family:
|
6223
|
+
font-family: "brand-icons";
|
6304
6224
|
}
|
6305
6225
|
i.icon.pinterest::before {
|
6306
6226
|
content: "\f0d2";
|
6307
|
-
font-family:
|
6227
|
+
font-family: "brand-icons";
|
6308
6228
|
}
|
6309
6229
|
i.icon.pinterest.p::before {
|
6310
6230
|
content: "\f231";
|
6311
|
-
font-family:
|
6231
|
+
font-family: "brand-icons";
|
6312
6232
|
}
|
6313
6233
|
i.icon.pinterest.square::before {
|
6314
6234
|
content: "\f0d3";
|
6315
|
-
font-family:
|
6235
|
+
font-family: "brand-icons";
|
6316
6236
|
}
|
6317
6237
|
i.icon.playstation::before {
|
6318
6238
|
content: "\f3df";
|
6319
|
-
font-family:
|
6239
|
+
font-family: "brand-icons";
|
6320
6240
|
}
|
6321
6241
|
i.icon.product.hunt::before {
|
6322
6242
|
content: "\f288";
|
6323
|
-
font-family:
|
6243
|
+
font-family: "brand-icons";
|
6324
6244
|
}
|
6325
6245
|
i.icon.pushed::before {
|
6326
6246
|
content: "\f3e1";
|
6327
|
-
font-family:
|
6247
|
+
font-family: "brand-icons";
|
6328
6248
|
}
|
6329
6249
|
i.icon.python::before {
|
6330
6250
|
content: "\f3e2";
|
6331
|
-
font-family:
|
6251
|
+
font-family: "brand-icons";
|
6332
6252
|
}
|
6333
6253
|
i.icon.qq::before {
|
6334
6254
|
content: "\f1d6";
|
6335
|
-
font-family:
|
6255
|
+
font-family: "brand-icons";
|
6336
6256
|
}
|
6337
6257
|
i.icon.quinscape::before {
|
6338
6258
|
content: "\f459";
|
6339
|
-
font-family:
|
6259
|
+
font-family: "brand-icons";
|
6340
6260
|
}
|
6341
6261
|
i.icon.quora::before {
|
6342
6262
|
content: "\f2c4";
|
6343
|
-
font-family:
|
6263
|
+
font-family: "brand-icons";
|
6344
6264
|
}
|
6345
6265
|
i.icon.r.project::before {
|
6346
6266
|
content: "\f4f7";
|
6347
|
-
font-family:
|
6267
|
+
font-family: "brand-icons";
|
6348
6268
|
}
|
6349
6269
|
i.icon.raspberry.pi::before {
|
6350
6270
|
content: "\f7bb";
|
6351
|
-
font-family:
|
6271
|
+
font-family: "brand-icons";
|
6352
6272
|
}
|
6353
6273
|
i.icon.ravelry::before {
|
6354
6274
|
content: "\f2d9";
|
6355
|
-
font-family:
|
6275
|
+
font-family: "brand-icons";
|
6356
6276
|
}
|
6357
6277
|
i.icon.react::before {
|
6358
6278
|
content: "\f41b";
|
6359
|
-
font-family:
|
6279
|
+
font-family: "brand-icons";
|
6360
6280
|
}
|
6361
6281
|
i.icon.reacteurope::before {
|
6362
6282
|
content: "\f75d";
|
6363
|
-
font-family:
|
6283
|
+
font-family: "brand-icons";
|
6364
6284
|
}
|
6365
6285
|
i.icon.readme::before {
|
6366
6286
|
content: "\f4d5";
|
6367
|
-
font-family:
|
6287
|
+
font-family: "brand-icons";
|
6368
6288
|
}
|
6369
6289
|
i.icon.rebel::before {
|
6370
6290
|
content: "\f1d0";
|
6371
|
-
font-family:
|
6291
|
+
font-family: "brand-icons";
|
6372
6292
|
}
|
6373
6293
|
i.icon.reddit::before {
|
6374
6294
|
content: "\f1a1";
|
6375
|
-
font-family:
|
6295
|
+
font-family: "brand-icons";
|
6376
6296
|
}
|
6377
6297
|
i.icon.reddit.alien::before {
|
6378
6298
|
content: "\f281";
|
6379
|
-
font-family:
|
6299
|
+
font-family: "brand-icons";
|
6380
6300
|
}
|
6381
6301
|
i.icon.reddit.square::before {
|
6382
6302
|
content: "\f1a2";
|
6383
|
-
font-family:
|
6303
|
+
font-family: "brand-icons";
|
6384
6304
|
}
|
6385
6305
|
i.icon.redhat::before {
|
6386
6306
|
content: "\f7bc";
|
6387
|
-
font-family:
|
6307
|
+
font-family: "brand-icons";
|
6388
6308
|
}
|
6389
6309
|
i.icon.redriver::before {
|
6390
6310
|
content: "\f3e3";
|
6391
|
-
font-family:
|
6311
|
+
font-family: "brand-icons";
|
6392
6312
|
}
|
6393
6313
|
i.icon.redyeti::before {
|
6394
6314
|
content: "\f69d";
|
6395
|
-
font-family:
|
6315
|
+
font-family: "brand-icons";
|
6396
6316
|
}
|
6397
6317
|
i.icon.renren::before {
|
6398
6318
|
content: "\f18b";
|
6399
|
-
font-family:
|
6319
|
+
font-family: "brand-icons";
|
6400
6320
|
}
|
6401
6321
|
i.icon.replyd::before {
|
6402
6322
|
content: "\f3e6";
|
6403
|
-
font-family:
|
6323
|
+
font-family: "brand-icons";
|
6404
6324
|
}
|
6405
6325
|
i.icon.researchgate::before {
|
6406
6326
|
content: "\f4f8";
|
6407
|
-
font-family:
|
6327
|
+
font-family: "brand-icons";
|
6408
6328
|
}
|
6409
6329
|
i.icon.resolving::before {
|
6410
6330
|
content: "\f3e7";
|
6411
|
-
font-family:
|
6331
|
+
font-family: "brand-icons";
|
6412
6332
|
}
|
6413
6333
|
i.icon.rev::before {
|
6414
6334
|
content: "\f5b2";
|
6415
|
-
font-family:
|
6335
|
+
font-family: "brand-icons";
|
6416
6336
|
}
|
6417
6337
|
i.icon.rocketchat::before {
|
6418
6338
|
content: "\f3e8";
|
6419
|
-
font-family:
|
6339
|
+
font-family: "brand-icons";
|
6420
6340
|
}
|
6421
6341
|
i.icon.rockrms::before {
|
6422
6342
|
content: "\f3e9";
|
6423
|
-
font-family:
|
6343
|
+
font-family: "brand-icons";
|
6424
6344
|
}
|
6425
6345
|
i.icon.rust::before {
|
6426
6346
|
content: "\e07a";
|
6427
|
-
font-family:
|
6347
|
+
font-family: "brand-icons";
|
6428
6348
|
}
|
6429
6349
|
i.icon.safari::before {
|
6430
6350
|
content: "\f267";
|
6431
|
-
font-family:
|
6351
|
+
font-family: "brand-icons";
|
6432
6352
|
}
|
6433
6353
|
i.icon.salesforce::before {
|
6434
6354
|
content: "\f83b";
|
6435
|
-
font-family:
|
6355
|
+
font-family: "brand-icons";
|
6436
6356
|
}
|
6437
6357
|
i.icon.sass::before {
|
6438
6358
|
content: "\f41e";
|
6439
|
-
font-family:
|
6359
|
+
font-family: "brand-icons";
|
6440
6360
|
}
|
6441
6361
|
i.icon.schlix::before {
|
6442
6362
|
content: "\f3ea";
|
6443
|
-
font-family:
|
6363
|
+
font-family: "brand-icons";
|
6444
6364
|
}
|
6445
6365
|
i.icon.scribd::before {
|
6446
6366
|
content: "\f28a";
|
6447
|
-
font-family:
|
6367
|
+
font-family: "brand-icons";
|
6448
6368
|
}
|
6449
6369
|
i.icon.searchengin::before {
|
6450
6370
|
content: "\f3eb";
|
6451
|
-
font-family:
|
6371
|
+
font-family: "brand-icons";
|
6452
6372
|
}
|
6453
6373
|
i.icon.sellcast::before {
|
6454
6374
|
content: "\f2da";
|
6455
|
-
font-family:
|
6375
|
+
font-family: "brand-icons";
|
6456
6376
|
}
|
6457
6377
|
i.icon.sellsy::before {
|
6458
6378
|
content: "\f213";
|
6459
|
-
font-family:
|
6379
|
+
font-family: "brand-icons";
|
6460
6380
|
}
|
6461
6381
|
i.icon.servicestack::before {
|
6462
6382
|
content: "\f3ec";
|
6463
|
-
font-family:
|
6383
|
+
font-family: "brand-icons";
|
6464
6384
|
}
|
6465
6385
|
i.icon.shirtsinbulk::before {
|
6466
6386
|
content: "\f214";
|
6467
|
-
font-family:
|
6387
|
+
font-family: "brand-icons";
|
6468
6388
|
}
|
6469
6389
|
i.icon.shopify::before {
|
6470
6390
|
content: "\e057";
|
6471
|
-
font-family:
|
6391
|
+
font-family: "brand-icons";
|
6472
6392
|
}
|
6473
6393
|
i.icon.shopware::before {
|
6474
6394
|
content: "\f5b5";
|
6475
|
-
font-family:
|
6395
|
+
font-family: "brand-icons";
|
6476
6396
|
}
|
6477
6397
|
i.icon.simplybuilt::before {
|
6478
6398
|
content: "\f215";
|
6479
|
-
font-family:
|
6399
|
+
font-family: "brand-icons";
|
6480
6400
|
}
|
6481
6401
|
i.icon.sistrix::before {
|
6482
6402
|
content: "\f3ee";
|
6483
|
-
font-family:
|
6403
|
+
font-family: "brand-icons";
|
6484
6404
|
}
|
6485
6405
|
i.icon.sith::before {
|
6486
6406
|
content: "\f512";
|
6487
|
-
font-family:
|
6407
|
+
font-family: "brand-icons";
|
6488
6408
|
}
|
6489
6409
|
i.icon.sketch::before {
|
6490
6410
|
content: "\f7c6";
|
6491
|
-
font-family:
|
6411
|
+
font-family: "brand-icons";
|
6492
6412
|
}
|
6493
6413
|
i.icon.skyatlas::before {
|
6494
6414
|
content: "\f216";
|
6495
|
-
font-family:
|
6415
|
+
font-family: "brand-icons";
|
6496
6416
|
}
|
6497
6417
|
i.icon.skype::before {
|
6498
6418
|
content: "\f17e";
|
6499
|
-
font-family:
|
6419
|
+
font-family: "brand-icons";
|
6500
6420
|
}
|
6501
6421
|
i.icon.slack::before {
|
6502
6422
|
content: "\f198";
|
6503
|
-
font-family:
|
6423
|
+
font-family: "brand-icons";
|
6504
6424
|
}
|
6505
6425
|
i.icon.slack.hash::before {
|
6506
6426
|
content: "\f3ef";
|
6507
|
-
font-family:
|
6427
|
+
font-family: "brand-icons";
|
6508
6428
|
}
|
6509
6429
|
i.icon.slideshare::before {
|
6510
6430
|
content: "\f1e7";
|
6511
|
-
font-family:
|
6431
|
+
font-family: "brand-icons";
|
6512
6432
|
}
|
6513
6433
|
i.icon.snapchat::before {
|
6514
6434
|
content: "\f2ab";
|
6515
|
-
font-family:
|
6435
|
+
font-family: "brand-icons";
|
6516
6436
|
}
|
6517
6437
|
i.icon.snapchat.ghost::before {
|
6518
6438
|
content: "\f2ac";
|
6519
|
-
font-family:
|
6439
|
+
font-family: "brand-icons";
|
6520
6440
|
}
|
6521
6441
|
i.icon.snapchat.square::before {
|
6522
6442
|
content: "\f2ad";
|
6523
|
-
font-family:
|
6443
|
+
font-family: "brand-icons";
|
6524
6444
|
}
|
6525
6445
|
i.icon.soundcloud::before {
|
6526
6446
|
content: "\f1be";
|
6527
|
-
font-family:
|
6447
|
+
font-family: "brand-icons";
|
6528
6448
|
}
|
6529
6449
|
i.icon.sourcetree::before {
|
6530
6450
|
content: "\f7d3";
|
6531
|
-
font-family:
|
6451
|
+
font-family: "brand-icons";
|
6532
6452
|
}
|
6533
6453
|
i.icon.speakap::before {
|
6534
6454
|
content: "\f3f3";
|
6535
|
-
font-family:
|
6455
|
+
font-family: "brand-icons";
|
6536
6456
|
}
|
6537
6457
|
i.icon.speaker.deck::before {
|
6538
6458
|
content: "\f83c";
|
6539
|
-
font-family:
|
6459
|
+
font-family: "brand-icons";
|
6540
6460
|
}
|
6541
6461
|
i.icon.spotify::before {
|
6542
6462
|
content: "\f1bc";
|
6543
|
-
font-family:
|
6463
|
+
font-family: "brand-icons";
|
6544
6464
|
}
|
6545
6465
|
i.icon.squarespace::before {
|
6546
6466
|
content: "\f5be";
|
6547
|
-
font-family:
|
6467
|
+
font-family: "brand-icons";
|
6548
6468
|
}
|
6549
6469
|
i.icon.stack.exchange::before {
|
6550
6470
|
content: "\f18d";
|
6551
|
-
font-family:
|
6471
|
+
font-family: "brand-icons";
|
6552
6472
|
}
|
6553
6473
|
i.icon.stack.overflow::before {
|
6554
6474
|
content: "\f16c";
|
6555
|
-
font-family:
|
6475
|
+
font-family: "brand-icons";
|
6556
6476
|
}
|
6557
6477
|
i.icon.stackpath::before {
|
6558
6478
|
content: "\f842";
|
6559
|
-
font-family:
|
6479
|
+
font-family: "brand-icons";
|
6560
6480
|
}
|
6561
6481
|
i.icon.staylinked::before {
|
6562
6482
|
content: "\f3f5";
|
6563
|
-
font-family:
|
6483
|
+
font-family: "brand-icons";
|
6564
6484
|
}
|
6565
6485
|
i.icon.steam::before {
|
6566
6486
|
content: "\f1b6";
|
6567
|
-
font-family:
|
6487
|
+
font-family: "brand-icons";
|
6568
6488
|
}
|
6569
6489
|
i.icon.steam.square::before {
|
6570
6490
|
content: "\f1b7";
|
6571
|
-
font-family:
|
6491
|
+
font-family: "brand-icons";
|
6572
6492
|
}
|
6573
6493
|
i.icon.steam.symbol::before {
|
6574
6494
|
content: "\f3f6";
|
6575
|
-
font-family:
|
6495
|
+
font-family: "brand-icons";
|
6576
6496
|
}
|
6577
6497
|
i.icon.sticker.mule::before {
|
6578
6498
|
content: "\f3f7";
|
6579
|
-
font-family:
|
6499
|
+
font-family: "brand-icons";
|
6580
6500
|
}
|
6581
6501
|
i.icon.strava::before {
|
6582
6502
|
content: "\f428";
|
6583
|
-
font-family:
|
6503
|
+
font-family: "brand-icons";
|
6584
6504
|
}
|
6585
6505
|
i.icon.stripe::before {
|
6586
6506
|
content: "\f429";
|
6587
|
-
font-family:
|
6507
|
+
font-family: "brand-icons";
|
6588
6508
|
}
|
6589
6509
|
i.icon.stripe.s::before {
|
6590
6510
|
content: "\f42a";
|
6591
|
-
font-family:
|
6511
|
+
font-family: "brand-icons";
|
6592
6512
|
}
|
6593
6513
|
i.icon.studiovinari::before {
|
6594
6514
|
content: "\f3f8";
|
6595
|
-
font-family:
|
6515
|
+
font-family: "brand-icons";
|
6596
6516
|
}
|
6597
6517
|
i.icon.stumbleupon::before {
|
6598
6518
|
content: "\f1a4";
|
6599
|
-
font-family:
|
6519
|
+
font-family: "brand-icons";
|
6600
6520
|
}
|
6601
6521
|
i.icon.stumbleupon.circle::before {
|
6602
6522
|
content: "\f1a3";
|
6603
|
-
font-family:
|
6523
|
+
font-family: "brand-icons";
|
6604
6524
|
}
|
6605
6525
|
i.icon.superpowers::before {
|
6606
6526
|
content: "\f2dd";
|
6607
|
-
font-family:
|
6527
|
+
font-family: "brand-icons";
|
6608
6528
|
}
|
6609
6529
|
i.icon.supple::before {
|
6610
6530
|
content: "\f3f9";
|
6611
|
-
font-family:
|
6531
|
+
font-family: "brand-icons";
|
6612
6532
|
}
|
6613
6533
|
i.icon.suse::before {
|
6614
6534
|
content: "\f7d6";
|
6615
|
-
font-family:
|
6535
|
+
font-family: "brand-icons";
|
6616
6536
|
}
|
6617
6537
|
i.icon.swift::before {
|
6618
6538
|
content: "\f8e1";
|
6619
|
-
font-family:
|
6539
|
+
font-family: "brand-icons";
|
6620
6540
|
}
|
6621
6541
|
i.icon.symfony::before {
|
6622
6542
|
content: "\f83d";
|
6623
|
-
font-family:
|
6543
|
+
font-family: "brand-icons";
|
6624
6544
|
}
|
6625
6545
|
i.icon.teamspeak::before {
|
6626
6546
|
content: "\f4f9";
|
6627
|
-
font-family:
|
6547
|
+
font-family: "brand-icons";
|
6628
6548
|
}
|
6629
6549
|
i.icon.telegram::before {
|
6630
6550
|
content: "\f2c6";
|
6631
|
-
font-family:
|
6551
|
+
font-family: "brand-icons";
|
6632
6552
|
}
|
6633
6553
|
i.icon.telegram.plane::before {
|
6634
6554
|
content: "\f3fe";
|
6635
|
-
font-family:
|
6555
|
+
font-family: "brand-icons";
|
6636
6556
|
}
|
6637
6557
|
i.icon.tencent.weibo::before {
|
6638
6558
|
content: "\f1d5";
|
6639
|
-
font-family:
|
6559
|
+
font-family: "brand-icons";
|
6640
6560
|
}
|
6641
6561
|
i.icon.themeco::before {
|
6642
6562
|
content: "\f5c6";
|
6643
|
-
font-family:
|
6563
|
+
font-family: "brand-icons";
|
6644
6564
|
}
|
6645
6565
|
i.icon.themeisle::before {
|
6646
6566
|
content: "\f2b2";
|
6647
|
-
font-family:
|
6567
|
+
font-family: "brand-icons";
|
6648
6568
|
}
|
6649
6569
|
i.icon.think.peaks::before {
|
6650
6570
|
content: "\f731";
|
6651
|
-
font-family:
|
6571
|
+
font-family: "brand-icons";
|
6652
6572
|
}
|
6653
6573
|
i.icon.tiktok::before {
|
6654
6574
|
content: "\e07b";
|
6655
|
-
font-family:
|
6575
|
+
font-family: "brand-icons";
|
6656
6576
|
}
|
6657
6577
|
i.icon.trade.federation::before {
|
6658
6578
|
content: "\f513";
|
6659
|
-
font-family:
|
6579
|
+
font-family: "brand-icons";
|
6660
6580
|
}
|
6661
6581
|
i.icon.trello::before {
|
6662
6582
|
content: "\f181";
|
6663
|
-
font-family:
|
6583
|
+
font-family: "brand-icons";
|
6664
6584
|
}
|
6665
6585
|
i.icon.tumblr::before {
|
6666
6586
|
content: "\f173";
|
6667
|
-
font-family:
|
6587
|
+
font-family: "brand-icons";
|
6668
6588
|
}
|
6669
6589
|
i.icon.tumblr.square::before {
|
6670
6590
|
content: "\f174";
|
6671
|
-
font-family:
|
6591
|
+
font-family: "brand-icons";
|
6672
6592
|
}
|
6673
6593
|
i.icon.twitch::before {
|
6674
6594
|
content: "\f1e8";
|
6675
|
-
font-family:
|
6595
|
+
font-family: "brand-icons";
|
6676
6596
|
}
|
6677
6597
|
i.icon.twitter::before {
|
6678
6598
|
content: "\f099";
|
6679
|
-
font-family:
|
6599
|
+
font-family: "brand-icons";
|
6680
6600
|
}
|
6681
6601
|
i.icon.twitter.square::before {
|
6682
6602
|
content: "\f081";
|
6683
|
-
font-family:
|
6603
|
+
font-family: "brand-icons";
|
6684
6604
|
}
|
6685
6605
|
i.icon.typo3::before {
|
6686
6606
|
content: "\f42b";
|
6687
|
-
font-family:
|
6607
|
+
font-family: "brand-icons";
|
6688
6608
|
}
|
6689
6609
|
i.icon.uber::before {
|
6690
6610
|
content: "\f402";
|
6691
|
-
font-family:
|
6611
|
+
font-family: "brand-icons";
|
6692
6612
|
}
|
6693
6613
|
i.icon.ubuntu::before {
|
6694
6614
|
content: "\f7df";
|
6695
|
-
font-family:
|
6615
|
+
font-family: "brand-icons";
|
6696
6616
|
}
|
6697
6617
|
i.icon.uikit::before {
|
6698
6618
|
content: "\f403";
|
6699
|
-
font-family:
|
6619
|
+
font-family: "brand-icons";
|
6700
6620
|
}
|
6701
6621
|
i.icon.umbraco::before {
|
6702
6622
|
content: "\f8e8";
|
6703
|
-
font-family:
|
6623
|
+
font-family: "brand-icons";
|
6704
6624
|
}
|
6705
6625
|
i.icon.uncharted::before {
|
6706
6626
|
content: "\e084";
|
6707
|
-
font-family:
|
6627
|
+
font-family: "brand-icons";
|
6708
6628
|
}
|
6709
6629
|
i.icon.uniregistry::before {
|
6710
6630
|
content: "\f404";
|
6711
|
-
font-family:
|
6631
|
+
font-family: "brand-icons";
|
6712
6632
|
}
|
6713
6633
|
i.icon.unity::before {
|
6714
6634
|
content: "\e049";
|
6715
|
-
font-family:
|
6635
|
+
font-family: "brand-icons";
|
6716
6636
|
}
|
6717
6637
|
i.icon.unsplash::before {
|
6718
6638
|
content: "\e07c";
|
6719
|
-
font-family:
|
6639
|
+
font-family: "brand-icons";
|
6720
6640
|
}
|
6721
6641
|
i.icon.untappd::before {
|
6722
6642
|
content: "\f405";
|
6723
|
-
font-family:
|
6643
|
+
font-family: "brand-icons";
|
6724
6644
|
}
|
6725
6645
|
i.icon.ups::before {
|
6726
6646
|
content: "\f7e0";
|
6727
|
-
font-family:
|
6647
|
+
font-family: "brand-icons";
|
6728
6648
|
}
|
6729
6649
|
i.icon.usb::before {
|
6730
6650
|
content: "\f287";
|
6731
|
-
font-family:
|
6651
|
+
font-family: "brand-icons";
|
6732
6652
|
}
|
6733
6653
|
i.icon.usps::before {
|
6734
6654
|
content: "\f7e1";
|
6735
|
-
font-family:
|
6655
|
+
font-family: "brand-icons";
|
6736
6656
|
}
|
6737
6657
|
i.icon.ussunnah::before {
|
6738
6658
|
content: "\f407";
|
6739
|
-
font-family:
|
6659
|
+
font-family: "brand-icons";
|
6740
6660
|
}
|
6741
6661
|
i.icon.vaadin::before {
|
6742
6662
|
content: "\f408";
|
6743
|
-
font-family:
|
6663
|
+
font-family: "brand-icons";
|
6744
6664
|
}
|
6745
6665
|
i.icon.viacoin::before {
|
6746
6666
|
content: "\f237";
|
6747
|
-
font-family:
|
6667
|
+
font-family: "brand-icons";
|
6748
6668
|
}
|
6749
6669
|
i.icon.viadeo::before {
|
6750
6670
|
content: "\f2a9";
|
6751
|
-
font-family:
|
6671
|
+
font-family: "brand-icons";
|
6752
6672
|
}
|
6753
6673
|
i.icon.viadeo.square::before {
|
6754
6674
|
content: "\f2aa";
|
6755
|
-
font-family:
|
6675
|
+
font-family: "brand-icons";
|
6756
6676
|
}
|
6757
6677
|
i.icon.viber::before {
|
6758
6678
|
content: "\f409";
|
6759
|
-
font-family:
|
6679
|
+
font-family: "brand-icons";
|
6760
6680
|
}
|
6761
6681
|
i.icon.vimeo::before {
|
6762
6682
|
content: "\f40a";
|
6763
|
-
font-family:
|
6683
|
+
font-family: "brand-icons";
|
6764
6684
|
}
|
6765
6685
|
i.icon.vimeo.square::before {
|
6766
6686
|
content: "\f194";
|
6767
|
-
font-family:
|
6687
|
+
font-family: "brand-icons";
|
6768
6688
|
}
|
6769
6689
|
i.icon.vimeo.v::before {
|
6770
6690
|
content: "\f27d";
|
6771
|
-
font-family:
|
6691
|
+
font-family: "brand-icons";
|
6772
6692
|
}
|
6773
6693
|
i.icon.vine::before {
|
6774
6694
|
content: "\f1ca";
|
6775
|
-
font-family:
|
6695
|
+
font-family: "brand-icons";
|
6776
6696
|
}
|
6777
6697
|
i.icon.vk::before {
|
6778
6698
|
content: "\f189";
|
6779
|
-
font-family:
|
6699
|
+
font-family: "brand-icons";
|
6780
6700
|
}
|
6781
6701
|
i.icon.vnv::before {
|
6782
6702
|
content: "\f40b";
|
6783
|
-
font-family:
|
6703
|
+
font-family: "brand-icons";
|
6784
6704
|
}
|
6785
6705
|
i.icon.vuejs::before {
|
6786
6706
|
content: "\f41f";
|
6787
|
-
font-family:
|
6707
|
+
font-family: "brand-icons";
|
6788
6708
|
}
|
6789
6709
|
i.icon.watchman.monitoring::before {
|
6790
6710
|
content: "\e087";
|
6791
|
-
font-family:
|
6711
|
+
font-family: "brand-icons";
|
6792
6712
|
}
|
6793
6713
|
i.icon.waze::before {
|
6794
6714
|
content: "\f83f";
|
6795
|
-
font-family:
|
6715
|
+
font-family: "brand-icons";
|
6796
6716
|
}
|
6797
6717
|
i.icon.weebly::before {
|
6798
6718
|
content: "\f5cc";
|
6799
|
-
font-family:
|
6719
|
+
font-family: "brand-icons";
|
6800
6720
|
}
|
6801
6721
|
i.icon.weibo::before {
|
6802
6722
|
content: "\f18a";
|
6803
|
-
font-family:
|
6723
|
+
font-family: "brand-icons";
|
6804
6724
|
}
|
6805
6725
|
i.icon.weixin::before {
|
6806
6726
|
content: "\f1d7";
|
6807
|
-
font-family:
|
6727
|
+
font-family: "brand-icons";
|
6808
6728
|
}
|
6809
6729
|
i.icon.whatsapp::before {
|
6810
6730
|
content: "\f232";
|
6811
|
-
font-family:
|
6731
|
+
font-family: "brand-icons";
|
6812
6732
|
}
|
6813
6733
|
i.icon.whatsapp.square::before {
|
6814
6734
|
content: "\f40c";
|
6815
|
-
font-family:
|
6735
|
+
font-family: "brand-icons";
|
6816
6736
|
}
|
6817
6737
|
i.icon.whmcs::before {
|
6818
6738
|
content: "\f40d";
|
6819
|
-
font-family:
|
6739
|
+
font-family: "brand-icons";
|
6820
6740
|
}
|
6821
6741
|
i.icon.wikipedia.w::before {
|
6822
6742
|
content: "\f266";
|
6823
|
-
font-family:
|
6743
|
+
font-family: "brand-icons";
|
6824
6744
|
}
|
6825
6745
|
i.icon.windows::before {
|
6826
6746
|
content: "\f17a";
|
6827
|
-
font-family:
|
6747
|
+
font-family: "brand-icons";
|
6828
6748
|
}
|
6829
6749
|
i.icon.wix::before {
|
6830
6750
|
content: "\f5cf";
|
6831
|
-
font-family:
|
6751
|
+
font-family: "brand-icons";
|
6832
6752
|
}
|
6833
6753
|
i.icon.wizards.of.the.coast::before {
|
6834
6754
|
content: "\f730";
|
6835
|
-
font-family:
|
6755
|
+
font-family: "brand-icons";
|
6836
6756
|
}
|
6837
6757
|
i.icon.wodu::before {
|
6838
6758
|
content: "\e088";
|
6839
|
-
font-family:
|
6759
|
+
font-family: "brand-icons";
|
6840
6760
|
}
|
6841
6761
|
i.icon.wolf.pack.battalion::before {
|
6842
6762
|
content: "\f514";
|
6843
|
-
font-family:
|
6763
|
+
font-family: "brand-icons";
|
6844
6764
|
}
|
6845
6765
|
i.icon.wordpress::before {
|
6846
6766
|
content: "\f19a";
|
6847
|
-
font-family:
|
6767
|
+
font-family: "brand-icons";
|
6848
6768
|
}
|
6849
6769
|
i.icon.wordpress.simple::before {
|
6850
6770
|
content: "\f411";
|
6851
|
-
font-family:
|
6771
|
+
font-family: "brand-icons";
|
6852
6772
|
}
|
6853
6773
|
i.icon.wpbeginner::before {
|
6854
6774
|
content: "\f297";
|
6855
|
-
font-family:
|
6775
|
+
font-family: "brand-icons";
|
6856
6776
|
}
|
6857
6777
|
i.icon.wpexplorer::before {
|
6858
6778
|
content: "\f2de";
|
6859
|
-
font-family:
|
6779
|
+
font-family: "brand-icons";
|
6860
6780
|
}
|
6861
6781
|
i.icon.wpforms::before {
|
6862
6782
|
content: "\f298";
|
6863
|
-
font-family:
|
6783
|
+
font-family: "brand-icons";
|
6864
6784
|
}
|
6865
6785
|
i.icon.wpressr::before {
|
6866
6786
|
content: "\f3e4";
|
6867
|
-
font-family:
|
6787
|
+
font-family: "brand-icons";
|
6868
6788
|
}
|
6869
6789
|
i.icon.xbox::before {
|
6870
6790
|
content: "\f412";
|
6871
|
-
font-family:
|
6791
|
+
font-family: "brand-icons";
|
6872
6792
|
}
|
6873
6793
|
i.icon.xing::before {
|
6874
6794
|
content: "\f168";
|
6875
|
-
font-family:
|
6795
|
+
font-family: "brand-icons";
|
6876
6796
|
}
|
6877
6797
|
i.icon.xing.square::before {
|
6878
6798
|
content: "\f169";
|
6879
|
-
font-family:
|
6799
|
+
font-family: "brand-icons";
|
6880
6800
|
}
|
6881
6801
|
i.icon.y.combinator::before {
|
6882
6802
|
content: "\f23b";
|
6883
|
-
font-family:
|
6803
|
+
font-family: "brand-icons";
|
6884
6804
|
}
|
6885
6805
|
i.icon.yahoo::before {
|
6886
6806
|
content: "\f19e";
|
6887
|
-
font-family:
|
6807
|
+
font-family: "brand-icons";
|
6888
6808
|
}
|
6889
6809
|
i.icon.yammer::before {
|
6890
6810
|
content: "\f840";
|
6891
|
-
font-family:
|
6811
|
+
font-family: "brand-icons";
|
6892
6812
|
}
|
6893
6813
|
i.icon.yandex::before {
|
6894
6814
|
content: "\f413";
|
6895
|
-
font-family:
|
6815
|
+
font-family: "brand-icons";
|
6896
6816
|
}
|
6897
6817
|
i.icon.yandex.international::before {
|
6898
6818
|
content: "\f414";
|
6899
|
-
font-family:
|
6819
|
+
font-family: "brand-icons";
|
6900
6820
|
}
|
6901
6821
|
i.icon.yarn::before {
|
6902
6822
|
content: "\f7e3";
|
6903
|
-
font-family:
|
6823
|
+
font-family: "brand-icons";
|
6904
6824
|
}
|
6905
6825
|
i.icon.yelp::before {
|
6906
6826
|
content: "\f1e9";
|
6907
|
-
font-family:
|
6827
|
+
font-family: "brand-icons";
|
6908
6828
|
}
|
6909
6829
|
i.icon.yoast::before {
|
6910
6830
|
content: "\f2b1";
|
6911
|
-
font-family:
|
6831
|
+
font-family: "brand-icons";
|
6912
6832
|
}
|
6913
6833
|
i.icon.youtube::before {
|
6914
6834
|
content: "\f167";
|
6915
|
-
font-family:
|
6835
|
+
font-family: "brand-icons";
|
6916
6836
|
}
|
6917
6837
|
i.icon.youtube.square::before {
|
6918
6838
|
content: "\f431";
|
6919
|
-
font-family:
|
6839
|
+
font-family: "brand-icons";
|
6920
6840
|
}
|
6921
6841
|
i.icon.zhihu::before {
|
6922
6842
|
content: "\f63f";
|
6923
|
-
font-family:
|
6843
|
+
font-family: "brand-icons";
|
6924
6844
|
}
|
6925
6845
|
|
6926
6846
|
/* Aliases */
|
6927
6847
|
i.icon.american.express::before {
|
6928
6848
|
content: "\f1f3";
|
6929
|
-
font-family:
|
6849
|
+
font-family: "brand-icons";
|
6930
6850
|
}
|
6931
6851
|
i.icon.american.express.card::before {
|
6932
6852
|
content: "\f1f3";
|
6933
|
-
font-family:
|
6853
|
+
font-family: "brand-icons";
|
6934
6854
|
}
|
6935
6855
|
i.icon.amex::before {
|
6936
6856
|
content: "\f1f3";
|
6937
|
-
font-family:
|
6857
|
+
font-family: "brand-icons";
|
6938
6858
|
}
|
6939
6859
|
i.icon.bitbucket.square::before {
|
6940
6860
|
content: "\f171";
|
6941
|
-
font-family:
|
6861
|
+
font-family: "brand-icons";
|
6942
6862
|
}
|
6943
6863
|
i.icon.bluetooth.alternative::before {
|
6944
6864
|
content: "\f294";
|
6945
|
-
font-family:
|
6865
|
+
font-family: "brand-icons";
|
6946
6866
|
}
|
6947
6867
|
i.icon.credit.card.amazon.pay::before {
|
6948
6868
|
content: "\f42d";
|
6949
|
-
font-family:
|
6869
|
+
font-family: "brand-icons";
|
6950
6870
|
}
|
6951
6871
|
i.icon.credit.card.american.express::before {
|
6952
6872
|
content: "\f1f3";
|
6953
|
-
font-family:
|
6873
|
+
font-family: "brand-icons";
|
6954
6874
|
}
|
6955
6875
|
i.icon.credit.card.diners.club::before {
|
6956
6876
|
content: "\f24c";
|
6957
|
-
font-family:
|
6877
|
+
font-family: "brand-icons";
|
6958
6878
|
}
|
6959
6879
|
i.icon.credit.card.discover::before {
|
6960
6880
|
content: "\f1f2";
|
6961
|
-
font-family:
|
6881
|
+
font-family: "brand-icons";
|
6962
6882
|
}
|
6963
6883
|
i.icon.credit.card.jcb::before {
|
6964
6884
|
content: "\f24b";
|
6965
|
-
font-family:
|
6885
|
+
font-family: "brand-icons";
|
6966
6886
|
}
|
6967
6887
|
i.icon.credit.card.mastercard::before {
|
6968
6888
|
content: "\f1f1";
|
6969
|
-
font-family:
|
6889
|
+
font-family: "brand-icons";
|
6970
6890
|
}
|
6971
6891
|
i.icon.credit.card.paypal::before {
|
6972
6892
|
content: "\f1f4";
|
6973
|
-
font-family:
|
6893
|
+
font-family: "brand-icons";
|
6974
6894
|
}
|
6975
6895
|
i.icon.credit.card.stripe::before {
|
6976
6896
|
content: "\f1f5";
|
6977
|
-
font-family:
|
6897
|
+
font-family: "brand-icons";
|
6978
6898
|
}
|
6979
6899
|
i.icon.credit.card.visa::before {
|
6980
6900
|
content: "\f1f0";
|
6981
|
-
font-family:
|
6901
|
+
font-family: "brand-icons";
|
6982
6902
|
}
|
6983
6903
|
i.icon.diners.club::before {
|
6984
6904
|
content: "\f24c";
|
6985
|
-
font-family:
|
6905
|
+
font-family: "brand-icons";
|
6986
6906
|
}
|
6987
6907
|
i.icon.diners.club.card::before {
|
6988
6908
|
content: "\f24c";
|
6989
|
-
font-family:
|
6909
|
+
font-family: "brand-icons";
|
6990
6910
|
}
|
6991
6911
|
i.icon.discover::before {
|
6992
6912
|
content: "\f1f2";
|
6993
|
-
font-family:
|
6913
|
+
font-family: "brand-icons";
|
6994
6914
|
}
|
6995
6915
|
i.icon.discover.card::before {
|
6996
6916
|
content: "\f1f2";
|
6997
|
-
font-family:
|
6917
|
+
font-family: "brand-icons";
|
6998
6918
|
}
|
6999
6919
|
i.icon.disk.outline::before {
|
7000
6920
|
content: "\f369";
|
7001
|
-
font-family:
|
6921
|
+
font-family: "brand-icons";
|
7002
6922
|
}
|
7003
6923
|
i.icon.dribble::before {
|
7004
6924
|
content: "\f17d";
|
7005
|
-
font-family:
|
6925
|
+
font-family: "brand-icons";
|
7006
6926
|
}
|
7007
6927
|
i.icon.eercast::before {
|
7008
6928
|
content: "\f2da";
|
7009
|
-
font-family:
|
6929
|
+
font-family: "brand-icons";
|
7010
6930
|
}
|
7011
6931
|
i.icon.envira.gallery::before {
|
7012
6932
|
content: "\f299";
|
7013
|
-
font-family:
|
6933
|
+
font-family: "brand-icons";
|
7014
6934
|
}
|
7015
6935
|
i.icon.fa::before {
|
7016
6936
|
content: "\f2b4";
|
7017
|
-
font-family:
|
6937
|
+
font-family: "brand-icons";
|
7018
6938
|
}
|
7019
6939
|
i.icon.facebook.official::before {
|
7020
6940
|
content: "\f082";
|
7021
|
-
font-family:
|
6941
|
+
font-family: "brand-icons";
|
7022
6942
|
}
|
7023
6943
|
i.icon.five.hundred.pixels::before {
|
7024
6944
|
content: "\f26e";
|
7025
|
-
font-family:
|
6945
|
+
font-family: "brand-icons";
|
7026
6946
|
}
|
7027
6947
|
i.icon.gittip::before {
|
7028
6948
|
content: "\f184";
|
7029
|
-
font-family:
|
6949
|
+
font-family: "brand-icons";
|
7030
6950
|
}
|
7031
6951
|
i.icon.google.plus.circle::before {
|
7032
6952
|
content: "\f2b3";
|
7033
|
-
font-family:
|
6953
|
+
font-family: "brand-icons";
|
7034
6954
|
}
|
7035
6955
|
i.icon.google.plus.official::before {
|
7036
6956
|
content: "\f2b3";
|
7037
|
-
font-family:
|
6957
|
+
font-family: "brand-icons";
|
7038
6958
|
}
|
7039
6959
|
i.icon.japan.credit.bureau::before {
|
7040
6960
|
content: "\f24b";
|
7041
|
-
font-family:
|
6961
|
+
font-family: "brand-icons";
|
7042
6962
|
}
|
7043
6963
|
i.icon.japan.credit.bureau.card::before {
|
7044
6964
|
content: "\f24b";
|
7045
|
-
font-family:
|
6965
|
+
font-family: "brand-icons";
|
7046
6966
|
}
|
7047
6967
|
i.icon.jcb::before {
|
7048
6968
|
content: "\f24b";
|
7049
|
-
font-family:
|
6969
|
+
font-family: "brand-icons";
|
7050
6970
|
}
|
7051
6971
|
i.icon.linkedin.square::before {
|
7052
6972
|
content: "\f08c";
|
7053
|
-
font-family:
|
6973
|
+
font-family: "brand-icons";
|
7054
6974
|
}
|
7055
6975
|
i.icon.mastercard::before {
|
7056
6976
|
content: "\f1f1";
|
7057
|
-
font-family:
|
6977
|
+
font-family: "brand-icons";
|
7058
6978
|
}
|
7059
6979
|
i.icon.mastercard.card::before {
|
7060
6980
|
content: "\f1f1";
|
7061
|
-
font-family:
|
6981
|
+
font-family: "brand-icons";
|
7062
6982
|
}
|
7063
6983
|
i.icon.microsoft.edge::before {
|
7064
6984
|
content: "\f282";
|
7065
|
-
font-family:
|
6985
|
+
font-family: "brand-icons";
|
7066
6986
|
}
|
7067
6987
|
i.icon.ms.edge::before {
|
7068
6988
|
content: "\f282";
|
7069
|
-
font-family:
|
6989
|
+
font-family: "brand-icons";
|
7070
6990
|
}
|
7071
6991
|
i.icon.new.pied.piper::before {
|
7072
6992
|
content: "\f2ae";
|
7073
|
-
font-family:
|
6993
|
+
font-family: "brand-icons";
|
7074
6994
|
}
|
7075
6995
|
i.icon.optinmonster::before {
|
7076
6996
|
content: "\f23c";
|
7077
|
-
font-family:
|
6997
|
+
font-family: "brand-icons";
|
7078
6998
|
}
|
7079
6999
|
i.icon.paypal.card::before {
|
7080
7000
|
content: "\f1f4";
|
7081
|
-
font-family:
|
7001
|
+
font-family: "brand-icons";
|
7082
7002
|
}
|
7083
7003
|
i.icon.pied.piper.hat::before {
|
7084
7004
|
content: "\f2ae";
|
7085
|
-
font-family:
|
7005
|
+
font-family: "brand-icons";
|
7086
7006
|
}
|
7087
7007
|
i.icon.pocket::before {
|
7088
7008
|
content: "\f265";
|
7089
|
-
font-family:
|
7009
|
+
font-family: "brand-icons";
|
7090
7010
|
}
|
7091
7011
|
i.icon.stripe.card::before {
|
7092
7012
|
content: "\f1f5";
|
7093
|
-
font-family:
|
7013
|
+
font-family: "brand-icons";
|
7094
7014
|
}
|
7095
7015
|
i.icon.theme.isle::before {
|
7096
7016
|
content: "\f2b2";
|
7097
|
-
font-family:
|
7017
|
+
font-family: "brand-icons";
|
7098
7018
|
}
|
7099
7019
|
i.icon.visa::before {
|
7100
7020
|
content: "\f1f0";
|
7101
|
-
font-family:
|
7021
|
+
font-family: "brand-icons";
|
7102
7022
|
}
|
7103
7023
|
i.icon.visa.card::before {
|
7104
7024
|
content: "\f1f0";
|
7105
|
-
font-family:
|
7025
|
+
font-family: "brand-icons";
|
7106
7026
|
}
|
7107
7027
|
i.icon.wechat::before {
|
7108
7028
|
content: "\f1d7";
|
7109
|
-
font-family:
|
7029
|
+
font-family: "brand-icons";
|
7110
7030
|
}
|
7111
7031
|
i.icon.wikipedia::before {
|
7112
7032
|
content: "\f266";
|
7113
|
-
font-family:
|
7033
|
+
font-family: "brand-icons";
|
7114
7034
|
}
|
7115
7035
|
i.icon.wordpress.beginner::before {
|
7116
7036
|
content: "\f297";
|
7117
|
-
font-family:
|
7037
|
+
font-family: "brand-icons";
|
7118
7038
|
}
|
7119
7039
|
i.icon.wordpress.forms::before {
|
7120
7040
|
content: "\f298";
|
7121
|
-
font-family:
|
7041
|
+
font-family: "brand-icons";
|
7122
7042
|
}
|
7123
7043
|
i.icon.yc::before {
|
7124
7044
|
content: "\f23b";
|
7125
|
-
font-family:
|
7045
|
+
font-family: "brand-icons";
|
7126
7046
|
}
|
7127
7047
|
i.icon.ycombinator::before {
|
7128
7048
|
content: "\f23b";
|
7129
|
-
font-family:
|
7049
|
+
font-family: "brand-icons";
|
7130
7050
|
}
|
7131
7051
|
i.icon.youtube.play::before {
|
7132
7052
|
content: "\f167";
|
7133
|
-
font-family:
|
7053
|
+
font-family: "brand-icons";
|
7134
7054
|
}
|
7135
7055
|
|
7136
7056
|
|