viniBaxter-desk_front 22.0.0 → 30.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/viniBaxter/desk_front/version.rb +6 -1
- data/lib/viniBaxter/sass/desk_front.scss +5 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/_index.scss +1 -1
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/_mixins.scss +19 -15
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/_new_nav.scss +9 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_variables.scss +923 -911
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_white-content.scss +319 -291
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_nav-setup-normal.scss +139 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_nav-setup-ntf.scss +146 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_nav-setup.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/caret-color.scss +10 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_dropdown.scss +372 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_fixed-plugin.scss +335 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_misc.scss +226 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_navbar.scss +496 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_sidebar-and-main-panel.scss +885 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_white-content.scss +69 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_alert.scss +51 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_badge.scss +54 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_breadcrumb.scss +44 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_button-group.scss +163 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_buttons.scss +184 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_card.scss +287 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_carousel.scss +197 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_close.scss +40 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_code.scss +48 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_custom-forms.scss +556 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_dropdown.scss +192 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_forms.scss +364 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_grid.scss +72 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_images.scss +42 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_input-group.scss +192 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_jumbotron.scss +17 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_list-group.scss +153 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_media.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_mixins.scss +47 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_modal.scss +248 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_nav.scss +123 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_navbar.scss +318 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_pagination.scss +74 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_popover.scss +170 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_print.scss +141 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_progress.scss +47 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_reboot.scss +497 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_root.scss +20 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_spinners.scss +56 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_tables.scss +183 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_toasts.scss +46 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_tooltip.scss +115 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_transitions.scss +20 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_type.scss +149 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_utilities.scss +18 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/bootstrap-grid.scss +29 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/bootstrap-reboot.scss +12 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/bootstrap.scss +43 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_alert.scss +13 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_background-variant.scss +23 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_badge.scss +17 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_border-radius.scss +76 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_box-shadow.scss +20 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_breakpoints.scss +123 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_buttons.scss +153 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_caret.scss +62 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_clearfix.scss +7 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_deprecate.scss +10 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_float.scss +14 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_forms.scss +178 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_gradients.scss +45 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_grid-framework.scss +80 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_grid.scss +72 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_hover.scss +37 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_image.scss +36 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_list-group.scss +21 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_lists.scss +7 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_nav-divider.scss +11 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_pagination.scss +22 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_reset-text.scss +17 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_resize.scss +6 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_screen-reader.scss +34 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_size.scss +7 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_table-row.scss +39 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_text-emphasis.scss +17 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_text-hide.scss +11 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_text-truncate.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_transition.scss +26 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_visibility.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_align.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_background.scss +19 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_borders.scss +75 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_clearfix.scss +3 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_display.scss +26 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_embed.scss +39 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_flex.scss +51 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_float.scss +11 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_interactions.scss +5 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_overflow.scss +5 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_position.scss +34 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_screenreaders.scss +11 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_shadows.scss +6 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_sizing.scss +20 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_spacing.scss +73 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_stretched-link.scss +19 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_text.scss +72 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_visibility.scss +13 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/vendor/_rfs.scss +204 -0
- data/lib/viniBaxter/sass/desk_front/dashkit/_dashkit.scss +2 -2
- data/lib/viniBaxter/sass/desk_front/dashkit/_list-group.scss +3 -7
- data/lib/viniBaxter/sass/desk_front/dashkit/_nav.scss +16 -15
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_theme.scss +0 -52
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_sizing.scss +2 -11
- data/lib/viniBaxter/sass/desk_front/theme-dark.scss +1 -1
- data/lib/viniBaxter/sass/desk_front/theme.scss +1 -11
- metadata +101 -44
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_alert.scss +0 -18
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_aos.scss +0 -32
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_avatar.scss +0 -192
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_button-group.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_buttons.scss +0 -115
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_carousel.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_close.scss +0 -11
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_code.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_collapse.scss +0 -15
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_custom-forms.scss +0 -65
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_device.scss +0 -110
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_dropdown.scss +0 -106
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_fancybox.scss +0 -14
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_feather.scss +0 -1093
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_flickity.scss +0 -112
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_footer.scss +0 -10
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_forms.scss +0 -92
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_grid.scss +0 -9
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_highlight.scss +0 -8
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_icon.scss +0 -56
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_images.scss +0 -32
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_input-group.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_jumbotron.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_list-group.scss +0 -22
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_list.scss +0 -27
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_media.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_modal.scss +0 -21
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_nav.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_navbar.scss +0 -377
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_pagination.scss +0 -34
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_popover.scss +0 -15
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_print.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_progress.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_reboot.scss +0 -17
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_root.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_screenshot.scss +0 -9
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_section.scss +0 -19
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_sidenav.scss +0 -28
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_tables.scss +0 -23
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_tooltip.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_transitions.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_type.scss +0 -169
@@ -1,1093 +0,0 @@
|
|
1
|
-
//
|
2
|
-
// feather.scss
|
3
|
-
// Theme component
|
4
|
-
//
|
5
|
-
|
6
|
-
// Sizing
|
7
|
-
|
8
|
-
.fe-lg {
|
9
|
-
font-size: $h3-font-size;
|
10
|
-
|
11
|
-
@include media-breakpoint-up(md) {
|
12
|
-
font-size: $h3-font-size-md;
|
13
|
-
}
|
14
|
-
}
|
15
|
-
|
16
|
-
.fe {
|
17
|
-
/* use !important to prevent issues with browser extensions that change fonts */
|
18
|
-
font-family: 'Feather' !important;
|
19
|
-
speak: none;
|
20
|
-
font-style: normal;
|
21
|
-
font-weight: normal;
|
22
|
-
font-variant: normal;
|
23
|
-
text-transform: none;
|
24
|
-
line-height: 1;
|
25
|
-
|
26
|
-
/* Better Font Rendering =========== */
|
27
|
-
-webkit-font-smoothing: antialiased;
|
28
|
-
-moz-osx-font-smoothing: grayscale;
|
29
|
-
}
|
30
|
-
|
31
|
-
.fe-activity:before {
|
32
|
-
content: "\e900";
|
33
|
-
}
|
34
|
-
|
35
|
-
.fe-airplay:before {
|
36
|
-
content: "\e901";
|
37
|
-
}
|
38
|
-
|
39
|
-
.fe-alert-circle:before {
|
40
|
-
content: "\e902";
|
41
|
-
}
|
42
|
-
|
43
|
-
.fe-alert-octagon:before {
|
44
|
-
content: "\e903";
|
45
|
-
}
|
46
|
-
|
47
|
-
.fe-alert-triangle:before {
|
48
|
-
content: "\e904";
|
49
|
-
}
|
50
|
-
|
51
|
-
.fe-align-center:before {
|
52
|
-
content: "\e905";
|
53
|
-
}
|
54
|
-
|
55
|
-
.fe-align-justify:before {
|
56
|
-
content: "\e906";
|
57
|
-
}
|
58
|
-
|
59
|
-
.fe-align-left:before {
|
60
|
-
content: "\e907";
|
61
|
-
}
|
62
|
-
|
63
|
-
.fe-align-right:before {
|
64
|
-
content: "\e908";
|
65
|
-
}
|
66
|
-
|
67
|
-
.fe-anchor:before {
|
68
|
-
content: "\e909";
|
69
|
-
}
|
70
|
-
|
71
|
-
.fe-aperture:before {
|
72
|
-
content: "\e90a";
|
73
|
-
}
|
74
|
-
|
75
|
-
.fe-archive:before {
|
76
|
-
content: "\e90b";
|
77
|
-
}
|
78
|
-
|
79
|
-
.fe-arrow-down:before {
|
80
|
-
content: "\e90c";
|
81
|
-
}
|
82
|
-
|
83
|
-
.fe-arrow-down-circle:before {
|
84
|
-
content: "\e90d";
|
85
|
-
}
|
86
|
-
|
87
|
-
.fe-arrow-down-left:before {
|
88
|
-
content: "\e90e";
|
89
|
-
}
|
90
|
-
|
91
|
-
.fe-arrow-down-right:before {
|
92
|
-
content: "\e90f";
|
93
|
-
}
|
94
|
-
|
95
|
-
.fe-arrow-left:before {
|
96
|
-
content: "\e910";
|
97
|
-
}
|
98
|
-
|
99
|
-
.fe-arrow-left-circle:before {
|
100
|
-
content: "\e911";
|
101
|
-
}
|
102
|
-
|
103
|
-
.fe-arrow-right:before {
|
104
|
-
content: "\e912";
|
105
|
-
}
|
106
|
-
|
107
|
-
.fe-arrow-right-circle:before {
|
108
|
-
content: "\e913";
|
109
|
-
}
|
110
|
-
|
111
|
-
.fe-arrow-up:before {
|
112
|
-
content: "\e914";
|
113
|
-
}
|
114
|
-
|
115
|
-
.fe-arrow-up-circle:before {
|
116
|
-
content: "\e915";
|
117
|
-
}
|
118
|
-
|
119
|
-
.fe-arrow-up-left:before {
|
120
|
-
content: "\e916";
|
121
|
-
}
|
122
|
-
|
123
|
-
.fe-arrow-up-right:before {
|
124
|
-
content: "\e917";
|
125
|
-
}
|
126
|
-
|
127
|
-
.fe-at-sign:before {
|
128
|
-
content: "\e918";
|
129
|
-
}
|
130
|
-
|
131
|
-
.fe-award:before {
|
132
|
-
content: "\e919";
|
133
|
-
}
|
134
|
-
|
135
|
-
.fe-bar-chart:before {
|
136
|
-
content: "\e91a";
|
137
|
-
}
|
138
|
-
|
139
|
-
.fe-bar-chart-2:before {
|
140
|
-
content: "\e91b";
|
141
|
-
}
|
142
|
-
|
143
|
-
.fe-battery:before {
|
144
|
-
content: "\e91c";
|
145
|
-
}
|
146
|
-
|
147
|
-
.fe-battery-charging:before {
|
148
|
-
content: "\e91d";
|
149
|
-
}
|
150
|
-
|
151
|
-
.fe-bell:before {
|
152
|
-
content: "\e91e";
|
153
|
-
}
|
154
|
-
|
155
|
-
.fe-bell-off:before {
|
156
|
-
content: "\e91f";
|
157
|
-
}
|
158
|
-
|
159
|
-
.fe-bluetooth:before {
|
160
|
-
content: "\e920";
|
161
|
-
}
|
162
|
-
|
163
|
-
.fe-bold:before {
|
164
|
-
content: "\e921";
|
165
|
-
}
|
166
|
-
|
167
|
-
.fe-book:before {
|
168
|
-
content: "\e922";
|
169
|
-
}
|
170
|
-
|
171
|
-
.fe-book-open:before {
|
172
|
-
content: "\e923";
|
173
|
-
}
|
174
|
-
|
175
|
-
.fe-bookmark:before {
|
176
|
-
content: "\e924";
|
177
|
-
}
|
178
|
-
|
179
|
-
.fe-box:before {
|
180
|
-
content: "\e925";
|
181
|
-
}
|
182
|
-
|
183
|
-
.fe-briefcase:before {
|
184
|
-
content: "\e926";
|
185
|
-
}
|
186
|
-
|
187
|
-
.fe-calendar:before {
|
188
|
-
content: "\e927";
|
189
|
-
}
|
190
|
-
|
191
|
-
.fe-camera:before {
|
192
|
-
content: "\e928";
|
193
|
-
}
|
194
|
-
|
195
|
-
.fe-camera-off:before {
|
196
|
-
content: "\e929";
|
197
|
-
}
|
198
|
-
|
199
|
-
.fe-cast:before {
|
200
|
-
content: "\e92a";
|
201
|
-
}
|
202
|
-
|
203
|
-
.fe-check:before {
|
204
|
-
content: "\e92b";
|
205
|
-
}
|
206
|
-
|
207
|
-
.fe-check-circle:before {
|
208
|
-
content: "\e92c";
|
209
|
-
}
|
210
|
-
|
211
|
-
.fe-check-square:before {
|
212
|
-
content: "\e92d";
|
213
|
-
}
|
214
|
-
|
215
|
-
.fe-chevron-down:before {
|
216
|
-
content: "\e92e";
|
217
|
-
}
|
218
|
-
|
219
|
-
.fe-chevron-left:before {
|
220
|
-
content: "\e92f";
|
221
|
-
}
|
222
|
-
|
223
|
-
.fe-chevron-right:before {
|
224
|
-
content: "\e930";
|
225
|
-
}
|
226
|
-
|
227
|
-
.fe-chevron-up:before {
|
228
|
-
content: "\e931";
|
229
|
-
}
|
230
|
-
|
231
|
-
.fe-chevrons-down:before {
|
232
|
-
content: "\e932";
|
233
|
-
}
|
234
|
-
|
235
|
-
.fe-chevrons-left:before {
|
236
|
-
content: "\e933";
|
237
|
-
}
|
238
|
-
|
239
|
-
.fe-chevrons-right:before {
|
240
|
-
content: "\e934";
|
241
|
-
}
|
242
|
-
|
243
|
-
.fe-chevrons-up:before {
|
244
|
-
content: "\e935";
|
245
|
-
}
|
246
|
-
|
247
|
-
.fe-chrome:before {
|
248
|
-
content: "\e936";
|
249
|
-
}
|
250
|
-
|
251
|
-
.fe-circle:before {
|
252
|
-
content: "\e937";
|
253
|
-
}
|
254
|
-
|
255
|
-
.fe-clipboard:before {
|
256
|
-
content: "\e938";
|
257
|
-
}
|
258
|
-
|
259
|
-
.fe-clock:before {
|
260
|
-
content: "\e939";
|
261
|
-
}
|
262
|
-
|
263
|
-
.fe-cloud:before {
|
264
|
-
content: "\e93a";
|
265
|
-
}
|
266
|
-
|
267
|
-
.fe-cloud-drizzle:before {
|
268
|
-
content: "\e93b";
|
269
|
-
}
|
270
|
-
|
271
|
-
.fe-cloud-lightning:before {
|
272
|
-
content: "\e93c";
|
273
|
-
}
|
274
|
-
|
275
|
-
.fe-cloud-off:before {
|
276
|
-
content: "\e93d";
|
277
|
-
}
|
278
|
-
|
279
|
-
.fe-cloud-rain:before {
|
280
|
-
content: "\e93e";
|
281
|
-
}
|
282
|
-
|
283
|
-
.fe-cloud-snow:before {
|
284
|
-
content: "\e93f";
|
285
|
-
}
|
286
|
-
|
287
|
-
.fe-code:before {
|
288
|
-
content: "\e940";
|
289
|
-
}
|
290
|
-
|
291
|
-
.fe-codepen:before {
|
292
|
-
content: "\e941";
|
293
|
-
}
|
294
|
-
|
295
|
-
.fe-command:before {
|
296
|
-
content: "\e942";
|
297
|
-
}
|
298
|
-
|
299
|
-
.fe-compass:before {
|
300
|
-
content: "\e943";
|
301
|
-
}
|
302
|
-
|
303
|
-
.fe-copy:before {
|
304
|
-
content: "\e944";
|
305
|
-
}
|
306
|
-
|
307
|
-
.fe-corner-down-left:before {
|
308
|
-
content: "\e945";
|
309
|
-
}
|
310
|
-
|
311
|
-
.fe-corner-down-right:before {
|
312
|
-
content: "\e946";
|
313
|
-
}
|
314
|
-
|
315
|
-
.fe-corner-left-down:before {
|
316
|
-
content: "\e947";
|
317
|
-
}
|
318
|
-
|
319
|
-
.fe-corner-left-up:before {
|
320
|
-
content: "\e948";
|
321
|
-
}
|
322
|
-
|
323
|
-
.fe-corner-right-down:before {
|
324
|
-
content: "\e949";
|
325
|
-
}
|
326
|
-
|
327
|
-
.fe-corner-right-up:before {
|
328
|
-
content: "\e94a";
|
329
|
-
}
|
330
|
-
|
331
|
-
.fe-corner-up-left:before {
|
332
|
-
content: "\e94b";
|
333
|
-
}
|
334
|
-
|
335
|
-
.fe-corner-up-right:before {
|
336
|
-
content: "\e94c";
|
337
|
-
}
|
338
|
-
|
339
|
-
.fe-cpu:before {
|
340
|
-
content: "\e94d";
|
341
|
-
}
|
342
|
-
|
343
|
-
.fe-credit-card:before {
|
344
|
-
content: "\e94e";
|
345
|
-
}
|
346
|
-
|
347
|
-
.fe-crop:before {
|
348
|
-
content: "\e94f";
|
349
|
-
}
|
350
|
-
|
351
|
-
.fe-crosshair:before {
|
352
|
-
content: "\e950";
|
353
|
-
}
|
354
|
-
|
355
|
-
.fe-database:before {
|
356
|
-
content: "\e951";
|
357
|
-
}
|
358
|
-
|
359
|
-
.fe-delete:before {
|
360
|
-
content: "\e952";
|
361
|
-
}
|
362
|
-
|
363
|
-
.fe-disc:before {
|
364
|
-
content: "\e953";
|
365
|
-
}
|
366
|
-
|
367
|
-
.fe-dollar-sign:before {
|
368
|
-
content: "\e954";
|
369
|
-
}
|
370
|
-
|
371
|
-
.fe-download:before {
|
372
|
-
content: "\e955";
|
373
|
-
}
|
374
|
-
|
375
|
-
.fe-download-cloud:before {
|
376
|
-
content: "\e956";
|
377
|
-
}
|
378
|
-
|
379
|
-
.fe-droplet:before {
|
380
|
-
content: "\e957";
|
381
|
-
}
|
382
|
-
|
383
|
-
.fe-edit:before {
|
384
|
-
content: "\e958";
|
385
|
-
}
|
386
|
-
|
387
|
-
.fe-edit-2:before {
|
388
|
-
content: "\e959";
|
389
|
-
}
|
390
|
-
|
391
|
-
.fe-edit-3:before {
|
392
|
-
content: "\e95a";
|
393
|
-
}
|
394
|
-
|
395
|
-
.fe-external-link:before {
|
396
|
-
content: "\e95b";
|
397
|
-
}
|
398
|
-
|
399
|
-
.fe-eye:before {
|
400
|
-
content: "\e95c";
|
401
|
-
}
|
402
|
-
|
403
|
-
.fe-eye-off:before {
|
404
|
-
content: "\e95d";
|
405
|
-
}
|
406
|
-
|
407
|
-
.fe-facebook:before {
|
408
|
-
content: "\e95e";
|
409
|
-
}
|
410
|
-
|
411
|
-
.fe-fast-forward:before {
|
412
|
-
content: "\e95f";
|
413
|
-
}
|
414
|
-
|
415
|
-
.fe-feather:before {
|
416
|
-
content: "\e960";
|
417
|
-
}
|
418
|
-
|
419
|
-
.fe-file:before {
|
420
|
-
content: "\e961";
|
421
|
-
}
|
422
|
-
|
423
|
-
.fe-file-minus:before {
|
424
|
-
content: "\e962";
|
425
|
-
}
|
426
|
-
|
427
|
-
.fe-file-plus:before {
|
428
|
-
content: "\e963";
|
429
|
-
}
|
430
|
-
|
431
|
-
.fe-file-text:before {
|
432
|
-
content: "\e964";
|
433
|
-
}
|
434
|
-
|
435
|
-
.fe-film:before {
|
436
|
-
content: "\e965";
|
437
|
-
}
|
438
|
-
|
439
|
-
.fe-filter:before {
|
440
|
-
content: "\e966";
|
441
|
-
}
|
442
|
-
|
443
|
-
.fe-flag:before {
|
444
|
-
content: "\e967";
|
445
|
-
}
|
446
|
-
|
447
|
-
.fe-folder:before {
|
448
|
-
content: "\e968";
|
449
|
-
}
|
450
|
-
|
451
|
-
.fe-folder-minus:before {
|
452
|
-
content: "\e969";
|
453
|
-
}
|
454
|
-
|
455
|
-
.fe-folder-plus:before {
|
456
|
-
content: "\e96a";
|
457
|
-
}
|
458
|
-
|
459
|
-
.fe-gift:before {
|
460
|
-
content: "\e96b";
|
461
|
-
}
|
462
|
-
|
463
|
-
.fe-git-branch:before {
|
464
|
-
content: "\e96c";
|
465
|
-
}
|
466
|
-
|
467
|
-
.fe-git-commit:before {
|
468
|
-
content: "\e96d";
|
469
|
-
}
|
470
|
-
|
471
|
-
.fe-git-merge:before {
|
472
|
-
content: "\e96e";
|
473
|
-
}
|
474
|
-
|
475
|
-
.fe-git-pull-request:before {
|
476
|
-
content: "\e96f";
|
477
|
-
}
|
478
|
-
|
479
|
-
.fe-github:before {
|
480
|
-
content: "\e970";
|
481
|
-
}
|
482
|
-
|
483
|
-
.fe-gitlab:before {
|
484
|
-
content: "\e971";
|
485
|
-
}
|
486
|
-
|
487
|
-
.fe-globe:before {
|
488
|
-
content: "\e972";
|
489
|
-
}
|
490
|
-
|
491
|
-
.fe-grid:before {
|
492
|
-
content: "\e973";
|
493
|
-
}
|
494
|
-
|
495
|
-
.fe-hard-drive:before {
|
496
|
-
content: "\e974";
|
497
|
-
}
|
498
|
-
|
499
|
-
.fe-hash:before {
|
500
|
-
content: "\e975";
|
501
|
-
}
|
502
|
-
|
503
|
-
.fe-headphones:before {
|
504
|
-
content: "\e976";
|
505
|
-
}
|
506
|
-
|
507
|
-
.fe-heart:before {
|
508
|
-
content: "\e977";
|
509
|
-
}
|
510
|
-
|
511
|
-
.fe-help-circle:before {
|
512
|
-
content: "\e978";
|
513
|
-
}
|
514
|
-
|
515
|
-
.fe-home:before {
|
516
|
-
content: "\e979";
|
517
|
-
}
|
518
|
-
|
519
|
-
.fe-image:before {
|
520
|
-
content: "\e97a";
|
521
|
-
}
|
522
|
-
|
523
|
-
.fe-inbox:before {
|
524
|
-
content: "\e97b";
|
525
|
-
}
|
526
|
-
|
527
|
-
.fe-info:before {
|
528
|
-
content: "\e97c";
|
529
|
-
}
|
530
|
-
|
531
|
-
.fe-instagram:before {
|
532
|
-
content: "\e97d";
|
533
|
-
}
|
534
|
-
|
535
|
-
.fe-italic:before {
|
536
|
-
content: "\e97e";
|
537
|
-
}
|
538
|
-
|
539
|
-
.fe-layers:before {
|
540
|
-
content: "\e97f";
|
541
|
-
}
|
542
|
-
|
543
|
-
.fe-layout:before {
|
544
|
-
content: "\e980";
|
545
|
-
}
|
546
|
-
|
547
|
-
.fe-life-buoy:before {
|
548
|
-
content: "\e981";
|
549
|
-
}
|
550
|
-
|
551
|
-
.fe-link:before {
|
552
|
-
content: "\e982";
|
553
|
-
}
|
554
|
-
|
555
|
-
.fe-link-2:before {
|
556
|
-
content: "\e983";
|
557
|
-
}
|
558
|
-
|
559
|
-
.fe-linkedin:before {
|
560
|
-
content: "\e984";
|
561
|
-
}
|
562
|
-
|
563
|
-
.fe-list:before {
|
564
|
-
content: "\e985";
|
565
|
-
}
|
566
|
-
|
567
|
-
.fe-loader:before {
|
568
|
-
content: "\e986";
|
569
|
-
}
|
570
|
-
|
571
|
-
.fe-lock:before {
|
572
|
-
content: "\e987";
|
573
|
-
}
|
574
|
-
|
575
|
-
.fe-log-in:before {
|
576
|
-
content: "\e988";
|
577
|
-
}
|
578
|
-
|
579
|
-
.fe-log-out:before {
|
580
|
-
content: "\e989";
|
581
|
-
}
|
582
|
-
|
583
|
-
.fe-mail:before {
|
584
|
-
content: "\e98a";
|
585
|
-
}
|
586
|
-
|
587
|
-
.fe-map:before {
|
588
|
-
content: "\e98b";
|
589
|
-
}
|
590
|
-
|
591
|
-
.fe-map-pin:before {
|
592
|
-
content: "\e98c";
|
593
|
-
}
|
594
|
-
|
595
|
-
.fe-maximize:before {
|
596
|
-
content: "\e98d";
|
597
|
-
}
|
598
|
-
|
599
|
-
.fe-maximize-2:before {
|
600
|
-
content: "\e98e";
|
601
|
-
}
|
602
|
-
|
603
|
-
.fe-menu:before {
|
604
|
-
content: "\e98f";
|
605
|
-
}
|
606
|
-
|
607
|
-
.fe-message-circle:before {
|
608
|
-
content: "\e990";
|
609
|
-
}
|
610
|
-
|
611
|
-
.fe-message-square:before {
|
612
|
-
content: "\e991";
|
613
|
-
}
|
614
|
-
|
615
|
-
.fe-mic:before {
|
616
|
-
content: "\e992";
|
617
|
-
}
|
618
|
-
|
619
|
-
.fe-mic-off:before {
|
620
|
-
content: "\e993";
|
621
|
-
}
|
622
|
-
|
623
|
-
.fe-minimize:before {
|
624
|
-
content: "\e994";
|
625
|
-
}
|
626
|
-
|
627
|
-
.fe-minimize-2:before {
|
628
|
-
content: "\e995";
|
629
|
-
}
|
630
|
-
|
631
|
-
.fe-minus:before {
|
632
|
-
content: "\e996";
|
633
|
-
}
|
634
|
-
|
635
|
-
.fe-minus-circle:before {
|
636
|
-
content: "\e997";
|
637
|
-
}
|
638
|
-
|
639
|
-
.fe-minus-square:before {
|
640
|
-
content: "\e998";
|
641
|
-
}
|
642
|
-
|
643
|
-
.fe-monitor:before {
|
644
|
-
content: "\e999";
|
645
|
-
}
|
646
|
-
|
647
|
-
.fe-moon:before {
|
648
|
-
content: "\e99a";
|
649
|
-
}
|
650
|
-
|
651
|
-
.fe-more-horizontal:before {
|
652
|
-
content: "\e99b";
|
653
|
-
}
|
654
|
-
|
655
|
-
.fe-more-vertical:before {
|
656
|
-
content: "\e99c";
|
657
|
-
}
|
658
|
-
|
659
|
-
.fe-move:before {
|
660
|
-
content: "\e99d";
|
661
|
-
}
|
662
|
-
|
663
|
-
.fe-music:before {
|
664
|
-
content: "\e99e";
|
665
|
-
}
|
666
|
-
|
667
|
-
.fe-navigation:before {
|
668
|
-
content: "\e99f";
|
669
|
-
}
|
670
|
-
|
671
|
-
.fe-navigation-2:before {
|
672
|
-
content: "\e9a0";
|
673
|
-
}
|
674
|
-
|
675
|
-
.fe-octagon:before {
|
676
|
-
content: "\e9a1";
|
677
|
-
}
|
678
|
-
|
679
|
-
.fe-package:before {
|
680
|
-
content: "\e9a2";
|
681
|
-
}
|
682
|
-
|
683
|
-
.fe-paperclip:before {
|
684
|
-
content: "\e9a3";
|
685
|
-
}
|
686
|
-
|
687
|
-
.fe-pause:before {
|
688
|
-
content: "\e9a4";
|
689
|
-
}
|
690
|
-
|
691
|
-
.fe-pause-circle:before {
|
692
|
-
content: "\e9a5";
|
693
|
-
}
|
694
|
-
|
695
|
-
.fe-percent:before {
|
696
|
-
content: "\e9a6";
|
697
|
-
}
|
698
|
-
|
699
|
-
.fe-phone:before {
|
700
|
-
content: "\e9a7";
|
701
|
-
}
|
702
|
-
|
703
|
-
.fe-phone-call:before {
|
704
|
-
content: "\e9a8";
|
705
|
-
}
|
706
|
-
|
707
|
-
.fe-phone-forwarded:before {
|
708
|
-
content: "\e9a9";
|
709
|
-
}
|
710
|
-
|
711
|
-
.fe-phone-incoming:before {
|
712
|
-
content: "\e9aa";
|
713
|
-
}
|
714
|
-
|
715
|
-
.fe-phone-missed:before {
|
716
|
-
content: "\e9ab";
|
717
|
-
}
|
718
|
-
|
719
|
-
.fe-phone-off:before {
|
720
|
-
content: "\e9ac";
|
721
|
-
}
|
722
|
-
|
723
|
-
.fe-phone-outgoing:before {
|
724
|
-
content: "\e9ad";
|
725
|
-
}
|
726
|
-
|
727
|
-
.fe-pie-chart:before {
|
728
|
-
content: "\e9ae";
|
729
|
-
}
|
730
|
-
|
731
|
-
.fe-play:before {
|
732
|
-
content: "\e9af";
|
733
|
-
}
|
734
|
-
|
735
|
-
.fe-play-circle:before {
|
736
|
-
content: "\e9b0";
|
737
|
-
}
|
738
|
-
|
739
|
-
.fe-plus:before {
|
740
|
-
content: "\e9b1";
|
741
|
-
}
|
742
|
-
|
743
|
-
.fe-plus-circle:before {
|
744
|
-
content: "\e9b2";
|
745
|
-
}
|
746
|
-
|
747
|
-
.fe-plus-square:before {
|
748
|
-
content: "\e9b3";
|
749
|
-
}
|
750
|
-
|
751
|
-
.fe-pocket:before {
|
752
|
-
content: "\e9b4";
|
753
|
-
}
|
754
|
-
|
755
|
-
.fe-power:before {
|
756
|
-
content: "\e9b5";
|
757
|
-
}
|
758
|
-
|
759
|
-
.fe-printer:before {
|
760
|
-
content: "\e9b6";
|
761
|
-
}
|
762
|
-
|
763
|
-
.fe-radio:before {
|
764
|
-
content: "\e9b7";
|
765
|
-
}
|
766
|
-
|
767
|
-
.fe-refresh-ccw:before {
|
768
|
-
content: "\e9b8";
|
769
|
-
}
|
770
|
-
|
771
|
-
.fe-refresh-cw:before {
|
772
|
-
content: "\e9b9";
|
773
|
-
}
|
774
|
-
|
775
|
-
.fe-repeat:before {
|
776
|
-
content: "\e9ba";
|
777
|
-
}
|
778
|
-
|
779
|
-
.fe-rewind:before {
|
780
|
-
content: "\e9bb";
|
781
|
-
}
|
782
|
-
|
783
|
-
.fe-rotate-ccw:before {
|
784
|
-
content: "\e9bc";
|
785
|
-
}
|
786
|
-
|
787
|
-
.fe-rotate-cw:before {
|
788
|
-
content: "\e9bd";
|
789
|
-
}
|
790
|
-
|
791
|
-
.fe-rss:before {
|
792
|
-
content: "\e9be";
|
793
|
-
}
|
794
|
-
|
795
|
-
.fe-save:before {
|
796
|
-
content: "\e9bf";
|
797
|
-
}
|
798
|
-
|
799
|
-
.fe-scissors:before {
|
800
|
-
content: "\e9c0";
|
801
|
-
}
|
802
|
-
|
803
|
-
.fe-search:before {
|
804
|
-
content: "\e9c1";
|
805
|
-
}
|
806
|
-
|
807
|
-
.fe-send:before {
|
808
|
-
content: "\e9c2";
|
809
|
-
}
|
810
|
-
|
811
|
-
.fe-server:before {
|
812
|
-
content: "\e9c3";
|
813
|
-
}
|
814
|
-
|
815
|
-
.fe-settings:before {
|
816
|
-
content: "\e9c4";
|
817
|
-
}
|
818
|
-
|
819
|
-
.fe-share:before {
|
820
|
-
content: "\e9c5";
|
821
|
-
}
|
822
|
-
|
823
|
-
.fe-share-2:before {
|
824
|
-
content: "\e9c6";
|
825
|
-
}
|
826
|
-
|
827
|
-
.fe-shield:before {
|
828
|
-
content: "\e9c7";
|
829
|
-
}
|
830
|
-
|
831
|
-
.fe-shield-off:before {
|
832
|
-
content: "\e9c8";
|
833
|
-
}
|
834
|
-
|
835
|
-
.fe-shopping-bag:before {
|
836
|
-
content: "\e9c9";
|
837
|
-
}
|
838
|
-
|
839
|
-
.fe-shopping-cart:before {
|
840
|
-
content: "\e9ca";
|
841
|
-
}
|
842
|
-
|
843
|
-
.fe-shuffle:before {
|
844
|
-
content: "\e9cb";
|
845
|
-
}
|
846
|
-
|
847
|
-
.fe-sidebar:before {
|
848
|
-
content: "\e9cc";
|
849
|
-
}
|
850
|
-
|
851
|
-
.fe-skip-back:before {
|
852
|
-
content: "\e9cd";
|
853
|
-
}
|
854
|
-
|
855
|
-
.fe-skip-forward:before {
|
856
|
-
content: "\e9ce";
|
857
|
-
}
|
858
|
-
|
859
|
-
.fe-slack:before {
|
860
|
-
content: "\e9cf";
|
861
|
-
}
|
862
|
-
|
863
|
-
.fe-slash:before {
|
864
|
-
content: "\e9d0";
|
865
|
-
}
|
866
|
-
|
867
|
-
.fe-sliders:before {
|
868
|
-
content: "\e9d1";
|
869
|
-
}
|
870
|
-
|
871
|
-
.fe-smartphone:before {
|
872
|
-
content: "\e9d2";
|
873
|
-
}
|
874
|
-
|
875
|
-
.fe-speaker:before {
|
876
|
-
content: "\e9d3";
|
877
|
-
}
|
878
|
-
|
879
|
-
.fe-square:before {
|
880
|
-
content: "\e9d4";
|
881
|
-
}
|
882
|
-
|
883
|
-
.fe-star:before {
|
884
|
-
content: "\e9d5";
|
885
|
-
}
|
886
|
-
|
887
|
-
.fe-stop-circle:before {
|
888
|
-
content: "\e9d6";
|
889
|
-
}
|
890
|
-
|
891
|
-
.fe-sun:before {
|
892
|
-
content: "\e9d7";
|
893
|
-
}
|
894
|
-
|
895
|
-
.fe-sunrise:before {
|
896
|
-
content: "\e9d8";
|
897
|
-
}
|
898
|
-
|
899
|
-
.fe-sunset:before {
|
900
|
-
content: "\e9d9";
|
901
|
-
}
|
902
|
-
|
903
|
-
.fe-tablet:before {
|
904
|
-
content: "\e9da";
|
905
|
-
}
|
906
|
-
|
907
|
-
.fe-tag:before {
|
908
|
-
content: "\e9db";
|
909
|
-
}
|
910
|
-
|
911
|
-
.fe-target:before {
|
912
|
-
content: "\e9dc";
|
913
|
-
}
|
914
|
-
|
915
|
-
.fe-terminal:before {
|
916
|
-
content: "\e9dd";
|
917
|
-
}
|
918
|
-
|
919
|
-
.fe-thermometer:before {
|
920
|
-
content: "\e9de";
|
921
|
-
}
|
922
|
-
|
923
|
-
.fe-thumbs-down:before {
|
924
|
-
content: "\e9df";
|
925
|
-
}
|
926
|
-
|
927
|
-
.fe-thumbs-up:before {
|
928
|
-
content: "\e9e0";
|
929
|
-
}
|
930
|
-
|
931
|
-
.fe-toggle-left:before {
|
932
|
-
content: "\e9e1";
|
933
|
-
}
|
934
|
-
|
935
|
-
.fe-toggle-right:before {
|
936
|
-
content: "\e9e2";
|
937
|
-
}
|
938
|
-
|
939
|
-
.fe-trash:before {
|
940
|
-
content: "\e9e3";
|
941
|
-
}
|
942
|
-
|
943
|
-
.fe-trash-2:before {
|
944
|
-
content: "\e9e4";
|
945
|
-
}
|
946
|
-
|
947
|
-
.fe-trending-down:before {
|
948
|
-
content: "\e9e5";
|
949
|
-
}
|
950
|
-
|
951
|
-
.fe-trending-up:before {
|
952
|
-
content: "\e9e6";
|
953
|
-
}
|
954
|
-
|
955
|
-
.fe-triangle:before {
|
956
|
-
content: "\e9e7";
|
957
|
-
}
|
958
|
-
|
959
|
-
.fe-truck:before {
|
960
|
-
content: "\e9e8";
|
961
|
-
}
|
962
|
-
|
963
|
-
.fe-tv:before {
|
964
|
-
content: "\e9e9";
|
965
|
-
}
|
966
|
-
|
967
|
-
.fe-twitter:before {
|
968
|
-
content: "\e9ea";
|
969
|
-
}
|
970
|
-
|
971
|
-
.fe-type:before {
|
972
|
-
content: "\e9eb";
|
973
|
-
}
|
974
|
-
|
975
|
-
.fe-umbrella:before {
|
976
|
-
content: "\e9ec";
|
977
|
-
}
|
978
|
-
|
979
|
-
.fe-underline:before {
|
980
|
-
content: "\e9ed";
|
981
|
-
}
|
982
|
-
|
983
|
-
.fe-unlock:before {
|
984
|
-
content: "\e9ee";
|
985
|
-
}
|
986
|
-
|
987
|
-
.fe-upload:before {
|
988
|
-
content: "\e9ef";
|
989
|
-
}
|
990
|
-
|
991
|
-
.fe-upload-cloud:before {
|
992
|
-
content: "\e9f0";
|
993
|
-
}
|
994
|
-
|
995
|
-
.fe-user:before {
|
996
|
-
content: "\e9f1";
|
997
|
-
}
|
998
|
-
|
999
|
-
.fe-user-check:before {
|
1000
|
-
content: "\e9f2";
|
1001
|
-
}
|
1002
|
-
|
1003
|
-
.fe-user-minus:before {
|
1004
|
-
content: "\e9f3";
|
1005
|
-
}
|
1006
|
-
|
1007
|
-
.fe-user-plus:before {
|
1008
|
-
content: "\e9f4";
|
1009
|
-
}
|
1010
|
-
|
1011
|
-
.fe-user-x:before {
|
1012
|
-
content: "\e9f5";
|
1013
|
-
}
|
1014
|
-
|
1015
|
-
.fe-users:before {
|
1016
|
-
content: "\e9f6";
|
1017
|
-
}
|
1018
|
-
|
1019
|
-
.fe-video:before {
|
1020
|
-
content: "\e9f7";
|
1021
|
-
}
|
1022
|
-
|
1023
|
-
.fe-video-off:before {
|
1024
|
-
content: "\e9f8";
|
1025
|
-
}
|
1026
|
-
|
1027
|
-
.fe-voicemail:before {
|
1028
|
-
content: "\e9f9";
|
1029
|
-
}
|
1030
|
-
|
1031
|
-
.fe-volume:before {
|
1032
|
-
content: "\e9fa";
|
1033
|
-
}
|
1034
|
-
|
1035
|
-
.fe-volume-1:before {
|
1036
|
-
content: "\e9fb";
|
1037
|
-
}
|
1038
|
-
|
1039
|
-
.fe-volume-2:before {
|
1040
|
-
content: "\e9fc";
|
1041
|
-
}
|
1042
|
-
|
1043
|
-
.fe-volume-x:before {
|
1044
|
-
content: "\e9fd";
|
1045
|
-
}
|
1046
|
-
|
1047
|
-
.fe-watch:before {
|
1048
|
-
content: "\e9fe";
|
1049
|
-
}
|
1050
|
-
|
1051
|
-
.fe-wifi:before {
|
1052
|
-
content: "\e9ff";
|
1053
|
-
}
|
1054
|
-
|
1055
|
-
.fe-wifi-off:before {
|
1056
|
-
content: "\ea00";
|
1057
|
-
}
|
1058
|
-
|
1059
|
-
.fe-wind:before {
|
1060
|
-
content: "\ea01";
|
1061
|
-
}
|
1062
|
-
|
1063
|
-
.fe-x:before {
|
1064
|
-
content: "\ea02";
|
1065
|
-
}
|
1066
|
-
|
1067
|
-
.fe-x-circle:before {
|
1068
|
-
content: "\ea03";
|
1069
|
-
}
|
1070
|
-
|
1071
|
-
.fe-x-square:before {
|
1072
|
-
content: "\ea04";
|
1073
|
-
}
|
1074
|
-
|
1075
|
-
.fe-youtube:before {
|
1076
|
-
content: "\ea05";
|
1077
|
-
}
|
1078
|
-
|
1079
|
-
.fe-zap:before {
|
1080
|
-
content: "\ea06";
|
1081
|
-
}
|
1082
|
-
|
1083
|
-
.fe-zap-off:before {
|
1084
|
-
content: "\ea07";
|
1085
|
-
}
|
1086
|
-
|
1087
|
-
.fe-zoom-in:before {
|
1088
|
-
content: "\ea08";
|
1089
|
-
}
|
1090
|
-
|
1091
|
-
.fe-zoom-out:before {
|
1092
|
-
content: "\ea09";
|
1093
|
-
}
|