fantasia-archive/src/css/quasar.variables.scss
2021-03-04 01:27:07 +01:00

36 lines
1 KiB
SCSS

// 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 : #d7ac47;
$secondary : #e3173a;
$accent : #dde4e4;
$dark : #18303a;
$positive : #21ba45;
$negative : #c10015;
$info : #31ccec;
$warning : #f2c037;
$customColors: (
'gunmetal': #18303a,
'gunmetal-light': lighten(#18303a, 7.5),
'gunmetal-bright': lighten(#18303a, 30),
'gunmetal-shine': lighten(#18303a, 60),
'ruby-red': #e3173a,
'satin-sheen-gold': #d7ac47,
'gainsboro': #dde4e4,
'cultured': #f5f5f5
);