NewsletterCreator / src / css / quasar.variables.scss
quasar.variables.scss
Raw
// Quasar SCSS (& Sass) Variables
// --------------------------------------------------
// To customize the look and feel of this app, you can override
// the Sass/SCSS variables found in Quasar's source Sass/SCSS files.

// Check documentation for full list of Quasar variables

// Your own variables (that are declared here) and Quasar's own
// ones will be available out of the box in your .vue/.scss/.sass files

// It's highly recommended to change the default colors
// to match your app's branding.
// Tip: Use the "Theme Builder" on Quasar's documentation website.


$primary   : #9b0a7d;
$secondary : #fef3ff;
$accent    : #f4c200;

$dark      : #46003a;
$dark-page : #000000;

$positive  : #45e66a;
$negative  : #e6374b;
$info      : #95668b;
$warning   : #f4c200;