Skip to content

Commit

Permalink
Get error messages closer to Structure designs
Browse files Browse the repository at this point in the history
  • Loading branch information
DingoEatingFuzz committed Nov 9, 2018
1 parent d49631b commit b002823
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions ui/app/styles/components/error-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit b002823

Please sign in to comment.