Vuejs-Admin
  • Introduction
  • Installation
    • Laravel Installation
    • Vue Installaion
  • App structure
    • Layout
    • Vuex store
    • Left menu
    • Routes
    • Axios
  • Start new page
  • SASS
  • Changing skins
  • Changing Layouts
  • FAQ's
  • Updates
    • 3.4
    • 3.3
    • 3.2
    • 3.1
    • 3.0
    • 2.0
    • 1.6
    • 1.5
    • 1.4
    • 1.3
    • 1.2
    • 1.1
  • Starter kit
    • Adding new page
Powered by GitBook
On this page

Was this helpful?

SASS

Most of the css for Vuejs-Admin is written in scss.

The css for Most of the components can be found in the component itself at the end of the component.

The global scss and the bootstrap variables can be found in the src/assets/sass directory.

The scss files for layout manipulation and skin setting are located in the directory src/components/layout/css

PreviousStart new pageNextChanging skins

Last updated 5 years ago

Was this helpful?