chore(webui): Migrate to Quasar 2.x and Vue.js 3.x
This commit is contained in:
parent
153765f99f
commit
f7edb394f2
65 changed files with 4374 additions and 7999 deletions
|
@ -9,14 +9,14 @@
|
|||
// to match your app's branding.
|
||||
// Tip: Use the "Theme Builder" on Quasar's documentation website.
|
||||
|
||||
$primary = #06102a
|
||||
$secondary = #2A2A2B
|
||||
$accent = #1e54d5
|
||||
$primary : #06102a;
|
||||
$secondary : #2A2A2B;
|
||||
$accent : #1e54d5;
|
||||
|
||||
$positive = #00a697
|
||||
$negative = #ff0039
|
||||
$info = #31CCEC
|
||||
$warning = #db7d11
|
||||
$positive : #00a697;
|
||||
$negative : #ff0039;
|
||||
$info : #31CCEC;
|
||||
$warning : #db7d11;
|
||||
|
||||
$separator-color = rgba(0, 0, 0, .12)
|
||||
$separator-dark-color = rgba(255, 255, 255, .28)
|
||||
$separator-color : rgba(0, 0, 0, .12);
|
||||
$separator-dark-color : rgba(255, 255, 255, .28);
|
Loading…
Add table
Add a link
Reference in a new issue