add less variables for layout-trigger background, color

This commit is contained in:
Bryan Berger 2017-07-21 14:21:31 -04:00
parent f505ebd188
commit 91400d54fa
2 changed files with 4 additions and 2 deletions

View File

@ -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 {

View File

@ -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;