Skip to content

Commit

Permalink
Support customizing layout footer background (#7818)
Browse files Browse the repository at this point in the history
  • Loading branch information
megawac authored and afc163 committed Oct 6, 2017
1 parent 873c85c commit 2e2acb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/layout/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
}

&-footer {
background: @layout-footer-background;
padding: @layout-footer-padding;
color: @text-color;
font-size: @font-size-base;
Expand Down
1 change: 1 addition & 0 deletions components/style/themes/default.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2e2acb5

Please sign in to comment.