Various PSR12 code cleanup

This commit is contained in:
James Cole
2022-12-29 19:43:43 +01:00
parent 56b9b66352
commit 5b8e01fbfb
240 changed files with 8059 additions and 7895 deletions

View File

@@ -33,17 +33,17 @@
// Tip: Use the "Theme Builder" on Quasar's documentation website.
// $primary : #1976D2;
$primary : #1E6581;
$primary: #1E6581;
$secondary : #26A69A;
$accent : #9C27B0;
$secondary: #26A69A;
$accent: #9C27B0;
$dark : #1D1D1D;
$dark: #1D1D1D;
// $positive : #21BA45;
$positive: #64B624;
// $negative : #C10015;
$negative: #CD5029;
$info : #31CCEC;
$warning : #F2C037;
$info: #31CCEC;
$warning: #F2C037;