@dvrd/dvr-controls 1.1.13 → 1.1.15

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.
Files changed (79) hide show
  1. package/index.ts +1 -0
  2. package/package.json +14 -24
  3. package/src/js/button/style/button.scss +5 -4
  4. package/src/js/button/style/closeButton.scss +0 -2
  5. package/src/js/button/style/dvrdButton.scss +2 -2
  6. package/src/js/button/style/outlinedButton.scss +5 -5
  7. package/src/js/button/style/simpleButton.scss +3 -5
  8. package/src/js/carousel/DVRCarousel.tsx +18 -16
  9. package/src/js/carousel/style/DVRCarousel.scss +2 -3
  10. package/src/js/checkbox/style/checkbox.scss +8 -7
  11. package/src/js/colorPicker/style/colorPicker.scss +0 -2
  12. package/src/js/date/dvrdDatePicker.tsx +1 -2
  13. package/src/js/date/style/dvrdDatePicker.scss +21 -19
  14. package/src/js/dialog/style/dialog.scss +15 -12
  15. package/src/js/fileUpload/style/fileUpload.scss +2 -2
  16. package/src/js/header/style/header.scss +16 -14
  17. package/src/js/image/style/imageUpload.scss +0 -2
  18. package/src/js/info/style/info.scss +3 -3
  19. package/src/js/input/date/dateField.tsx +38 -31
  20. package/src/js/input/date/dateFieldController.tsx +2 -2
  21. package/src/js/input/date/datePicker/style/datePicker.scss +5 -5
  22. package/src/js/input/date/style/dateField.scss +5 -4
  23. package/src/js/input/date/timePicker/style/timePicker.scss +5 -4
  24. package/src/js/input/password/style/passwordInput.scss +3 -3
  25. package/src/js/input/password/style/passwordRules.scss +4 -4
  26. package/src/js/input/simple/style/simpleInput.scss +2 -2
  27. package/src/js/input/style/input.scss +6 -5
  28. package/src/js/label/label.tsx +1 -2
  29. package/src/js/link/link.tsx +3 -1
  30. package/src/js/link/style/link.scss +4 -4
  31. package/src/js/loader/style/loader.scss +6 -5
  32. package/src/js/navigation/mobileNavigation.tsx +1 -2
  33. package/src/js/navigation/style/mobileNavigation.scss +31 -24
  34. package/src/js/optionsList/style/dvrdOptionsList.scss +6 -5
  35. package/src/js/optionsMenu/style/optionsMenu.scss +6 -5
  36. package/src/js/pdf/element/style/pdfElement.scss +8 -7
  37. package/src/js/pdf/image/pdfImage.tsx +4 -4
  38. package/src/js/pdf/image/style/pdfImage.scss +3 -3
  39. package/src/js/pdf/invoiceTable/pdfInvoiceTable.tsx +3 -3
  40. package/src/js/pdf/invoiceTable/style/pdfInvoiceTable.scss +2 -2
  41. package/src/js/pdf/settings/buttons/style/iconButton.scss +5 -5
  42. package/src/js/pdf/settings/image/pdfImageSettings.tsx +4 -6
  43. package/src/js/pdf/settings/invoiceTable/style/pdfInvoiceTableSettings.scss +4 -3
  44. package/src/js/pdf/settings/style/pdfElementSettings.scss +3 -3
  45. package/src/js/pdf/settings/text/style/pdfTextSettings.scss +5 -4
  46. package/src/js/pdf/style/pdfTemplateCreator.scss +12 -11
  47. package/src/js/pdf/text/pdfText.tsx +3 -3
  48. package/src/js/pdf/text/style/pdfText.scss +0 -2
  49. package/src/js/pdf/v2/pdfElement/pdfDraggableElement.tsx +4 -6
  50. package/src/js/popup/style/withBackground.scss +3 -3
  51. package/src/js/radio/style/dvrdRadio.scss +6 -5
  52. package/src/js/select/async/style/asyncSelect.scss +0 -2
  53. package/src/js/select/dvrdGroupedSelect.tsx +1 -2
  54. package/src/js/select/dvrdMultiSelect.tsx +2 -3
  55. package/src/js/select/dvrdSelect.tsx +12 -11
  56. package/src/js/select/dvrdSelectController.tsx +10 -11
  57. package/src/js/select/style/dvrdGroupedSelect.scss +12 -11
  58. package/src/js/select/style/dvrdSelect.scss +9 -8
  59. package/src/js/select/style/select.scss +16 -24
  60. package/src/js/sidebarMenu/sidebarMenu.tsx +22 -13
  61. package/src/js/sidebarMenu/style/sidebarMenu.scss +7 -6
  62. package/src/js/slider/style/DVRSlider.scss +2 -2
  63. package/src/js/snackbar/snackbarController.tsx +3 -5
  64. package/src/js/snackbar/style/snackbar.scss +7 -6
  65. package/src/js/switch/style/dvrdSwitch.scss +2 -2
  66. package/src/js/switch/style/switch.scss +8 -8
  67. package/src/js/textField/dvrdPasswordInput.tsx +0 -1
  68. package/src/js/textField/style/dvrdInput.scss +4 -4
  69. package/src/js/textField/style/dvrdPassword.scss +3 -3
  70. package/src/js/topButton/style/topButton.scss +3 -3
  71. package/src/js/util/controlContext.tsx +1 -2
  72. package/src/js/util/interfaces.ts +3 -3
  73. package/src/style/_colors.scss +44 -0
  74. package/src/style/{common-variables.scss → _common-variables.scss} +16 -62
  75. package/src/style/common-icons.scss +141 -142
  76. package/src/style/{variables.scss → main.scss} +2 -3
  77. package/src/js/label/style/label.scss +0 -4
  78. package/src/js/pdf/settings/image/style/pdfImageSettings.scss +0 -9
  79. /package/src/style/{display-breakpoints.scss → _display-breakpoints.scss} +0 -0
