2015-12-22 13:41:58 +01:00
|
|
|
|
|
|
|
.page-404 {
|
2017-05-31 00:22:14 +02:00
|
|
|
@include color-overlay;
|
2016-02-13 23:58:50 +01:00
|
|
|
position: relative;
|
|
|
|
background-image: url('/assets/img/fail-cat.gif');
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center center;
|
|
|
|
|
2017-05-31 00:22:14 +02:00
|
|
|
&:before {
|
2016-02-13 23:58:50 +01:00
|
|
|
z-index: -1;
|
|
|
|
}
|
2016-02-08 16:14:23 +01:00
|
|
|
|
2016-02-13 23:58:50 +01:00
|
|
|
.header {
|
|
|
|
background: none;
|
2016-02-14 14:23:40 +01:00
|
|
|
|
2017-05-31 00:22:14 +02:00
|
|
|
&:before { display: none; }
|
2016-02-08 16:14:23 +01:00
|
|
|
}
|
2016-02-13 23:58:50 +01:00
|
|
|
|
2016-02-14 14:23:40 +01:00
|
|
|
.header__title {
|
2016-02-14 14:43:12 +01:00
|
|
|
margin-bottom: ($spacer * 2);
|
2016-02-14 14:23:40 +01:00
|
|
|
padding-bottom: 0;
|
|
|
|
|
|
|
|
// the bottom line
|
2017-05-31 00:22:14 +02:00
|
|
|
&:after {
|
2017-05-06 18:03:40 +02:00
|
|
|
content: '';
|
2016-02-14 14:23:40 +01:00
|
|
|
height: 1px;
|
|
|
|
width: 5rem;
|
|
|
|
display: block;
|
2017-05-06 18:03:40 +02:00
|
|
|
margin: ($spacer * 2) auto 0;
|
2017-04-10 17:14:35 +02:00
|
|
|
background: $brand-main-gray-light;
|
2016-02-14 14:23:40 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-13 23:58:50 +01:00
|
|
|
.content--page--markdown {
|
2015-12-22 13:41:58 +01:00
|
|
|
text-align: center;
|
2016-02-13 23:58:50 +01:00
|
|
|
padding-top: 0;
|
2016-02-14 14:43:12 +01:00
|
|
|
//margin-bottom: ($spacer * 6);
|
2016-02-14 14:23:40 +01:00
|
|
|
|
|
|
|
p { color: #fff; }
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
background: none;
|
2016-02-14 15:06:01 +01:00
|
|
|
border-color: rgba(#fff, .2);
|
2016-02-14 14:23:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.footer__copyright {
|
2016-02-14 15:06:01 +01:00
|
|
|
border-color: rgba(#fff, .1);
|
|
|
|
|
2016-02-14 14:23:40 +01:00
|
|
|
&,
|
|
|
|
.menu__link { color: rgba(#fff, .6); }
|
2016-02-13 23:58:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu--footer {
|
2017-05-31 00:22:14 +02:00
|
|
|
a { color: #fff; }
|
2015-12-22 13:41:58 +01:00
|
|
|
}
|
|
|
|
}
|