Support customizing layout footer background (#7818)

This commit is contained in:
Graeme Yeates 2017-10-06 04:09:33 -04:00 committed by 偏右
parent 873c85cec8
commit 2e2acb5be9
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@
}
&-footer {
background: @layout-footer-background;
padding: @layout-footer-padding;
color: @text-color;
font-size: @font-size-base;

View File

@ -183,6 +183,7 @@
// Layout
@layout-body-background : #ececec;
@layout-header-background : #404040;
@layout-footer-background : @layout-body-background;
@layout-header-height : 64px;
@layout-header-padding : 0 50px;
@layout-footer-padding : 24px 50px;