ant-design/site/theme/static/footer.less
偏右 d811ebee5c New color system (#4426)
* 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
2017-01-01 22:20:06 +08:00

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