Basic UI rework
This commit is contained in:
@ -12,14 +12,24 @@
|
||||
// to match your app's branding.
|
||||
// Tip: Use the "Theme Builder" on Quasar's documentation website.
|
||||
|
||||
$primary : #1976D2;
|
||||
$secondary : #26A69A;
|
||||
$accent : #9C27B0;
|
||||
//$primary : #1976D2;
|
||||
//$secondary : #26A69A;
|
||||
//$accent : #9C27B0;
|
||||
//
|
||||
//$dark : #1D1D1D;
|
||||
//$dark-page : #121212;
|
||||
//
|
||||
//$positive : #21BA45;
|
||||
//$negative : #C10015;
|
||||
//$info : #31CCEC;
|
||||
//$warning : #F2C037;
|
||||
|
||||
$dark : #1D1D1D;
|
||||
$dark-page : #121212;
|
||||
$primary: #027be3;
|
||||
$secondary: #26A69A;
|
||||
$tertiary: #555;
|
||||
|
||||
$positive : #21BA45;
|
||||
$negative : #C10015;
|
||||
$info : #31CCEC;
|
||||
$warning : #F2C037;
|
||||
$neutral: #E0E1E2;
|
||||
$positive: #21BA45;
|
||||
$negative: #DB2828;
|
||||
$info: #31CCEC;
|
||||
$warning: #F2C037;
|
||||
|
||||
Reference in New Issue
Block a user