@@ -383,103 +383,103 @@ $bg-color: #24292e;
383
383
.cly-icon {
384
384
& -sidebar {
385
385
& -app {
386
- background-image : url (" /images/sidebar/default/app.svg" );
386
+ background-image : url (" ../.. /images/sidebar/default/app.svg" );
387
387
height : 24px ;
388
388
width : 24px ;
389
389
}
390
390
391
391
& -analytics {
392
- background-image : url (" /images/sidebar/default/analytics-icon.svg" );
392
+ background-image : url (" ../.. /images/sidebar/default/analytics-icon.svg" );
393
393
height : 20px ;
394
394
width : 20px ;
395
395
396
396
& :hover {
397
- background-image : url (" /images/sidebar/hover/analytics-icon.svg" );
397
+ background-image : url (" ../.. /images/sidebar/hover/analytics-icon.svg" );
398
398
}
399
399
400
400
& .cly-vue-sidebar__menu-option--selected {
401
- background-image : url (" /images/sidebar/selected/analytics-icon.svg" );
401
+ background-image : url (" ../.. /images/sidebar/selected/analytics-icon.svg" );
402
402
}
403
403
}
404
404
405
405
& -dashboards {
406
- background-image : url (" /images/sidebar/default/dashboards-icon.svg" );
406
+ background-image : url (" ../.. /images/sidebar/default/dashboards-icon.svg" );
407
407
height : 20px ;
408
408
width : 20px ;
409
409
410
410
& :hover {
411
- background-image : url (" /images/sidebar/hover/dashboards-icon.svg" );
411
+ background-image : url (" ../.. /images/sidebar/hover/dashboards-icon.svg" );
412
412
}
413
413
414
414
& .cly-vue-sidebar__menu-option--selected {
415
- background-image : url (" /images/sidebar/selected/dashboards-icon.svg" );
415
+ background-image : url (" ../.. /images/sidebar/selected/dashboards-icon.svg" );
416
416
}
417
417
}
418
418
419
419
& -divider {
420
- background-image : url (" /images/sidebar/default/divider.svg" );
420
+ background-image : url (" ../.. /images/sidebar/default/divider.svg" );
421
421
width : 32px ;
422
422
height : 1px ;
423
423
}
424
424
425
425
& -management {
426
- background-image : url (" /images/sidebar/default/management.svg" );
426
+ background-image : url (" ../.. /images/sidebar/default/management.svg" );
427
427
height : 20px ;
428
428
width : 20px ;
429
429
430
430
& :hover {
431
- background-image : url (" /images/sidebar/hover/management.svg" );
431
+ background-image : url (" ../.. /images/sidebar/hover/management.svg" );
432
432
}
433
433
434
434
& .cly-vue-sidebar__menu-option--selected {
435
- background-image : url (" /images/sidebar/selected/management.svg" );
435
+ background-image : url (" ../.. /images/sidebar/selected/management.svg" );
436
436
}
437
437
}
438
438
439
439
& -report-manager {
440
- background-image : url (" /images/sidebar/default/report-manager.svg" );
440
+ background-image : url (" ../.. /images/sidebar/default/report-manager.svg" );
441
441
height : 18px ;
442
442
width : 20px ;
443
443
444
444
& :hover {
445
- background-image : url (" /images/sidebar/hover/report-manager.svg" );
445
+ background-image : url (" ../.. /images/sidebar/hover/report-manager.svg" );
446
446
}
447
447
448
448
& .cly-vue-sidebar__menu-option--selected {
449
- background-image : url (" /images/sidebar/selected/report-manager.svg" );
449
+ background-image : url (" ../.. /images/sidebar/selected/report-manager.svg" );
450
450
}
451
451
}
452
452
453
453
& -help-center {
454
- background-image : url (" /images/sidebar/default/help-center.svg" );
454
+ background-image : url (" ../.. /images/sidebar/default/help-center.svg" );
455
455
height : 25px ;
456
456
width : 20px ;
457
457
458
458
& :hover {
459
- background-image : url (" /images/sidebar/hover/help-center.svg" );
459
+ background-image : url (" ../.. /images/sidebar/hover/help-center.svg" );
460
460
}
461
461
462
462
& .cly-vue-sidebar__menu-option--selected {
463
- background-image : url (" /images/sidebar/selected/help-center.svg" );
463
+ background-image : url (" ../.. /images/sidebar/selected/help-center.svg" );
464
464
}
465
465
}
466
466
467
467
& -notifications {
468
- background-image : url (" /images/sidebar/default/notifications.svg" );
468
+ background-image : url (" ../.. /images/sidebar/default/notifications.svg" );
469
469
height : 23px ;
470
470
width : 20px ;
471
471
472
472
& :hover {
473
- background-image : url (" /images/sidebar/hover/notifications.svg" );
473
+ background-image : url (" ../.. /images/sidebar/hover/notifications.svg" );
474
474
}
475
475
476
476
& .cly-vue-sidebar__menu-option--selected {
477
- background-image : url (" /images/sidebar/selected/notifications.svg" );
477
+ background-image : url (" ../.. /images/sidebar/selected/notifications.svg" );
478
478
}
479
479
}
480
480
481
481
& -toggle-left {
482
- background-image : url (" /images/sidebar/default/toggle-left.svg" );
482
+ background-image : url (" ../.. /images/sidebar/default/toggle-left.svg" );
483
483
height : 15px ;
484
484
width : 11px ;
485
485
}
0 commit comments