mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
11 lines
150 B
SCSS
11 lines
150 B
SCSS
|
|
.footer {
|
|
@extend .background--darker;
|
|
color: $gray-light;
|
|
padding-top: $spacer * 3;
|
|
|
|
&.section {
|
|
padding-bottom: 0;
|
|
}
|
|
}
|