no message

Former-commit-id: 65d278c7d1c0b6f493783061d1ada57e32ed77ee
Former-commit-id: 107ec52293fae29894fc0c95c7a03c4ad34101d6
Former-commit-id: dbf9ca1372043252b090a8744b4bd090001698c0
This commit is contained in:
liyang
2018-06-11 11:09:48 +08:00
parent 989f3c2c1c
commit 18558aff86

View File

@@ -15,20 +15,26 @@ $theme-menu-item-background-color-hover: #187181;
// 顶栏上的文字颜色 // 顶栏上的文字颜色
$theme-header-text-color: #FFF; $theme-header-text-color: #FFF;
// 顶栏上的项目在 hover 时的背景颜色 // 顶栏上的项目在 hover 时
$theme-header-item-color-hover: #FFF;
$theme-header-item-background-color-hover: rgba(#FFF, .3); $theme-header-item-background-color-hover: rgba(#FFF, .3);
// 顶栏上的项目在 focus 时的背景颜色 // 顶栏上的项目在 focus 时
$theme-header-item-color-focus: #FFF;
$theme-header-item-background-color-focus: rgba(#FFF, .3); $theme-header-item-background-color-focus: rgba(#FFF, .3);
// 顶栏上的项目在 active 时的背景颜色 // 顶栏上的项目在 active 时
$theme-header-item-color-active: #FFF;
$theme-header-item-background-color-active: rgba(#000, .3); $theme-header-item-background-color-active: rgba(#000, .3);
// 侧边栏上的文字颜色 // 侧边栏上的文字颜色
$theme-aside-text-color: #FFF; $theme-aside-text-color: #FFF;
// 侧边栏上的项目在 hover 时的背景颜色 // 侧边栏上的项目在 hover 时
$theme-aside-item-color-hover: #FFF;
$theme-aside-item-background-color-hover: rgba(#FFF, .3); $theme-aside-item-background-color-hover: rgba(#FFF, .3);
// 栏上的项目在 focus 时的背景颜色 // 侧边栏上的项目在 focus 时
$theme-aside-item-color-focus: #FFF;
$theme-aside-item-background-color-focus: rgba(#FFF, .3); $theme-aside-item-background-color-focus: rgba(#FFF, .3);
// 侧边栏上的项目在 active 时的背景颜色 // 侧边栏上的项目在 active 时
$theme-aside-item-color-active: #FFF;
$theme-aside-item-background-color-active: rgba(#000, .3); $theme-aside-item-background-color-active: rgba(#000, .3);
.theme-#{$theme-name} { .theme-#{$theme-name} {