app.less

app.less is the main CSS style sheet for the portal. It is written in the LESS dynamic stylesheet language. Customer Portal uses .LESS (dot-less), which is specifically designed for the .NET runtime. LESS allows you to declare variables at the top of the document which can then be used throughout. This feature allows you to make font or color changes in one spot which affect all the subsequent styles where those variables are used. Aside from variables, LESS also allows you to use mixins, operations, nested rules, and other functions to simplify using an external style sheet and promote an easier way to format your UI. Refer to lesscss.org for full documentation.