Skip to content
Snippets Groups Projects

WIP: Minds Pro (stable branch)

Closed Emiliano Balbuena requested to merge minds-pro-stable into master
9 unresolved threads
4 files
+ 34
10
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -97,7 +97,7 @@
<ng-template ngSwitchCase="theme">
<p class="m-pro--settings--note" i18n>
Set up your colors schema below.
Set up your color scheme below.
</p>
<div class="m-pro--settings--field">
@@ -115,6 +115,16 @@
<input type="color" id="plain_background_color" name="plain_background_color" [(ngModel)]="settings.plain_background_color">
</div>
<div class="m-pro--settings--field">
<label i18n>Color Schema</label>
<input type="radio" id="scheme_light" name="scheme" value="light" [(ngModel)]="settings.scheme">
<label for="scheme_light" class="m-pro--settings--inline-label">Light</label>
<input type="radio" id="scheme_dark" name="scheme" value="dark" [(ngModel)]="settings.scheme">
<label for="scheme_dark" class="m-pro--settings--inline-label">Dark</label>
</div>
<div class="m-pro--settings--field">
<label for="logo_guid" i18n>Logo Asset GUID</label>
<input type="text" id="logo_guid" name="logo_guid" [(ngModel)]="settings.logo_guid">
Loading