Files
mayan-edms/mayan/apps/documents/templates/documents/invalid_document.html
Roberto Rosario 8ca6c563bc Update the invalid document template
Update the invalid document template to use the new font awesome
defitions.

Increase the size of the default template.

Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
2018-12-21 23:48:26 -04:00

9 lines
288 B
HTML

<div class="text-center" style="border: height: 100%;">
<div class="fa-4x">
<span class="fa-layers fa-fw">
<i class="far fa-file text-primary"></i>
<i class="fas fa-times text-danger" data-fa-transform="shrink-8"></i>
</span>
</div>
</div>