This repository was archived by the owner on Nov 27, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
app/Resources/views/default Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
{% extends ' base.html.twig' %}
2
2
3
3
{% block body %}
4
+ {% set symfony_version = constant (' Symfony\\Component\\HttpKernel\\Kernel::VERSION' ) %}
5
+
4
6
<div id =" wrapper" >
5
- <div id =" container" class = " fade-in " >
7
+ <div id =" container" >
6
8
<div id =" welcome" >
7
- <h1 ><span >Welcome to</span > Symfony {{ constant ( ' \\Symfony\\Component\\HttpKernel\\Kernel::VERSION ' ) }}</h1 >
9
+ <h1 ><span >Welcome to</span > Symfony {{ symfony_version }}</h1 >
8
10
</div >
9
11
10
12
{% if requirements .failedRequirements | length > 0 %}
29
31
</p >
30
32
</div >
31
33
32
- {% set symfony_version = constant (' \\Symfony\\Component\\HttpKernel\\Kernel::MAJOR_VERSION' ) ~ ' .' ~ constant (' \\Symfony\\Component\\HttpKernel\\Kernel::MINOR_VERSION' ) %}
33
-
34
34
<div id =" next" >
35
35
<h2 >What's next?</h2 >
36
36
<p >
85
85
@-webkit-keyframes fade-in { 0% { opacity : 0 ; } 100% { opacity : 1 ; } }
86
86
@keyframes fade-in { 0% { opacity : 0 ; } 100% { opacity : 1 ; } }
87
87
88
- .fade-in {
89
- -webkit-animation : fade-in 1.5s .2s ;
90
- animation : fade-in 1.5s .2s ;
91
- }
88
+ body { -webkit-animation : fade-in 1.5s .1s ; animation : fade-in 1.5s .1s ;}
89
+ .sf-toolbar { opacity : 0 ; -webkit-animation : fade-in .7s .5s forwards ; animation : fade-in .7s .5s forwards ;}
92
90
}
93
91
</style >
94
92
{% endblock %}
You can’t perform that action at this time.
0 commit comments