// 主题名称
|
$theme-name: "element";
|
// 主题背景颜色
|
$theme-bg-color: #314255;
|
// 主题背景图片遮罩
|
$theme-bg-mask: rgba(#000, 0);
|
|
// 消息提示
|
$theme-message-info-background-color: #ffffff;
|
$theme-message-info-text-color: #202d3d;
|
$theme-message-info-border-color: #202d3d;
|
|
// container组件
|
$theme-container-background-color: rgba(#fff, 1);
|
$theme-container-header-footer-background-color: #fff;
|
$theme-container-border-inner: 1px solid #cfd7e5;
|
$theme-container-border-outer: 1px solid #011527;
|
|
$theme-multiple-page-control-color: #bfcbd9;
|
$theme-multiple-page-control-color-active: #46a0fc;
|
$theme-multiple-page-control-nav-prev-color: #bfcbd9;
|
$theme-multiple-page-control-nav-next-color: #bfcbd9;
|
$theme-multiple-page-control-border-color: #011527;
|
$theme-multiple-page-control-border-color-active: #ffffff;
|
$theme-multiple-page-control-background-color: #212d3d;
|
$theme-multiple-page-control-background-color-active: #ffffff;
|
|
// 顶栏和侧边栏中展开的菜单 hover 状态下
|
$theme-menu-item-color-hover: #bfcbd9;
|
$theme-menu-item-background-color-hover: #011527;
|
|
// 顶栏上的文字颜色
|
$theme-header-item-color: #bfcbd9;
|
$theme-header-item-background-color: transparent;
|
// 顶栏上的项目在 hover 时
|
$theme-header-item-color-hover: #bfcbd9;
|
$theme-header-item-background-color-hover: #011527;
|
// 顶栏上的项目在 focus 时
|
$theme-header-item-color-focus: #bfcbd9;
|
$theme-header-item-background-color-focus: #202d3d;
|
// 顶栏上的项目在 active 时
|
$theme-header-item-color-active: #46a0fc;
|
$theme-header-item-background-color-active: #202d3d;
|
|
// 侧边栏上的文字颜色
|
$theme-aside-item-color: #bfcbd9;
|
$theme-aside-item-background-color: transparent;
|
// 侧边栏上的项目在 hover 时
|
$theme-aside-item-color-hover: #bfcbd9;
|
$theme-aside-item-background-color-hover: #011527;
|
// 侧边栏上的项目在 focus 时
|
$theme-aside-item-color-focus: #bfcbd9;
|
$theme-aside-item-background-color-focus: #202d3d;
|
// 侧边栏上的项目在 active 时
|
$theme-aside-item-color-active: #46a0fc;
|
$theme-aside-item-background-color-active: #202d3d;
|
|
// 侧边栏菜单为空的时候显示的元素
|
$theme-aside-menu-empty-icon-color: #bfcbd9;
|
$theme-aside-menu-empty-text-color: #bfcbd9;
|
$theme-aside-menu-empty-background-color: #202d3d;
|
$theme-aside-menu-empty-icon-color-hover: #46a0fc;
|
$theme-aside-menu-empty-text-color-hover: #46a0fc;
|
$theme-aside-menu-empty-background-color-hover: #202d3d;
|