Skip to content

Commit 43a6241

Browse files
authored
Merge pull request #9241 from ddevsr/redesign-exception
feat: design info environment top in `error_exception`
2 parents fff0c87 + 8ee36a5 commit 43a6241

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

app/Views/errors/html/debug.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ p.lead {
4141
.header {
4242
background: var(--light-bg-color);
4343
color: var(--dark-text-color);
44+
margin-top: 2.17rem;
4445
}
4546
.header .container {
4647
padding: 1rem;
@@ -65,10 +66,13 @@ p.lead {
6566
}
6667

6768
.environment {
68-
background: var(--dark-bg-color);
69-
color: var(--light-text-color);
69+
background: var(--brand-primary-color);
70+
color: var(--main-bg-color);
7071
text-align: center;
71-
padding: 0.2rem;
72+
padding: calc(4px + 0.2083vw);
73+
width: 100%;
74+
margin-top: -2.14rem;
75+
position: fixed;
7276
}
7377

7478
.source {

0 commit comments

Comments
 (0)