quasar.variables.sass 744 B

123456789101112131415161718192021222324
  1. // Quasar Sass (& SCSS) 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. $positive : #21BA45
  16. $negative : #C10015
  17. $info : #31CCEC
  18. $warning : #F2C037