SCSS structure
We are use 7-1 tire scss folder structure in our
template
We are use for the scss to css compilation
Note: First, you must download and install node.js You can
check it in your terminal window using these commands node --version and npm
--version.
your node version should be v20.9.0
If you want to use scss so you need to follow some steps for compilation process
-
npm icommand (install node js)
- scss
- base
- components // all
components scss
- layout
- pages
- themes
- utils
- vendors // All plugins scss
folder and files here
- animate
- aos
- bootstrap
- button-builder
- calendar
- chartist
- data-table
- datatable-extension
- date-picker
- daterange-picker
- date-time-picker
- dropzone
- echart
- feather-icon
- flag-icon
- icoicon
- image-cropper
- jsgrid
- owltheme
- page-builder
- photoswipe
- prism
- range-slider
- rating
- scrollable
- scrollbar
- select2
- simple-mde
- sticky
- summernote
- svg-icon
- sweetalert2-master
- themify
- time-picker
- todo
- tour
- tree
- vector-map
- whether-icon
- animate
- base
Tips
If you want to add new scss so you can add in _custom.scss file
because we are update template in future at that time you can take
update template easily and use it
only one custom scss file you need to put from your side
Intelligent customization using scss
You can change in assets/scss/utils/_variables.scss file
Common settings
| Variables set | Content |
|---|---|
$theme-font-color: #9B9B9B; |
whole template font color set here |
$theme-body-font-color: #3D434A; |
whole template body font color set here |
For main color settings
$primary-color: #7A70BA; |
All color template settings |
$secondary-color: #48A3D7; |
|
$success-color: #0DA759; |
|
$info-color: #16C7F9; |
|
$warning-color: #D77748; |
|
$danger-color: #E44141; |
|
$light-color: #f4f4f4; |
|
For sidebar settings
$sidebar-width: 255px; |
set sidebar width |
$sidebar-background-color: $white; |
set sidebar background color |
$sidebar-shadow: 0 0 11px rgba(69, 110, 243, 0.13) |
set sidebar shadow color |
$sidebar-overflow: auto; |
set sidebar overflow scroll |
$sidebar-z-index: 9; |
set sidebar z index |
For card settings
$card-padding: 16px 24px; |
set common card spacing |
$card-margin-bottom: 30px; |
set common card outside spacing |
$card-border-color: 1px dashed $light-gray; |
set card border |
$card-border-radious: 17px; |
set card border radius |
$card-box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07); |
set card box shadow |