You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.2 KiB
67 lines
1.2 KiB
:root {
|
|
--login-bg-color: #0069ef;
|
|
|
|
--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;
|
|
|
|
--left-menu-collapse-bg-active-color: var(--el-color-primary);
|
|
/* left menu end */
|
|
|
|
/* logo start */
|
|
--logo-height: 60px;
|
|
|
|
--logo-title-text-color: #fff;
|
|
/* logo end */
|
|
|
|
/* header start */
|
|
--top-header-bg-color: '#fff';
|
|
|
|
--top-header-text-color: 'inherit';
|
|
|
|
--top-header-hover-color: #f6f6f6;
|
|
|
|
--top-tool-height: var(--logo-height);
|
|
--top-category-height: 60px;
|
|
|
|
--top-tool-p-x: 0;
|
|
|
|
--tags-view-height: 35px;
|
|
/* header start */
|
|
|
|
/* tab menu start */
|
|
--tab-menu-max-width: 80px;
|
|
|
|
--tab-menu-min-width: 30px;
|
|
|
|
--tab-menu-collapse-height: 36px;
|
|
/* tab menu end */
|
|
|
|
--app-content-padding: 20px;
|
|
|
|
--app-content-bg-color: #f5f7f9;
|
|
|
|
--app-footer-height: 50px;
|
|
|
|
--transition-time-02: 0.2s;
|
|
}
|
|
|
|
.dark {
|
|
--app-content-bg-color: var(--el-bg-color);
|
|
}
|
|
|
|
html,
|
|
body {
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|