LDEV-5200 Adjusting icons colours and svg optimisationI think this does it. However, there might be some issues with the embedding of SVG's css. As we compressed the files, the classes are called "A, B, C" and when different SVGs have the same class name, then the conflicts start to show.Went thru all the tools but it's looking good now. There might be some others with system tools
LDEV-5200 Adjusting icons colours and svg optimisationAdjust icons and activity colours according to new colour scheme. Optimise SVG compression and pngs.Adding .DS_Store to .gitignore files
LDEV-5200 Put learner and attention icons within SVGPrevious solution added an extra HTML layer and positioned iconsrelative to SVG parent. Having icons embedded in <foreignObject />allows easier manipulation of dimensions and possibly zoom.