mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Redesign setting screens
We're using iconography to stylize each setting screen. Imeplemented new color palletes and shades.
This commit is contained in:
parent
02102f9bf3
commit
f442081a41
42 changed files with 563 additions and 548 deletions
10
gui/app/templates/components/layout/logo-heading.hbs
Normal file
10
gui/app/templates/components/layout/logo-heading.hbs
Normal file
|
@ -0,0 +1,10 @@
|
|||
<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}}
|
|
@ -1,3 +1,4 @@
|
|||
<div class="master-content">
|
||||
{{yield}}
|
||||
</div>
|
||||
{{ui/ui-spacer size=300}}
|
Loading…
Add table
Add a link
Reference in a new issue