mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-15 11:59:56 +00:00
11 lines
496 B
Plaintext
11 lines
496 B
Plaintext
{{!
|
|
This template is linked with of mercury/front/templates/main/components/infobox-builder-item-data.hbs
|
|
Changing this template requires modifying the other in mercury repo.
|
|
}}
|
|
<div class="pi-item pi-data pi-item-spacing pi-border-color{{#cssClasses}} {{{cssClasses}}}{{/cssClasses}}"{{#inlineStyles}} style="{{inlineStyles}}"{{/inlineStyles}}>
|
|
{{#label}}
|
|
<h3 class="pi-data-label pi-secondary-font">{{{label}}}</h3>
|
|
{{/label}}
|
|
<div class="pi-data-value pi-font">{{{value}}}</div>
|
|
</div>
|