@ohayojp.com/components
Version:
Common business components of ohayojp.
28 lines (26 loc) • 553 B
text/less
@import '../../../theme/theme-default.less';
@global-footer-prefix: ~'.global-footer';
@{global-footer-prefix} {
display: block;
margin: 48px 0 24px;
padding: 0 16px;
text-align: center;
&__links {
margin-bottom: 8px;
&-item {
display: inline-block;
color: @text-color-secondary;
transition: all 0.3s;
&:not(:last-child) {
margin-right: 40px;
}
&:hover {
color: @text-color;
}
}
}
&__copyright {
color: @text-color-secondary;
font-size: @font-size-base;
}
}