1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-02 08:21:58 +01:00
site/_src/_assets/styles/bigchain/_footer.scss

8 lines
126 B
SCSS
Raw Normal View History

2015-12-20 19:31:36 +01:00
.footer {
2016-02-14 02:16:02 +01:00
@extend .background--darker;
2016-01-30 14:28:19 +01:00
border-top: 1px solid $gray;
2015-12-20 19:31:36 +01:00
color: $gray-light;
2016-02-14 15:06:01 +01:00
padding-bottom: 0;
}