mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
Support customizing layout footer background (#7818)
This commit is contained in:
parent
873c85cec8
commit
2e2acb5be9
@ -30,6 +30,7 @@
|
||||
}
|
||||
|
||||
&-footer {
|
||||
background: @layout-footer-background;
|
||||
padding: @layout-footer-padding;
|
||||
color: @text-color;
|
||||
font-size: @font-size-base;
|
||||
|
@ -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…
Reference in New Issue
Block a user