fix(error): reset global styles

This commit is contained in:
Pooya Parsa 2017-08-05 15:33:56 +04:30
parent d9c2c85f2a
commit ad4c865957
2 changed files with 6 additions and 4 deletions

View File

@ -44,7 +44,7 @@ export default {
<style>
.__nuxt-error-page {
background: #edecea;
font-size: 1em;
font-size: 14px;
word-spacing: 1px;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
@ -56,8 +56,9 @@ export default {
justify-content: center;
align-items: center;
flex-direction: column;
width: 100vw;
height: 100vh;
margin: 0 auto;
max-width: 70%;
}
.__nuxt-error-page .error-box {
box-shadow: 0px 0px 9px #d3d3d3;

View File

@ -19,7 +19,7 @@
<style>
.__nuxt-error-page {
background: #edecea;
font-size: 1em;
font-size: 14px;
word-spacing: 1px;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
@ -31,8 +31,9 @@
justify-content: center;
align-items: center;
flex-direction: column;
width: 100vw;
height: 100vh;
margin: 0 auto;
max-width: 70%;
}
.__nuxt-error-page .error-box {
box-shadow: 0px 0px 9px #d3d3d3;