Top

SCSS structure


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

We are use gulp 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 v21.6.1

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

  • npm i command (install node js)
  • gulp style command in your terminal
  • 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
      • _breadcrumb.scss
      • _buttons.scss
      • _card.scss
      • _chart.scss
      • _color.scss
      • _datatables.scss
      • _datepicker.scss
      • _dropdown.scss
      • _dropzone.scss
      • _forms.scss
      • _form-wizard.scss
      • _grid.scss
      • _icon.scss
      • _list.scss
      • _megaoption.scss
      • _modal.scss
      • _order-history.scss
      • _pagination.scss
      • photoswipe.scss
      • _popover.scss
      • _progress.scss
      • _radio.scss
      • _rangeslider.scss
      • _rating.scss
      • _ribbon.scss
      • _scrollable.scss
      • _sweet-alert.scss
      • _switch.scss
      • _table.scss
      • _tab.scss
      • _toast.scss
      • _touchspin.scss
      • _tour.scss
      • _tree.scss
    • layout
      • _box-layout.scss
      • _footer.scss
      • _header.scss
      • _search.scss
      • _select2.scss
      • _sidebar.scss
    • pages
      • _aceeditors.scss
      • _blog.scss
      • _bookmark-app.scss
      • _calendar.scss
      • _cart.scss
      • _chat.scss
      • _checkout.scss
      • _choice.scss
      • _comingsoon.scss
      • _contact.scss
      • _dashboard-02.scss
      • _dashboard-03.scss
      • _default-dashboard.scss
      • _ecommerce.scss
      • _email-application.scss
      • _errorpage.scss
      • _faq.scss
      • _file.scss
      • _gallery.scss
      • _general.scss
      • _general-widget.scss
      • _helper.scss
      • _img-crop.scss
      • _invoice.scss
      • _job-search.scss
      • _jsgrid.scss
      • _kanban.scss
      • _knowledgebase.scss
      • _learning.scss
      • _letterbox.scss
      • _loader.scss
      • _login.scss
      • _map.scss
      • _pikaday.scss
      • _pricing.scss
      • _print.scss
      • _projectlist.scss
      • _social-app.scss
      • _starterkit.scss
      • _swiper.scss
      • _task.scss
      • _timeline.scss
      • _todo.scss
      • _translate.scss
      • _update.scss
      • _user-profile.scss
      • _whethericon.scss
    • themes
      • _rtl.scss
      • _theme-customizer.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
$theme-body-font-color: #2F2F3B; whole themplate body font color set here

For font family

$body-font: 'Outfit', sans-serif; set Body font family
$font-serif: sans-serif; set second font family

For main color settings

$primary-color: #43B9B2; All color template settings
$secondary-color: #C280D2;
$success-color: #17A600;
$info-color: #2E8DD3;
$warning-color: #F0AD4E;
$danger-color: #C42A02;
$light-color: #F4F5F8;

For sidebar settings

$sidebar-width: 253px; set sidebar width
$mobile-sidebar-width: 240px; set mobile sidebar width
$logo-shadow: 0px 4px 34px rgba(10, 75, 85, 0.05); set logo shadow color
$sidebar-shadow: 0px 36px 35px rgba($black, 0.1); set sidebar shadow color
$sidebar-fill-icon-color: #757589; set sidebar fill icon color

For card settings

$card-padding: 18px; set common card spacing
$card-border: 2px solid var(--light-color); set card border
$card-border-radius: 5px; set card border radius