feat: admin page icons + Color Theme footer field

This commit is contained in:
NGPixel
2017-06-26 11:03:16 -04:00
committed by Nicolas Giard
parent 8a836719a2
commit c863059a53
13 changed files with 58 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ block adminContent
.hero
h1.title#title= t('nav.theme')
h2.subtitle= t('admin:theme.subtitle')
i.pageicon.nc-icon-outline.design_paint-37
.form-sections
section
label.label= t('admin:theme.primarycolor')
@@ -11,7 +12,14 @@ block adminContent
section
label.label= t('admin:theme.altcolor')
color-picker(current-color='blue-grey')
section
label.label= t('admin:theme.footercolor')
color-picker(current-color='blue-grey')
section
label.label= t('admin:theme.codeblock')
toggle(current-value='dark', desc='Use Dark Theme')
toggle(current-value='dark', desc='Colorize code syntax')
section
button.button.is-green(@click='saveUser')
i.nc-icon-outline.ui-1_check
span= t('admin:profile.savechanges')