quasar.variables.scss 774 B

12345678910111213141516171819202122232425
  1. // Quasar SCSS (& Sass) Variables
  2. // --------------------------------------------------
  3. // To customize the look and feel of this app, you can override
  4. // the Sass/SCSS variables found in Quasar's source Sass/SCSS files.
  5. // Check documentation for full list of Quasar variables
  6. // Your own variables (that are declared here) and Quasar's own
  7. // ones will be available out of the box in your .vue/.scss/.sass files
  8. // It's highly recommended to change the default colors
  9. // to match your app's branding.
  10. // Tip: Use the "Theme Builder" on Quasar's documentation website.
  11. $primary : #1976D2;
  12. $secondary : #26A69A;
  13. $accent : #9C27B0;
  14. $dark : #1D1D1D;
  15. $dark-page : #121212;
  16. $positive : #21BA45;
  17. $negative : #C10015;
  18. $info : #31CCEC;
  19. $warning : #F2C037;