mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix(error): reset global styles
This commit is contained in:
parent
d9c2c85f2a
commit
ad4c865957
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user