42 lines
1.4 KiB
SCSS
42 lines
1.4 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 : #30303A;
|
|
$secondary : #DAE0E7;
|
|
$accent : #0c9a3b;
|
|
|
|
$dark-shadow-color : #000;
|
|
|
|
$elevation-dark-umbra : rgba($dark-shadow-color, .2);
|
|
$elevation-dark-penumbra : rgba($dark-shadow-color, .14);
|
|
$elevation-dark-ambient : rgba($dark-shadow-color, .12);
|
|
|
|
$layout-shadow-dark : 0 0 5px 5px rgba($dark-shadow-color, 0.5);
|
|
|
|
$input-text-color : #455A64;
|
|
$input-autofill-color : #AAD5C4;
|
|
$field-dense-label-top : 5px !default;
|
|
$field-dense-label-font-size : 16px !default;
|
|
|
|
$button-shadow : 0 0 0 transparent;
|
|
|
|
$dark : #40404C;
|
|
$dark-page : #343444;
|
|
|
|
$positive : #21ba45;
|
|
$negative : #e6364b;
|
|
$info : #6bb9e7;
|
|
$warning : #e4a944;
|
|
$white : white;
|