SCSS and CSS files overview

The template stylesheet is based on the SASS language. All .scss files are located in the  sass folder:


sass/theme-styles folder includes the main stylesheet, global files with styles for the whole template, namely:
 

 

"..sass/blocks/.." and "..saas/widgets/.." folders include a stylesheet for blocks and widgets, used in the template. 
 
"..saas/plugins/.." folder includes plugins styles, using in the template.
 

For your convenience, all stylesheet files are divided blockwise. There you can edit required styles and responsive settings for the particular block. Detailed folders structure is represented in saas/__table-of-content.scss file.

In the root of sass/.. folder you will find the following files:
 
blocks.scss, plugins.scss, theme-styles.scss, widgets.scss -  it provides paths for proper compilation of the *.scss files into a appropriate files - /css/blocks.css; ../css/theme-styles.css, ../css/widgets.css, ../css/plugins.css.
 
Font-awesome.scss file includes styles for Font-Awesome v5.0.6.
 
rtl.scss file contains styles for RTL version - the activation process is described in this article.