mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-11 16:11:40 +01:00
29 lines
520 B
SCSS
29 lines
520 B
SCSS
|
|
.page-404 {
|
|
position: relative;
|
|
background-image: url('/assets/img/fail-cat.gif');
|
|
background-size: cover;
|
|
background-position: center center;
|
|
@extend .color-overlay;
|
|
min-height: 100vh;
|
|
|
|
&:before {
|
|
z-index: -1;
|
|
}
|
|
|
|
.header {
|
|
background: none;
|
|
&:before { display: none; }
|
|
}
|
|
|
|
.content--page--markdown {
|
|
text-align: center;
|
|
padding-top: 0;
|
|
margin-bottom: ($spacer * 6);
|
|
}
|
|
|
|
.menu--footer {
|
|
a { color: #fff }
|
|
}
|
|
}
|