mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-19 06:43:16 +08:00
Support customizing layout footer background (#7818)
This commit is contained in:
parent
873c85cec8
commit
2e2acb5be9
@ -30,6 +30,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-footer {
|
&-footer {
|
||||||
|
background: @layout-footer-background;
|
||||||
padding: @layout-footer-padding;
|
padding: @layout-footer-padding;
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
font-size: @font-size-base;
|
font-size: @font-size-base;
|
||||||
|
@ -183,6 +183,7 @@
|
|||||||
// Layout
|
// Layout
|
||||||
@layout-body-background : #ececec;
|
@layout-body-background : #ececec;
|
||||||
@layout-header-background : #404040;
|
@layout-header-background : #404040;
|
||||||
|
@layout-footer-background : @layout-body-background;
|
||||||
@layout-header-height : 64px;
|
@layout-header-height : 64px;
|
||||||
@layout-header-padding : 0 50px;
|
@layout-header-padding : 0 50px;
|
||||||
@layout-footer-padding : 24px 50px;
|
@layout-footer-padding : 24px 50px;
|
||||||
|
Loading…
Reference in New Issue
Block a user