adminlte-generators 0.1.2 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +0 -1
- data/README.md +4 -3
- data/adminlte-generators.gemspec +0 -1
- data/lib/adminlte/generators/version.rb +1 -1
- data/lib/generators/adminlte/install/install_generator.rb +6 -2
- data/lib/generators/adminlte/install/templates/assets/stylesheets/adminlte_overrides.css +1 -1
- data/lib/generators/adminlte/install/templates/assets/stylesheets/adminlte_overrides.scss +1 -1
- data/lib/generators/adminlte/install/templates/img/ajax-loader.gif +0 -0
- data/lib/generators/adminlte/install/templates/img/ajax-loader1.gif +0 -0
- data/lib/generators/adminlte/install/templates/img/avatar.png +0 -0
- data/lib/generators/adminlte/install/templates/img/avatar04.png +0 -0
- data/lib/generators/adminlte/install/templates/img/avatar2.png +0 -0
- data/lib/generators/adminlte/install/templates/img/avatar3.png +0 -0
- data/lib/generators/adminlte/install/templates/img/avatar5.png +0 -0
- data/lib/generators/adminlte/install/templates/img/blur-background04.jpg +0 -0
- data/lib/generators/adminlte/install/templates/img/blur-background08.jpg +0 -0
- data/lib/generators/adminlte/install/templates/img/blur-background09.jpg +0 -0
- data/lib/generators/adminlte/install/templates/img/bootstrap-colorpicker/alpha-horizontal.png +0 -0
- data/lib/generators/adminlte/install/templates/img/bootstrap-colorpicker/alpha.png +0 -0
- data/lib/generators/adminlte/install/templates/img/bootstrap-colorpicker/hue-horizontal.png +0 -0
- data/lib/generators/adminlte/install/templates/img/bootstrap-colorpicker/hue.png +0 -0
- data/lib/generators/adminlte/install/templates/img/bootstrap-colorpicker/saturation.png +0 -0
- data/lib/generators/adminlte/install/templates/img/credit/american-express.png +0 -0
- data/lib/generators/adminlte/install/templates/img/credit/cirrus.png +0 -0
- data/lib/generators/adminlte/install/templates/img/credit/mastercard.png +0 -0
- data/lib/generators/adminlte/install/templates/img/credit/mestro.png +0 -0
- data/lib/generators/adminlte/install/templates/img/credit/paypal.png +0 -0
- data/lib/generators/adminlte/install/templates/img/credit/paypal2.png +0 -0
- data/lib/generators/adminlte/install/templates/img/credit/visa.png +0 -0
- data/lib/generators/adminlte/install/templates/img/icons.png +0 -0
- data/lib/generators/adminlte/install/templates/img/sprite-skin-flat.png +0 -0
- data/lib/generators/adminlte/install/templates/img/sprite-skin-nice.png +0 -0
- data/lib/generators/adminlte/install/templates/img/user-bg.png +0 -0
- data/lib/generators/adminlte/install/templates/img/user.jpg +0 -0
- data/lib/generators/adminlte/install/templates/img/user2.jpg +0 -0
- data/lib/generators/adminlte/install/templates/layouts/_header.html.erb +6 -6
- data/lib/generators/adminlte/install/templates/layouts/_sidebar.html.erb +1 -1
- data/lib/generators/adminlte/install/templates/layouts/dashboard.html.erb +1 -1
- data/vendor/assets/fonts/FontAwesome.otf +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.eot +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.svg +414 -0
- data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
- data/vendor/assets/fonts/glyphicons-halflings-regular.eot +0 -0
- data/vendor/assets/fonts/glyphicons-halflings-regular.svg +229 -0
- data/vendor/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/vendor/assets/fonts/glyphicons-halflings-regular.woff +0 -0
- data/vendor/assets/fonts/ionicons.eot +0 -0
- data/vendor/assets/fonts/ionicons.svg +1623 -0
- data/vendor/assets/fonts/ionicons.ttf +0 -0
- data/vendor/assets/fonts/ionicons.woff +0 -0
- data/vendor/assets/javascripts/adminlte.js +1060 -0
- data/vendor/assets/javascripts/bootstrap.js +12 -0
- data/vendor/assets/javascripts/bootstrap/affix.js +162 -0
- data/vendor/assets/javascripts/bootstrap/alert.js +94 -0
- data/vendor/assets/javascripts/bootstrap/button.js +116 -0
- data/vendor/assets/javascripts/bootstrap/carousel.js +240 -0
- data/vendor/assets/javascripts/bootstrap/collapse.js +211 -0
- data/vendor/assets/javascripts/bootstrap/dropdown.js +161 -0
- data/vendor/assets/javascripts/bootstrap/modal.js +324 -0
- data/vendor/assets/javascripts/bootstrap/popover.js +119 -0
- data/vendor/assets/javascripts/bootstrap/scrollspy.js +175 -0
- data/vendor/assets/javascripts/bootstrap/tab.js +153 -0
- data/vendor/assets/javascripts/bootstrap/tooltip.js +478 -0
- data/vendor/assets/javascripts/bootstrap/transition.js +59 -0
- data/vendor/assets/stylesheets/adminlte.css.scss +3539 -0
- data/vendor/assets/stylesheets/bootstrap.css.erb +6332 -0
- data/vendor/assets/stylesheets/bootstrap.css.map +1 -0
- data/vendor/assets/stylesheets/font-awesome.css.scss +1338 -0
- data/vendor/assets/stylesheets/ionicons.css.scss +2183 -0
- metadata +62 -16
@@ -0,0 +1,2183 @@
|
|
1
|
+
/*!
|
2
|
+
Ionicons, v1.4.0
|
3
|
+
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
|
4
|
+
https://twitter.com/helloimben https://twitter.com/ionicframework
|
5
|
+
MIT License: https://github.com/driftyco/ionicons
|
6
|
+
*/
|
7
|
+
@font-face {
|
8
|
+
font-family: "Ionicons";
|
9
|
+
src: font-url("ionicons.eot?v=1.4.0");
|
10
|
+
src: font-url("ionicons.eot?v=1.4.0#iefix") format("embedded-opentype"), font-url("ionicons.ttf?v=1.4.0") format("truetype"), font-url("ionicons.woff?v=1.4.0") format("woff"), font-url("ionicons.svg?v=1.4.0#Ionicons") format("svg");
|
11
|
+
font-weight: normal;
|
12
|
+
font-style: normal; }
|
13
|
+
|
14
|
+
.ion, .ion-loading-a,
|
15
|
+
.ion-loading-b,
|
16
|
+
.ion-loading-c,
|
17
|
+
.ion-loading-d,
|
18
|
+
.ion-looping,
|
19
|
+
.ion-refreshing,
|
20
|
+
.ion-ios7-reloading, .ionicons,
|
21
|
+
.ion-alert,
|
22
|
+
.ion-alert-circled,
|
23
|
+
.ion-android-add,
|
24
|
+
.ion-android-add-contact,
|
25
|
+
.ion-android-alarm,
|
26
|
+
.ion-android-archive,
|
27
|
+
.ion-android-arrow-back,
|
28
|
+
.ion-android-arrow-down-left,
|
29
|
+
.ion-android-arrow-down-right,
|
30
|
+
.ion-android-arrow-up-left,
|
31
|
+
.ion-android-arrow-up-right,
|
32
|
+
.ion-android-battery,
|
33
|
+
.ion-android-book,
|
34
|
+
.ion-android-calendar,
|
35
|
+
.ion-android-call,
|
36
|
+
.ion-android-camera,
|
37
|
+
.ion-android-chat,
|
38
|
+
.ion-android-checkmark,
|
39
|
+
.ion-android-clock,
|
40
|
+
.ion-android-close,
|
41
|
+
.ion-android-contact,
|
42
|
+
.ion-android-contacts,
|
43
|
+
.ion-android-data,
|
44
|
+
.ion-android-developer,
|
45
|
+
.ion-android-display,
|
46
|
+
.ion-android-download,
|
47
|
+
.ion-android-dropdown,
|
48
|
+
.ion-android-earth,
|
49
|
+
.ion-android-folder,
|
50
|
+
.ion-android-forums,
|
51
|
+
.ion-android-friends,
|
52
|
+
.ion-android-hand,
|
53
|
+
.ion-android-image,
|
54
|
+
.ion-android-inbox,
|
55
|
+
.ion-android-information,
|
56
|
+
.ion-android-keypad,
|
57
|
+
.ion-android-lightbulb,
|
58
|
+
.ion-android-locate,
|
59
|
+
.ion-android-location,
|
60
|
+
.ion-android-mail,
|
61
|
+
.ion-android-microphone,
|
62
|
+
.ion-android-mixer,
|
63
|
+
.ion-android-more,
|
64
|
+
.ion-android-note,
|
65
|
+
.ion-android-playstore,
|
66
|
+
.ion-android-printer,
|
67
|
+
.ion-android-promotion,
|
68
|
+
.ion-android-reminder,
|
69
|
+
.ion-android-remove,
|
70
|
+
.ion-android-search,
|
71
|
+
.ion-android-send,
|
72
|
+
.ion-android-settings,
|
73
|
+
.ion-android-share,
|
74
|
+
.ion-android-social,
|
75
|
+
.ion-android-social-user,
|
76
|
+
.ion-android-sort,
|
77
|
+
.ion-android-star,
|
78
|
+
.ion-android-stopwatch,
|
79
|
+
.ion-android-storage,
|
80
|
+
.ion-android-system-back,
|
81
|
+
.ion-android-system-home,
|
82
|
+
.ion-android-system-windows,
|
83
|
+
.ion-android-timer,
|
84
|
+
.ion-android-trash,
|
85
|
+
.ion-android-volume,
|
86
|
+
.ion-android-wifi,
|
87
|
+
.ion-archive,
|
88
|
+
.ion-arrow-down-a,
|
89
|
+
.ion-arrow-down-b,
|
90
|
+
.ion-arrow-down-c,
|
91
|
+
.ion-arrow-expand,
|
92
|
+
.ion-arrow-graph-down-left,
|
93
|
+
.ion-arrow-graph-down-right,
|
94
|
+
.ion-arrow-graph-up-left,
|
95
|
+
.ion-arrow-graph-up-right,
|
96
|
+
.ion-arrow-left-a,
|
97
|
+
.ion-arrow-left-b,
|
98
|
+
.ion-arrow-left-c,
|
99
|
+
.ion-arrow-move,
|
100
|
+
.ion-arrow-resize,
|
101
|
+
.ion-arrow-return-left,
|
102
|
+
.ion-arrow-return-right,
|
103
|
+
.ion-arrow-right-a,
|
104
|
+
.ion-arrow-right-b,
|
105
|
+
.ion-arrow-right-c,
|
106
|
+
.ion-arrow-shrink,
|
107
|
+
.ion-arrow-swap,
|
108
|
+
.ion-arrow-up-a,
|
109
|
+
.ion-arrow-up-b,
|
110
|
+
.ion-arrow-up-c,
|
111
|
+
.ion-at,
|
112
|
+
.ion-bag,
|
113
|
+
.ion-battery-charging,
|
114
|
+
.ion-battery-empty,
|
115
|
+
.ion-battery-full,
|
116
|
+
.ion-battery-half,
|
117
|
+
.ion-battery-low,
|
118
|
+
.ion-beaker,
|
119
|
+
.ion-beer,
|
120
|
+
.ion-bluetooth,
|
121
|
+
.ion-bookmark,
|
122
|
+
.ion-briefcase,
|
123
|
+
.ion-bug,
|
124
|
+
.ion-calculator,
|
125
|
+
.ion-calendar,
|
126
|
+
.ion-camera,
|
127
|
+
.ion-card,
|
128
|
+
.ion-chatbox,
|
129
|
+
.ion-chatbox-working,
|
130
|
+
.ion-chatboxes,
|
131
|
+
.ion-chatbubble,
|
132
|
+
.ion-chatbubble-working,
|
133
|
+
.ion-chatbubbles,
|
134
|
+
.ion-checkmark,
|
135
|
+
.ion-checkmark-circled,
|
136
|
+
.ion-checkmark-round,
|
137
|
+
.ion-chevron-down,
|
138
|
+
.ion-chevron-left,
|
139
|
+
.ion-chevron-right,
|
140
|
+
.ion-chevron-up,
|
141
|
+
.ion-clipboard,
|
142
|
+
.ion-clock,
|
143
|
+
.ion-close,
|
144
|
+
.ion-close-circled,
|
145
|
+
.ion-close-round,
|
146
|
+
.ion-cloud,
|
147
|
+
.ion-code,
|
148
|
+
.ion-code-download,
|
149
|
+
.ion-code-working,
|
150
|
+
.ion-coffee,
|
151
|
+
.ion-compass,
|
152
|
+
.ion-compose,
|
153
|
+
.ion-connection-bars,
|
154
|
+
.ion-contrast,
|
155
|
+
.ion-disc,
|
156
|
+
.ion-document,
|
157
|
+
.ion-document-text,
|
158
|
+
.ion-drag,
|
159
|
+
.ion-earth,
|
160
|
+
.ion-edit,
|
161
|
+
.ion-egg,
|
162
|
+
.ion-eject,
|
163
|
+
.ion-email,
|
164
|
+
.ion-eye,
|
165
|
+
.ion-eye-disabled,
|
166
|
+
.ion-female,
|
167
|
+
.ion-filing,
|
168
|
+
.ion-film-marker,
|
169
|
+
.ion-flag,
|
170
|
+
.ion-flash,
|
171
|
+
.ion-flash-off,
|
172
|
+
.ion-flask,
|
173
|
+
.ion-folder,
|
174
|
+
.ion-fork,
|
175
|
+
.ion-fork-repo,
|
176
|
+
.ion-forward,
|
177
|
+
.ion-game-controller-a,
|
178
|
+
.ion-game-controller-b,
|
179
|
+
.ion-gear-a,
|
180
|
+
.ion-gear-b,
|
181
|
+
.ion-grid,
|
182
|
+
.ion-hammer,
|
183
|
+
.ion-headphone,
|
184
|
+
.ion-heart,
|
185
|
+
.ion-help,
|
186
|
+
.ion-help-buoy,
|
187
|
+
.ion-help-circled,
|
188
|
+
.ion-home,
|
189
|
+
.ion-icecream,
|
190
|
+
.ion-icon-social-google-plus,
|
191
|
+
.ion-icon-social-google-plus-outline,
|
192
|
+
.ion-image,
|
193
|
+
.ion-images,
|
194
|
+
.ion-information,
|
195
|
+
.ion-information-circled,
|
196
|
+
.ion-ionic,
|
197
|
+
.ion-ios7-alarm,
|
198
|
+
.ion-ios7-alarm-outline,
|
199
|
+
.ion-ios7-albums,
|
200
|
+
.ion-ios7-albums-outline,
|
201
|
+
.ion-ios7-arrow-back,
|
202
|
+
.ion-ios7-arrow-down,
|
203
|
+
.ion-ios7-arrow-forward,
|
204
|
+
.ion-ios7-arrow-left,
|
205
|
+
.ion-ios7-arrow-right,
|
206
|
+
.ion-ios7-arrow-thin-down,
|
207
|
+
.ion-ios7-arrow-thin-left,
|
208
|
+
.ion-ios7-arrow-thin-right,
|
209
|
+
.ion-ios7-arrow-thin-up,
|
210
|
+
.ion-ios7-arrow-up,
|
211
|
+
.ion-ios7-at,
|
212
|
+
.ion-ios7-at-outline,
|
213
|
+
.ion-ios7-bell,
|
214
|
+
.ion-ios7-bell-outline,
|
215
|
+
.ion-ios7-bolt,
|
216
|
+
.ion-ios7-bolt-outline,
|
217
|
+
.ion-ios7-bookmarks,
|
218
|
+
.ion-ios7-bookmarks-outline,
|
219
|
+
.ion-ios7-box,
|
220
|
+
.ion-ios7-box-outline,
|
221
|
+
.ion-ios7-briefcase,
|
222
|
+
.ion-ios7-briefcase-outline,
|
223
|
+
.ion-ios7-browsers,
|
224
|
+
.ion-ios7-browsers-outline,
|
225
|
+
.ion-ios7-calculator,
|
226
|
+
.ion-ios7-calculator-outline,
|
227
|
+
.ion-ios7-calendar,
|
228
|
+
.ion-ios7-calendar-outline,
|
229
|
+
.ion-ios7-camera,
|
230
|
+
.ion-ios7-camera-outline,
|
231
|
+
.ion-ios7-cart,
|
232
|
+
.ion-ios7-cart-outline,
|
233
|
+
.ion-ios7-chatboxes,
|
234
|
+
.ion-ios7-chatboxes-outline,
|
235
|
+
.ion-ios7-chatbubble,
|
236
|
+
.ion-ios7-chatbubble-outline,
|
237
|
+
.ion-ios7-checkmark,
|
238
|
+
.ion-ios7-checkmark-empty,
|
239
|
+
.ion-ios7-checkmark-outline,
|
240
|
+
.ion-ios7-circle-filled,
|
241
|
+
.ion-ios7-circle-outline,
|
242
|
+
.ion-ios7-clock,
|
243
|
+
.ion-ios7-clock-outline,
|
244
|
+
.ion-ios7-close,
|
245
|
+
.ion-ios7-close-empty,
|
246
|
+
.ion-ios7-close-outline,
|
247
|
+
.ion-ios7-cloud,
|
248
|
+
.ion-ios7-cloud-download,
|
249
|
+
.ion-ios7-cloud-download-outline,
|
250
|
+
.ion-ios7-cloud-outline,
|
251
|
+
.ion-ios7-cloud-upload,
|
252
|
+
.ion-ios7-cloud-upload-outline,
|
253
|
+
.ion-ios7-cloudy,
|
254
|
+
.ion-ios7-cloudy-night,
|
255
|
+
.ion-ios7-cloudy-night-outline,
|
256
|
+
.ion-ios7-cloudy-outline,
|
257
|
+
.ion-ios7-cog,
|
258
|
+
.ion-ios7-cog-outline,
|
259
|
+
.ion-ios7-compose,
|
260
|
+
.ion-ios7-compose-outline,
|
261
|
+
.ion-ios7-contact,
|
262
|
+
.ion-ios7-contact-outline,
|
263
|
+
.ion-ios7-copy,
|
264
|
+
.ion-ios7-copy-outline,
|
265
|
+
.ion-ios7-download,
|
266
|
+
.ion-ios7-download-outline,
|
267
|
+
.ion-ios7-drag,
|
268
|
+
.ion-ios7-email,
|
269
|
+
.ion-ios7-email-outline,
|
270
|
+
.ion-ios7-eye,
|
271
|
+
.ion-ios7-eye-outline,
|
272
|
+
.ion-ios7-fastforward,
|
273
|
+
.ion-ios7-fastforward-outline,
|
274
|
+
.ion-ios7-filing,
|
275
|
+
.ion-ios7-filing-outline,
|
276
|
+
.ion-ios7-film,
|
277
|
+
.ion-ios7-film-outline,
|
278
|
+
.ion-ios7-flag,
|
279
|
+
.ion-ios7-flag-outline,
|
280
|
+
.ion-ios7-folder,
|
281
|
+
.ion-ios7-folder-outline,
|
282
|
+
.ion-ios7-gear,
|
283
|
+
.ion-ios7-gear-outline,
|
284
|
+
.ion-ios7-glasses,
|
285
|
+
.ion-ios7-glasses-outline,
|
286
|
+
.ion-ios7-heart,
|
287
|
+
.ion-ios7-heart-outline,
|
288
|
+
.ion-ios7-help,
|
289
|
+
.ion-ios7-help-empty,
|
290
|
+
.ion-ios7-help-outline,
|
291
|
+
.ion-ios7-infinite,
|
292
|
+
.ion-ios7-infinite-outline,
|
293
|
+
.ion-ios7-information,
|
294
|
+
.ion-ios7-information-empty,
|
295
|
+
.ion-ios7-information-outline,
|
296
|
+
.ion-ios7-ionic-outline,
|
297
|
+
.ion-ios7-keypad,
|
298
|
+
.ion-ios7-keypad-outline,
|
299
|
+
.ion-ios7-lightbulb,
|
300
|
+
.ion-ios7-lightbulb-outline,
|
301
|
+
.ion-ios7-location,
|
302
|
+
.ion-ios7-location-outline,
|
303
|
+
.ion-ios7-locked,
|
304
|
+
.ion-ios7-locked-outline,
|
305
|
+
.ion-ios7-medkit,
|
306
|
+
.ion-ios7-medkit-outline,
|
307
|
+
.ion-ios7-mic,
|
308
|
+
.ion-ios7-mic-off,
|
309
|
+
.ion-ios7-mic-outline,
|
310
|
+
.ion-ios7-minus,
|
311
|
+
.ion-ios7-minus-empty,
|
312
|
+
.ion-ios7-minus-outline,
|
313
|
+
.ion-ios7-monitor,
|
314
|
+
.ion-ios7-monitor-outline,
|
315
|
+
.ion-ios7-moon,
|
316
|
+
.ion-ios7-moon-outline,
|
317
|
+
.ion-ios7-more,
|
318
|
+
.ion-ios7-more-outline,
|
319
|
+
.ion-ios7-musical-note,
|
320
|
+
.ion-ios7-musical-notes,
|
321
|
+
.ion-ios7-navigate,
|
322
|
+
.ion-ios7-navigate-outline,
|
323
|
+
.ion-ios7-paperplane,
|
324
|
+
.ion-ios7-paperplane-outline,
|
325
|
+
.ion-ios7-partlysunny,
|
326
|
+
.ion-ios7-partlysunny-outline,
|
327
|
+
.ion-ios7-pause,
|
328
|
+
.ion-ios7-pause-outline,
|
329
|
+
.ion-ios7-people,
|
330
|
+
.ion-ios7-people-outline,
|
331
|
+
.ion-ios7-person,
|
332
|
+
.ion-ios7-person-outline,
|
333
|
+
.ion-ios7-personadd,
|
334
|
+
.ion-ios7-personadd-outline,
|
335
|
+
.ion-ios7-photos,
|
336
|
+
.ion-ios7-photos-outline,
|
337
|
+
.ion-ios7-pie,
|
338
|
+
.ion-ios7-pie-outline,
|
339
|
+
.ion-ios7-play,
|
340
|
+
.ion-ios7-play-outline,
|
341
|
+
.ion-ios7-plus,
|
342
|
+
.ion-ios7-plus-empty,
|
343
|
+
.ion-ios7-plus-outline,
|
344
|
+
.ion-ios7-pricetag,
|
345
|
+
.ion-ios7-pricetag-outline,
|
346
|
+
.ion-ios7-printer,
|
347
|
+
.ion-ios7-printer-outline,
|
348
|
+
.ion-ios7-rainy,
|
349
|
+
.ion-ios7-rainy-outline,
|
350
|
+
.ion-ios7-recording,
|
351
|
+
.ion-ios7-recording-outline,
|
352
|
+
.ion-ios7-redo,
|
353
|
+
.ion-ios7-redo-outline,
|
354
|
+
.ion-ios7-refresh,
|
355
|
+
.ion-ios7-refresh-empty,
|
356
|
+
.ion-ios7-refresh-outline,
|
357
|
+
.ion-ios7-reload,
|
358
|
+
.ion-ios7-rewind,
|
359
|
+
.ion-ios7-rewind-outline,
|
360
|
+
.ion-ios7-search,
|
361
|
+
.ion-ios7-search-strong,
|
362
|
+
.ion-ios7-skipbackward,
|
363
|
+
.ion-ios7-skipbackward-outline,
|
364
|
+
.ion-ios7-skipforward,
|
365
|
+
.ion-ios7-skipforward-outline,
|
366
|
+
.ion-ios7-snowy,
|
367
|
+
.ion-ios7-speedometer,
|
368
|
+
.ion-ios7-speedometer-outline,
|
369
|
+
.ion-ios7-star,
|
370
|
+
.ion-ios7-star-outline,
|
371
|
+
.ion-ios7-stopwatch,
|
372
|
+
.ion-ios7-stopwatch-outline,
|
373
|
+
.ion-ios7-sunny,
|
374
|
+
.ion-ios7-sunny-outline,
|
375
|
+
.ion-ios7-telephone,
|
376
|
+
.ion-ios7-telephone-outline,
|
377
|
+
.ion-ios7-thunderstorm,
|
378
|
+
.ion-ios7-thunderstorm-outline,
|
379
|
+
.ion-ios7-time,
|
380
|
+
.ion-ios7-time-outline,
|
381
|
+
.ion-ios7-timer,
|
382
|
+
.ion-ios7-timer-outline,
|
383
|
+
.ion-ios7-trash,
|
384
|
+
.ion-ios7-trash-outline,
|
385
|
+
.ion-ios7-undo,
|
386
|
+
.ion-ios7-undo-outline,
|
387
|
+
.ion-ios7-unlocked,
|
388
|
+
.ion-ios7-unlocked-outline,
|
389
|
+
.ion-ios7-upload,
|
390
|
+
.ion-ios7-upload-outline,
|
391
|
+
.ion-ios7-videocam,
|
392
|
+
.ion-ios7-videocam-outline,
|
393
|
+
.ion-ios7-volume-high,
|
394
|
+
.ion-ios7-volume-low,
|
395
|
+
.ion-ios7-wineglass,
|
396
|
+
.ion-ios7-wineglass-outline,
|
397
|
+
.ion-ios7-world,
|
398
|
+
.ion-ios7-world-outline,
|
399
|
+
.ion-ipad,
|
400
|
+
.ion-iphone,
|
401
|
+
.ion-ipod,
|
402
|
+
.ion-jet,
|
403
|
+
.ion-key,
|
404
|
+
.ion-knife,
|
405
|
+
.ion-laptop,
|
406
|
+
.ion-leaf,
|
407
|
+
.ion-levels,
|
408
|
+
.ion-lightbulb,
|
409
|
+
.ion-link,
|
410
|
+
.ion-load-a,
|
411
|
+
.ion-load-b,
|
412
|
+
.ion-load-c,
|
413
|
+
.ion-load-d,
|
414
|
+
.ion-location,
|
415
|
+
.ion-locked,
|
416
|
+
.ion-log-in,
|
417
|
+
.ion-log-out,
|
418
|
+
.ion-loop,
|
419
|
+
.ion-magnet,
|
420
|
+
.ion-male,
|
421
|
+
.ion-man,
|
422
|
+
.ion-map,
|
423
|
+
.ion-medkit,
|
424
|
+
.ion-mic-a,
|
425
|
+
.ion-mic-b,
|
426
|
+
.ion-mic-c,
|
427
|
+
.ion-minus,
|
428
|
+
.ion-minus-circled,
|
429
|
+
.ion-minus-round,
|
430
|
+
.ion-model-s,
|
431
|
+
.ion-monitor,
|
432
|
+
.ion-more,
|
433
|
+
.ion-music-note,
|
434
|
+
.ion-navicon,
|
435
|
+
.ion-navicon-round,
|
436
|
+
.ion-navigate,
|
437
|
+
.ion-no-smoking,
|
438
|
+
.ion-nuclear,
|
439
|
+
.ion-paper-airplane,
|
440
|
+
.ion-paperclip,
|
441
|
+
.ion-pause,
|
442
|
+
.ion-person,
|
443
|
+
.ion-person-add,
|
444
|
+
.ion-person-stalker,
|
445
|
+
.ion-pie-graph,
|
446
|
+
.ion-pin,
|
447
|
+
.ion-pinpoint,
|
448
|
+
.ion-pizza,
|
449
|
+
.ion-plane,
|
450
|
+
.ion-play,
|
451
|
+
.ion-playstation,
|
452
|
+
.ion-plus,
|
453
|
+
.ion-plus-circled,
|
454
|
+
.ion-plus-round,
|
455
|
+
.ion-pound,
|
456
|
+
.ion-power,
|
457
|
+
.ion-pricetag,
|
458
|
+
.ion-pricetags,
|
459
|
+
.ion-printer,
|
460
|
+
.ion-radio-waves,
|
461
|
+
.ion-record,
|
462
|
+
.ion-refresh,
|
463
|
+
.ion-reply,
|
464
|
+
.ion-reply-all,
|
465
|
+
.ion-search,
|
466
|
+
.ion-settings,
|
467
|
+
.ion-share,
|
468
|
+
.ion-shuffle,
|
469
|
+
.ion-skip-backward,
|
470
|
+
.ion-skip-forward,
|
471
|
+
.ion-social-android,
|
472
|
+
.ion-social-android-outline,
|
473
|
+
.ion-social-apple,
|
474
|
+
.ion-social-apple-outline,
|
475
|
+
.ion-social-bitcoin,
|
476
|
+
.ion-social-bitcoin-outline,
|
477
|
+
.ion-social-buffer,
|
478
|
+
.ion-social-buffer-outline,
|
479
|
+
.ion-social-designernews,
|
480
|
+
.ion-social-designernews-outline,
|
481
|
+
.ion-social-dribbble,
|
482
|
+
.ion-social-dribbble-outline,
|
483
|
+
.ion-social-dropbox,
|
484
|
+
.ion-social-dropbox-outline,
|
485
|
+
.ion-social-facebook,
|
486
|
+
.ion-social-facebook-outline,
|
487
|
+
.ion-social-freebsd-devil,
|
488
|
+
.ion-social-github,
|
489
|
+
.ion-social-github-outline,
|
490
|
+
.ion-social-googleplus,
|
491
|
+
.ion-social-googleplus-outline,
|
492
|
+
.ion-social-hackernews,
|
493
|
+
.ion-social-hackernews-outline,
|
494
|
+
.ion-social-linkedin,
|
495
|
+
.ion-social-linkedin-outline,
|
496
|
+
.ion-social-pinterest,
|
497
|
+
.ion-social-pinterest-outline,
|
498
|
+
.ion-social-reddit,
|
499
|
+
.ion-social-reddit-outline,
|
500
|
+
.ion-social-rss,
|
501
|
+
.ion-social-rss-outline,
|
502
|
+
.ion-social-skype,
|
503
|
+
.ion-social-skype-outline,
|
504
|
+
.ion-social-tumblr,
|
505
|
+
.ion-social-tumblr-outline,
|
506
|
+
.ion-social-tux,
|
507
|
+
.ion-social-twitter,
|
508
|
+
.ion-social-twitter-outline,
|
509
|
+
.ion-social-vimeo,
|
510
|
+
.ion-social-vimeo-outline,
|
511
|
+
.ion-social-windows,
|
512
|
+
.ion-social-windows-outline,
|
513
|
+
.ion-social-wordpress,
|
514
|
+
.ion-social-wordpress-outline,
|
515
|
+
.ion-social-yahoo,
|
516
|
+
.ion-social-yahoo-outline,
|
517
|
+
.ion-social-youtube,
|
518
|
+
.ion-social-youtube-outline,
|
519
|
+
.ion-speakerphone,
|
520
|
+
.ion-speedometer,
|
521
|
+
.ion-spoon,
|
522
|
+
.ion-star,
|
523
|
+
.ion-stats-bars,
|
524
|
+
.ion-steam,
|
525
|
+
.ion-stop,
|
526
|
+
.ion-thermometer,
|
527
|
+
.ion-thumbsdown,
|
528
|
+
.ion-thumbsup,
|
529
|
+
.ion-trash-a,
|
530
|
+
.ion-trash-b,
|
531
|
+
.ion-umbrella,
|
532
|
+
.ion-unlocked,
|
533
|
+
.ion-upload,
|
534
|
+
.ion-usb,
|
535
|
+
.ion-videocamera,
|
536
|
+
.ion-volume-high,
|
537
|
+
.ion-volume-low,
|
538
|
+
.ion-volume-medium,
|
539
|
+
.ion-volume-mute,
|
540
|
+
.ion-waterdrop,
|
541
|
+
.ion-wifi,
|
542
|
+
.ion-wineglass,
|
543
|
+
.ion-woman,
|
544
|
+
.ion-wrench,
|
545
|
+
.ion-xbox {
|
546
|
+
display: inline-block;
|
547
|
+
font-family: "Ionicons";
|
548
|
+
speak: none;
|
549
|
+
font-style: normal;
|
550
|
+
font-weight: normal;
|
551
|
+
font-variant: normal;
|
552
|
+
text-transform: none;
|
553
|
+
text-rendering: auto;
|
554
|
+
line-height: 1;
|
555
|
+
-webkit-font-smoothing: antialiased;
|
556
|
+
-moz-osx-font-smoothing: grayscale; }
|
557
|
+
|
558
|
+
.ion-spin, .ion-loading-a,
|
559
|
+
.ion-loading-b,
|
560
|
+
.ion-loading-c,
|
561
|
+
.ion-loading-d,
|
562
|
+
.ion-looping,
|
563
|
+
.ion-refreshing,
|
564
|
+
.ion-ios7-reloading {
|
565
|
+
-webkit-animation: spin 1s infinite linear;
|
566
|
+
-moz-animation: spin 1s infinite linear;
|
567
|
+
-o-animation: spin 1s infinite linear;
|
568
|
+
animation: spin 1s infinite linear; }
|
569
|
+
|
570
|
+
@-moz-keyframes spin {
|
571
|
+
0% {
|
572
|
+
-moz-transform: rotate(0deg); }
|
573
|
+
|
574
|
+
100% {
|
575
|
+
-moz-transform: rotate(359deg); } }
|
576
|
+
|
577
|
+
@-webkit-keyframes spin {
|
578
|
+
0% {
|
579
|
+
-webkit-transform: rotate(0deg); }
|
580
|
+
|
581
|
+
100% {
|
582
|
+
-webkit-transform: rotate(359deg); } }
|
583
|
+
|
584
|
+
@-o-keyframes spin {
|
585
|
+
0% {
|
586
|
+
-o-transform: rotate(0deg); }
|
587
|
+
|
588
|
+
100% {
|
589
|
+
-o-transform: rotate(359deg); } }
|
590
|
+
|
591
|
+
@-ms-keyframes spin {
|
592
|
+
0% {
|
593
|
+
-ms-transform: rotate(0deg); }
|
594
|
+
|
595
|
+
100% {
|
596
|
+
-ms-transform: rotate(359deg); } }
|
597
|
+
|
598
|
+
@keyframes spin {
|
599
|
+
0% {
|
600
|
+
transform: rotate(0deg); }
|
601
|
+
|
602
|
+
100% {
|
603
|
+
transform: rotate(359deg); } }
|
604
|
+
|
605
|
+
.ion-loading-a {
|
606
|
+
-webkit-animation-timing-function: steps(8, start);
|
607
|
+
-moz-animation-timing-function: steps(8, start);
|
608
|
+
animation-timing-function: steps(8, start); }
|
609
|
+
|
610
|
+
.ion-alert:before {
|
611
|
+
content: "\f101"; }
|
612
|
+
|
613
|
+
.ion-alert-circled:before {
|
614
|
+
content: "\f100"; }
|
615
|
+
|
616
|
+
.ion-android-add:before {
|
617
|
+
content: "\f2c7"; }
|
618
|
+
|
619
|
+
.ion-android-add-contact:before {
|
620
|
+
content: "\f2c6"; }
|
621
|
+
|
622
|
+
.ion-android-alarm:before {
|
623
|
+
content: "\f2c8"; }
|
624
|
+
|
625
|
+
.ion-android-archive:before {
|
626
|
+
content: "\f2c9"; }
|
627
|
+
|
628
|
+
.ion-android-arrow-back:before {
|
629
|
+
content: "\f2ca"; }
|
630
|
+
|
631
|
+
.ion-android-arrow-down-left:before {
|
632
|
+
content: "\f2cb"; }
|
633
|
+
|
634
|
+
.ion-android-arrow-down-right:before {
|
635
|
+
content: "\f2cc"; }
|
636
|
+
|
637
|
+
.ion-android-arrow-up-left:before {
|
638
|
+
content: "\f2cd"; }
|
639
|
+
|
640
|
+
.ion-android-arrow-up-right:before {
|
641
|
+
content: "\f2ce"; }
|
642
|
+
|
643
|
+
.ion-android-battery:before {
|
644
|
+
content: "\f2cf"; }
|
645
|
+
|
646
|
+
.ion-android-book:before {
|
647
|
+
content: "\f2d0"; }
|
648
|
+
|
649
|
+
.ion-android-calendar:before {
|
650
|
+
content: "\f2d1"; }
|
651
|
+
|
652
|
+
.ion-android-call:before {
|
653
|
+
content: "\f2d2"; }
|
654
|
+
|
655
|
+
.ion-android-camera:before {
|
656
|
+
content: "\f2d3"; }
|
657
|
+
|
658
|
+
.ion-android-chat:before {
|
659
|
+
content: "\f2d4"; }
|
660
|
+
|
661
|
+
.ion-android-checkmark:before {
|
662
|
+
content: "\f2d5"; }
|
663
|
+
|
664
|
+
.ion-android-clock:before {
|
665
|
+
content: "\f2d6"; }
|
666
|
+
|
667
|
+
.ion-android-close:before {
|
668
|
+
content: "\f2d7"; }
|
669
|
+
|
670
|
+
.ion-android-contact:before {
|
671
|
+
content: "\f2d8"; }
|
672
|
+
|
673
|
+
.ion-android-contacts:before {
|
674
|
+
content: "\f2d9"; }
|
675
|
+
|
676
|
+
.ion-android-data:before {
|
677
|
+
content: "\f2da"; }
|
678
|
+
|
679
|
+
.ion-android-developer:before {
|
680
|
+
content: "\f2db"; }
|
681
|
+
|
682
|
+
.ion-android-display:before {
|
683
|
+
content: "\f2dc"; }
|
684
|
+
|
685
|
+
.ion-android-download:before {
|
686
|
+
content: "\f2dd"; }
|
687
|
+
|
688
|
+
.ion-android-dropdown:before {
|
689
|
+
content: "\f2de"; }
|
690
|
+
|
691
|
+
.ion-android-earth:before {
|
692
|
+
content: "\f2df"; }
|
693
|
+
|
694
|
+
.ion-android-folder:before {
|
695
|
+
content: "\f2e0"; }
|
696
|
+
|
697
|
+
.ion-android-forums:before {
|
698
|
+
content: "\f2e1"; }
|
699
|
+
|
700
|
+
.ion-android-friends:before {
|
701
|
+
content: "\f2e2"; }
|
702
|
+
|
703
|
+
.ion-android-hand:before {
|
704
|
+
content: "\f2e3"; }
|
705
|
+
|
706
|
+
.ion-android-image:before {
|
707
|
+
content: "\f2e4"; }
|
708
|
+
|
709
|
+
.ion-android-inbox:before {
|
710
|
+
content: "\f2e5"; }
|
711
|
+
|
712
|
+
.ion-android-information:before {
|
713
|
+
content: "\f2e6"; }
|
714
|
+
|
715
|
+
.ion-android-keypad:before {
|
716
|
+
content: "\f2e7"; }
|
717
|
+
|
718
|
+
.ion-android-lightbulb:before {
|
719
|
+
content: "\f2e8"; }
|
720
|
+
|
721
|
+
.ion-android-locate:before {
|
722
|
+
content: "\f2e9"; }
|
723
|
+
|
724
|
+
.ion-android-location:before {
|
725
|
+
content: "\f2ea"; }
|
726
|
+
|
727
|
+
.ion-android-mail:before {
|
728
|
+
content: "\f2eb"; }
|
729
|
+
|
730
|
+
.ion-android-microphone:before {
|
731
|
+
content: "\f2ec"; }
|
732
|
+
|
733
|
+
.ion-android-mixer:before {
|
734
|
+
content: "\f2ed"; }
|
735
|
+
|
736
|
+
.ion-android-more:before {
|
737
|
+
content: "\f2ee"; }
|
738
|
+
|
739
|
+
.ion-android-note:before {
|
740
|
+
content: "\f2ef"; }
|
741
|
+
|
742
|
+
.ion-android-playstore:before {
|
743
|
+
content: "\f2f0"; }
|
744
|
+
|
745
|
+
.ion-android-printer:before {
|
746
|
+
content: "\f2f1"; }
|
747
|
+
|
748
|
+
.ion-android-promotion:before {
|
749
|
+
content: "\f2f2"; }
|
750
|
+
|
751
|
+
.ion-android-reminder:before {
|
752
|
+
content: "\f2f3"; }
|
753
|
+
|
754
|
+
.ion-android-remove:before {
|
755
|
+
content: "\f2f4"; }
|
756
|
+
|
757
|
+
.ion-android-search:before {
|
758
|
+
content: "\f2f5"; }
|
759
|
+
|
760
|
+
.ion-android-send:before {
|
761
|
+
content: "\f2f6"; }
|
762
|
+
|
763
|
+
.ion-android-settings:before {
|
764
|
+
content: "\f2f7"; }
|
765
|
+
|
766
|
+
.ion-android-share:before {
|
767
|
+
content: "\f2f8"; }
|
768
|
+
|
769
|
+
.ion-android-social:before {
|
770
|
+
content: "\f2fa"; }
|
771
|
+
|
772
|
+
.ion-android-social-user:before {
|
773
|
+
content: "\f2f9"; }
|
774
|
+
|
775
|
+
.ion-android-sort:before {
|
776
|
+
content: "\f2fb"; }
|
777
|
+
|
778
|
+
.ion-android-star:before {
|
779
|
+
content: "\f2fc"; }
|
780
|
+
|
781
|
+
.ion-android-stopwatch:before {
|
782
|
+
content: "\f2fd"; }
|
783
|
+
|
784
|
+
.ion-android-storage:before {
|
785
|
+
content: "\f2fe"; }
|
786
|
+
|
787
|
+
.ion-android-system-back:before {
|
788
|
+
content: "\f2ff"; }
|
789
|
+
|
790
|
+
.ion-android-system-home:before {
|
791
|
+
content: "\f300"; }
|
792
|
+
|
793
|
+
.ion-android-system-windows:before {
|
794
|
+
content: "\f301"; }
|
795
|
+
|
796
|
+
.ion-android-timer:before {
|
797
|
+
content: "\f302"; }
|
798
|
+
|
799
|
+
.ion-android-trash:before {
|
800
|
+
content: "\f303"; }
|
801
|
+
|
802
|
+
.ion-android-volume:before {
|
803
|
+
content: "\f304"; }
|
804
|
+
|
805
|
+
.ion-android-wifi:before {
|
806
|
+
content: "\f305"; }
|
807
|
+
|
808
|
+
.ion-archive:before {
|
809
|
+
content: "\f102"; }
|
810
|
+
|
811
|
+
.ion-arrow-down-a:before {
|
812
|
+
content: "\f103"; }
|
813
|
+
|
814
|
+
.ion-arrow-down-b:before {
|
815
|
+
content: "\f104"; }
|
816
|
+
|
817
|
+
.ion-arrow-down-c:before {
|
818
|
+
content: "\f105"; }
|
819
|
+
|
820
|
+
.ion-arrow-expand:before {
|
821
|
+
content: "\f25e"; }
|
822
|
+
|
823
|
+
.ion-arrow-graph-down-left:before {
|
824
|
+
content: "\f25f"; }
|
825
|
+
|
826
|
+
.ion-arrow-graph-down-right:before {
|
827
|
+
content: "\f260"; }
|
828
|
+
|
829
|
+
.ion-arrow-graph-up-left:before {
|
830
|
+
content: "\f261"; }
|
831
|
+
|
832
|
+
.ion-arrow-graph-up-right:before {
|
833
|
+
content: "\f262"; }
|
834
|
+
|
835
|
+
.ion-arrow-left-a:before {
|
836
|
+
content: "\f106"; }
|
837
|
+
|
838
|
+
.ion-arrow-left-b:before {
|
839
|
+
content: "\f107"; }
|
840
|
+
|
841
|
+
.ion-arrow-left-c:before {
|
842
|
+
content: "\f108"; }
|
843
|
+
|
844
|
+
.ion-arrow-move:before {
|
845
|
+
content: "\f263"; }
|
846
|
+
|
847
|
+
.ion-arrow-resize:before {
|
848
|
+
content: "\f264"; }
|
849
|
+
|
850
|
+
.ion-arrow-return-left:before {
|
851
|
+
content: "\f265"; }
|
852
|
+
|
853
|
+
.ion-arrow-return-right:before {
|
854
|
+
content: "\f266"; }
|
855
|
+
|
856
|
+
.ion-arrow-right-a:before {
|
857
|
+
content: "\f109"; }
|
858
|
+
|
859
|
+
.ion-arrow-right-b:before {
|
860
|
+
content: "\f10a"; }
|
861
|
+
|
862
|
+
.ion-arrow-right-c:before {
|
863
|
+
content: "\f10b"; }
|
864
|
+
|
865
|
+
.ion-arrow-shrink:before {
|
866
|
+
content: "\f267"; }
|
867
|
+
|
868
|
+
.ion-arrow-swap:before {
|
869
|
+
content: "\f268"; }
|
870
|
+
|
871
|
+
.ion-arrow-up-a:before {
|
872
|
+
content: "\f10c"; }
|
873
|
+
|
874
|
+
.ion-arrow-up-b:before {
|
875
|
+
content: "\f10d"; }
|
876
|
+
|
877
|
+
.ion-arrow-up-c:before {
|
878
|
+
content: "\f10e"; }
|
879
|
+
|
880
|
+
.ion-at:before {
|
881
|
+
content: "\f10f"; }
|
882
|
+
|
883
|
+
.ion-bag:before {
|
884
|
+
content: "\f110"; }
|
885
|
+
|
886
|
+
.ion-battery-charging:before {
|
887
|
+
content: "\f111"; }
|
888
|
+
|
889
|
+
.ion-battery-empty:before {
|
890
|
+
content: "\f112"; }
|
891
|
+
|
892
|
+
.ion-battery-full:before {
|
893
|
+
content: "\f113"; }
|
894
|
+
|
895
|
+
.ion-battery-half:before {
|
896
|
+
content: "\f114"; }
|
897
|
+
|
898
|
+
.ion-battery-low:before {
|
899
|
+
content: "\f115"; }
|
900
|
+
|
901
|
+
.ion-beaker:before {
|
902
|
+
content: "\f269"; }
|
903
|
+
|
904
|
+
.ion-beer:before {
|
905
|
+
content: "\f26a"; }
|
906
|
+
|
907
|
+
.ion-bluetooth:before {
|
908
|
+
content: "\f116"; }
|
909
|
+
|
910
|
+
.ion-bookmark:before {
|
911
|
+
content: "\f26b"; }
|
912
|
+
|
913
|
+
.ion-briefcase:before {
|
914
|
+
content: "\f26c"; }
|
915
|
+
|
916
|
+
.ion-bug:before {
|
917
|
+
content: "\f2be"; }
|
918
|
+
|
919
|
+
.ion-calculator:before {
|
920
|
+
content: "\f26d"; }
|
921
|
+
|
922
|
+
.ion-calendar:before {
|
923
|
+
content: "\f117"; }
|
924
|
+
|
925
|
+
.ion-camera:before {
|
926
|
+
content: "\f118"; }
|
927
|
+
|
928
|
+
.ion-card:before {
|
929
|
+
content: "\f119"; }
|
930
|
+
|
931
|
+
.ion-chatbox:before {
|
932
|
+
content: "\f11b"; }
|
933
|
+
|
934
|
+
.ion-chatbox-working:before {
|
935
|
+
content: "\f11a"; }
|
936
|
+
|
937
|
+
.ion-chatboxes:before {
|
938
|
+
content: "\f11c"; }
|
939
|
+
|
940
|
+
.ion-chatbubble:before {
|
941
|
+
content: "\f11e"; }
|
942
|
+
|
943
|
+
.ion-chatbubble-working:before {
|
944
|
+
content: "\f11d"; }
|
945
|
+
|
946
|
+
.ion-chatbubbles:before {
|
947
|
+
content: "\f11f"; }
|
948
|
+
|
949
|
+
.ion-checkmark:before {
|
950
|
+
content: "\f122"; }
|
951
|
+
|
952
|
+
.ion-checkmark-circled:before {
|
953
|
+
content: "\f120"; }
|
954
|
+
|
955
|
+
.ion-checkmark-round:before {
|
956
|
+
content: "\f121"; }
|
957
|
+
|
958
|
+
.ion-chevron-down:before {
|
959
|
+
content: "\f123"; }
|
960
|
+
|
961
|
+
.ion-chevron-left:before {
|
962
|
+
content: "\f124"; }
|
963
|
+
|
964
|
+
.ion-chevron-right:before {
|
965
|
+
content: "\f125"; }
|
966
|
+
|
967
|
+
.ion-chevron-up:before {
|
968
|
+
content: "\f126"; }
|
969
|
+
|
970
|
+
.ion-clipboard:before {
|
971
|
+
content: "\f127"; }
|
972
|
+
|
973
|
+
.ion-clock:before {
|
974
|
+
content: "\f26e"; }
|
975
|
+
|
976
|
+
.ion-close:before {
|
977
|
+
content: "\f12a"; }
|
978
|
+
|
979
|
+
.ion-close-circled:before {
|
980
|
+
content: "\f128"; }
|
981
|
+
|
982
|
+
.ion-close-round:before {
|
983
|
+
content: "\f129"; }
|
984
|
+
|
985
|
+
.ion-cloud:before {
|
986
|
+
content: "\f12b"; }
|
987
|
+
|
988
|
+
.ion-code:before {
|
989
|
+
content: "\f271"; }
|
990
|
+
|
991
|
+
.ion-code-download:before {
|
992
|
+
content: "\f26f"; }
|
993
|
+
|
994
|
+
.ion-code-working:before {
|
995
|
+
content: "\f270"; }
|
996
|
+
|
997
|
+
.ion-coffee:before {
|
998
|
+
content: "\f272"; }
|
999
|
+
|
1000
|
+
.ion-compass:before {
|
1001
|
+
content: "\f273"; }
|
1002
|
+
|
1003
|
+
.ion-compose:before {
|
1004
|
+
content: "\f12c"; }
|
1005
|
+
|
1006
|
+
.ion-connection-bars:before {
|
1007
|
+
content: "\f274"; }
|
1008
|
+
|
1009
|
+
.ion-contrast:before {
|
1010
|
+
content: "\f275"; }
|
1011
|
+
|
1012
|
+
.ion-disc:before {
|
1013
|
+
content: "\f12d"; }
|
1014
|
+
|
1015
|
+
.ion-document:before {
|
1016
|
+
content: "\f12f"; }
|
1017
|
+
|
1018
|
+
.ion-document-text:before {
|
1019
|
+
content: "\f12e"; }
|
1020
|
+
|
1021
|
+
.ion-drag:before {
|
1022
|
+
content: "\f130"; }
|
1023
|
+
|
1024
|
+
.ion-earth:before {
|
1025
|
+
content: "\f276"; }
|
1026
|
+
|
1027
|
+
.ion-edit:before {
|
1028
|
+
content: "\f2bf"; }
|
1029
|
+
|
1030
|
+
.ion-egg:before {
|
1031
|
+
content: "\f277"; }
|
1032
|
+
|
1033
|
+
.ion-eject:before {
|
1034
|
+
content: "\f131"; }
|
1035
|
+
|
1036
|
+
.ion-email:before {
|
1037
|
+
content: "\f132"; }
|
1038
|
+
|
1039
|
+
.ion-eye:before {
|
1040
|
+
content: "\f133"; }
|
1041
|
+
|
1042
|
+
.ion-eye-disabled:before {
|
1043
|
+
content: "\f306"; }
|
1044
|
+
|
1045
|
+
.ion-female:before {
|
1046
|
+
content: "\f278"; }
|
1047
|
+
|
1048
|
+
.ion-filing:before {
|
1049
|
+
content: "\f134"; }
|
1050
|
+
|
1051
|
+
.ion-film-marker:before {
|
1052
|
+
content: "\f135"; }
|
1053
|
+
|
1054
|
+
.ion-flag:before {
|
1055
|
+
content: "\f279"; }
|
1056
|
+
|
1057
|
+
.ion-flash:before {
|
1058
|
+
content: "\f137"; }
|
1059
|
+
|
1060
|
+
.ion-flash-off:before {
|
1061
|
+
content: "\f136"; }
|
1062
|
+
|
1063
|
+
.ion-flask:before {
|
1064
|
+
content: "\f138"; }
|
1065
|
+
|
1066
|
+
.ion-folder:before {
|
1067
|
+
content: "\f139"; }
|
1068
|
+
|
1069
|
+
.ion-fork:before {
|
1070
|
+
content: "\f27a"; }
|
1071
|
+
|
1072
|
+
.ion-fork-repo:before {
|
1073
|
+
content: "\f2c0"; }
|
1074
|
+
|
1075
|
+
.ion-forward:before {
|
1076
|
+
content: "\f13a"; }
|
1077
|
+
|
1078
|
+
.ion-game-controller-a:before {
|
1079
|
+
content: "\f13b"; }
|
1080
|
+
|
1081
|
+
.ion-game-controller-b:before {
|
1082
|
+
content: "\f13c"; }
|
1083
|
+
|
1084
|
+
.ion-gear-a:before {
|
1085
|
+
content: "\f13d"; }
|
1086
|
+
|
1087
|
+
.ion-gear-b:before {
|
1088
|
+
content: "\f13e"; }
|
1089
|
+
|
1090
|
+
.ion-grid:before {
|
1091
|
+
content: "\f13f"; }
|
1092
|
+
|
1093
|
+
.ion-hammer:before {
|
1094
|
+
content: "\f27b"; }
|
1095
|
+
|
1096
|
+
.ion-headphone:before {
|
1097
|
+
content: "\f140"; }
|
1098
|
+
|
1099
|
+
.ion-heart:before {
|
1100
|
+
content: "\f141"; }
|
1101
|
+
|
1102
|
+
.ion-help:before {
|
1103
|
+
content: "\f143"; }
|
1104
|
+
|
1105
|
+
.ion-help-buoy:before {
|
1106
|
+
content: "\f27c"; }
|
1107
|
+
|
1108
|
+
.ion-help-circled:before {
|
1109
|
+
content: "\f142"; }
|
1110
|
+
|
1111
|
+
.ion-home:before {
|
1112
|
+
content: "\f144"; }
|
1113
|
+
|
1114
|
+
.ion-icecream:before {
|
1115
|
+
content: "\f27d"; }
|
1116
|
+
|
1117
|
+
.ion-icon-social-google-plus:before {
|
1118
|
+
content: "\f146"; }
|
1119
|
+
|
1120
|
+
.ion-icon-social-google-plus-outline:before {
|
1121
|
+
content: "\f145"; }
|
1122
|
+
|
1123
|
+
.ion-image:before {
|
1124
|
+
content: "\f147"; }
|
1125
|
+
|
1126
|
+
.ion-images:before {
|
1127
|
+
content: "\f148"; }
|
1128
|
+
|
1129
|
+
.ion-information:before {
|
1130
|
+
content: "\f14a"; }
|
1131
|
+
|
1132
|
+
.ion-information-circled:before {
|
1133
|
+
content: "\f149"; }
|
1134
|
+
|
1135
|
+
.ion-ionic:before {
|
1136
|
+
content: "\f14b"; }
|
1137
|
+
|
1138
|
+
.ion-ios7-alarm:before {
|
1139
|
+
content: "\f14d"; }
|
1140
|
+
|
1141
|
+
.ion-ios7-alarm-outline:before {
|
1142
|
+
content: "\f14c"; }
|
1143
|
+
|
1144
|
+
.ion-ios7-albums:before {
|
1145
|
+
content: "\f14f"; }
|
1146
|
+
|
1147
|
+
.ion-ios7-albums-outline:before {
|
1148
|
+
content: "\f14e"; }
|
1149
|
+
|
1150
|
+
.ion-ios7-arrow-back:before {
|
1151
|
+
content: "\f150"; }
|
1152
|
+
|
1153
|
+
.ion-ios7-arrow-down:before {
|
1154
|
+
content: "\f151"; }
|
1155
|
+
|
1156
|
+
.ion-ios7-arrow-forward:before {
|
1157
|
+
content: "\f152"; }
|
1158
|
+
|
1159
|
+
.ion-ios7-arrow-left:before {
|
1160
|
+
content: "\f153"; }
|
1161
|
+
|
1162
|
+
.ion-ios7-arrow-right:before {
|
1163
|
+
content: "\f154"; }
|
1164
|
+
|
1165
|
+
.ion-ios7-arrow-thin-down:before {
|
1166
|
+
content: "\f27e"; }
|
1167
|
+
|
1168
|
+
.ion-ios7-arrow-thin-left:before {
|
1169
|
+
content: "\f27f"; }
|
1170
|
+
|
1171
|
+
.ion-ios7-arrow-thin-right:before {
|
1172
|
+
content: "\f280"; }
|
1173
|
+
|
1174
|
+
.ion-ios7-arrow-thin-up:before {
|
1175
|
+
content: "\f281"; }
|
1176
|
+
|
1177
|
+
.ion-ios7-arrow-up:before {
|
1178
|
+
content: "\f155"; }
|
1179
|
+
|
1180
|
+
.ion-ios7-at:before {
|
1181
|
+
content: "\f157"; }
|
1182
|
+
|
1183
|
+
.ion-ios7-at-outline:before {
|
1184
|
+
content: "\f156"; }
|
1185
|
+
|
1186
|
+
.ion-ios7-bell:before {
|
1187
|
+
content: "\f159"; }
|
1188
|
+
|
1189
|
+
.ion-ios7-bell-outline:before {
|
1190
|
+
content: "\f158"; }
|
1191
|
+
|
1192
|
+
.ion-ios7-bolt:before {
|
1193
|
+
content: "\f15b"; }
|
1194
|
+
|
1195
|
+
.ion-ios7-bolt-outline:before {
|
1196
|
+
content: "\f15a"; }
|
1197
|
+
|
1198
|
+
.ion-ios7-bookmarks:before {
|
1199
|
+
content: "\f15d"; }
|
1200
|
+
|
1201
|
+
.ion-ios7-bookmarks-outline:before {
|
1202
|
+
content: "\f15c"; }
|
1203
|
+
|
1204
|
+
.ion-ios7-box:before {
|
1205
|
+
content: "\f15f"; }
|
1206
|
+
|
1207
|
+
.ion-ios7-box-outline:before {
|
1208
|
+
content: "\f15e"; }
|
1209
|
+
|
1210
|
+
.ion-ios7-briefcase:before {
|
1211
|
+
content: "\f283"; }
|
1212
|
+
|
1213
|
+
.ion-ios7-briefcase-outline:before {
|
1214
|
+
content: "\f282"; }
|
1215
|
+
|
1216
|
+
.ion-ios7-browsers:before {
|
1217
|
+
content: "\f161"; }
|
1218
|
+
|
1219
|
+
.ion-ios7-browsers-outline:before {
|
1220
|
+
content: "\f160"; }
|
1221
|
+
|
1222
|
+
.ion-ios7-calculator:before {
|
1223
|
+
content: "\f285"; }
|
1224
|
+
|
1225
|
+
.ion-ios7-calculator-outline:before {
|
1226
|
+
content: "\f284"; }
|
1227
|
+
|
1228
|
+
.ion-ios7-calendar:before {
|
1229
|
+
content: "\f163"; }
|
1230
|
+
|
1231
|
+
.ion-ios7-calendar-outline:before {
|
1232
|
+
content: "\f162"; }
|
1233
|
+
|
1234
|
+
.ion-ios7-camera:before {
|
1235
|
+
content: "\f165"; }
|
1236
|
+
|
1237
|
+
.ion-ios7-camera-outline:before {
|
1238
|
+
content: "\f164"; }
|
1239
|
+
|
1240
|
+
.ion-ios7-cart:before {
|
1241
|
+
content: "\f167"; }
|
1242
|
+
|
1243
|
+
.ion-ios7-cart-outline:before {
|
1244
|
+
content: "\f166"; }
|
1245
|
+
|
1246
|
+
.ion-ios7-chatboxes:before {
|
1247
|
+
content: "\f169"; }
|
1248
|
+
|
1249
|
+
.ion-ios7-chatboxes-outline:before {
|
1250
|
+
content: "\f168"; }
|
1251
|
+
|
1252
|
+
.ion-ios7-chatbubble:before {
|
1253
|
+
content: "\f16b"; }
|
1254
|
+
|
1255
|
+
.ion-ios7-chatbubble-outline:before {
|
1256
|
+
content: "\f16a"; }
|
1257
|
+
|
1258
|
+
.ion-ios7-checkmark:before {
|
1259
|
+
content: "\f16e"; }
|
1260
|
+
|
1261
|
+
.ion-ios7-checkmark-empty:before {
|
1262
|
+
content: "\f16c"; }
|
1263
|
+
|
1264
|
+
.ion-ios7-checkmark-outline:before {
|
1265
|
+
content: "\f16d"; }
|
1266
|
+
|
1267
|
+
.ion-ios7-circle-filled:before {
|
1268
|
+
content: "\f16f"; }
|
1269
|
+
|
1270
|
+
.ion-ios7-circle-outline:before {
|
1271
|
+
content: "\f170"; }
|
1272
|
+
|
1273
|
+
.ion-ios7-clock:before {
|
1274
|
+
content: "\f172"; }
|
1275
|
+
|
1276
|
+
.ion-ios7-clock-outline:before {
|
1277
|
+
content: "\f171"; }
|
1278
|
+
|
1279
|
+
.ion-ios7-close:before {
|
1280
|
+
content: "\f2bc"; }
|
1281
|
+
|
1282
|
+
.ion-ios7-close-empty:before {
|
1283
|
+
content: "\f2bd"; }
|
1284
|
+
|
1285
|
+
.ion-ios7-close-outline:before {
|
1286
|
+
content: "\f2bb"; }
|
1287
|
+
|
1288
|
+
.ion-ios7-cloud:before {
|
1289
|
+
content: "\f178"; }
|
1290
|
+
|
1291
|
+
.ion-ios7-cloud-download:before {
|
1292
|
+
content: "\f174"; }
|
1293
|
+
|
1294
|
+
.ion-ios7-cloud-download-outline:before {
|
1295
|
+
content: "\f173"; }
|
1296
|
+
|
1297
|
+
.ion-ios7-cloud-outline:before {
|
1298
|
+
content: "\f175"; }
|
1299
|
+
|
1300
|
+
.ion-ios7-cloud-upload:before {
|
1301
|
+
content: "\f177"; }
|
1302
|
+
|
1303
|
+
.ion-ios7-cloud-upload-outline:before {
|
1304
|
+
content: "\f176"; }
|
1305
|
+
|
1306
|
+
.ion-ios7-cloudy:before {
|
1307
|
+
content: "\f17a"; }
|
1308
|
+
|
1309
|
+
.ion-ios7-cloudy-night:before {
|
1310
|
+
content: "\f308"; }
|
1311
|
+
|
1312
|
+
.ion-ios7-cloudy-night-outline:before {
|
1313
|
+
content: "\f307"; }
|
1314
|
+
|
1315
|
+
.ion-ios7-cloudy-outline:before {
|
1316
|
+
content: "\f179"; }
|
1317
|
+
|
1318
|
+
.ion-ios7-cog:before {
|
1319
|
+
content: "\f17c"; }
|
1320
|
+
|
1321
|
+
.ion-ios7-cog-outline:before {
|
1322
|
+
content: "\f17b"; }
|
1323
|
+
|
1324
|
+
.ion-ios7-compose:before {
|
1325
|
+
content: "\f17e"; }
|
1326
|
+
|
1327
|
+
.ion-ios7-compose-outline:before {
|
1328
|
+
content: "\f17d"; }
|
1329
|
+
|
1330
|
+
.ion-ios7-contact:before {
|
1331
|
+
content: "\f180"; }
|
1332
|
+
|
1333
|
+
.ion-ios7-contact-outline:before {
|
1334
|
+
content: "\f17f"; }
|
1335
|
+
|
1336
|
+
.ion-ios7-copy:before {
|
1337
|
+
content: "\f182"; }
|
1338
|
+
|
1339
|
+
.ion-ios7-copy-outline:before {
|
1340
|
+
content: "\f181"; }
|
1341
|
+
|
1342
|
+
.ion-ios7-download:before {
|
1343
|
+
content: "\f184"; }
|
1344
|
+
|
1345
|
+
.ion-ios7-download-outline:before {
|
1346
|
+
content: "\f183"; }
|
1347
|
+
|
1348
|
+
.ion-ios7-drag:before {
|
1349
|
+
content: "\f185"; }
|
1350
|
+
|
1351
|
+
.ion-ios7-email:before {
|
1352
|
+
content: "\f187"; }
|
1353
|
+
|
1354
|
+
.ion-ios7-email-outline:before {
|
1355
|
+
content: "\f186"; }
|
1356
|
+
|
1357
|
+
.ion-ios7-eye:before {
|
1358
|
+
content: "\f189"; }
|
1359
|
+
|
1360
|
+
.ion-ios7-eye-outline:before {
|
1361
|
+
content: "\f188"; }
|
1362
|
+
|
1363
|
+
.ion-ios7-fastforward:before {
|
1364
|
+
content: "\f18b"; }
|
1365
|
+
|
1366
|
+
.ion-ios7-fastforward-outline:before {
|
1367
|
+
content: "\f18a"; }
|
1368
|
+
|
1369
|
+
.ion-ios7-filing:before {
|
1370
|
+
content: "\f18d"; }
|
1371
|
+
|
1372
|
+
.ion-ios7-filing-outline:before {
|
1373
|
+
content: "\f18c"; }
|
1374
|
+
|
1375
|
+
.ion-ios7-film:before {
|
1376
|
+
content: "\f18f"; }
|
1377
|
+
|
1378
|
+
.ion-ios7-film-outline:before {
|
1379
|
+
content: "\f18e"; }
|
1380
|
+
|
1381
|
+
.ion-ios7-flag:before {
|
1382
|
+
content: "\f191"; }
|
1383
|
+
|
1384
|
+
.ion-ios7-flag-outline:before {
|
1385
|
+
content: "\f190"; }
|
1386
|
+
|
1387
|
+
.ion-ios7-folder:before {
|
1388
|
+
content: "\f193"; }
|
1389
|
+
|
1390
|
+
.ion-ios7-folder-outline:before {
|
1391
|
+
content: "\f192"; }
|
1392
|
+
|
1393
|
+
.ion-ios7-gear:before {
|
1394
|
+
content: "\f195"; }
|
1395
|
+
|
1396
|
+
.ion-ios7-gear-outline:before {
|
1397
|
+
content: "\f194"; }
|
1398
|
+
|
1399
|
+
.ion-ios7-glasses:before {
|
1400
|
+
content: "\f197"; }
|
1401
|
+
|
1402
|
+
.ion-ios7-glasses-outline:before {
|
1403
|
+
content: "\f196"; }
|
1404
|
+
|
1405
|
+
.ion-ios7-heart:before {
|
1406
|
+
content: "\f199"; }
|
1407
|
+
|
1408
|
+
.ion-ios7-heart-outline:before {
|
1409
|
+
content: "\f198"; }
|
1410
|
+
|
1411
|
+
.ion-ios7-help:before {
|
1412
|
+
content: "\f19c"; }
|
1413
|
+
|
1414
|
+
.ion-ios7-help-empty:before {
|
1415
|
+
content: "\f19a"; }
|
1416
|
+
|
1417
|
+
.ion-ios7-help-outline:before {
|
1418
|
+
content: "\f19b"; }
|
1419
|
+
|
1420
|
+
.ion-ios7-infinite:before {
|
1421
|
+
content: "\f19e"; }
|
1422
|
+
|
1423
|
+
.ion-ios7-infinite-outline:before {
|
1424
|
+
content: "\f19d"; }
|
1425
|
+
|
1426
|
+
.ion-ios7-information:before {
|
1427
|
+
content: "\f1a1"; }
|
1428
|
+
|
1429
|
+
.ion-ios7-information-empty:before {
|
1430
|
+
content: "\f19f"; }
|
1431
|
+
|
1432
|
+
.ion-ios7-information-outline:before {
|
1433
|
+
content: "\f1a0"; }
|
1434
|
+
|
1435
|
+
.ion-ios7-ionic-outline:before {
|
1436
|
+
content: "\f1a2"; }
|
1437
|
+
|
1438
|
+
.ion-ios7-keypad:before {
|
1439
|
+
content: "\f1a4"; }
|
1440
|
+
|
1441
|
+
.ion-ios7-keypad-outline:before {
|
1442
|
+
content: "\f1a3"; }
|
1443
|
+
|
1444
|
+
.ion-ios7-lightbulb:before {
|
1445
|
+
content: "\f287"; }
|
1446
|
+
|
1447
|
+
.ion-ios7-lightbulb-outline:before {
|
1448
|
+
content: "\f286"; }
|
1449
|
+
|
1450
|
+
.ion-ios7-location:before {
|
1451
|
+
content: "\f1a6"; }
|
1452
|
+
|
1453
|
+
.ion-ios7-location-outline:before {
|
1454
|
+
content: "\f1a5"; }
|
1455
|
+
|
1456
|
+
.ion-ios7-locked:before {
|
1457
|
+
content: "\f1a8"; }
|
1458
|
+
|
1459
|
+
.ion-ios7-locked-outline:before {
|
1460
|
+
content: "\f1a7"; }
|
1461
|
+
|
1462
|
+
.ion-ios7-medkit:before {
|
1463
|
+
content: "\f289"; }
|
1464
|
+
|
1465
|
+
.ion-ios7-medkit-outline:before {
|
1466
|
+
content: "\f288"; }
|
1467
|
+
|
1468
|
+
.ion-ios7-mic:before {
|
1469
|
+
content: "\f1ab"; }
|
1470
|
+
|
1471
|
+
.ion-ios7-mic-off:before {
|
1472
|
+
content: "\f1a9"; }
|
1473
|
+
|
1474
|
+
.ion-ios7-mic-outline:before {
|
1475
|
+
content: "\f1aa"; }
|
1476
|
+
|
1477
|
+
.ion-ios7-minus:before {
|
1478
|
+
content: "\f1ae"; }
|
1479
|
+
|
1480
|
+
.ion-ios7-minus-empty:before {
|
1481
|
+
content: "\f1ac"; }
|
1482
|
+
|
1483
|
+
.ion-ios7-minus-outline:before {
|
1484
|
+
content: "\f1ad"; }
|
1485
|
+
|
1486
|
+
.ion-ios7-monitor:before {
|
1487
|
+
content: "\f1b0"; }
|
1488
|
+
|
1489
|
+
.ion-ios7-monitor-outline:before {
|
1490
|
+
content: "\f1af"; }
|
1491
|
+
|
1492
|
+
.ion-ios7-moon:before {
|
1493
|
+
content: "\f1b2"; }
|
1494
|
+
|
1495
|
+
.ion-ios7-moon-outline:before {
|
1496
|
+
content: "\f1b1"; }
|
1497
|
+
|
1498
|
+
.ion-ios7-more:before {
|
1499
|
+
content: "\f1b4"; }
|
1500
|
+
|
1501
|
+
.ion-ios7-more-outline:before {
|
1502
|
+
content: "\f1b3"; }
|
1503
|
+
|
1504
|
+
.ion-ios7-musical-note:before {
|
1505
|
+
content: "\f1b5"; }
|
1506
|
+
|
1507
|
+
.ion-ios7-musical-notes:before {
|
1508
|
+
content: "\f1b6"; }
|
1509
|
+
|
1510
|
+
.ion-ios7-navigate:before {
|
1511
|
+
content: "\f1b8"; }
|
1512
|
+
|
1513
|
+
.ion-ios7-navigate-outline:before {
|
1514
|
+
content: "\f1b7"; }
|
1515
|
+
|
1516
|
+
.ion-ios7-paperplane:before {
|
1517
|
+
content: "\f1ba"; }
|
1518
|
+
|
1519
|
+
.ion-ios7-paperplane-outline:before {
|
1520
|
+
content: "\f1b9"; }
|
1521
|
+
|
1522
|
+
.ion-ios7-partlysunny:before {
|
1523
|
+
content: "\f1bc"; }
|
1524
|
+
|
1525
|
+
.ion-ios7-partlysunny-outline:before {
|
1526
|
+
content: "\f1bb"; }
|
1527
|
+
|
1528
|
+
.ion-ios7-pause:before {
|
1529
|
+
content: "\f1be"; }
|
1530
|
+
|
1531
|
+
.ion-ios7-pause-outline:before {
|
1532
|
+
content: "\f1bd"; }
|
1533
|
+
|
1534
|
+
.ion-ios7-people:before {
|
1535
|
+
content: "\f1c0"; }
|
1536
|
+
|
1537
|
+
.ion-ios7-people-outline:before {
|
1538
|
+
content: "\f1bf"; }
|
1539
|
+
|
1540
|
+
.ion-ios7-person:before {
|
1541
|
+
content: "\f1c2"; }
|
1542
|
+
|
1543
|
+
.ion-ios7-person-outline:before {
|
1544
|
+
content: "\f1c1"; }
|
1545
|
+
|
1546
|
+
.ion-ios7-personadd:before {
|
1547
|
+
content: "\f1c4"; }
|
1548
|
+
|
1549
|
+
.ion-ios7-personadd-outline:before {
|
1550
|
+
content: "\f1c3"; }
|
1551
|
+
|
1552
|
+
.ion-ios7-photos:before {
|
1553
|
+
content: "\f1c6"; }
|
1554
|
+
|
1555
|
+
.ion-ios7-photos-outline:before {
|
1556
|
+
content: "\f1c5"; }
|
1557
|
+
|
1558
|
+
.ion-ios7-pie:before {
|
1559
|
+
content: "\f28b"; }
|
1560
|
+
|
1561
|
+
.ion-ios7-pie-outline:before {
|
1562
|
+
content: "\f28a"; }
|
1563
|
+
|
1564
|
+
.ion-ios7-play:before {
|
1565
|
+
content: "\f1c8"; }
|
1566
|
+
|
1567
|
+
.ion-ios7-play-outline:before {
|
1568
|
+
content: "\f1c7"; }
|
1569
|
+
|
1570
|
+
.ion-ios7-plus:before {
|
1571
|
+
content: "\f1cb"; }
|
1572
|
+
|
1573
|
+
.ion-ios7-plus-empty:before {
|
1574
|
+
content: "\f1c9"; }
|
1575
|
+
|
1576
|
+
.ion-ios7-plus-outline:before {
|
1577
|
+
content: "\f1ca"; }
|
1578
|
+
|
1579
|
+
.ion-ios7-pricetag:before {
|
1580
|
+
content: "\f28d"; }
|
1581
|
+
|
1582
|
+
.ion-ios7-pricetag-outline:before {
|
1583
|
+
content: "\f28c"; }
|
1584
|
+
|
1585
|
+
.ion-ios7-printer:before {
|
1586
|
+
content: "\f1cd"; }
|
1587
|
+
|
1588
|
+
.ion-ios7-printer-outline:before {
|
1589
|
+
content: "\f1cc"; }
|
1590
|
+
|
1591
|
+
.ion-ios7-rainy:before {
|
1592
|
+
content: "\f1cf"; }
|
1593
|
+
|
1594
|
+
.ion-ios7-rainy-outline:before {
|
1595
|
+
content: "\f1ce"; }
|
1596
|
+
|
1597
|
+
.ion-ios7-recording:before {
|
1598
|
+
content: "\f1d1"; }
|
1599
|
+
|
1600
|
+
.ion-ios7-recording-outline:before {
|
1601
|
+
content: "\f1d0"; }
|
1602
|
+
|
1603
|
+
.ion-ios7-redo:before {
|
1604
|
+
content: "\f1d3"; }
|
1605
|
+
|
1606
|
+
.ion-ios7-redo-outline:before {
|
1607
|
+
content: "\f1d2"; }
|
1608
|
+
|
1609
|
+
.ion-ios7-refresh:before {
|
1610
|
+
content: "\f1d6"; }
|
1611
|
+
|
1612
|
+
.ion-ios7-refresh-empty:before {
|
1613
|
+
content: "\f1d4"; }
|
1614
|
+
|
1615
|
+
.ion-ios7-refresh-outline:before {
|
1616
|
+
content: "\f1d5"; }
|
1617
|
+
|
1618
|
+
.ion-ios7-reload:before, .ion-ios7-reloading:before {
|
1619
|
+
content: "\f28e"; }
|
1620
|
+
|
1621
|
+
.ion-ios7-rewind:before {
|
1622
|
+
content: "\f1d8"; }
|
1623
|
+
|
1624
|
+
.ion-ios7-rewind-outline:before {
|
1625
|
+
content: "\f1d7"; }
|
1626
|
+
|
1627
|
+
.ion-ios7-search:before {
|
1628
|
+
content: "\f1da"; }
|
1629
|
+
|
1630
|
+
.ion-ios7-search-strong:before {
|
1631
|
+
content: "\f1d9"; }
|
1632
|
+
|
1633
|
+
.ion-ios7-skipbackward:before {
|
1634
|
+
content: "\f1dc"; }
|
1635
|
+
|
1636
|
+
.ion-ios7-skipbackward-outline:before {
|
1637
|
+
content: "\f1db"; }
|
1638
|
+
|
1639
|
+
.ion-ios7-skipforward:before {
|
1640
|
+
content: "\f1de"; }
|
1641
|
+
|
1642
|
+
.ion-ios7-skipforward-outline:before {
|
1643
|
+
content: "\f1dd"; }
|
1644
|
+
|
1645
|
+
.ion-ios7-snowy:before {
|
1646
|
+
content: "\f309"; }
|
1647
|
+
|
1648
|
+
.ion-ios7-speedometer:before {
|
1649
|
+
content: "\f290"; }
|
1650
|
+
|
1651
|
+
.ion-ios7-speedometer-outline:before {
|
1652
|
+
content: "\f28f"; }
|
1653
|
+
|
1654
|
+
.ion-ios7-star:before {
|
1655
|
+
content: "\f1e0"; }
|
1656
|
+
|
1657
|
+
.ion-ios7-star-outline:before {
|
1658
|
+
content: "\f1df"; }
|
1659
|
+
|
1660
|
+
.ion-ios7-stopwatch:before {
|
1661
|
+
content: "\f1e2"; }
|
1662
|
+
|
1663
|
+
.ion-ios7-stopwatch-outline:before {
|
1664
|
+
content: "\f1e1"; }
|
1665
|
+
|
1666
|
+
.ion-ios7-sunny:before {
|
1667
|
+
content: "\f1e4"; }
|
1668
|
+
|
1669
|
+
.ion-ios7-sunny-outline:before {
|
1670
|
+
content: "\f1e3"; }
|
1671
|
+
|
1672
|
+
.ion-ios7-telephone:before {
|
1673
|
+
content: "\f1e6"; }
|
1674
|
+
|
1675
|
+
.ion-ios7-telephone-outline:before {
|
1676
|
+
content: "\f1e5"; }
|
1677
|
+
|
1678
|
+
.ion-ios7-thunderstorm:before {
|
1679
|
+
content: "\f1e8"; }
|
1680
|
+
|
1681
|
+
.ion-ios7-thunderstorm-outline:before {
|
1682
|
+
content: "\f1e7"; }
|
1683
|
+
|
1684
|
+
.ion-ios7-time:before {
|
1685
|
+
content: "\f292"; }
|
1686
|
+
|
1687
|
+
.ion-ios7-time-outline:before {
|
1688
|
+
content: "\f291"; }
|
1689
|
+
|
1690
|
+
.ion-ios7-timer:before {
|
1691
|
+
content: "\f1ea"; }
|
1692
|
+
|
1693
|
+
.ion-ios7-timer-outline:before {
|
1694
|
+
content: "\f1e9"; }
|
1695
|
+
|
1696
|
+
.ion-ios7-trash:before {
|
1697
|
+
content: "\f1ec"; }
|
1698
|
+
|
1699
|
+
.ion-ios7-trash-outline:before {
|
1700
|
+
content: "\f1eb"; }
|
1701
|
+
|
1702
|
+
.ion-ios7-undo:before {
|
1703
|
+
content: "\f1ee"; }
|
1704
|
+
|
1705
|
+
.ion-ios7-undo-outline:before {
|
1706
|
+
content: "\f1ed"; }
|
1707
|
+
|
1708
|
+
.ion-ios7-unlocked:before {
|
1709
|
+
content: "\f1f0"; }
|
1710
|
+
|
1711
|
+
.ion-ios7-unlocked-outline:before {
|
1712
|
+
content: "\f1ef"; }
|
1713
|
+
|
1714
|
+
.ion-ios7-upload:before {
|
1715
|
+
content: "\f1f2"; }
|
1716
|
+
|
1717
|
+
.ion-ios7-upload-outline:before {
|
1718
|
+
content: "\f1f1"; }
|
1719
|
+
|
1720
|
+
.ion-ios7-videocam:before {
|
1721
|
+
content: "\f1f4"; }
|
1722
|
+
|
1723
|
+
.ion-ios7-videocam-outline:before {
|
1724
|
+
content: "\f1f3"; }
|
1725
|
+
|
1726
|
+
.ion-ios7-volume-high:before {
|
1727
|
+
content: "\f1f5"; }
|
1728
|
+
|
1729
|
+
.ion-ios7-volume-low:before {
|
1730
|
+
content: "\f1f6"; }
|
1731
|
+
|
1732
|
+
.ion-ios7-wineglass:before {
|
1733
|
+
content: "\f294"; }
|
1734
|
+
|
1735
|
+
.ion-ios7-wineglass-outline:before {
|
1736
|
+
content: "\f293"; }
|
1737
|
+
|
1738
|
+
.ion-ios7-world:before {
|
1739
|
+
content: "\f1f8"; }
|
1740
|
+
|
1741
|
+
.ion-ios7-world-outline:before {
|
1742
|
+
content: "\f1f7"; }
|
1743
|
+
|
1744
|
+
.ion-ipad:before {
|
1745
|
+
content: "\f1f9"; }
|
1746
|
+
|
1747
|
+
.ion-iphone:before {
|
1748
|
+
content: "\f1fa"; }
|
1749
|
+
|
1750
|
+
.ion-ipod:before {
|
1751
|
+
content: "\f1fb"; }
|
1752
|
+
|
1753
|
+
.ion-jet:before {
|
1754
|
+
content: "\f295"; }
|
1755
|
+
|
1756
|
+
.ion-key:before {
|
1757
|
+
content: "\f296"; }
|
1758
|
+
|
1759
|
+
.ion-knife:before {
|
1760
|
+
content: "\f297"; }
|
1761
|
+
|
1762
|
+
.ion-laptop:before {
|
1763
|
+
content: "\f1fc"; }
|
1764
|
+
|
1765
|
+
.ion-leaf:before {
|
1766
|
+
content: "\f1fd"; }
|
1767
|
+
|
1768
|
+
.ion-levels:before {
|
1769
|
+
content: "\f298"; }
|
1770
|
+
|
1771
|
+
.ion-lightbulb:before {
|
1772
|
+
content: "\f299"; }
|
1773
|
+
|
1774
|
+
.ion-link:before {
|
1775
|
+
content: "\f1fe"; }
|
1776
|
+
|
1777
|
+
.ion-load-a:before, .ion-loading-a:before {
|
1778
|
+
content: "\f29a"; }
|
1779
|
+
|
1780
|
+
.ion-load-b:before, .ion-loading-b:before {
|
1781
|
+
content: "\f29b"; }
|
1782
|
+
|
1783
|
+
.ion-load-c:before, .ion-loading-c:before {
|
1784
|
+
content: "\f29c"; }
|
1785
|
+
|
1786
|
+
.ion-load-d:before, .ion-loading-d:before {
|
1787
|
+
content: "\f29d"; }
|
1788
|
+
|
1789
|
+
.ion-location:before {
|
1790
|
+
content: "\f1ff"; }
|
1791
|
+
|
1792
|
+
.ion-locked:before {
|
1793
|
+
content: "\f200"; }
|
1794
|
+
|
1795
|
+
.ion-log-in:before {
|
1796
|
+
content: "\f29e"; }
|
1797
|
+
|
1798
|
+
.ion-log-out:before {
|
1799
|
+
content: "\f29f"; }
|
1800
|
+
|
1801
|
+
.ion-loop:before, .ion-looping:before {
|
1802
|
+
content: "\f201"; }
|
1803
|
+
|
1804
|
+
.ion-magnet:before {
|
1805
|
+
content: "\f2a0"; }
|
1806
|
+
|
1807
|
+
.ion-male:before {
|
1808
|
+
content: "\f2a1"; }
|
1809
|
+
|
1810
|
+
.ion-man:before {
|
1811
|
+
content: "\f202"; }
|
1812
|
+
|
1813
|
+
.ion-map:before {
|
1814
|
+
content: "\f203"; }
|
1815
|
+
|
1816
|
+
.ion-medkit:before {
|
1817
|
+
content: "\f2a2"; }
|
1818
|
+
|
1819
|
+
.ion-mic-a:before {
|
1820
|
+
content: "\f204"; }
|
1821
|
+
|
1822
|
+
.ion-mic-b:before {
|
1823
|
+
content: "\f205"; }
|
1824
|
+
|
1825
|
+
.ion-mic-c:before {
|
1826
|
+
content: "\f206"; }
|
1827
|
+
|
1828
|
+
.ion-minus:before {
|
1829
|
+
content: "\f209"; }
|
1830
|
+
|
1831
|
+
.ion-minus-circled:before {
|
1832
|
+
content: "\f207"; }
|
1833
|
+
|
1834
|
+
.ion-minus-round:before {
|
1835
|
+
content: "\f208"; }
|
1836
|
+
|
1837
|
+
.ion-model-s:before {
|
1838
|
+
content: "\f2c1"; }
|
1839
|
+
|
1840
|
+
.ion-monitor:before {
|
1841
|
+
content: "\f20a"; }
|
1842
|
+
|
1843
|
+
.ion-more:before {
|
1844
|
+
content: "\f20b"; }
|
1845
|
+
|
1846
|
+
.ion-music-note:before {
|
1847
|
+
content: "\f20c"; }
|
1848
|
+
|
1849
|
+
.ion-navicon:before {
|
1850
|
+
content: "\f20e"; }
|
1851
|
+
|
1852
|
+
.ion-navicon-round:before {
|
1853
|
+
content: "\f20d"; }
|
1854
|
+
|
1855
|
+
.ion-navigate:before {
|
1856
|
+
content: "\f2a3"; }
|
1857
|
+
|
1858
|
+
.ion-no-smoking:before {
|
1859
|
+
content: "\f2c2"; }
|
1860
|
+
|
1861
|
+
.ion-nuclear:before {
|
1862
|
+
content: "\f2a4"; }
|
1863
|
+
|
1864
|
+
.ion-paper-airplane:before {
|
1865
|
+
content: "\f2c3"; }
|
1866
|
+
|
1867
|
+
.ion-paperclip:before {
|
1868
|
+
content: "\f20f"; }
|
1869
|
+
|
1870
|
+
.ion-pause:before {
|
1871
|
+
content: "\f210"; }
|
1872
|
+
|
1873
|
+
.ion-person:before {
|
1874
|
+
content: "\f213"; }
|
1875
|
+
|
1876
|
+
.ion-person-add:before {
|
1877
|
+
content: "\f211"; }
|
1878
|
+
|
1879
|
+
.ion-person-stalker:before {
|
1880
|
+
content: "\f212"; }
|
1881
|
+
|
1882
|
+
.ion-pie-graph:before {
|
1883
|
+
content: "\f2a5"; }
|
1884
|
+
|
1885
|
+
.ion-pin:before {
|
1886
|
+
content: "\f2a6"; }
|
1887
|
+
|
1888
|
+
.ion-pinpoint:before {
|
1889
|
+
content: "\f2a7"; }
|
1890
|
+
|
1891
|
+
.ion-pizza:before {
|
1892
|
+
content: "\f2a8"; }
|
1893
|
+
|
1894
|
+
.ion-plane:before {
|
1895
|
+
content: "\f214"; }
|
1896
|
+
|
1897
|
+
.ion-play:before {
|
1898
|
+
content: "\f215"; }
|
1899
|
+
|
1900
|
+
.ion-playstation:before {
|
1901
|
+
content: "\f30a"; }
|
1902
|
+
|
1903
|
+
.ion-plus:before {
|
1904
|
+
content: "\f218"; }
|
1905
|
+
|
1906
|
+
.ion-plus-circled:before {
|
1907
|
+
content: "\f216"; }
|
1908
|
+
|
1909
|
+
.ion-plus-round:before {
|
1910
|
+
content: "\f217"; }
|
1911
|
+
|
1912
|
+
.ion-pound:before {
|
1913
|
+
content: "\f219"; }
|
1914
|
+
|
1915
|
+
.ion-power:before {
|
1916
|
+
content: "\f2a9"; }
|
1917
|
+
|
1918
|
+
.ion-pricetag:before {
|
1919
|
+
content: "\f2aa"; }
|
1920
|
+
|
1921
|
+
.ion-pricetags:before {
|
1922
|
+
content: "\f2ab"; }
|
1923
|
+
|
1924
|
+
.ion-printer:before {
|
1925
|
+
content: "\f21a"; }
|
1926
|
+
|
1927
|
+
.ion-radio-waves:before {
|
1928
|
+
content: "\f2ac"; }
|
1929
|
+
|
1930
|
+
.ion-record:before {
|
1931
|
+
content: "\f21b"; }
|
1932
|
+
|
1933
|
+
.ion-refresh:before, .ion-refreshing:before {
|
1934
|
+
content: "\f21c"; }
|
1935
|
+
|
1936
|
+
.ion-reply:before {
|
1937
|
+
content: "\f21e"; }
|
1938
|
+
|
1939
|
+
.ion-reply-all:before {
|
1940
|
+
content: "\f21d"; }
|
1941
|
+
|
1942
|
+
.ion-search:before {
|
1943
|
+
content: "\f21f"; }
|
1944
|
+
|
1945
|
+
.ion-settings:before {
|
1946
|
+
content: "\f2ad"; }
|
1947
|
+
|
1948
|
+
.ion-share:before {
|
1949
|
+
content: "\f220"; }
|
1950
|
+
|
1951
|
+
.ion-shuffle:before {
|
1952
|
+
content: "\f221"; }
|
1953
|
+
|
1954
|
+
.ion-skip-backward:before {
|
1955
|
+
content: "\f222"; }
|
1956
|
+
|
1957
|
+
.ion-skip-forward:before {
|
1958
|
+
content: "\f223"; }
|
1959
|
+
|
1960
|
+
.ion-social-android:before {
|
1961
|
+
content: "\f225"; }
|
1962
|
+
|
1963
|
+
.ion-social-android-outline:before {
|
1964
|
+
content: "\f224"; }
|
1965
|
+
|
1966
|
+
.ion-social-apple:before {
|
1967
|
+
content: "\f227"; }
|
1968
|
+
|
1969
|
+
.ion-social-apple-outline:before {
|
1970
|
+
content: "\f226"; }
|
1971
|
+
|
1972
|
+
.ion-social-bitcoin:before {
|
1973
|
+
content: "\f2af"; }
|
1974
|
+
|
1975
|
+
.ion-social-bitcoin-outline:before {
|
1976
|
+
content: "\f2ae"; }
|
1977
|
+
|
1978
|
+
.ion-social-buffer:before {
|
1979
|
+
content: "\f229"; }
|
1980
|
+
|
1981
|
+
.ion-social-buffer-outline:before {
|
1982
|
+
content: "\f228"; }
|
1983
|
+
|
1984
|
+
.ion-social-designernews:before {
|
1985
|
+
content: "\f22b"; }
|
1986
|
+
|
1987
|
+
.ion-social-designernews-outline:before {
|
1988
|
+
content: "\f22a"; }
|
1989
|
+
|
1990
|
+
.ion-social-dribbble:before {
|
1991
|
+
content: "\f22d"; }
|
1992
|
+
|
1993
|
+
.ion-social-dribbble-outline:before {
|
1994
|
+
content: "\f22c"; }
|
1995
|
+
|
1996
|
+
.ion-social-dropbox:before {
|
1997
|
+
content: "\f22f"; }
|
1998
|
+
|
1999
|
+
.ion-social-dropbox-outline:before {
|
2000
|
+
content: "\f22e"; }
|
2001
|
+
|
2002
|
+
.ion-social-facebook:before {
|
2003
|
+
content: "\f231"; }
|
2004
|
+
|
2005
|
+
.ion-social-facebook-outline:before {
|
2006
|
+
content: "\f230"; }
|
2007
|
+
|
2008
|
+
.ion-social-freebsd-devil:before {
|
2009
|
+
content: "\f2c4"; }
|
2010
|
+
|
2011
|
+
.ion-social-github:before {
|
2012
|
+
content: "\f233"; }
|
2013
|
+
|
2014
|
+
.ion-social-github-outline:before {
|
2015
|
+
content: "\f232"; }
|
2016
|
+
|
2017
|
+
.ion-social-googleplus:before {
|
2018
|
+
content: "\f235"; }
|
2019
|
+
|
2020
|
+
.ion-social-googleplus-outline:before {
|
2021
|
+
content: "\f234"; }
|
2022
|
+
|
2023
|
+
.ion-social-hackernews:before {
|
2024
|
+
content: "\f237"; }
|
2025
|
+
|
2026
|
+
.ion-social-hackernews-outline:before {
|
2027
|
+
content: "\f236"; }
|
2028
|
+
|
2029
|
+
.ion-social-linkedin:before {
|
2030
|
+
content: "\f239"; }
|
2031
|
+
|
2032
|
+
.ion-social-linkedin-outline:before {
|
2033
|
+
content: "\f238"; }
|
2034
|
+
|
2035
|
+
.ion-social-pinterest:before {
|
2036
|
+
content: "\f2b1"; }
|
2037
|
+
|
2038
|
+
.ion-social-pinterest-outline:before {
|
2039
|
+
content: "\f2b0"; }
|
2040
|
+
|
2041
|
+
.ion-social-reddit:before {
|
2042
|
+
content: "\f23b"; }
|
2043
|
+
|
2044
|
+
.ion-social-reddit-outline:before {
|
2045
|
+
content: "\f23a"; }
|
2046
|
+
|
2047
|
+
.ion-social-rss:before {
|
2048
|
+
content: "\f23d"; }
|
2049
|
+
|
2050
|
+
.ion-social-rss-outline:before {
|
2051
|
+
content: "\f23c"; }
|
2052
|
+
|
2053
|
+
.ion-social-skype:before {
|
2054
|
+
content: "\f23f"; }
|
2055
|
+
|
2056
|
+
.ion-social-skype-outline:before {
|
2057
|
+
content: "\f23e"; }
|
2058
|
+
|
2059
|
+
.ion-social-tumblr:before {
|
2060
|
+
content: "\f241"; }
|
2061
|
+
|
2062
|
+
.ion-social-tumblr-outline:before {
|
2063
|
+
content: "\f240"; }
|
2064
|
+
|
2065
|
+
.ion-social-tux:before {
|
2066
|
+
content: "\f2c5"; }
|
2067
|
+
|
2068
|
+
.ion-social-twitter:before {
|
2069
|
+
content: "\f243"; }
|
2070
|
+
|
2071
|
+
.ion-social-twitter-outline:before {
|
2072
|
+
content: "\f242"; }
|
2073
|
+
|
2074
|
+
.ion-social-vimeo:before {
|
2075
|
+
content: "\f245"; }
|
2076
|
+
|
2077
|
+
.ion-social-vimeo-outline:before {
|
2078
|
+
content: "\f244"; }
|
2079
|
+
|
2080
|
+
.ion-social-windows:before {
|
2081
|
+
content: "\f247"; }
|
2082
|
+
|
2083
|
+
.ion-social-windows-outline:before {
|
2084
|
+
content: "\f246"; }
|
2085
|
+
|
2086
|
+
.ion-social-wordpress:before {
|
2087
|
+
content: "\f249"; }
|
2088
|
+
|
2089
|
+
.ion-social-wordpress-outline:before {
|
2090
|
+
content: "\f248"; }
|
2091
|
+
|
2092
|
+
.ion-social-yahoo:before {
|
2093
|
+
content: "\f24b"; }
|
2094
|
+
|
2095
|
+
.ion-social-yahoo-outline:before {
|
2096
|
+
content: "\f24a"; }
|
2097
|
+
|
2098
|
+
.ion-social-youtube:before {
|
2099
|
+
content: "\f24d"; }
|
2100
|
+
|
2101
|
+
.ion-social-youtube-outline:before {
|
2102
|
+
content: "\f24c"; }
|
2103
|
+
|
2104
|
+
.ion-speakerphone:before {
|
2105
|
+
content: "\f2b2"; }
|
2106
|
+
|
2107
|
+
.ion-speedometer:before {
|
2108
|
+
content: "\f2b3"; }
|
2109
|
+
|
2110
|
+
.ion-spoon:before {
|
2111
|
+
content: "\f2b4"; }
|
2112
|
+
|
2113
|
+
.ion-star:before {
|
2114
|
+
content: "\f24e"; }
|
2115
|
+
|
2116
|
+
.ion-stats-bars:before {
|
2117
|
+
content: "\f2b5"; }
|
2118
|
+
|
2119
|
+
.ion-steam:before {
|
2120
|
+
content: "\f30b"; }
|
2121
|
+
|
2122
|
+
.ion-stop:before {
|
2123
|
+
content: "\f24f"; }
|
2124
|
+
|
2125
|
+
.ion-thermometer:before {
|
2126
|
+
content: "\f2b6"; }
|
2127
|
+
|
2128
|
+
.ion-thumbsdown:before {
|
2129
|
+
content: "\f250"; }
|
2130
|
+
|
2131
|
+
.ion-thumbsup:before {
|
2132
|
+
content: "\f251"; }
|
2133
|
+
|
2134
|
+
.ion-trash-a:before {
|
2135
|
+
content: "\f252"; }
|
2136
|
+
|
2137
|
+
.ion-trash-b:before {
|
2138
|
+
content: "\f253"; }
|
2139
|
+
|
2140
|
+
.ion-umbrella:before {
|
2141
|
+
content: "\f2b7"; }
|
2142
|
+
|
2143
|
+
.ion-unlocked:before {
|
2144
|
+
content: "\f254"; }
|
2145
|
+
|
2146
|
+
.ion-upload:before {
|
2147
|
+
content: "\f255"; }
|
2148
|
+
|
2149
|
+
.ion-usb:before {
|
2150
|
+
content: "\f2b8"; }
|
2151
|
+
|
2152
|
+
.ion-videocamera:before {
|
2153
|
+
content: "\f256"; }
|
2154
|
+
|
2155
|
+
.ion-volume-high:before {
|
2156
|
+
content: "\f257"; }
|
2157
|
+
|
2158
|
+
.ion-volume-low:before {
|
2159
|
+
content: "\f258"; }
|
2160
|
+
|
2161
|
+
.ion-volume-medium:before {
|
2162
|
+
content: "\f259"; }
|
2163
|
+
|
2164
|
+
.ion-volume-mute:before {
|
2165
|
+
content: "\f25a"; }
|
2166
|
+
|
2167
|
+
.ion-waterdrop:before {
|
2168
|
+
content: "\f25b"; }
|
2169
|
+
|
2170
|
+
.ion-wifi:before {
|
2171
|
+
content: "\f25c"; }
|
2172
|
+
|
2173
|
+
.ion-wineglass:before {
|
2174
|
+
content: "\f2b9"; }
|
2175
|
+
|
2176
|
+
.ion-woman:before {
|
2177
|
+
content: "\f25d"; }
|
2178
|
+
|
2179
|
+
.ion-wrench:before {
|
2180
|
+
content: "\f2ba"; }
|
2181
|
+
|
2182
|
+
.ion-xbox:before {
|
2183
|
+
content: "\f30c"; }
|