no message

Former-commit-id: a786e8d1fad254639809f83265869d70c6935788 [formerly a786e8d1fad254639809f83265869d70c6935788 [formerly a786e8d1fad254639809f83265869d70c6935788 [formerly a786e8d1fad254639809f83265869d70c6935788 [formerly ba8023f62f09cd4a55c6ee166e55e9aa908107d4 [formerly 93211b0e6b1aea5bc628a245f339282029e41a43]]]]]
Former-commit-id: 202b9b999ae1fcd6116d1872f33aa2cffcdbaa42
Former-commit-id: 449f05894a74a6414e0eecc09d4b5843de10b203
Former-commit-id: f52906ee2cdbff9dd7f8c48314502e2ca475bfad [formerly 9f1f64ff56bfa42b07cc509635249bd17f483a49]
Former-commit-id: eff0b45b0ddc9ba88b715cee8f63d1edd364e6b1
Former-commit-id: a5ce2863d653c610e3139a73c28a5c593716f7a2
Former-commit-id: 189f999742f306155c8e197286b245f177865be8
Former-commit-id: 42160d53c4cbcf99d185c68ec3ce1fefcaf30622
Former-commit-id: cc99cd8ac7742e334a5219971e7817426123c2df
This commit is contained in:
liyang
2018-06-27 08:39:32 +08:00
parent 9e41e586ea
commit d6471b50f1
3 changed files with 22 additions and 22 deletions

View File

@@ -20,26 +20,26 @@ $theme-header-item-color: #FFF;
$theme-header-item-background-color: transparent;
// 顶栏上的项目在 hover 时
$theme-header-item-color-hover: #FFF;
$theme-header-item-background-color-hover: rgba(#FFF, .1);
$theme-header-item-background-color-hover: linear-gradient(-180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.12) 100%);
// 顶栏上的项目在 focus 时
$theme-header-item-color-focus: #FFF;
$theme-header-item-background-color-focus: rgba(#000, .02);
$theme-header-item-background-color-focus: linear-gradient(-180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.12) 100%);
// 顶栏上的项目在 active 时
$theme-header-item-color-active: #FFF;
$theme-header-item-background-color-active: rgba(#000, .1);
$theme-header-item-background-color-active: linear-gradient(-180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.12) 100%);
// 侧边栏上的文字颜色
$theme-aside-item-color: #FFF;
$theme-aside-item-background-color: transparent;
// 侧边栏上的项目在 hover 时
$theme-aside-item-color-hover: #FFF;
$theme-aside-item-background-color-hover: rgba(#000, .02);
$theme-aside-item-background-color-hover: linear-gradient(90deg, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0.00) 100%);
// 侧边栏上的项目在 focus 时
$theme-aside-item-color-focus: #FFF;
$theme-aside-item-background-color-focus: rgba(#000, .02);
$theme-aside-item-background-color-focus: linear-gradient(90deg, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0.00) 100%);
// 侧边栏上的项目在 active 时
$theme-aside-item-color-active: #FFF;
$theme-aside-item-background-color-active: rgba(#000, .1);
$theme-aside-item-background-color-active: linear-gradient(90deg, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0.00) 100%);
// 侧边栏菜单为空的时候显示的元素
$theme-aside-menu-empty-icon-color: #FFF;