mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 19:49:59 +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;
|
cursor: pointer;
|
||||||
height: @layout-trigger-height;
|
height: @layout-trigger-height;
|
||||||
line-height: @layout-trigger-height;
|
line-height: @layout-trigger-height;
|
||||||
background: tint(@heading-color, 20%);
|
background: @layout-trigger-background;
|
||||||
color: #fff;
|
color: @layout-trigger-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-zero-width {
|
&-zero-width {
|
||||||
|
@ -189,6 +189,8 @@
|
|||||||
@layout-footer-padding : 24px 50px;
|
@layout-footer-padding : 24px 50px;
|
||||||
@layout-sider-background : @layout-header-background;
|
@layout-sider-background : @layout-header-background;
|
||||||
@layout-trigger-height : 48px;
|
@layout-trigger-height : 48px;
|
||||||
|
@layout-trigger-background : tint(@heading-color, 20%);
|
||||||
|
@layout-trigger-color : #fff;
|
||||||
@layout-zero-trigger-width : 36px;
|
@layout-zero-trigger-width : 36px;
|
||||||
@layout-zero-trigger-height : 42px;
|
@layout-zero-trigger-height : 42px;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user