SCSS structure
We are use 7-1 tire scss folder structure in our
template
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
- layout
- pages
- themes
- utils
- vendors
- 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-body-font-color: #2F2F3B; |
whole themplate body font color set here |
--font-color: #242934; |
whole themplate body font color set here |
For font family
$body-font: sans-serif |
set Body font family |
For main color settings
--primary-color: #1a5f7f; |
All color template settings |
--secondary-color: #f39159; |
|
--success-color: #dd7031; |
|
--info-color: #0ea4ba; |
|
--warning-color: #da9817; |
|
--danger-color: #e42739; |
|
--light-color: #f4f4f4; |
|
For sidebar settings
$sidebar-width: 255px; |
set sidebar width | $sidebar-shadow: 0 0 11px rgba(69, 110, 243, 0.13); |
set sidebar shadow color |
For card settings
$card-padding: 20px; |
set common card spacing |
$card-header-bg-color: #fff |
set card header background |
$card-box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07) |
set card-box-shadow |