feat(utils): Add color utils
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
:root {
|
||||
--dark-bg-color: #293146;
|
||||
|
||||
--left-menu-max-width: 200px;
|
||||
|
||||
--left-menu-min-width: 64px;
|
||||
|
||||
--left-menu-bg-color: #001529;
|
||||
|
||||
--left-menu-bg-light-color: #0f2438;
|
||||
|
||||
--left-menu-bg-active-color: var(--el-color-primary);
|
||||
|
||||
--left-menu-text-color: #bfcbd9;
|
||||
|
||||
--left-menu-text-active-color: #fff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user