Please refer Faq's page in documentation itself for queries and customization like Colors, RTL, Dark style..etc.
assets/
├── css/
| |-- icons.css
| |-- plugins.css
| |-- plugins.css.map
| |-- style.css
| |-- style.css.map
├── fonts/
├── images/
├── js/
├── plugins/
├── scss/
`-- switcher/
Spaner - Bootstrap Admin Panel Template /
: Root template folder contain all html, js, css, scss, images
and other files.
assets/
: Folder contain all the Admin Template assets which has css, js, scss, and images.
css/
: Folder contain assets which has complete styles.
icons
: Icon style contains icons related links.plugins
: plugins style sheet for plugins styles.style
: Main style sheet for template.fonts/
: Folder contain all icon packs that showed in this template .
images/
: Template images.
js/
: Folder contain all the template pages js files.
plugins/
: Folder contain all template plugins.
scss/
: Folder contain all pages scss files.
gulpfile.js
: Gulp tasks js file.package.gulp.json
: Gulp package json file.Note: If you want to use only CSS format then you should follow below process.
Step-1: Remove complete scss folder. Root path: (../assets/scss)
Step-2: Remove .scss and .css.map extension related files in css folder. Root path: (../assets/css/*.scss) and (../assets/css/*.css.map)
Step-3: Remove "gulpfile.js", "package.json", "package-lock.json" files.