Skip to content

Commit 274a294

Browse files
[TwigBundle] Use vector images on the exception page
1 parent a5afce6 commit 274a294

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Resources/public/css/exception.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,17 @@
5656
}
5757
.sf-reset .text-exception .open-quote,
5858
.sf-reset .text-exception .close-quote {
59+
font-family: Arial, Helvetica, sans-serif;
5960
position: absolute;
61+
color: #C9C9C9;
62+
font-size: 8em;
6063
}
6164
.sf-reset .open-quote {
6265
top: 0;
6366
left: 0;
6467
}
6568
.sf-reset .close-quote {
66-
bottom: 0;
69+
bottom: -0.5em;
6770
right: 50px;
6871
}
6972
.sf-reset .block-exception p {

0 commit comments

Comments
 (0)