mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-01 14:59:35 +08:00
Menu dark background should be same as layout header
This commit is contained in:
parent
6a5576d65f
commit
f1a252768e
@ -145,11 +145,11 @@
|
|||||||
|
|
||||||
// Layout
|
// Layout
|
||||||
@layout-body-background : #ececec;
|
@layout-body-background : #ececec;
|
||||||
@layout-header-background : @heading-color;
|
@layout-header-background : #404040;
|
||||||
@layout-header-height : 64px;
|
@layout-header-height : 64px;
|
||||||
@layout-header-padding : 0 50px;
|
@layout-header-padding : 0 50px;
|
||||||
@layout-footer-padding : 24px 50px;
|
@layout-footer-padding : 24px 50px;
|
||||||
@layout-sider-background : @heading-color;
|
@layout-sider-background : @layout-header-background;
|
||||||
@layout-trigger-height : 48px;
|
@layout-trigger-height : 48px;
|
||||||
|
|
||||||
// z-index list
|
// z-index list
|
||||||
@ -227,7 +227,7 @@
|
|||||||
|
|
||||||
// Menu
|
// Menu
|
||||||
// ---
|
// ---
|
||||||
@menu-dark-bg: #404040;
|
@menu-dark-bg: @layout-header-background;
|
||||||
@menu-dark-submenu-bg: #333;
|
@menu-dark-submenu-bg: #333;
|
||||||
|
|
||||||
// Spin
|
// Spin
|
||||||
|
Loading…
Reference in New Issue
Block a user