scratch-www/src/components/crashmessage/crashmessage.scss
chrisgarrity 53ca763646 Add Error Boundary and Crash message
Added all the strings to general l10n as error boundary/crash message applies to all pages.
2018-03-30 10:51:22 -04:00

22 lines
372 B
SCSS

.crash-container {
@import "../../colors";
@import "../../frameless";
margin: 3rem auto;
border: 1px solid $ui-border;
border-radius: 10px;
background-color: $background-color;
width: 60%;
overflow: hidden;
text-align: center;
img {
width: 100%;
}
.crash-message {
margin: 2rem;
}
}