Fix error boundary CSS

master
Thibaut Girka 5 years ago committed by ThibG
parent 0baaee495f
commit e0bfa685c6
  1. 36
      app/javascript/flavours/glitch/styles/components/error_boundary.scss

@ -1,4 +1,8 @@
.error-boundary {
color: $primary-text-color;
font-size: 15px;
line-height: 20px;
h1 {
font-size: 26px;
line-height: 36px;
@ -6,27 +10,21 @@
margin-bottom: 8px;
}
p {
a {
color: $primary-text-color;
font-size: 15px;
line-height: 20px;
a {
color: $primary-text-color;
text-decoration: underline;
}
text-decoration: underline;
}
ul {
list-style: disc;
margin-left: 0;
padding-left: 1em;
}
ul {
list-style: disc;
margin-left: 0;
padding-left: 1em;
}
textarea.web_app_crash-stacktrace {
width: 100%;
resize: none;
white-space: pre;
font-family: $font-monospace, monospace;
}
textarea.web_app_crash-stacktrace {
width: 100%;
resize: none;
white-space: pre;
font-family: $font-monospace, monospace;
}
}

Loading…
Cancel
Save