2018-11-28 15:01:40 +01:00
|
|
|
.error-boundary {
|
2019-07-15 00:16:31 +02:00
|
|
|
color: $primary-text-color;
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 20px;
|
|
|
|
|
2018-11-28 15:01:40 +01:00
|
|
|
h1 {
|
|
|
|
font-size: 26px;
|
|
|
|
line-height: 36px;
|
|
|
|
font-weight: 400;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
2019-07-15 00:16:31 +02:00
|
|
|
a {
|
2018-11-28 15:01:40 +01:00
|
|
|
color: $primary-text-color;
|
2019-07-15 00:16:31 +02:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2018-11-28 15:01:40 +01:00
|
|
|
|
2019-07-15 00:16:31 +02:00
|
|
|
ul {
|
|
|
|
list-style: disc;
|
|
|
|
margin-left: 0;
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
2018-11-28 15:01:40 +01:00
|
|
|
|
2019-07-15 00:16:31 +02:00
|
|
|
textarea.web_app_crash-stacktrace {
|
|
|
|
width: 100%;
|
|
|
|
resize: none;
|
|
|
|
white-space: pre;
|
|
|
|
font-family: $font-monospace, monospace;
|
2018-11-28 15:01:40 +01:00
|
|
|
}
|
|
|
|
}
|