mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
add less variables for layout-trigger background, color
This commit is contained in:
parent
f505ebd188
commit
91400d54fa
@ -58,8 +58,8 @@
|
||||
cursor: pointer;
|
||||
height: @layout-trigger-height;
|
||||
line-height: @layout-trigger-height;
|
||||
background: tint(@heading-color, 20%);
|
||||
color: #fff;
|
||||
background: @layout-trigger-background;
|
||||
color: @layout-trigger-color;
|
||||
}
|
||||
|
||||
&-zero-width {
|
||||
|
@ -189,6 +189,8 @@
|
||||
@layout-footer-padding : 24px 50px;
|
||||
@layout-sider-background : @layout-header-background;
|
||||
@layout-trigger-height : 48px;
|
||||
@layout-trigger-background : tint(@heading-color, 20%);
|
||||
@layout-trigger-color : #fff;
|
||||
@layout-zero-trigger-width : 36px;
|
||||
@layout-zero-trigger-height : 42px;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user