1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00

Replaced Material Icons & Boostrap with custom UI framework

This commit is contained in:
Harvey Kandola 2018-12-21 11:15:59 +00:00
parent d0f0a12f2d
commit 61c648a7ac
75 changed files with 116 additions and 1445 deletions

View file

@ -37,7 +37,7 @@
{{item.title}}
</div>
{{#if item.selected}}
<i class="material-icons">check</i>
<i class="dicon {{constants.Icon.Tick}}" />
{{/if}}
</li>
{{/each}}
@ -66,7 +66,7 @@
{{item.title}}<br>{{item.context}}
</div>
{{#if item.selected}}
<i class="material-icons">check</i>
<i class="dicon {{constants.Icon.Tick}}" />
{{/if}}
</li>
{{/each}}
@ -76,7 +76,7 @@
{{item.title}}<br>{{item.context}}
</div>
{{#if item.selected}}
<i class="material-icons">check</i>
<i class="dicon {{constants.Icon.Tick}}" />
{{/if}}
</li>
{{/each}}
@ -87,7 +87,7 @@
{{item.title}}
</div>
{{#if item.selected}}
<i class="material-icons">check</i>
<i class="dicon {{constants.Icon.Tick}}" />
{{/if}}
</li>
{{/each}}
@ -112,8 +112,9 @@
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-outline-secondary" {{action "onCancel"}}>Cancel</button>
<button type="button" class="btn btn-success" {{action "onInsertLink"}}>Insert</button>
{{ui/ui-button color=constants.Color.Gray light=true label=constants.Label.Close dismiss=true}}
{{ui/ui-button-gap}}
{{ui/ui-button color=constants.Color.Green light=true label=constants.Label.Insert onClick=(action "onInsertLink")}}
</div>
</div>
</div>