Skip to content

Commit 7f66d90

Browse files
[TwigBundle] Use vector images on the exception page
1 parent fce6166 commit 7f66d90

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Resources/views/Collector/exception.css.twig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,17 @@
8181
}
8282
.sf-reset .text-exception .open-quote,
8383
.sf-reset .text-exception .close-quote {
84+
font-family: Arial, Helvetica, sans-serif;
8485
position: absolute;
86+
color: #C9C9C9;
87+
font-size: 8em;
8588
}
8689
.sf-reset .open-quote {
8790
top: 0;
8891
left: 0;
8992
}
9093
.sf-reset .close-quote {
91-
bottom: 0;
94+
bottom: -0.5em;
9295
right: 50px;
9396
}
9497
.sf-reset .toggle {

0 commit comments

Comments
 (0)