1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00
documize/gui/app/templates/components/layout/logo-heading.hbs
McMatts f442081a41 Redesign setting screens
We're using iconography to stylize each setting screen.

Imeplemented new color palletes and shades.
2018-12-13 12:24:16 +00:00

10 lines
No EOL
218 B
Handlebars

<div class="logo-heading">
<div class="image">
<i class="dicon {{icon}}" />
</div>
<div class="text">
{{layout/page-heading title=title}}
{{layout/page-desc desc=desc}}
</div>
</div>
{{ui/ui-spacer size=300}}