Skip to content

Commit

Permalink
Dev: removed warning.twig (fruity), replaced by header approach
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Dec 12, 2017
1 parent 76357f9 commit e8f8efe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 47 deletions.
11 changes: 11 additions & 0 deletions themes/survey/fruity/views/subviews/header/custom_header.twig
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,15 @@
animation-fill-mode: both;
}
{% endif %}
{% if (aSurveyInfo.options.animatealert == "on" ) %}
.question-container {
animation-name: {{ aSurveyInfo.options.alertanimation }};
animation-duration: 1.5s;
animation-fill-mode: both;
}
{% endif %}
</style>
47 changes: 0 additions & 47 deletions themes/survey/fruity/views/subviews/messages/warnings.twig

This file was deleted.

0 comments on commit e8f8efe

Please sign in to comment.