@@ -2,23 +2,23 @@
2
2
  * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
- @import "common-icons-variables";
5
+ @use "common-icons-variables" as icon-vars;
6
6
 
7
7
  @font-face {
8
8
  font-family: 'common-icons';
9
- src: url('#{$icomoon-font-path}/common-icons.eot');
10
- src: url('#{$icomoon-font-path}/common-icons.eot') format('embedded-opentype'),
11
- url('#{$icomoon-font-path}/common-icons.woff2') format('woff2'),
12
- url('#{$icomoon-font-path}/common-icons.ttf') format('truetype'),
13
- url('#{$icomoon-font-path}/common-icons.woff') format('woff'),
14
- url('#{$icomoon-font-path}/common-icons.svg') format('svg');
9
+ src: url('#{icon-vars.$icomoon-font-path}/common-icons.eot');
10
+ src: url('#{icon-vars.$icomoon-font-path}/common-icons.eot') format('embedded-opentype'),
11
+ url('#{icon-vars.$icomoon-font-path}/common-icons.woff2') format('woff2'),
12
+ url('#{icon-vars.$icomoon-font-path}/common-icons.ttf') format('truetype'),
13
+ url('#{icon-vars.$icomoon-font-path}/common-icons.woff') format('woff'),
14
+ url('#{icon-vars.$icomoon-font-path}/common-icons.svg') format('svg');
15
15
  font-weight: normal;
16
16
  font-style: normal;
17
17
  }
18
18
 
