Skip to content

Commit dd96652

Browse files
committed
minor #19774 [TwigBundle] Use vector images on the exception page (nicolas-grekas)
This PR was merged into the 3.2-dev branch. Discussion ---------- [TwigBundle] Use vector images on the exception page | Q | A | ------------- | --- | Branch? | master | New feature? | yes | Tests pass? | yes | Fixed tickets | #19756 | License | MIT Before: ![capture du 2016-08-29 15-40-37](https://cloud.githubusercontent.com/assets/243674/18053289/f5ab33cc-6dfe-11e6-94cf-720098c214d8.png) After: ![capture du 2016-08-29 21-00-36](https://cloud.githubusercontent.com/assets/243674/18063547/b274f520-6e2b-11e6-95cd-180ccb4cbf28.png) Ghost SVG provided by @patrick-mcdougle, thanks to him. Commits ------- 1a3a4be [TwigBundle] Use vector images on the exception page
2 parents cc92a63 + 274a294 commit dd96652

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)