ant-design/site/theme/static/footer.less

81 lines
1.5 KiB
Plaintext
Raw Normal View History

@import './colors';
2017-11-29 00:08:48 +08:00
@padding-space: 144px;
footer.dark {
background-color: #000;
color: rgba(255, 255, 255, 0.65);
a {
2017-11-29 00:08:48 +08:00
color: rgba(255, 255, 255, 0.9);
}
h2 {
color: rgba(255, 255, 255, 1);
& > span {
color: rgba(255, 255, 255, 1);
}
}
.bottom-bar {
border-top: 1px solid rgba(255, 255, 255, 0.25);
overflow: hidden;
}
}
2016-03-01 14:19:50 +08:00
footer {
border-top: 1px solid @border-color;
2016-03-01 14:19:50 +08:00
clear: both;
2017-11-29 00:08:48 +08:00
font-size: 14px;
2016-03-01 14:19:50 +08:00
background: #fff;
position: relative;
z-index: 100;
2017-11-28 16:15:22 +08:00
color: @site-text-color;
2016-03-15 17:40:31 +08:00
box-shadow: 0 1000px 0 1000px #fff;
.ant-row {
text-align: center;
.footer-center {
display: inline-block;
text-align: left;
2017-02-21 12:07:28 +08:00
> h2 {
2017-11-29 00:08:48 +08:00
font-size: 16px;
margin: 0 auto 24px;
2017-02-21 12:07:28 +08:00
font-weight: 500;
position: relative;
2017-11-29 00:08:48 +08:00
> .title-icon {
width: 27px;
margin-right: 16px;
}
2017-02-21 12:07:28 +08:00
> .anticon {
font-size: 16px;
position: absolute;
left: -22px;
top: 3px;
color: #aaa;
}
}
> div {
margin: 12px 0;
}
}
}
.footer-wrap {
position: relative;
2017-11-29 00:08:48 +08:00
padding: 86px @padding-space 93px @padding-space;
}
.bottom-bar {
border-top: 1px solid @border-color;
text-align: right;
2017-11-29 00:08:48 +08:00
padding: 16px @padding-space;
margin: 0;
2017-11-29 00:08:48 +08:00
line-height: 32px;
a {
color: rgba(255, 255, 255, 0.65);
&:hover {
color: #fff;
2017-02-21 12:07:28 +08:00
}
}
.translate-button {
text-align: left;
}
2017-02-21 12:07:28 +08:00
}
2016-03-17 15:46:07 +08:00
}