create project
This commit is contained in:
17
web/src/assets/styles/element/index.scss
Normal file
17
web/src/assets/styles/element/index.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
/*just override what you need*/
|
||||
@forward 'element-plus/theme-chalk/src/dark/var.scss' with (
|
||||
$bg-color: (
|
||||
'page': #0a0a0a,
|
||||
'': #141414,
|
||||
'overlay': #1d1e1f,
|
||||
),
|
||||
$fill-color: (
|
||||
'': #262727,
|
||||
'light': #1d1e1f,
|
||||
'lighter': #141414,
|
||||
'extra-light': #191919,
|
||||
'dark': #3a3a3a,
|
||||
'darker': #4a4a4a,
|
||||
'blank': #1a1a1a,
|
||||
)
|
||||
);
|
||||
Reference in New Issue
Block a user