2019-11-07 18:09:15 +00:00
|
|
|
.not-found {
|
|
|
|
height: 100%;
|
2019-11-26 16:06:24 +00:00
|
|
|
font-family: $title-font;
|
2019-11-07 18:09:15 +00:00
|
|
|
|
|
|
|
@include flexbox();
|
|
|
|
@include align-items(center);
|
|
|
|
@include justify-content(center);
|
|
|
|
@include flex-direction(column);
|
|
|
|
|
|
|
|
@include themify($themes) {
|
|
|
|
.title {
|
|
|
|
color: themed('title-color');
|
|
|
|
}
|
|
|
|
|
|
|
|
.subtitle {
|
|
|
|
color: themed('meta-color');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|