mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-02 00:05:37 +01:00
Matthias Kretschmann
2705fa90e3
- new typeface: Europa, loaded from Typekit - new colors, reduced gray tones - new hero image - new gradient overlay - new buttons - bigger default font sizes - ditch caps for action items
8 lines
123 B
SCSS
8 lines
123 B
SCSS
|
|
.footer {
|
|
@extend .background--darker;
|
|
color: $gray-light;
|
|
padding-top: $spacer * 3;
|
|
padding-bottom: 0;
|
|
}
|