Browse Source

Support customizing layout footer background (#7818)

pull/7823/head
Graeme Yeates 7 years ago
committed by 偏右
parent
commit
2e2acb5be9
  1. 1
      components/layout/style/index.less
  2. 1
      components/style/themes/default.less

1
components/layout/style/index.less

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

1
components/style/themes/default.less

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

Loading…
Cancel
Save