CSS Files, Structure and SASS
CSS Files & Structure
This template use CSS files for the styling.
All CSS files are located within the "css" folder. Here is a list of the CSS files along with their explanations:
bootstrap.cssfor base/framework styleswiper.min.cssfor basic style of the sliderplyr.cssfor video playerscrollCue.min.css forscrolling effect styleglightbox.min.cssfor lightbox stylephosphor.min.cssandfontawesome.min.cssfor icon stylestylefor this template custom style
This file is separated into sections using comments, like the following example:
/* -------------------------------------------------------------------------- */
/* Import google font */
/* -------------------------------------------------------------------------- */
some css code here
/* ========================================================================== */
/* GLOBAL STYLE */
/* ========================================================================== */
some css code here
Sass
This template includes Sass files to facilitate easier customization of the styles.
For more information on how to use the SASS files, please refer to this page.
All Sass files are located within the "scss" folder. Here is a list of the Sass files along with their explanations:
- The style.scss files are used for the base/framework style eg.
style.scss. - The
modulesfolder contains the SCSS files for the sections/elements used in this template. about.scssThis file contain style for about section_animation.scssThis file contain style for the animation section_accordion.scssThis file contain style for the accordion elements/section_background.scssThis file contain style for the background section_blog.scssThis file contain style for the blog section_button_.scssThis file contain style for the button elements_contact.scssThis file contain style for the contact section_footer.scssThis file contain style for the footer section_global.scssThis file contain style for the global section_mediaqueries.scssThis file contain style for the mediaqueries_mixin.scssThis file contain style for the mixin function_nav.scssThis file contain style for the navigation section_pricing-table.scssThis file contain style for the pricing table element_services.scssThis file contain style for the services section_routes.scssThis file contain style for the routes section_stats.scssThis file contain style for the stats section_slider.scssThis file contain style for the slider section_testimonial.scssThis file contain style for the testimonial section_team.scssThis file contain style for the team section_events.scssThis file contain style for the event section