Skip to content

Commit 8ab8332

Browse files
committed
feat: design info environment top in error_exception
1 parent c830d5f commit 8ab8332

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

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+
margin-top: -2.14rem;
74+
width: 100%;
75+
/* position: fixed; */
7276
}
7377

7478
.source {

0 commit comments

Comments
 (0)