Basic UI rework

This commit is contained in:
mcarquigny
2025-03-20 15:54:16 +01:00
parent 742da61016
commit 12086a4c88
28 changed files with 1259 additions and 24 deletions

View File

@ -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;