mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 21:59:41 +08:00
d811ebee5c
* Add new color patterns algorithm * Add color palettes * update other colors * fix gray color * update more tint/shade to colorPalette * new font color * Update doc for new color system * improve doc style
33 lines
460 B
Plaintext
33 lines
460 B
Plaintext
footer {
|
|
clear: both;
|
|
border-top: 1px solid #eee;
|
|
font-size: 12px;
|
|
background: #fff;
|
|
position: relative;
|
|
z-index: 1;
|
|
color: @text-color;
|
|
box-shadow: 0 1000px 0 1000px #fff;
|
|
}
|
|
|
|
footer ul {
|
|
overflow: hidden;
|
|
margin: 0 2%;
|
|
list-style: none;
|
|
}
|
|
|
|
footer ul li {
|
|
float: left;
|
|
width: 25%;
|
|
padding: 24px 2%;
|
|
}
|
|
|
|
footer ul li > h2 {
|
|
font-size: 14px;
|
|
margin: 0 auto 8px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
footer ul li > div {
|
|
margin: 0 8px 5px 0;
|
|
}
|