1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/_assets/styles/bigchain/_footer.scss

17 lines
226 B
SCSS
Raw Normal View History

2015-12-20 19:31:36 +01:00
.footer {
padding-top: $spacer;
padding-bottom: $spacer;
2016-01-30 14:28:19 +01:00
border-top: 1px solid $gray;
2015-12-20 19:31:36 +01:00
color: $gray-light;
}
.footer__copyright {
2016-01-30 14:28:19 +01:00
text-align: center;
&,
small {
@extend .mini;
}
}