19
19
  [class^="common-icon-"], [class*=" common-icon-"] {
20
20
  /* use !important to prevent issues with browser extensions that change fonts */
21
- font-family: 'common-icons' !important;
21
+ font-family: 'common-icons', serif !important;
22
22
  speak: none;
23
23
  font-style: normal;
24
24
  font-weight: normal;
@@ -31,7 +31,6 @@
31
31
  -webkit-font-feature-settings: "liga";
32
32
  -moz-font-feature-settings: "liga=1";
33
33
  -moz-font-feature-settings: "liga";
34
- -ms-font-feature-settings: "liga" 1;
35
34
  font-feature-settings: "liga";
36
35
  -webkit-font-variant-ligatures: discretionary-ligatures;
37
36
  font-variant-ligatures: discretionary-ligatures;
@@ -43,672 +42,672 @@
43
42
 
44
43
  .common-icon-education-2 {
45
44
  &:before {
46
- content: $common-icon-education-2;
45
+ content: icon-vars.$common-icon-education-2;
47
46
  }
48
47
  }
49
48
  .common-icon-suitcase {
50
49
  &:before {
51
- content: $common-icon-suitcase;
50
+ content: icon-vars.$common-icon-suitcase;
52
51
  }
53
52
  }
54
53
  .common-icon-facebook {
55
54
  &:before {
56
- content: $common-icon-facebook;
55
+ content: icon-vars.$common-icon-facebook;
57
56
  }
58
57
  }
59
58
  .common-icon-instagram {
60
59
  &:before {
61
- content: $common-icon-instagram;
60
+ content: icon-vars.$common-icon-instagram;
62
61
  }
63
62
  }
64
63
  .common-icon-linkedin {
65
64
  &:before {
66
- content: $common-icon-linkedin;
65
+ content: icon-vars.$common-icon-linkedin;
67
66
  }
68
67
  }
69
68
  .common-icon-sms3 {
70
69
  &:before {
71
- content: $common-icon-sms3;
70
+ content: icon-vars.$common-icon-sms3;
72
71
  }
73
72
  }
74
73
  .common-icon-calender {
75
74
  &:before {
76
- content: $common-icon-calender;
75
+ content: icon-vars.$common-icon-calender;
77
76
  }
78
77
  }
79
78
  .common-icon-dashboard {
80
79
  &:before {
81
- content: $common-icon-dashboard;
80
+ content: icon-vars.$common-icon-dashboard;
82
81
  }
83
82
  }
84
83
  .common-icon-email {
85
84
  &:before {
86
- content: $common-icon-email;
85
+ content: icon-vars.$common-icon-email;
87
86
  }
88
87
  }
89
88
  .common-icon-messenger {
90
89
  &:before {
91
- content: $common-icon-messenger;
90
+ content: icon-vars.$common-icon-messenger;
92
91
  }
93
92
  }
94
93
  .common-icon-sms {
95
94
  &:before {
96
- content: $common-icon-sms;
95
+ content: icon-vars.$common-icon-sms;
97
96
  }
98
97
  }
99
98
  .common-icon-triangle {
100
99
  &:before {
101
- content: $common-icon-triangle;
100
+ content: icon-vars.$common-icon-triangle;
102
101
  }
103
102
  }
104
103
  .common-icon-whatsapp {
105
104
  &:before {
106
- content: $common-icon-whatsapp;
105
+ content: icon-vars.$common-icon-whatsapp;
107
106
  }
108
107
  }
109
108
  .common-icon-arrow_bothways {
110
109
  &:before {
111
- content: $common-icon-arrow_bothways;
110
+ content: icon-vars.$common-icon-arrow_bothways;
112
111
  }
113
112
  }
114
113
  .common-icon-note {
115
114
  &:before {
116
- content: $common-icon-note;
115
+ content: icon-vars.$common-icon-note;
117
116
  }
118
117
  }
119
118
  .common-icon-contact {
120
119
  &:before {
121
- content: $common-icon-contact;
120
+ content: icon-vars.$common-icon-contact;
122
121
  }
123
122
  }
124
123
  .common-icon-files {
125
124
  &:before {
126
- content: $common-icon-files;
125
+ content: icon-vars.$common-icon-files;
127
126
  }
128
127
  }
129
128
  .common-icon-alarm {
130
129
  &:before {
131
- content: $common-icon-alarm;
130
+ content: icon-vars.$common-icon-alarm;
132
131
  }
133
132
  }
134
133
  .common-icon-bar-magnifier {
135
134
  &:before {
136
- content: $common-icon-bar-magnifier;
135
+ content: icon-vars.$common-icon-bar-magnifier;
137
136
  }
138
137
  }
139
138
  .common-icon-course {
140
139
  &:before {
141
- content: $common-icon-course;
140
+ content: icon-vars.$common-icon-course;
142
141
  }
143
142
  }
144
143
  .common-icon-recovery-place {
145
144
  &:before {
146
- content: $common-icon-recovery-place;
145
+ content: icon-vars.$common-icon-recovery-place;
147
146
  }
148
147
  }
149
148
  .common-icon-orthodontist {
150
149
  &:before {
151
- content: $common-icon-orthodontist;
150
+ content: icon-vars.$common-icon-orthodontist;
152
151
  }
153
152
  }
154
153
  .common-icon-ying-yang {
155
154
  &:before {
156
- content: $common-icon-ying-yang;
155
+ content: icon-vars.$common-icon-ying-yang;
157
156
  }
158
157
  }
159
158
  .common-icon-star-half {
160
159
  &:before {
161
- content: $common-icon-star-half;
160
+ content: icon-vars.$common-icon-star-half;
162
161
  }
163
162
  }
164
163
  .common-icon-star-full {
165
164
  &:before {
166
- content: $common-icon-star-full;
165
+ content: icon-vars.$common-icon-star-full;
167
166
  }
168
167
  }
169
168
  .common-icon-star-empty {
170
169
  &:before {
171
- content: $common-icon-star-empty;
170
+ content: icon-vars.$common-icon-star-empty;
172
171
  }
173
172
  }
174
173
  .common-icon-acne {
175
174
  &:before {
176
- content: $common-icon-acne;
175
+ content: icon-vars.$common-icon-acne;
177
176
  color: #000;
178
177
  }
179
178
  }
180
179
  .common-icon-anti-conception {
181
180
  &:before {
182
- content: $common-icon-anti-conception;
181
+ content: icon-vars.$common-icon-anti-conception;
183
182
  }
184
183
  }
185
184
  .common-icon-edit {
186
185
  &:before {
187
- content: $common-icon-edit;
186
+ content: icon-vars.$common-icon-edit;
188
187
  }
189
188
  }
190
189
  .common-icon-feetcare {
191
190
  &:before {
192
- content: $common-icon-feetcare;
191
+ content: icon-vars.$common-icon-feetcare;
193
192
  }
194
193
  }
195
194
  .common-icon-info {
196
195
  &:before {
197
- content: $common-icon-info;
196
+ content: icon-vars.$common-icon-info;
198
197
  }
199
198
  }
200
199
  .common-icon-medical-supply {
201
200
  &:before {
202
- content: $common-icon-medical-supply;
201
+ content: icon-vars.$common-icon-medical-supply;
203
202
  }
204
203
  }
205
204
  .common-icon-medicine {
206
205
  &:before {
207
- content: $common-icon-medicine;
206
+ content: icon-vars.$common-icon-medicine;
208
207
  }
209
208
  }
210
209
  .common-icon-piggy-bank {
211
210
  &:before {
212
- content: $common-icon-piggy-bank;
211
+ content: icon-vars.$common-icon-piggy-bank;
213
212
  }
214
213
  }
215
214
  .common-icon-dentist {
216
215
  &:before {
217
- content: $common-icon-dentist;
216
+ content: icon-vars.$common-icon-dentist;
218
217
  }
219
218
  }
220
219
  .common-icon-pregnancy-care {
221
220
  &:before {
222
- content: $common-icon-pregnancy-care;
221
+ content: icon-vars.$common-icon-pregnancy-care;
223
222
  }
224
223
  }
225
224
  .common-icon-physio {
226
225
  &:before {
227
- content: $common-icon-physio;
226
+ content: icon-vars.$common-icon-physio;
228
227
  }
229
228
  }
230
229
  .common-icon-trash {
231
230
  &:before {
232
- content: $common-icon-trash;
231
+ content: icon-vars.$common-icon-trash;
233
232
  }
234
233
  }
235
234
  .common-icon-book {
236
235
  &:before {
237
- content: $common-icon-book;
236
+ content: icon-vars.$common-icon-book;
238
237
  }
239
238
  }
240
239
  .common-icon-file-checklist {
241
240
  &:before {
242
- content: $common-icon-file-checklist;
241
+ content: icon-vars.$common-icon-file-checklist;
243
242
  }
244
243
  }
245
244
  .common-icon-safe {
246
245
  &:before {
247
- content: $common-icon-safe;
246
+ content: icon-vars.$common-icon-safe;
248
247
  }
249
248
  }
250
249
  .common-icon-bike {
251
250
  &:before {
252
- content: $common-icon-bike;
251
+ content: icon-vars.$common-icon-bike;
253
252
  }
254
253
  }
255
254
  .common-icon-boiler {
256
255
  &:before {
257
- content: $common-icon-boiler;
256
+ content: icon-vars.$common-icon-boiler;
258
257
  }
259
258
  }
260
259
  .common-icon-camera-2 {
261
260
  &:before {
262
- content: $common-icon-camera-2;
261
+ content: icon-vars.$common-icon-camera-2;
263
262
  }
264
263
  }
265
264
  .common-icon-camping-equipment {
266
265
  &:before {
267
- content: $common-icon-camping-equipment;
266
+ content: icon-vars.$common-icon-camping-equipment;
268
267
  }
269
268
  }
270
269
  .common-icon-caravan {
271
270
  &:before {
272
- content: $common-icon-caravan;
271
+ content: icon-vars.$common-icon-caravan;
273
272
  }
274
273
  }
275
274
  .common-icon-couche {
276
275
  &:before {
277
- content: $common-icon-couche;
276
+ content: icon-vars.$common-icon-couche;
278
277
  }
279
278
  }
280
279
  .common-icon-desktop {
281
280
  &:before {
282
- content: $common-icon-desktop;
281
+ content: icon-vars.$common-icon-desktop;
283
282
  }
284
283
  }
285
284
  .common-icon-display {
286
285
  &:before {
287
- content: $common-icon-display;
286
+ content: icon-vars.$common-icon-display;
288
287
  }
289
288
  }
290
289
  .common-icon-document-2 {
291
290
  &:before {
292
- content: $common-icon-document-2;
291
+ content: icon-vars.$common-icon-document-2;
293
292
  }
294
293
  }
295
294
  .common-icon-dumbbell {
296
295
  &:before {
297
- content: $common-icon-dumbbell;
296
+ content: icon-vars.$common-icon-dumbbell;
298
297
  }
299
298
  }
300
299
  .common-icon-education {
301
300
  &:before {
302
- content: $common-icon-education;
301
+ content: icon-vars.$common-icon-education;
303
302
  }
304
303
  }
305
304
  .common-icon-electronics {
306
305
  &:before {
307
- content: $common-icon-electronics;
306
+ content: icon-vars.$common-icon-electronics;
308
307
  }
309
308
  }
310
309
  .common-icon-glasses {
311
310
  &:before {
312
- content: $common-icon-glasses;
311
+ content: icon-vars.$common-icon-glasses;
313
312
  }
314
313
  }
315
314
  .common-icon-glue {
316
315
  &:before {
317
- content: $common-icon-glue;
316
+ content: icon-vars.$common-icon-glue;
318
317
  }
319
318
  }
320
319
  .common-icon-gramophone {
321
320
  &:before {
322
- content: $common-icon-gramophone;
321
+ content: icon-vars.$common-icon-gramophone;
323
322
  }
324
323
  }
325
324
  .common-icon-health-insurance {
326
325
  &:before {
327
- content: $common-icon-health-insurance;
326
+ content: icon-vars.$common-icon-health-insurance;
328
327
  }
329
328
  }
330
329
  .common-icon-hearing-aid {
331
330
  &:before {
332
- content: $common-icon-hearing-aid;
331
+ content: icon-vars.$common-icon-hearing-aid;
333
332
  }
334
333
  }
335
334
  .common-icon-kitchen-mixer {
336
335
  &:before {
337
- content: $common-icon-kitchen-mixer;
336
+ content: icon-vars.$common-icon-kitchen-mixer;
338
337
  }
339
338
  }
340
339
  .common-icon-laptop {
341
340
  &:before {
342
- content: $common-icon-laptop;
341
+ content: icon-vars.$common-icon-laptop;
343
342
  }
344
343
  }
345
344
  .common-icon-medical {
346
345
  &:before {
347
- content: $common-icon-medical;
346
+ content: icon-vars.$common-icon-medical;
348
347
  }
349
348
  }
350
349
  .common-icon-mobile-2 {
351
350
  &:before {
352
- content: $common-icon-mobile-2;
351
+ content: icon-vars.$common-icon-mobile-2;
353
352
  }
354
353
  }
355
354
  .common-icon-mobile {
356
355
  &:before {
357
- content: $common-icon-mobile;
356
+ content: icon-vars.$common-icon-mobile;
358
357
  }
359
358
  }
360
359
  .common-icon-moped-front {
361
360
  &:before {
362
- content: $common-icon-moped-front;
361
+ content: icon-vars.$common-icon-moped-front;
363
362
  }
364
363
  }
365
364
  .common-icon-moped {
366
365
  &:before {
367
- content: $common-icon-moped;
366
+ content: icon-vars.$common-icon-moped;
368
367
  }
369
368
  }
370
369
  .common-icon-motor-helmet {
371
370
  &:before {
372
- content: $common-icon-motor-helmet;
371
+ content: icon-vars.$common-icon-motor-helmet;
373
372
  }
374
373
  }
375
374
  .common-icon-personal-info {
376
375
  &:before {
377
- content: $common-icon-personal-info;
376
+ content: icon-vars.$common-icon-personal-info;
378
377
  }
379
378
  }
380
379
  .common-icon-radio {
381
380
  &:before {
382
- content: $common-icon-radio;
381
+ content: icon-vars.$common-icon-radio;
383
382
  }
384
383
  }
385
384
  .common-icon-sailing-boat {
386
385
  &:before {
387
- content: $common-icon-sailing-boat;
386
+ content: icon-vars.$common-icon-sailing-boat;
388
387
  }
389
388
  }
390
389
  .common-icon-ski {
391
390
  &:before {
392
- content: $common-icon-ski;
391
+ content: icon-vars.$common-icon-ski;
393
392
  }
394
393
  }
395
394
  .common-icon-sofa {
396
395
  &:before {
397
- content: $common-icon-sofa;
396
+ content: icon-vars.$common-icon-sofa;
398
397
  }
399
398
  }
400
399
  .common-icon-sport-shirt {
401
400
  &:before {
402
- content: $common-icon-sport-shirt;
401
+ content: icon-vars.$common-icon-sport-shirt;
403
402
  }
404
403
  }
405
404
  .common-icon-sport-shoes {
406
405
  &:before {
407
- content: $common-icon-sport-shoes;
406
+ content: icon-vars.$common-icon-sport-shoes;
408
407
  }
409
408
  }
410
409
  .common-icon-tablet {
411
410
  &:before {
412
- content: $common-icon-tablet;
411
+ content: icon-vars.$common-icon-tablet;
413
412
  }
414
413
  }
415
414
  .common-icon-tax-office {
416
415
  &:before {
417
- content: $common-icon-tax-office;
416
+ content: icon-vars.$common-icon-tax-office;
418
417
  }
419
418
  }
420
419
  .common-icon-tax {
421
420
  &:before {
422
- content: $common-icon-tax;
421
+ content: icon-vars.$common-icon-tax;
423
422
  }
424
423
  }
425
424
  .common-icon-tent-2 {
426
425
  &:before {
427
- content: $common-icon-tent-2;
426
+ content: icon-vars.$common-icon-tent-2;
428
427
  }
429
428
  }
430
429
  .common-icon-tent {
431
430
  &:before {
432
- content: $common-icon-tent;
431
+ content: icon-vars.$common-icon-tent;
433
432
  }
434
433
  }
435
434
  .common-icon-tv {
436
435
  &:before {
437
- content: $common-icon-tv;
436
+ content: icon-vars.$common-icon-tv;
438
437
  }
439
438
  }
440
439
  .common-icon-vacuum-cleaner {
441
440
  &:before {
442
- content: $common-icon-vacuum-cleaner;
441
+ content: icon-vars.$common-icon-vacuum-cleaner;
443
442
  }
444
443
  }
445
444
  .common-icon-work-office {
446
445
  &:before {
447
- content: $common-icon-work-office;
446
+ content: icon-vars.$common-icon-work-office;
448
447
  }
449
448
  }
450
449
  .common-icon-profile {
451
450
  &:before {
452
- content: $common-icon-profile;
451
+ content: icon-vars.$common-icon-profile;
453
452
  }
454
453
  }
455
454
  .common-icon-car-speed-gauge {
456
455
  &:before {
457
- content: $common-icon-car-speed-gauge;
456
+ content: icon-vars.$common-icon-car-speed-gauge;
458
457
  }
459
458
  }
460
459
  .common-icon-file-add {
461
460
  &:before {
462
- content: $common-icon-file-add;
461
+ content: icon-vars.$common-icon-file-add;
463
462
  }
464
463
  }
465
464
  .common-icon-travel-beach {
466
465
  &:before {
467
- content: $common-icon-travel-beach;
466
+ content: icon-vars.$common-icon-travel-beach;
468
467
  }
469
468
  }
470
469
  .common-icon-banking-spending {
471
470
  &:before {
472
- content: $common-icon-banking-spending;
471
+ content: icon-vars.$common-icon-banking-spending;
473
472
  }
474
473
  }
475
474
  .common-icon-car {
476
475
  &:before {
477
- content: $common-icon-car;
476
+ content: icon-vars.$common-icon-car;
478
477
  }
479
478
  }
480
479
  .common-icon-first-aid-kit {
481
480
  &:before {
482
- content: $common-icon-first-aid-kit;
481
+ content: icon-vars.$common-icon-first-aid-kit;
483
482
  }
484
483
  }
485
484
  .common-icon-money-bag {
486
485
  &:before {
487
- content: $common-icon-money-bag;
486
+ content: icon-vars.$common-icon-money-bag;
488
487
  }
489
488
  }
490
489
  .common-icon-pasport {
491
490
  &:before {
492
- content: $common-icon-pasport;
491
+ content: icon-vars.$common-icon-pasport;
493
492
  }
494
493
  }
495
494
  .common-icon-home {
496
495
  &:before {
497
- content: $common-icon-home;
496
+ content: icon-vars.$common-icon-home;
498
497
  }
499
498
  }
500
499
  .common-icon-travel-insurance {
501
500
  &:before {
502
- content: $common-icon-travel-insurance;
501
+ content: icon-vars.$common-icon-travel-insurance;
503
502
  }
504
503
  }
505
504
  .common-icon-clock {
506
505
  &:before {
507
- content: $common-icon-clock;
506
+ content: icon-vars.$common-icon-clock;
508
507
  }
509
508
  }
510
509
  .common-icon-alarm-clock {
511
510
  &:before {
512
- content: $common-icon-alarm-clock;
511
+ content: icon-vars.$common-icon-alarm-clock;
513
512
  }
514
513
  }
515
514
  .common-icon-sms2 {
516
515
  &:before {
517
- content: $common-icon-sms2;
516
+ content: icon-vars.$common-icon-sms2;
518
517
  }
519
518
  }
520
519
  .common-icon-email2 {
521
520
  &:before {
522
- content: $common-icon-email2;
521
+ content: icon-vars.$common-icon-email2;
523
522
  }
524
523
  }
525
524
  .common-icon-check {
526
525
  &:before {
527
- content: $common-icon-check;
526
+ content: icon-vars.$common-icon-check;
528
527
  }
529
528
  }
530
529
  .common-icon-plus {
531
530
  &:before {
532
- content: $common-icon-plus;
531
+ content: icon-vars.$common-icon-plus;
533
532
  }
534
533
  }
535
534
  .common-icon-document {
536
535
  &:before {
537
- content: $common-icon-document;
536
+ content: icon-vars.$common-icon-document;
538
537
  }
539
538
  }
540
539
  .common-icon-arrow-left {
541
540
  &:before {
542
- content: $common-icon-arrow-left;
541
+ content: icon-vars.$common-icon-arrow-left;
543
542
  }
544
543
  }
545
544
  .common-icon-arrow-right {
546
545
  &:before {
547
- content: $common-icon-arrow-right;
546
+ content: icon-vars.$common-icon-arrow-right;
548
547
  }
549
548
  }
550
549
  .common-icon-person {
551
550
  &:before {
552
- content: $common-icon-person;
551
+ content: icon-vars.$common-icon-person;
553
552
  }
554
553
  }
555
554
  .common-icon-world {
556
555
  &:before {
557
- content: $common-icon-world;
556
+ content: icon-vars.$common-icon-world;
558
557
  }
559
558
  }
560
559
  .common-icon-user2 {
561
560
  &:before {
562
- content: $common-icon-user2;
561
+ content: icon-vars.$common-icon-user2;
563
562
  }
564
563
  }
565
564
  .common-icon-camera {
566
565
  &:before {
567
- content: $common-icon-camera;
566
+ content: icon-vars.$common-icon-camera;
568
567
  }
569
568
  }
570
569
  .common-icon-bulb {
571
570
  &:before {
572
- content: $common-icon-bulb;
571
+ content: icon-vars.$common-icon-bulb;
573
572
  }
574
573
  }
575
574
  .common-icon-folder-open2 {
576
575
  &:before {
577
- content: $common-icon-folder-open2;
576
+ content: icon-vars.$common-icon-folder-open2;
578
577
  }
579
578
  }
580
579
  .common-icon-play {
581
580
  &:before {
582
- content: $common-icon-play;
581
+ content: icon-vars.$common-icon-play;
583
582
  }
584
583
  }
585
584
  .common-icon-excel {
586
585
  &:before {
587
- content: $common-icon-excel;
586
+ content: icon-vars.$common-icon-excel;
588
587
  color: #217346;
589
588
  }
590
589
  }
591
590
  .common-icon-powerpoint {
592
591
  &:before {
593
- content: $common-icon-powerpoint;
592
+ content: icon-vars.$common-icon-powerpoint;
594
593
  color: #d24726;
595
594
  }
596
595
  }
597
596
  .common-icon-word {
598
597
  &:before {
599
- content: $common-icon-word;
598
+ content: icon-vars.$common-icon-word;
600
599
  color: #2b579a;
601
600
  }
602
601
  }
603
602
  .common-icon-pdf {
604
603
  &:before {
605
- content: $common-icon-pdf;
604
+ content: icon-vars.$common-icon-pdf;
606
605
  color: #d80027;
607
606
  }
608
607
  }
609
608
  .common-icon-caret-down {
610
609
  &:before {
611
- content: $common-icon-caret-down;
610
+ content: icon-vars.$common-icon-caret-down;
612
611
  }
613
612
  }
614
613
  .common-icon-th-large {
615
614
  &:before {
616
- content: $common-icon-th-large;
615
+ content: icon-vars.$common-icon-th-large;
617
616
  }
618
617
  }
619
618
  .common-icon-th-list {
620
619
  &:before {
621
- content: $common-icon-th-list;
620
+ content: icon-vars.$common-icon-th-list;
622
621
  }
623
622
  }
624
623
  .common-icon-image {
625
624
  &:before {
626
- content: $common-icon-image;
625
+ content: icon-vars.$common-icon-image;
627
626
  }
628
627
  }
629
628
  .common-icon-user3 {
630
629
  &:before {
631
- content: $common-icon-user3;
630
+ content: icon-vars.$common-icon-user3;
632
631
  }
633
632
  }
634
633
  .common-icon-lock2 {
635
634
  &:before {
636
- content: $common-icon-lock2;
635
+ content: icon-vars.$common-icon-lock2;
637
636
  }
638
637
  }
639
638
  .common-icon-shield2 {
640
639
  &:before {
641
- content: $common-icon-shield2;
640
+ content: icon-vars.$common-icon-shield2;
642
641
  }
643
642
  }
644
643
  .common-icon-email-2 {
645
644
  &:before {
646
- content: $common-icon-email-2;
645
+ content: icon-vars.$common-icon-email-2;
647
646
  }
648
647
  }
649
648
  .common-icon-sms-2 {
650
649
  &:before {
651
- content: $common-icon-sms-2;
650
+ content: icon-vars.$common-icon-sms-2;
652
651
  }
653
652
  }
654
653
  .common-icon-menu {
655
654
  &:before {
656
- content: $common-icon-menu;
655
+ content: icon-vars.$common-icon-menu;
657
656
  }
658
657
  }
659
658
  .common-icon-euro {
660
659
  &:before {
661
- content: $common-icon-euro;
660
+ content: icon-vars.$common-icon-euro;
662
661
  }
663
662
  }
664
663
  .common-icon-pin {
665
664
  &:before {
666
- content: $common-icon-pin;
665
+ content: icon-vars.$common-icon-pin;
667
666
  }
668
667
  }
669
668
  .common-icon-back {
670
669
  &:before {
671
- content: $common-icon-back;
670
+ content: icon-vars.$common-icon-back;
672
671
  }
673
672
  }
674
673
  .common-icon-student {
675
674
  &:before {
676
- content: $common-icon-student;
675
+ content: icon-vars.$common-icon-student;
677
676
  }
678
677
  }
679
678
  .common-icon-youngprof {
680
679
  &:before {
681
- content: $common-icon-youngprof;
680
+ content: icon-vars.$common-icon-youngprof;
682
681
  }
683
682
  }
684
683
  .common-icon-cross {
685
684
  &:before {
686
- content: $common-icon-cross;
685
+ content: icon-vars.$common-icon-cross;
687
686
  }
688
687
  }
689
688
  .common-icon-opera {
690
689
  &:before {
691
- content: $common-icon-opera;
690
+ content: icon-vars.$common-icon-opera;
692
691
  }
693
692
  }
694
693
  .common-icon-safari {
695
694
  &:before {
696
- content: $common-icon-safari;
695
+ content: icon-vars.$common-icon-safari;
697
696
  }
698
697
  }
699
698
  .common-icon-chrome {
700
699
  &:before {
701
- content: $common-icon-chrome;
700
+ content: icon-vars.$common-icon-chrome;
702
701
  }
703
702
  }
704
703
  .common-icon-firefox {
705
704
  &:before {
706
- content: $common-icon-firefox;
705
+ content: icon-vars.$common-icon-firefox;
707
706
  }
708
707
  }
709
708
  .common-icon-list-numbered {
710
709
  &:before {
711
- content: $common-icon-list-numbered;
710
+ content: icon-vars.$common-icon-list-numbered;
712
711
  }
713
712
  }
714
713