UnisKB/ui/src/styles/variables.scss

18 lines
460 B
SCSS
Raw Normal View History

2023-10-13 08:11:54 +00:00
:root {
--el-color-primary: rgba(51, 112, 255, 1);
2023-10-16 10:58:51 +00:00
--app-layout-bg-color: #f3f5f6;
2023-10-13 08:11:54 +00:00
--app-base-text-color: rgba(31, 35, 41, 1);
2023-10-18 11:06:22 +00:00
--app-view-padding: 15px;
--app-view-bg-color: #ffffff;
--hover-bg-color: #fafafa;
2023-10-13 08:11:54 +00:00
/** header 组件 */
--app-header-height: 56px;
--app-header-padding: 0 20px;
2023-10-16 10:58:51 +00:00
--app-header-bg-color: #ffffff;
/** sidebar 组件 */
--sidebar-bg-color: #ffffff;
2023-10-19 10:18:45 +00:00
--sidebar-width: 198px;
--team-manage-left-width : 280px;
2023-09-15 09:40:35 +00:00
}