mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-01-05 20:12:02 -05:00
53ca763646
Added all the strings to general l10n as error boundary/crash message applies to all pages.
22 lines
372 B
SCSS
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;
|
|
}
|
|
|
|
}
|