Top

SCSS structure


We are use 7-1 tire scss folder structure in our template

We are use vite 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 v16.15.1

If you want to use scss so you need to follow some steps for compilation process

  • npm i command (install node js)
  • vite style command in your terminal
  • scss
    • base
      • _reset.scss
      • _typography.scss
    • components
      • _according.scss
      • _add_post.scss
      • _alert.scss
      • _aos.scss
      • _apexchart.scss
      • _avatars.scss
      • _badge.scss
      • _blog.scss
      • _bookmark.scss
      • _breadcrumb.scss
      • _buttons.scss
      • _card.scss
      • _cart.scss
      • _checkout.scss
      • _color.scss
      • _dark.scss
      • _datatable.scss
      • _datepicker.scss
      • _dropdown.scss
      • _form-input.scss
      • _form-wizard.scss
      • _forms.scss
      • _gallery.scss
      • _grid.scss
      • _helpers.scss
      • _icons.scss
      • _list.scss
      • _modal.scss
      • _nav.scss
      • _order-history.scss
      • _range.scss
      • _rating.scss
      • _ribbon.scss
      • _scrollbar.scss
      • _switch.scss
      • _table.scss
      • _tabs.scss
      • _timeline.scss
      • _toasts.scss
      • _touchpin.scss
      • _tour.scss
      • _tree.scss
      • _typeahead-search.scss
      • _typeahead.scss
      • _user.scss
      • _wow.scss
    • layout
      • _box-layout.scss
      • _footer.scss
      • _header.scss
      • _select2.scss
      • _sidebar.scss
    • pages
      • _add-product.scss
      • _bookmark-app.scss
      • _chart.scss
      • _chat.scss
      • _checkout.scss
      • _choices.scss
      • _comingsoon.scss
      • _contacts.scss
      • _dashboard_2.scss
      • _dashboard_3.scss
      • _dashboard_default.scss
      • _ecommerce.scss
      • _email-application.scss
      • _errorpage.scss
      • _faq.scss
      • _file.scss
      • _general-widget.scss
      • _general.scss
      • _imgcrop.scss
      • _internationalization.scss
      • _invoice.scss
      • _jsgrid.scss
      • _kanban.scss
      • _knowledgebase.scss
      • _landing.scss
      • _letter_box.scss
      • _loader.scss
      • _login.scss
      • _megaoption.scss
      • _pages.scss
      • _pricing.scss
      • _print.scss
      • _progress.scss
      • _project.scss
      • _search.scss
      • _social-app.scss
      • _starterkit.scss
      • _supportticket.scss
      • _sweetalert.scss
      • _swiper.scss
      • _task.scss
      • _user-profile.scss
    • themes
      • _rtl.scss
      • _theme-customizer.scss
      • _custom.scss
      • _update.scss
    • utils
      • _key-frames.scss
      • _mixins.scss
      • _variables.scss
    • _color-1.scss
    • _color-2.scss
    • _color-3.scss
    • _color-4.scss
    • _color-5.scss
    • _color-6.scss
    • _style.scss
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: #aaa3a0; whole themplate body font color set here

For font family

$body-font: 'Nunito Sans', sans-serif set Body font family

For main color settings

--primary-color: #308e87; All color template settings
--secondary-color: #f39159;
--success-color: #3eb95f;
--info-color: #02a2b9;
--warning-color: #ea9200;
--danger-color: #e74b2b;
--light-color: #f5f5f5;

For sidebar settings

$sidebar-width: 253px; set sidebar width
$mobile-sidebar-width: 240px; set mobile sidebar width
$logo-shadow: 0px 4px 15px rgba(var(--black), 0.05); set logo shadow color
$sidebar-shadow: 0px 4px 40px rgba(var(--black), 0.1); set sidebar shadow color

For card settings

$card-padding: 20px; set common card spacing
$card-border: 1px solid rgba(var(--light-gray),1); set card border
$card-header-bg-color: rgba(var(--white),1); set card header background
$card-box-shadow: 0 0 50px rgba(var(--black), 0.03); set card-box-shadow