Files
pathfinder/public/templates/dialog/notification.html
Mark Friedrich 6fdb1ed91b - 1.3.2 build folder
- upgraded FontAwesome (icon library) `4.7.0` -> `5.0.2`
- fixed some UI CSS bugs
2018-01-06 18:42:41 +01:00

20 lines
531 B
HTML

<div id="{{id}}" class="txt-center">
{{#content}}
<h1 style="opacity: 0;" class="text-center txt-color {{class}}">
<strong>
<i class="fas {{icon}} fa-fw"></i>{{headline}}
</strong>
</h1>
{{#text}}
{{#.}}
<h5 class="text-center">{{.}}</h5>
{{/.}}
{{/text}}
{{#textSmaller}}
{{#.}}
<h4 class="text-center">{{.}}</h4>
{{/.}}
{{/textSmaller}}
{{/content}}
</div>