Get error messages closer to Structure designs

This commit is contained in:
Michael Lange
2018-11-09 13:19:30 -08:00
parent d49631bb8a
commit b0028237d5

View File

@@ -6,27 +6,29 @@
flex-direction: column;
justify-content: start;
align-items: center;
background: $grey-lighter;
background: $white-ter;
.error-message {
width: 95vw;
max-width: 600px;
.title,
.subtitle {
.title {
text-align: center;
}
}
.error-stack-trace {
border: 1px solid $grey-light;
border: 1px solid $grey-lighter;
border-radius: $radius;
background: $white;
}
.error-links {
padding-top: 15px;
margin-top: 15px;
border-top: 1px solid $grey-light;
width: 600px;
border-top: 1px solid $grey-lighter;
width: 95vw;
max-width: 600px;
text-align: center;
}
}