Changing template styles
Global and template specific styles
Each template has a SCSS file in the Style folder, by convention named main.scss. This file will import the global.scss.
Important
Changing the global.scss file will impact all report templates for all users.
In most cases, change of style should be done for all template, therefore the global.scss can easily be modified.
Changing the styles of a specific template require to modify its main.scss (therefore a template copy may be needed to allow modification).
Warning
As visionCATS need to transform SCSS files to CSS, no sub folder is supported in Styles.