Merge branch 'master' of ssh://gitlab.isnet.uk:666/vue/marc-leopold
This commit is contained in:
commit
ac65b36124
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="error-page">
|
<div class="error-page">
|
||||||
<h1 class="heading" v-if="error.statusCode === 404">Page not found</h1>
|
<h1 class="heading" v-if="error.statusCode === 404">Page not found!</h1>
|
||||||
<h1 class="heading" v-else>An error occurred</h1>
|
<h1 class="heading" v-else>An error occurred!</h1>
|
||||||
<nav>
|
<nav>
|
||||||
<ul class="site-nav">
|
<ul class="site-nav">
|
||||||
<li class="site-nav__item"
|
<li class="site-nav__item"
|
||||||
|
@ -58,6 +58,7 @@ export default {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
color: $color__accent-danger-700;
|
color: $color__accent-danger-700;
|
||||||
|
text-transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-nav {
|
.site-nav {
|
||||||
|
|
Loading…
Reference in New Issue