LESS Files
The theme is built using LESS. However you should precompile the files in CSS for improved performance in production. We recommend WinLESS in the absence of a Node.js compiler.
All the .less files are located in assets/less/ directory of the admin theme and are called via styles.less file. Avenger code and Bootstrap code are kept separate so that you can easily switch to a new Bootstrap version by overwritign the files at assets/less/bootstrap/.
app-blog.less | The styles used for blog templates. All the styles needs a container called .blog |
---|---|
app-ecommerce.less | The styles used for e-commerce templates. All the styles needs a container called .store |
app-inbox.less | Used for the inbox app |
app-notes.less | Used for the notes app |
apps.less | Customization of all the different plugins used by Avenger |
app-tasks.less | Used for the tasks app |
colorschemes.less | The styles for different color schemes available with Avenger as proerty of a class |
demo.less | Some styles used in displaying the demo but no need for a fresh install |
grid-sh.less | Bootstrap 3 responsive columns of same height |
Avenger-helpers.less | Helper classes for Avenger |
Avenger-mixins.less | Mixins used in Avenger and in some cases modification of bootstrap's mixins. |
layout.less | Handles the different layout options of the theme. |
leftbar.less | The left sidebar navigation and search |
navbar.less | Custom styles overwriting Bootstrap default navbar |
panels.less | Completely redone panels to allow more options |
panels-custom.less | The styles for the custom panels - Recent Activities, Contact List, Tasks, etc. |
pricing-tables.less | Custom pricing tables |
rightbar.less | The right sidebar widget area and chatbox |
tabs.less | The CSS for the inline tabs and accordions |
tiles.less | the Tiles component |
timeline.less | The CSS for Timeline page |
topnav.less | The topnav dropdowns |
ui-layout.less | The less file used with jQuery Layout plugin (only used in Fixed Sidebars layout) |
variables.less | Bootstrap's variables.less with additional variables for Avenger |
weather.less | Layout used for the weather widget |
yamm.less | Styles for the Megamenu |