Admitro – Angular Admin & Dashboard Template

Styles Customization
Styles Usage

Admitro Admin manages all scss and css files in assets/ folder and it also allows users to add their own scss files inside assests folder.
Plugins CSS can be found under the src/assets/plugins folder.

SCSS files structure for Admitro assets

assets/
|   ├── colors
|   ├── colors-rtl
|   ├── css
|   ├── css-rtl
|   ├── iconfonts
|   ├── images
|   ├── scss
|   ├── scss-rtl
|   |   ├── bootstrap
|   |   ├── components
|   |   ├── custom
|   |   ├── forms
|   |   ├── layouts
|   |   ├── pages
|   |   ├── _style.scss
|   |   ├── _variables.scss
|   |   ├── app.scss
|   └── .gitkeep

Following is the details of what all scss folders.

# Folders/File Details
1 bootstrap bootstrap/ folder contain Bootstrap core scss files, that are customized for the Admitro Dashboard.
2 components components/ folder contain scss files used for chat, calendar, ratings.., which are customized for the Admitro Dashboard.
3 custom custom/ folder contain scss files used for icons_list, loaders, tables, widgets.., which are customized for the Admitro Dashboard.
4 forms forms/ folder contain scss files used for form-elements,date-picker, custom-control.., which are customized for the Admitro Dashboard.
5 layouts layouts/ folder contain scss files used for alignments, backgrounds, cards, layouts.., which are customized for the Admitro Dashboard.
6 pages pages/ folder contain scss files used in pages components like for gallery, pricing, profile.., which are customized for the Admitro Dashboard.
7 _variables.scss _variables.scss file contain default color variables which are customized for the Admitro Dashboard.
8 _style.scss _style.scss file is the main scss file that contain the all scss import files which are customized for the Admitro Dashboard.