@cityway/basic-ui 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +75 -0
- package/cityway-basic-ui-1.0.1.tgz +0 -0
- package/fesm2022/cityway-basic-ui.mjs +2092 -0
- package/fesm2022/cityway-basic-ui.mjs.map +1 -0
- package/index.d.ts +766 -0
- package/lib/assets/fonts/bo/_variables.scss +43 -0
- package/lib/assets/fonts/bo/bo.scss +61 -0
- package/lib/assets/fonts/bo/bo.woff +0 -0
- package/lib/assets/fonts/bo/bo.woff2 +0 -0
- package/lib/assets/fonts/nunito/_nunito.scss +39 -0
- package/lib/assets/fonts/nunito/nunito-bold.woff +0 -0
- package/lib/assets/fonts/nunito/nunito-bold.woff2 +0 -0
- package/lib/assets/fonts/nunito/nunito-extrabold.woff +0 -0
- package/lib/assets/fonts/nunito/nunito-extrabold.woff2 +0 -0
- package/lib/assets/fonts/nunito/nunito-light.woff +0 -0
- package/lib/assets/fonts/nunito/nunito-light.woff2 +0 -0
- package/lib/assets/fonts/nunito/nunito-regular.woff +0 -0
- package/lib/assets/fonts/nunito/nunito-regular.woff2 +0 -0
- package/lib/assets/fonts/nunito/nunito-semi-bold.woff +0 -0
- package/lib/assets/fonts/nunito/nunito-semi-bold.woff2 +0 -0
- package/lib/assets/fonts/optyweb/_variables.scss +405 -0
- package/lib/assets/fonts/optyweb/optyweb.scss +1571 -0
- package/lib/assets/fonts/optyweb/optyweb.woff +0 -0
- package/lib/assets/fonts/optyweb/optyweb.woff2 +0 -0
- package/lib/assets/i18n/common.en.json +248 -0
- package/lib/assets/i18n/common.fr.json +242 -0
- package/lib/assets/i18n/label.en.json +29 -0
- package/lib/assets/i18n/label.fr.json +29 -0
- package/lib/assets/images/common/check-mark.svg +3 -0
- package/lib/assets/images/favicon/android-chrome-192x192.png +0 -0
- package/lib/assets/images/favicon/android-chrome-512x512.png +0 -0
- package/lib/assets/images/favicon/apple-touch-icon.png +0 -0
- package/lib/assets/images/favicon/favicon-16x16.png +0 -0
- package/lib/assets/images/favicon/favicon-32x32.png +0 -0
- package/lib/assets/images/favicon/favicon-96x96.png +0 -0
- package/lib/assets/images/favicon/favicon.ico +0 -0
- package/lib/assets/images/favicon/site.webmanifest +19 -0
- package/lib/assets/images/icon/referential-icon.svg +1 -0
- package/lib/assets/images/login/login-bg.jpg +0 -0
- package/lib/assets/images/login/logo-cityway-baseline.svg +16 -0
- package/lib/assets/images/toast/warning.svg +3 -0
- package/lib/assets/styles/scss/_components.scss +14 -0
- package/lib/assets/styles/scss/_custom-bootstrap.scss +22 -0
- package/lib/assets/styles/scss/bootstrap/_accordion.scss +1 -0
- package/lib/assets/styles/scss/bootstrap/_alert.scss +32 -0
- package/lib/assets/styles/scss/bootstrap/_badge.scss +36 -0
- package/lib/assets/styles/scss/bootstrap/_breadcrumb.scss +46 -0
- package/lib/assets/styles/scss/bootstrap/_button-group.scss +107 -0
- package/lib/assets/styles/scss/bootstrap/_buttons.scss +324 -0
- package/lib/assets/styles/scss/bootstrap/_card.scss +107 -0
- package/lib/assets/styles/scss/bootstrap/_close.scss +8 -0
- package/lib/assets/styles/scss/bootstrap/_dropdown.scss +53 -0
- package/lib/assets/styles/scss/bootstrap/_forms.scss +259 -0
- package/lib/assets/styles/scss/bootstrap/_input-group.scss +61 -0
- package/lib/assets/styles/scss/bootstrap/_lists.scss +30 -0
- package/lib/assets/styles/scss/bootstrap/_modal.scss +152 -0
- package/lib/assets/styles/scss/bootstrap/_pagination.scss +21 -0
- package/lib/assets/styles/scss/bootstrap/_popover.scss +5 -0
- package/lib/assets/styles/scss/bootstrap/_progress.scss +6 -0
- package/lib/assets/styles/scss/bootstrap/_reboot.scss +5 -0
- package/lib/assets/styles/scss/bootstrap/_tables.scss +155 -0
- package/lib/assets/styles/scss/bootstrap/_tabs.scss +71 -0
- package/lib/assets/styles/scss/bootstrap/_tooltip.scss +3 -0
- package/lib/assets/styles/scss/bootstrap/_type.scss +55 -0
- package/lib/assets/styles/scss/components/_forms-firefox.scss +17 -0
- package/lib/assets/styles/scss/components/_leaflet.scss +41 -0
- package/lib/assets/styles/scss/components/_legend.scss +36 -0
- package/lib/assets/styles/scss/components/_ng-select.scss +148 -0
- package/lib/assets/styles/scss/components/_ng2-dragula.scss +36 -0
- package/lib/assets/styles/scss/components/_ng2-validation.scss +39 -0
- package/lib/assets/styles/scss/components/_ng5-slider.scss +28 -0
- package/lib/assets/styles/scss/components/_ngb-datepicker.scss +165 -0
- package/lib/assets/styles/scss/components/_ngb-timepicker.scss +19 -0
- package/lib/assets/styles/scss/components/_ngx-chips.scss +102 -0
- package/lib/assets/styles/scss/components/_ngx-editor.scss +10 -0
- package/lib/assets/styles/scss/components/_ngx-file-drop.scss +15 -0
- package/lib/assets/styles/scss/components/_ngx-intl-tel-input.scss +21 -0
- package/lib/assets/styles/scss/components/_ngx-slider.scss +34 -0
- package/lib/assets/styles/scss/components/_ngx-toast.scss +74 -0
- package/lib/assets/styles/scss/components/_pwd-policy.scss +18 -0
- package/lib/assets/styles/scss/components/_table.scss +8 -0
- package/lib/assets/styles/scss/components/_vis.scss +50 -0
- package/lib/assets/styles/scss/components/_wizard-stepper.scss +82 -0
- package/lib/assets/styles/scss/components/table/_table-action.scss +77 -0
- package/lib/assets/styles/scss/components/table/_table-bg-cell.scss +6 -0
- package/lib/assets/styles/scss/components/table/_table-double-scroll.scss +38 -0
- package/lib/assets/styles/scss/components/table/_table-filter.scss +128 -0
- package/lib/assets/styles/scss/components/table/_table-pagination.scss +34 -0
- package/lib/assets/styles/scss/components/table/_table-popover.scss +39 -0
- package/lib/assets/styles/scss/components/table/_table-sorting.scss +64 -0
- package/lib/assets/styles/scss/cw-ds/_reboot.scss +551 -0
- package/lib/assets/styles/scss/cw-ds/_root-bo.scss +9 -0
- package/lib/assets/styles/scss/cw-ds/_root-fo.scss +9 -0
- package/lib/assets/styles/scss/cw-ds/components/_alert.scss +76 -0
- package/lib/assets/styles/scss/cw-ds/components/_badge.scss +107 -0
- package/lib/assets/styles/scss/cw-ds/components/_btn-collapse.scss +15 -0
- package/lib/assets/styles/scss/cw-ds/components/_card.scss +66 -0
- package/lib/assets/styles/scss/cw-ds/components/_close.scss +6 -0
- package/lib/assets/styles/scss/cw-ds/components/_file-to-download.scss +46 -0
- package/lib/assets/styles/scss/cw-ds/components/_icon-notification.scss +30 -0
- package/lib/assets/styles/scss/cw-ds/components/_icon.scss +112 -0
- package/lib/assets/styles/scss/cw-ds/components/_numerical-range.scss +60 -0
- package/lib/assets/styles/scss/cw-ds/components/_stepper.scss +78 -0
- package/lib/assets/styles/scss/cw-ds/components/_tab.scss +81 -0
- package/lib/assets/styles/scss/cw-ds/components/_toast.scss +27 -0
- package/lib/assets/styles/scss/cw-ds/components/button/_button-bo-variant.scss +46 -0
- package/lib/assets/styles/scss/cw-ds/components/button/_button-fo-variant.scss +112 -0
- package/lib/assets/styles/scss/cw-ds/components/button/_button.scss +95 -0
- package/lib/assets/styles/scss/cw-ds/helpers/_spinner.scss +30 -0
- package/lib/assets/styles/scss/cw-ds/helpers/_stretched-link.scss +9 -0
- package/lib/assets/styles/scss/cw-ds/helpers/_visually-hidden.scss +18 -0
- package/lib/assets/styles/scss/cw-ds/mixins/_color.scss +16 -0
- package/lib/assets/styles/scss/cw-ds/mixins/_flex.scss +11 -0
- package/lib/assets/styles/scss/cw-ds/mixins/_root.scss +26 -0
- package/lib/assets/styles/scss/cw-ds/mixins/_spacing.scss +84 -0
- package/lib/assets/styles/scss/cw-ds/mixins/_type.scss +27 -0
- package/lib/assets/styles/scss/cw-ds/utilities/_alignment.scss +23 -0
- package/lib/assets/styles/scss/cw-ds/utilities/_flex.scss +96 -0
- package/lib/assets/styles/scss/cw-ds/utilities/_spacing.scss +3 -0
- package/lib/assets/styles/scss/cw-ds/utilities/_type.scss +3 -0
- package/lib/assets/styles/scss/styles-bo.scss +115 -0
- package/lib/assets/styles/scss/styles-fo.scss +115 -0
- package/lib/assets/styles/scss/variables/_colors.scss +43 -0
- package/lib/assets/styles/scss/variables/_custom.scss +451 -0
- package/lib/assets/styles/scss/variables/_site.scss +68 -0
- package/package.json +33 -0
- package/styles-bo.min.css +5 -0
- package/styles-bo.min.css.map +1 -0
- package/styles-fo.min.css +5 -0
- package/styles-fo.min.css.map +1 -0
|
@@ -0,0 +1,1571 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
|
|
3
|
+
@import "variables";
|
|
4
|
+
|
|
5
|
+
@font-face {
|
|
6
|
+
font-family: "optyweb";
|
|
7
|
+
src: url("./lib/assets/fonts/optyweb/optyweb.woff") format("woff"),
|
|
8
|
+
url("./lib/assets/fonts/optyweb/optyweb.woff2") format("woff2"); // chemins en absolus
|
|
9
|
+
font-weight: bold;
|
|
10
|
+
font-style: normal;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
//
|
|
14
|
+
// Styles font OPTYWEB
|
|
15
|
+
// --------------------------------------------------
|
|
16
|
+
|
|
17
|
+
.optyweb {
|
|
18
|
+
@include optyweb;
|
|
19
|
+
|
|
20
|
+
&.cw-misc-passenger::before {
|
|
21
|
+
content: $cw-misc-passenger;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&.cw-misc-tariff-profile:before {
|
|
25
|
+
content: $cw-misc-tariff-profile;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&.cw-mode-multi-train:before {
|
|
29
|
+
content: $cw-mode-multi-train;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&.cw-account-service:before {
|
|
33
|
+
content: $cw-account-service;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&.cw-sale-add-card:before {
|
|
37
|
+
content: $cw-sale-add-card;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&.cw-sale-price-dollar:before {
|
|
41
|
+
content: $cw-sale-price-dollar;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
&.cw-sale-price-euro:before {
|
|
45
|
+
content: $cw-sale-price-euro;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
&.cw-sale-wallet:before {
|
|
49
|
+
content: $cw-sale-wallet;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
&.cw-poi-ski-resort:before {
|
|
53
|
+
content: $cw-poi-ski-resort;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
&.cw-poi-rezo-pouce:before {
|
|
57
|
+
content: $cw-poi-rezo-pouce;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
&.cw-poi-event:before {
|
|
61
|
+
content: $cw-poi-event;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
&.cw-poi-military:before {
|
|
65
|
+
content: $cw-poi-military;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
&.cw-misc-sepa::before {
|
|
69
|
+
content: $cw-misc-sepa;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
&.cw-poi-business-facilities::before {
|
|
73
|
+
content: $cw-poi-business-facilities;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
&.cw-toolbar-table::before {
|
|
77
|
+
content: $cw-toolbar-table;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
&.cw-toolbar-qrcode::before {
|
|
81
|
+
content: $cw-toolbar-qrcode;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
&.cw-poi-bike-station::before {
|
|
85
|
+
content: $cw-poi-bike-station;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
&.cw-mode-realtime-vehicle::before {
|
|
89
|
+
content: $cw-mode-realtime-vehicle;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
&.cw-poi-fireman::before {
|
|
93
|
+
content: $cw-poi-fireman;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
&.cw-poi-community-services::before {
|
|
97
|
+
content: $cw-poi-community-services;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
&.cw-poi-bank::before {
|
|
101
|
+
content: $cw-poi-bank;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
&.cw-toolbar-login::before {
|
|
105
|
+
content: $cw-toolbar-login;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
&.cw-data-protection::before {
|
|
109
|
+
content: $cw-data-protection;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
&.cw-toolbar-more::before {
|
|
113
|
+
content: $cw-toolbar-more;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
&.cw-toolbar-new-window::before {
|
|
117
|
+
content: $cw-toolbar-new-window;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
&.cw-toolbar-edit::before {
|
|
121
|
+
content: $cw-toolbar-edit;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
&.cw-toolbar-download::before {
|
|
125
|
+
content: $cw-toolbar-download;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
&.cw-toolbar-delete::before {
|
|
129
|
+
content: $cw-toolbar-delete;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
&.cw-toolbar-destroy::before {
|
|
133
|
+
content: $cw-toolbar-destroy;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
&.cw-toolbar-disconnect::before {
|
|
137
|
+
content: $cw-toolbar-disconnect;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
&.cw-toolbar-calendar::before {
|
|
141
|
+
content: $cw-toolbar-calendar;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
&.cw-social-comment::before {
|
|
145
|
+
content: $cw-social-comment;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
&.cw-alert-comment::before {
|
|
149
|
+
content: $cw-alert-comment;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
&.cw-social-facebook::before {
|
|
153
|
+
content: $cw-social-facebook;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
&.cw-social-facebook-alternate::before {
|
|
157
|
+
content: $cw-social-facebook-alternate;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
&.cw-social-whatsapp::before {
|
|
161
|
+
content: $cw-social-whatsapp;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
&.cw-social-whatsapp-alternate::before {
|
|
165
|
+
content: $cw-social-whatsapp-alternate;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
&.cw-social-mail::before {
|
|
169
|
+
content: $cw-social-mail;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
&.cw-social-mail-alternate::before {
|
|
173
|
+
content: $cw-social-mail-alternate;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
&.cw-poi-road::before {
|
|
177
|
+
content: $cw-poi-road;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
&.cw-social-mail2::before {
|
|
181
|
+
content: $cw-social-mail2;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
&.cw-social-rss::before {
|
|
185
|
+
content: $cw-social-rss;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
&.cw-social-share::before {
|
|
189
|
+
content: $cw-social-share;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
&.cw-social-sms::before {
|
|
193
|
+
content: $cw-social-sms;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
&.cw-social-twitter::before {
|
|
197
|
+
content: $cw-social-twitter;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
&.cw-social-twitter-alternate::before {
|
|
201
|
+
content: $cw-social-twitter-alternate;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
&.cw-social-linkedin-alternate::before {
|
|
205
|
+
content: $cw-social-linkedin-alternate;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
&.cw-social-linkedin::before {
|
|
209
|
+
content: $cw-social-linkedin;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
&.cw-social-instagram::before {
|
|
213
|
+
content: $cw-social-instagram;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
&.cw-regularize-payment::before {
|
|
217
|
+
content: $cw-regularize-payment;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
&.cw-incident-payment::before {
|
|
221
|
+
content: $cw-incident-payment;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
&.cw-payement::before {
|
|
225
|
+
content: $cw-payement;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
&.cw-toolbar-add-favorite::before {
|
|
229
|
+
content: $cw-toolbar-add-favorite;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
&.cw-toolbar-add::before {
|
|
233
|
+
content: $cw-toolbar-add;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
&.cw-toolbar-cancel-filter::before {
|
|
237
|
+
content: $cw-toolbar-cancel-filter;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
&.cw-toolbar-close1::before {
|
|
241
|
+
content: $cw-toolbar-close1;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
&.cw-toolbar-export::before {
|
|
245
|
+
content: $cw-toolbar-export;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
&.cw-boarding-only::before {
|
|
249
|
+
content: $cw-boarding-only;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
&.cw-drop-off-forbidden::before {
|
|
253
|
+
content: $cw-drop-off-forbidden;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
&.cw-boarding-forbidden::before {
|
|
257
|
+
content: $cw-boarding-forbidden;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
&.cw-toolbar-search2::before {
|
|
261
|
+
content: $cw-toolbar-search2;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
&.cw-quit::before {
|
|
265
|
+
content: $cw-quit;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
&.cw-mode-rer::before {
|
|
269
|
+
content: $cw-mode-rer;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
&.cw-nav-next-right::before {
|
|
273
|
+
content: $cw-nav-next-right;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
&.cw-nav-next-left::before {
|
|
277
|
+
content: $cw-nav-next-left;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
&.cw-event-fog::before {
|
|
281
|
+
content: $cw-event-fog;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
&.cw-event-snow::before {
|
|
285
|
+
content: $cw-event-snow;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
&.cw-favourite-alarm::before {
|
|
289
|
+
content: $cw-favourite-alarm;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
&.cw-mode-wait::before {
|
|
293
|
+
content: $cw-mode-wait;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
&.cw-toolbar-duration::before {
|
|
297
|
+
content: $cw-toolbar-duration;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
&.cw-toolbar-schedules::before {
|
|
301
|
+
content: $cw-toolbar-schedules;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
&.cw-nav-small-menu::before {
|
|
305
|
+
content: $cw-nav-small-menu;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
&.cw-show-map::before {
|
|
309
|
+
content: $cw-show-map;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
&.cw-mode-coach-access::before {
|
|
313
|
+
content: $cw-mode-coach-access;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
&.cw-poi-police::before {
|
|
317
|
+
content: $cw-poi-police;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
&.cw-poi-airport::before {
|
|
321
|
+
content: $cw-poi-airport;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
&.cw-poi-tourist-office::before {
|
|
325
|
+
content: $cw-poi-tourist-office;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
&.cw-poi-museum::before {
|
|
329
|
+
content: $cw-poi-museum;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
&.cw-poi-hotel::before {
|
|
333
|
+
content: $cw-poi-hotel;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
&.cw-poi-marina::before {
|
|
337
|
+
content: $cw-poi-marina;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
&.cw-pole-echange::before {
|
|
341
|
+
content: $cw-pole-echange;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
&.cw-poi-carpool-area::before {
|
|
345
|
+
content: $cw-poi-carpool-area;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
&.cw-agence-information::before {
|
|
349
|
+
content: $cw-agence-information;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
&.cw-poi-beach::before {
|
|
353
|
+
content: $cw-poi-beach;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
&.cw-misc-phone2::before {
|
|
357
|
+
content: $cw-misc-phone2;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
&.cw-misc-newsletter::before {
|
|
361
|
+
content: $cw-misc-newsletter;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
&.cw-event-rain::before {
|
|
365
|
+
content: $cw-event-rain;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
&.cw-streetview::before {
|
|
369
|
+
content: $cw-streetview;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
&.cw-poi-carpool::before {
|
|
373
|
+
content: $cw-poi-carpool;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
&.cw-poi-carpool-transition::before {
|
|
377
|
+
content: $cw-poi-carpool-transition;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
&.cw-poi-tod-stop::before {
|
|
381
|
+
content: $cw-poi-tod-stop;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
&.cw-poi-taxi-station::before {
|
|
385
|
+
content: $cw-poi-taxi-station;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
&.cw-poi-taxi-terminal::before {
|
|
389
|
+
content: $cw-poi-taxi-terminal;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
&.cw-mode-school2::before {
|
|
393
|
+
content: $cw-mode-school2;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
&.cw-poi-club::before {
|
|
397
|
+
content: $cw-poi-club;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
&.cw-poi-companies::before {
|
|
401
|
+
content: $cw-poi-companies;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
&.cw-mode-ler::before {
|
|
405
|
+
content: $cw-mode-ler;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
&.cw-poi-camping::before {
|
|
409
|
+
content: $cw-poi-camping;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
&.cw-poi-autopartage-station::before {
|
|
413
|
+
content: $cw-poi-autopartage-station;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
&.cw-poi-intersection::before {
|
|
417
|
+
content: $cw-poi-intersection;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
&.cw-poi-cable-car::before {
|
|
421
|
+
content: $cw-poi-cable-car;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
&.cw-misc-news::before {
|
|
425
|
+
content: $cw-misc-news;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
&.cw-misc-money::before {
|
|
429
|
+
content: $cw-misc-money;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
&.cw-misc-next-departure-time::before {
|
|
433
|
+
content: $cw-misc-next-departure-time;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
&.cw-misc-list-circle1::before {
|
|
437
|
+
content: $cw-misc-list-circle1;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
&.cw-misc-list-arrow2::before {
|
|
441
|
+
content: $cw-misc-list-arrow2;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
&.cw-misc-fuel::before {
|
|
445
|
+
content: $cw-misc-fuel;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
&.cw-misc-health::before {
|
|
449
|
+
content: $cw-misc-health;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
&.cw-misc-ecology::before {
|
|
453
|
+
content: $cw-misc-ecology;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
&.cw-misc-ecology1::before {
|
|
457
|
+
content: $cw-misc-ecology1;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
&.cw-misc-copyright::before {
|
|
461
|
+
content: $cw-misc-copyright;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
&.cw-misc-call::before {
|
|
465
|
+
content: $cw-misc-call;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
&.cw-location-agency::before {
|
|
469
|
+
content: $cw-location-agency;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
&.cw-misc-sale::before {
|
|
473
|
+
content: $cw-misc-sale;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
&.cw-access-accompanied-hearing-impaired-user::before {
|
|
477
|
+
content: $cw-access-accompanied-hearing-impaired-user;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
&.cw-access-accompanied-learning-impaired-user::before {
|
|
481
|
+
content: $cw-access-accompanied-learning-impaired-user;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
&.cw-access-accompanied-visually-challenged-user::before {
|
|
485
|
+
content: $cw-access-accompanied-visually-challenged-user;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
&.cw-access-accompanied-wheelchair-user::before {
|
|
489
|
+
content: $cw-access-accompanied-wheelchair-user;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
&.cw-access-hearing-impaired-user::before {
|
|
493
|
+
content: $cw-access-hearing-impaired-user;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
&.cw-access-learning-impaired-user::before {
|
|
497
|
+
content: $cw-access-learning-impaired-user;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
&.cw-access-visually-challenged-user::before {
|
|
501
|
+
content: $cw-access-visually-challenged-user;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
&.cw-social-addthis::before {
|
|
505
|
+
content: $cw-social-addthis;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
&.cw-misc-google-plus::before {
|
|
509
|
+
content: $cw-misc-google-plus;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
&.cw-misc-info::before {
|
|
513
|
+
content: $cw-misc-info;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
&.cw-misc-text::before {
|
|
517
|
+
content: $cw-misc-text;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
&.cw-misc-tourims::before {
|
|
521
|
+
content: $cw-misc-tourims;
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
&.cw-poi-stop2::before {
|
|
525
|
+
content: $cw-poi-stop2;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
&.cw-poi-bike-park::before {
|
|
529
|
+
content: $cw-poi-bike-park;
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
&.cw-poi-bike-rack::before {
|
|
533
|
+
content: $cw-poi-bike-rack;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
&.cw-poi-district2::before {
|
|
537
|
+
content: $cw-poi-district2;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
&.cw-poi-culture2::before {
|
|
541
|
+
content: $cw-poi-culture2;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
&.cw-poi-bike-rental::before {
|
|
545
|
+
content: $cw-poi-bike-rental;
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
&.cw-poi-administration2::before {
|
|
549
|
+
content: $cw-poi-administration2;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
&.cw-poi-health2::before {
|
|
553
|
+
content: $cw-poi-health2;
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
&.cw-poi-borne-electric::before {
|
|
557
|
+
content: $cw-poi-borne-electric;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
&.cw-poi-worship2::before {
|
|
561
|
+
content: $cw-poi-worship2;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
&.cw-poi-sport2::before {
|
|
565
|
+
content: $cw-poi-sport2;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
&.cw-poi-pool::before {
|
|
569
|
+
content: $cw-poi-pool;
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
&.cw-poi-service2::before {
|
|
573
|
+
content: $cw-poi-service2;
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
&.cw-poi-sale2::before {
|
|
577
|
+
content: $cw-poi-sale2;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
&.cw-poi-zone2::before {
|
|
581
|
+
content: $cw-poi-zone2;
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
&.cw-poi-zcommercial2::before {
|
|
585
|
+
content: $cw-poi-zcommercial2;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
&.cw-poi-vaccination::before {
|
|
589
|
+
content: $cw-poi-vaccination;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
&.cw-misc-screen::before {
|
|
593
|
+
content: $cw-misc-screen;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
&.cw-online-agency::before {
|
|
597
|
+
content: $cw-online-agency;
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
&.cw-online-services::before {
|
|
601
|
+
content: $cw-online-services;
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
&.cw-misc-man2::before {
|
|
605
|
+
content: $cw-misc-man2;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
&.cw-toolbar-file::before {
|
|
609
|
+
content: $cw-toolbar-file;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
&.cw-poi-entertainment2::before {
|
|
613
|
+
content: $cw-poi-entertainment2;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
&.cw-iti-return-trip21::before {
|
|
617
|
+
content: $cw-iti-return-trip21;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
&.cw-misc-tablet::before {
|
|
621
|
+
content: $cw-misc-tablet;
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
&.cw-poi-sncf::before {
|
|
625
|
+
content: $cw-poi-sncf;
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
&.cw-poi-park2::before {
|
|
629
|
+
content: $cw-poi-park2;
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
&.cw-mode-train::before {
|
|
633
|
+
content: $cw-mode-train;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
&.cw-misc-hourglass::before {
|
|
637
|
+
content: $cw-misc-hourglass;
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
&.cw-alert-warning::before {
|
|
641
|
+
content: $cw-alert-warning;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
&.cw-map-map4::before {
|
|
645
|
+
content: $cw-map-map4;
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
&.cw-poi-parking2::before {
|
|
649
|
+
content: $cw-poi-parking2;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
&.cw-poi-park-and-ride2::before {
|
|
653
|
+
content: $cw-poi-park-and-ride2;
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
&.cw-poi-park-and-bike::before {
|
|
657
|
+
content: $cw-poi-park-and-bike;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
&.cw-poi-education2::before {
|
|
661
|
+
content: $cw-poi-education2;
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
&.cw-toolbar-full-screen2::before {
|
|
665
|
+
content: $cw-toolbar-full-screen2;
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
&.cw-misc-route4::before {
|
|
669
|
+
content: $cw-misc-route4;
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
&.cw-misc-route3::before {
|
|
673
|
+
content: $cw-misc-route3;
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
&.cw-misc-windows-phone::before {
|
|
677
|
+
content: $cw-misc-windows-phone;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
&.cw-map-map3::before {
|
|
681
|
+
content: $cw-map-map3;
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
&.cw-misc-sale1::before {
|
|
685
|
+
content: $cw-misc-sale1;
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
&.cw-misc-ticket2::before {
|
|
689
|
+
content: $cw-misc-ticket2;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
&.cw-misc-ticket3::before {
|
|
693
|
+
content: $cw-misc-ticket3;
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
&.cw-reload-card::before {
|
|
697
|
+
content: $cw-reload-card;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
&.cw-past-journey::before {
|
|
701
|
+
content: $cw-past-journey;
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
&.cw-access-wheelchair-user::before {
|
|
705
|
+
content: $cw-access-wheelchair-user;
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
&.cw-alert-error2::before {
|
|
709
|
+
content: $cw-alert-error2;
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
&.cw-alert-notif::before {
|
|
713
|
+
content: $cw-alert-notif;
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
&.cw-alert-help::before {
|
|
717
|
+
content: $cw-alert-help;
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
&.cw-alert-info2::before {
|
|
721
|
+
content: $cw-alert-info2;
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
&.cw-alert-success2::before {
|
|
725
|
+
content: $cw-alert-success2;
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
&.cw-arrow-left::before {
|
|
729
|
+
content: $cw-arrow-left;
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
&.cw-arrow-right::before {
|
|
733
|
+
content: $cw-arrow-right;
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
&.cw-event-comercial::before {
|
|
737
|
+
content: $cw-event-comercial;
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
&.cw-event-disrupt-favorite-line::before {
|
|
741
|
+
content: $cw-event-disrupt-favorite-line;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
&.cw-event-disrupt-public-transport::before {
|
|
745
|
+
content: $cw-event-disrupt-public-transport;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
&.cw-event-disrupt::before {
|
|
749
|
+
content: $cw-event-disrupt;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
&.cw-event-march::before {
|
|
753
|
+
content: $cw-event-march;
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
&.cw-event-social-movement::before {
|
|
757
|
+
content: $cw-event-social-movement;
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
&.cw-event-warning::before {
|
|
761
|
+
content: $cw-event-warning;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
&.cw-activity::before {
|
|
765
|
+
content: $cw-activity;
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
&.cw-center-commercial::before {
|
|
769
|
+
content: $cw-center-commercial;
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
&.cw-alert-commercial::before {
|
|
773
|
+
content: $cw-alert-commercial;
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
&.cw-event-weather::before {
|
|
777
|
+
content: $cw-event-weather;
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
&.cw-iti-border::before {
|
|
781
|
+
content: $cw-iti-border;
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
&.cw-iti-favorite::before {
|
|
785
|
+
content: $cw-iti-favorite;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
&.cw-iti-from::before {
|
|
789
|
+
content: $cw-iti-from;
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
&.cw-iti-journey::before {
|
|
793
|
+
content: $cw-iti-journey;
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
&.cw-iti-plan::before {
|
|
797
|
+
content: $cw-iti-plan;
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
&.cw-iti-recent-trip::before {
|
|
801
|
+
content: $cw-iti-recent-trip;
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
&.cw-iti-return-trip2::before {
|
|
805
|
+
content: $cw-iti-return-trip2;
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
&.cw-iti-smart-assistant::before {
|
|
809
|
+
content: $cw-iti-smart-assistant;
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
&.cw-iti-to::before {
|
|
813
|
+
content: $cw-iti-to;
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
&.cw-iti-turn-left::before {
|
|
817
|
+
content: $cw-iti-turn-left;
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
&.cw-iti-turn-right::before {
|
|
821
|
+
content: $cw-iti-turn-right;
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
&.cw-iti-via::before {
|
|
825
|
+
content: $cw-iti-via;
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
&.cw-map-full-screen-return::before {
|
|
829
|
+
content: $cw-map-full-screen-return;
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
&.cw-map-full-screen::before {
|
|
833
|
+
content: $cw-map-full-screen;
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
&.cw-map-geolocalisation::before {
|
|
837
|
+
content: $cw-map-geolocalisation;
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
&.cw-map-location::before {
|
|
841
|
+
content: $cw-map-location;
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
&.cw-map-map1::before {
|
|
845
|
+
content: $cw-map-map1;
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
&.cw-map-map2::before {
|
|
849
|
+
content: $cw-map-map2;
|
|
850
|
+
}
|
|
851
|
+
|
|
852
|
+
&.cw-map-displacement::before {
|
|
853
|
+
content: $cw-map-displacement;
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
&.cw-map-move::before {
|
|
857
|
+
content: $cw-map-move;
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
&.cw-map-navigation::before {
|
|
861
|
+
content: $cw-map-navigation;
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
&.cw-map-nearest::before {
|
|
865
|
+
content: $cw-map-nearest;
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
&.cw-map-itinary::before {
|
|
869
|
+
content: $cw-map-itinary;
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
&.cw-map-satellite::before {
|
|
873
|
+
content: $cw-map-satellite;
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
&.cw-misc-access::before {
|
|
877
|
+
content: $cw-misc-access;
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
&.cw-misc-alarm::before {
|
|
881
|
+
content: $cw-misc-alarm;
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
&.cw-misc-android::before {
|
|
885
|
+
content: $cw-misc-android;
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
&.cw-misc-apple::before {
|
|
889
|
+
content: $cw-misc-apple;
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
&.cw-misc-arrival::before {
|
|
893
|
+
content: $cw-misc-arrival;
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
&.cw-misc-basket::before {
|
|
897
|
+
content: $cw-misc-basket;
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
&.cw-misc-camcorder::before {
|
|
901
|
+
content: $cw-misc-camcorder;
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
&.cw-misc-camera::before {
|
|
905
|
+
content: $cw-misc-camera;
|
|
906
|
+
}
|
|
907
|
+
|
|
908
|
+
&.cw-misc-departure::before {
|
|
909
|
+
content: $cw-misc-departure;
|
|
910
|
+
}
|
|
911
|
+
|
|
912
|
+
&.cw-misc-hour1::before {
|
|
913
|
+
content: $cw-misc-hour1;
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
&.cw-misc-hour2::before {
|
|
917
|
+
content: $cw-misc-hour2;
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
&.cw-misc-legal-info::before {
|
|
921
|
+
content: $cw-misc-legal-info;
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
&.cw-misc-legend::before {
|
|
925
|
+
content: $cw-misc-legend;
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
&.cw-misc-list-circle2::before {
|
|
929
|
+
content: $cw-misc-list-circle2;
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
&.cw-misc-list-diamond1::before {
|
|
933
|
+
content: $cw-misc-list-diamond1;
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
&.cw-misc-list-diamond2::before {
|
|
937
|
+
content: $cw-misc-list-diamond2;
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
&.cw-misc-list-square1::before {
|
|
941
|
+
content: $cw-misc-list-square1;
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
&.cw-misc-list-square2::before {
|
|
945
|
+
content: $cw-misc-list-square2;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
&.cw-misc-list-triangle1::before {
|
|
949
|
+
content: $cw-misc-list-triangle1;
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
&.cw-misc-phone::before {
|
|
953
|
+
content: $cw-misc-phone;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
&.cw-misc-registered::before {
|
|
957
|
+
content: $cw-misc-registered;
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
&.cw-misc-route::before {
|
|
961
|
+
content: $cw-misc-route;
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
&.cw-misc-route2::before {
|
|
965
|
+
content: $cw-misc-route2;
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
&.cw-misc-smartphone::before {
|
|
969
|
+
content: $cw-misc-smartphone;
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
&.cw-misc-smartphone2::before {
|
|
973
|
+
content: $cw-misc-smartphone2;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
&.cw-misc-ticket::before {
|
|
977
|
+
content: $cw-misc-ticket;
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
&.cw-card::before {
|
|
981
|
+
content: $cw-card;
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
&.cw-misc-trick::before {
|
|
985
|
+
content: $cw-misc-trick;
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
&.cw-misc-via::before {
|
|
989
|
+
content: $cw-misc-via;
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
&.cw-misc-youtube::before {
|
|
993
|
+
content: $cw-misc-youtube;
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
&.cw-mode-bike-bus::before {
|
|
997
|
+
content: $cw-mode-bike-bus;
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
&.cw-mode-bike-service::before {
|
|
1001
|
+
content: $cw-mode-bike-service;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
&.cw-mode-bike::before {
|
|
1005
|
+
content: $cw-mode-bike;
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
&.cw-mode-harbor::before {
|
|
1009
|
+
content: $cw-mode-harbor;
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
&.cw-mode-boat::before {
|
|
1013
|
+
content: $cw-mode-boat;
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
&.cw-mode-bus-access::before {
|
|
1017
|
+
content: $cw-mode-bus-access;
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
&.cw-mode-bus::before {
|
|
1021
|
+
content: $cw-mode-bus;
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
&.cw-mode-cable-car::before {
|
|
1025
|
+
content: $cw-mode-cable-car;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
&.cw-mode-car-pool::before {
|
|
1029
|
+
content: $cw-mode-car-pool;
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
&.cw-mode-car::before {
|
|
1033
|
+
content: $cw-mode-car;
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
&.cw-toilets::before {
|
|
1037
|
+
content: $cw-toilets;
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
&.cw-mode-coach-ter::before {
|
|
1041
|
+
content: $cw-mode-coach-ter;
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1044
|
+
&.cw-bus-shelter::before {
|
|
1045
|
+
content: $cw-bus-shelter;
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
&.cw-poi-civil-security::before {
|
|
1049
|
+
content: $cw-poi-civil-security;
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
&.cw-poi-sociocultural::before {
|
|
1053
|
+
content: $cw-poi-sociocultural;
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
&.cw-mode-coach::before {
|
|
1057
|
+
content: $cw-mode-coach;
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1060
|
+
&.cw-mode-cyclopouss::before {
|
|
1061
|
+
content: $cw-mode-cyclopouss;
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1064
|
+
&.cw-mode-elevator::before {
|
|
1065
|
+
content: $cw-mode-elevator;
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
&.cw-pin-arrival::before {
|
|
1069
|
+
content: $cw-pin-arrival;
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
&.cw-poi-lieudit::before {
|
|
1073
|
+
content: $cw-poi-lieudit;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
&.cw-poi-transition-point::before {
|
|
1077
|
+
content: $cw-poi-transition-point;
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
&.cw-poi-exit-point::before {
|
|
1081
|
+
content: $cw-poi-exit-point;
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
&.cw-poi-infos-bus::before {
|
|
1085
|
+
content: $cw-poi-infos-bus;
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
&.cw-poi-adress::before {
|
|
1089
|
+
content: $cw-poi-adress;
|
|
1090
|
+
}
|
|
1091
|
+
|
|
1092
|
+
&.cw-pin-via::before {
|
|
1093
|
+
content: $cw-pin-via;
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1096
|
+
&.cw-pin-departure::before {
|
|
1097
|
+
content: $cw-pin-departure;
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
&.cw-pin-interest::before {
|
|
1101
|
+
content: $cw-pin-interest;
|
|
1102
|
+
}
|
|
1103
|
+
|
|
1104
|
+
&.cw-pin::before {
|
|
1105
|
+
content: $cw-pin;
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
&.cw-poi-enter-point::before {
|
|
1109
|
+
content: $cw-poi-enter-point;
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
&.cw-poi-parking-electric-vehicle::before {
|
|
1113
|
+
content: $cw-poi-parking-electric-vehicle;
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
&.cw-mode-bus-electric::before {
|
|
1117
|
+
content: $cw-mode-bus-electric;
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
&.cw-poi-info-quartier::before {
|
|
1121
|
+
content: $cw-poi-info-quartier;
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1124
|
+
&.cw-poi-restaurant::before {
|
|
1125
|
+
content: $cw-poi-restaurant;
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
&.cw-poi-bar::before {
|
|
1129
|
+
content: $cw-poi-bar;
|
|
1130
|
+
}
|
|
1131
|
+
|
|
1132
|
+
&.cw-mode-car-bus::before {
|
|
1133
|
+
content: $cw-mode-car-bus;
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
&.cw-mode-escalator::before {
|
|
1137
|
+
content: $cw-mode-escalator;
|
|
1138
|
+
}
|
|
1139
|
+
|
|
1140
|
+
&.cw-mode-funicular::before {
|
|
1141
|
+
content: $cw-mode-funicular;
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
&.cw-mode-ler2::before {
|
|
1145
|
+
content: $cw-mode-ler2;
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
&.cw-mode-metro::before {
|
|
1149
|
+
content: $cw-mode-metro;
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
&.cw-mode-minibus::before {
|
|
1153
|
+
content: $cw-mode-minibus;
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
&.cw-mode-plane::before {
|
|
1157
|
+
content: $cw-mode-plane;
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
&.cw-mode-school::before {
|
|
1161
|
+
content: $cw-mode-school;
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
&.cw-mode-school3::before {
|
|
1165
|
+
content: $cw-mode-school3;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
&.cw-mode-taxi::before {
|
|
1169
|
+
content: $cw-mode-taxi;
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
&.cw-mode-taxibus::before {
|
|
1173
|
+
content: $cw-mode-taxibus;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
&.cw-mode-ter::before {
|
|
1177
|
+
content: $cw-mode-ter;
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
&.cw-mode-tgv::before {
|
|
1181
|
+
content: $cw-mode-tgv;
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
&.cw-mode-tod-ufr::before {
|
|
1185
|
+
content: $cw-mode-tod-ufr;
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
&.cw-mode-tod::before {
|
|
1189
|
+
content: $cw-mode-tod;
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
&.cw-mode-trolley::before {
|
|
1193
|
+
content: $cw-mode-trolley;
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
&.cw-mode-fastest::before {
|
|
1197
|
+
content: $cw-mode-fastest;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
&.cw-mode-walk::before {
|
|
1201
|
+
content: $cw-mode-walk;
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
&.cw-mode-correspondence::before {
|
|
1205
|
+
content: $cw-mode-correspondence;
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
&.cw-nav-collapse1::before {
|
|
1209
|
+
content: $cw-nav-collapse1;
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1212
|
+
&.cw-nav-collapse2::before {
|
|
1213
|
+
content: $cw-nav-collapse2;
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1216
|
+
&.cw-nav-connexion::before {
|
|
1217
|
+
content: $cw-nav-connexion;
|
|
1218
|
+
}
|
|
1219
|
+
|
|
1220
|
+
&.cw-nav-dashboard::before {
|
|
1221
|
+
content: $cw-nav-dashboard;
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
&.cw-nav-expand1::before {
|
|
1225
|
+
content: $cw-nav-expand1;
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
&.cw-nav-expand2::before {
|
|
1229
|
+
content: $cw-nav-expand2;
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
&.cw-nav-first::before {
|
|
1233
|
+
content: $cw-nav-first;
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
&.cw-nav-home::before {
|
|
1237
|
+
content: $cw-nav-home;
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
&.cw-nav-last::before {
|
|
1241
|
+
content: $cw-nav-last;
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
&.cw-nav-media-pause::before {
|
|
1245
|
+
content: $cw-nav-media-pause;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
&.cw-nav-media-play::before {
|
|
1249
|
+
content: $cw-nav-media-play;
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
&.cw-nav-menu::before {
|
|
1253
|
+
content: $cw-nav-menu;
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
&.cw-nav-next1::before {
|
|
1257
|
+
content: $cw-nav-next1;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
&.cw-nav-next2::before {
|
|
1261
|
+
content: $cw-nav-next2;
|
|
1262
|
+
}
|
|
1263
|
+
|
|
1264
|
+
&.cw-nav-page-back::before {
|
|
1265
|
+
content: $cw-nav-page-back;
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
&.cw-nav-page-bottom::before {
|
|
1269
|
+
content: $cw-nav-page-bottom;
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
&.cw-nav-page-top::before {
|
|
1273
|
+
content: $cw-nav-page-top;
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
&.cw-nav-previous1::before {
|
|
1277
|
+
content: $cw-nav-previous1;
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
&.cw-nav-previous2::before {
|
|
1281
|
+
content: $cw-nav-previous2;
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
&.cw-mode-tram::before {
|
|
1285
|
+
content: $cw-mode-tram;
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
&.cw-event-wind::before {
|
|
1289
|
+
content: $cw-event-wind;
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
&.cw-event-ice::before {
|
|
1293
|
+
content: $cw-event-ice;
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
&.cw-drop-off-only::before {
|
|
1297
|
+
content: $cw-drop-off-only;
|
|
1298
|
+
}
|
|
1299
|
+
|
|
1300
|
+
&.cw-direct::before {
|
|
1301
|
+
content: $cw-direct;
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
&.cw-real-time::before {
|
|
1305
|
+
content: $cw-real-time;
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1308
|
+
&.cw-misc-basket-2::before {
|
|
1309
|
+
content: $cw-misc-basket-2;
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
&.cw-hide-map::before {
|
|
1313
|
+
content: $cw-hide-map;
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
&.cw-choose-map::before {
|
|
1317
|
+
content: $cw-choose-map;
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
&.cw-toolbar-favorite::before {
|
|
1321
|
+
content: $cw-toolbar-favorite;
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
&.cw-toolbar-file-bmp::before {
|
|
1325
|
+
content: $cw-toolbar-file-bmp;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
&.cw-toolbar-file-excel::before {
|
|
1329
|
+
content: $cw-toolbar-file-excel;
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1332
|
+
&.cw-toolbar-file-gif::before {
|
|
1333
|
+
content: $cw-toolbar-file-gif;
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
&.cw-toolbar-file-jpg::before {
|
|
1337
|
+
content: $cw-toolbar-file-jpg;
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
&.cw-toolbar-file-openoffice-calc::before {
|
|
1341
|
+
content: $cw-toolbar-file-openoffice-calc;
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
&.cw-toolbar-file-openoffice-impress::before {
|
|
1345
|
+
content: $cw-toolbar-file-openoffice-impress;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
&.cw-toolbar-file-openoffice-writer::before {
|
|
1349
|
+
content: $cw-toolbar-file-openoffice-writer;
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
&.cw-toolbar-file-openoffice::before {
|
|
1353
|
+
content: $cw-toolbar-file-openoffice;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
&.cw-toolbar-file-pdf::before {
|
|
1357
|
+
content: $cw-toolbar-file-pdf;
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
&.cw-toolbar-file-png::before {
|
|
1361
|
+
content: $cw-toolbar-file-png;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
&.cw-toolbar-file-powerpoint::before {
|
|
1365
|
+
content: $cw-toolbar-file-powerpoint;
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
&.cw-toolbar-file-rar::before {
|
|
1369
|
+
content: $cw-toolbar-file-rar;
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
&.cw-toolbar-file-word::before {
|
|
1373
|
+
content: $cw-toolbar-file-word;
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
&.cw-toolbar-file-zip::before {
|
|
1377
|
+
content: $cw-toolbar-file-zip;
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
&.cw-toolbar-filter::before {
|
|
1381
|
+
content: $cw-toolbar-filter;
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
&.cw-toolbar-paste::before {
|
|
1385
|
+
content: $cw-toolbar-paste;
|
|
1386
|
+
}
|
|
1387
|
+
|
|
1388
|
+
&.cw-toolbar-print::before {
|
|
1389
|
+
content: $cw-toolbar-print;
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
&.cw-toolbar-print-alternate::before {
|
|
1393
|
+
content: $cw-toolbar-print-alternate;
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
&.cw-toolbar-reload::before {
|
|
1397
|
+
content: $cw-toolbar-reload;
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
&.cw-toolbar-search::before {
|
|
1401
|
+
content: $cw-toolbar-search;
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
&.cw-misc-discover::before {
|
|
1405
|
+
content: $cw-misc-discover;
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
|
+
&.cw-toolbar-secure::before {
|
|
1409
|
+
content: $cw-toolbar-secure;
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
&.cw-toolbar-settings::before {
|
|
1413
|
+
content: $cw-toolbar-settings;
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
&.cw-misc-alarm2::before {
|
|
1417
|
+
content: $cw-misc-alarm2;
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
&.cw-mode-car-sharing::before {
|
|
1421
|
+
content: $cw-mode-car-sharing;
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1424
|
+
&.cw-misc-work::before {
|
|
1425
|
+
content: $cw-misc-work;
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1428
|
+
&.cw-toolbar-user::before {
|
|
1429
|
+
content: $cw-toolbar-user;
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1432
|
+
&.cw-misc-meeting::before {
|
|
1433
|
+
content: $cw-misc-meeting;
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1436
|
+
&.cw-event-traffic-accident::before {
|
|
1437
|
+
content: $cw-event-traffic-accident;
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
&.cw-event-traffic-congestion::before {
|
|
1441
|
+
content: $cw-event-traffic-congestion;
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
&.cw-event-traffic-construction::before {
|
|
1445
|
+
content: $cw-event-traffic-construction;
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
&.cw-event-traffic-disabledvehicle::before {
|
|
1449
|
+
content: $cw-event-traffic-disabledvehicle;
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
&.cw-event-traffic-miscellaneous::before {
|
|
1453
|
+
content: $cw-event-traffic-miscellaneous;
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1456
|
+
&.cw-event-traffic-obstruction::before {
|
|
1457
|
+
content: $cw-event-traffic-obstruction;
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
&.cw-event-traffic-sportevent::before {
|
|
1461
|
+
content: $cw-event-traffic-sportevent;
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
&.cw-event-traffic-blockedroad::before {
|
|
1465
|
+
content: $cw-event-traffic-blockedroad;
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1468
|
+
&.cw-event-traffic-weather::before {
|
|
1469
|
+
content: $cw-event-traffic-weather;
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
&.cw-event-traffic-undefined::before {
|
|
1473
|
+
content: $cw-event-traffic-undefined;
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
&.cw-event-cloud::before {
|
|
1477
|
+
content: $cw-event-cloud;
|
|
1478
|
+
}
|
|
1479
|
+
|
|
1480
|
+
&.cw-iti-turn-completely-right::before {
|
|
1481
|
+
content: $cw-iti-turn-completely-right;
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
&.cw-iti-turn-slightly-right::before {
|
|
1485
|
+
content: $cw-iti-turn-slightly-right;
|
|
1486
|
+
}
|
|
1487
|
+
|
|
1488
|
+
&.cw-iti-straight::before {
|
|
1489
|
+
content: $cw-iti-straight;
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1492
|
+
&.cw-iti-turn-completely-left::before {
|
|
1493
|
+
content: $cw-iti-turn-completely-left;
|
|
1494
|
+
}
|
|
1495
|
+
|
|
1496
|
+
&.cw-iti-turn-slightly-left::before {
|
|
1497
|
+
content: $cw-iti-turn-slightly-left;
|
|
1498
|
+
}
|
|
1499
|
+
|
|
1500
|
+
&.cw-event-few-cloud::before {
|
|
1501
|
+
content: $cw-event-few-cloud;
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
&.cw-event-sun::before {
|
|
1505
|
+
content: $cw-event-sun;
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
&.cw-event-disruption-end::before {
|
|
1509
|
+
content: $cw-event-disruption-end;
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1512
|
+
&.cw-event-change-road::before {
|
|
1513
|
+
content: $cw-event-change-road;
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1516
|
+
&.cw-poi-market::before {
|
|
1517
|
+
content: $cw-poi-market;
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1520
|
+
&.cw-misc-kcal::before {
|
|
1521
|
+
content: $cw-misc-kcal;
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1524
|
+
&.cw-mode-tod-snow::before {
|
|
1525
|
+
content: $cw-mode-tod-snow;
|
|
1526
|
+
}
|
|
1527
|
+
|
|
1528
|
+
&.cw-misc-bag::before {
|
|
1529
|
+
content: $cw-misc-bag;
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1532
|
+
&.cw-misc-free:before {
|
|
1533
|
+
content: $cw-misc-free;
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
&.cw-toolbar-calendar-checked:before {
|
|
1537
|
+
content: $cw-toolbar-calendar-checked;
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
&.cw-toolbar-calendar-schedule:before {
|
|
1541
|
+
content: $cw-toolbar-calendar-schedule;
|
|
1542
|
+
}
|
|
1543
|
+
|
|
1544
|
+
&.cw-misc-plug-type2:before {
|
|
1545
|
+
content: $cw-misc-plug-type2;
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1548
|
+
&.cw-misc-plug-chademo:before {
|
|
1549
|
+
content: $cw-misc-plug-chademo;
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
&.cw-misc-plug-comboccs:before {
|
|
1553
|
+
content: $cw-misc-plug-comboccs;
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
&.cw-misc-plug-typeef:before {
|
|
1557
|
+
content: $cw-misc-plug-typeEF;
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1560
|
+
&.cw-misc-watts:before {
|
|
1561
|
+
content: $cw-misc-watts;
|
|
1562
|
+
}
|
|
1563
|
+
|
|
1564
|
+
&.cw-poi-take-self-service-bike:before {
|
|
1565
|
+
content: $cw-poi-take-self-service-bike;
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
&.cw-poi-drop-self-service-bike:before {
|
|
1569
|
+
content: $cw-poi-drop-self-service-bike;
|
|
1570
|
+
}
|
|
1571
|
+
}
|