Top

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.10.0

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

  • npm i command (install node js)
  • scss
    • base
      • _reset.scss // customize new classes same like bootstrap class
      • _typography.scss // common tyography scss
    • components // all components scss
      • _according.scss
      • _alert.scss
      • _avatars.scss
      • _badge.scss
      • _bookmark.scss
      • _breadcrumb.scss
      • _buttons.scss
      • _card.scss
      • _color.scss
      • _datatable.scss
      • _datepicker.scss
      • _dropdown.scss
      • _form-builder.scss
      • _form-input.scss
      • _form-wizard.scss
      • _forms.scss
      • _form_builder-2.scss
      • _icons.scss
      • _list.scss
      • _loader.scss
      • _popover.scss
      • _print.scss
      • _radio.scss
      • _ribbon.scss
      • _scrollbar.scss
      • _switch.scss
      • _tab.scss
      • _table.scss
      • _touchspin.scss
      • _tour.scss
      • _tree.scss
      • _typeahead-search.scss
    • layout
      • _box-layout.scss
      • _footer.scss // customize footer scss
      • _grid.scss
      • _header.scss // customize header scss
      • _navs.scss
      • _rtl.scss // all rtl scss
      • _search.scss
      • _sidebar.scss // customize sidebar scss
    • pages
      • _add-product.scss
      • _blog.scss
      • _bookmark-app.scss
      • _cart.scss
      • _chart.scss
      • _chat.scss
      • _checkout.scss
      • _comingsoon.scss
      • _contacts.scss
      • _dashboard_2.scss
      • _dashboard_default.scss
      • _general_widget.scss
      • _ecommerce.scss
      • _email-application.scss
      • _errorpage.scss
      • _faq.scss
      • _file.scss
      • _gallery.scss
      • _internationalization.scss
      • _job-search.scss
      • _jsgrid.scss
      • _kanban.scss
      • _knowledgebase.scss
      • _landing.scss
      • _language.scss
      • _learning.scss
      • _login.scss
      • _megaoption.scss
      • _order-history.scss
      • _page.scss
      • _pricing.scss
      • _progress.scss
      • _projectlist.scss
      • _social-app.scss
      • _task.scss
      • _timeline-v.scss
      • _user-profile.scss
      • _wishlist.scss
    • themes
      • _dark-sidebar.scss
      • _dark.scss // Dark layout scss
      • _responsive.scss
      • _theme-customizer.scss // customizer scss only
      • _update.scss
    • utils
      • _variables.scss // settings variables here
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 template body font color set here
$theme-body-font-color: #2F2F3B; whole template body font color set here

For font family

$font-Outfit: Outfit; set Body font family
$font-roboto: Roboto; set second font family

For main color settings

$primary-color: #009DB5; All color template settings
$secondary-color: #F94C8E;
$success-color: #83BF6E;
$info-color: #25C5F7;
$warning-color: #F99B0D;
$danger-color: #F6463A;
$light-color: #F2F3F7;

For sidebar settings

$sidebar-width: 255px; set sidebar width
$sidebar-background-color: #FFFFFF; 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: 20px; set common card spacing
$card-margin-bottom: 25px; set common card outside spacing
$card-border: 1px solid $light-gray; set card border
$card-border-radius: 10px; set card border radius
$card-box-shadow: 0px 7.7982px 17.3293px rgba(0, 157, 181, 0.07) set card box shadow