mirror of
https://github.com/documize/community.git
synced 2025-08-04 21:15:24 +02:00
removed redundant colors, widgets
This commit is contained in:
parent
869884abda
commit
3f2edcaa96
36 changed files with 161 additions and 1499 deletions
|
@ -1,6 +0,0 @@
|
|||
<div class="widget-selection">
|
||||
<div class="option {{if selected 'selected'}}">
|
||||
{{yield}}
|
||||
<i class="material-icons">check</i>
|
||||
</div>
|
||||
</div>
|
|
@ -1,5 +0,0 @@
|
|||
<ul class="widget-tab">
|
||||
{{#each tabs as |tab|}}
|
||||
<li style={{myWidth}} class="tab {{if tab.selected 'selected'}}" {{action 'onTabSelect' tab}}>{{tab.label}}</li>
|
||||
{{/each}}
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue