no message

Former-commit-id: a15018178ea6bb0f939fa828a1537ae0d59f5e74
Former-commit-id: b3818a14177fb67a5cfb771f683f94d8ba94a3e2
Former-commit-id: 29f8960ee738cd8f63fff39197dc4b7e35258427
Former-commit-id: 1bfa537355711648d22d59f6e4eedbe3ee125724
This commit is contained in:
liyang
2018-06-12 15:36:38 +08:00
parent e6de24eec9
commit 5e85c437ea

View File

@@ -8,7 +8,7 @@ $theme-bg-color: #002147;
// container组件 // container组件
$theme-container-background-color: #FFF; $theme-container-background-color: #FFF;
$theme-container-header-footer-background-color: #FFF; $theme-container-header-footer-background-color: #FFF;
$theme-container-border-inner: 1px solid $color-border-2; $theme-container-border-inner: 1px solid $color-border-1;
$theme-container-border-outer: none; $theme-container-border-outer: none;
// 顶栏和侧边栏中展开的菜单 hover 状态下 // 顶栏和侧边栏中展开的菜单 hover 状态下
@@ -19,7 +19,7 @@ $theme-menu-item-background-color-hover: #ecf5ff;
$theme-header-item-color: #FF929A; $theme-header-item-color: #FF929A;
$theme-header-item-background-color: transparent; $theme-header-item-background-color: transparent;
// 顶栏上的项目在 hover 时 // 顶栏上的项目在 hover 时
$theme-header-item-color-hover: #FFB870; $theme-header-item-color-hover: #FFEBA4;
$theme-header-item-background-color-hover: #00162D; $theme-header-item-background-color-hover: #00162D;
// 顶栏上的项目在 focus 时 // 顶栏上的项目在 focus 时
$theme-header-item-color-focus: #FFB870; $theme-header-item-color-focus: #FFB870;
@@ -32,7 +32,7 @@ $theme-header-item-background-color-active: #00162D;
$theme-aside-item-color: #FF929A; $theme-aside-item-color: #FF929A;
$theme-aside-item-background-color: transparent; $theme-aside-item-background-color: transparent;
// 侧边栏上的项目在 hover 时 // 侧边栏上的项目在 hover 时
$theme-aside-item-color-hover: #FFB870; $theme-aside-item-color-hover: #FFEBA4;
$theme-aside-item-background-color-hover: #00162D; $theme-aside-item-background-color-hover: #00162D;
// 侧边栏上的项目在 focus 时 // 侧边栏上的项目在 focus 时
$theme-aside-item-color-focus: #FFB870; $theme-aside-item-color-focus: #FFB870;