Skip to content

Commit

Permalink
Merge pull request #9241 from ddevsr/redesign-exception
Browse files Browse the repository at this point in the history
feat: design info environment top in `error_exception`
  • Loading branch information
paulbalandan authored Nov 15, 2024
2 parents fff0c87 + 8ee36a5 commit 43a6241
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions app/Views/errors/html/debug.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ p.lead {
.header {
background: var(--light-bg-color);
color: var(--dark-text-color);
margin-top: 2.17rem;
}
.header .container {
padding: 1rem;
Expand All @@ -65,10 +66,13 @@ p.lead {
}

.environment {
background: var(--dark-bg-color);
color: var(--light-text-color);
background: var(--brand-primary-color);
color: var(--main-bg-color);
text-align: center;
padding: 0.2rem;
padding: calc(4px + 0.2083vw);
width: 100%;
margin-top: -2.14rem;
position: fixed;
}

.source {
Expand Down

0 comments on commit 43a6241

Please sign in to comment.