You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
621 B
20 lines
621 B
<header class="page_toolbar">
|
|
|
|
<div class="page_toolbar__left"></div>
|
|
|
|
<div class="page_toolbar__middle">
|
|
<div>
|
|
Sizes: <b>1rem = {{ config.remToPx }}px</b>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="page_toolbar__right">
|
|
{{#if shareUrl}}
|
|
<a href="{{ shareUrl }}" target="_blank" class="share" title="Share URL"></a>
|
|
{{/if}}
|
|
{{#if config.styleGuideUrl}}
|
|
<a href="{{ config.styleGuideUrl }}" target="_blank" class="palette" title="Open Style Guide"></a>
|
|
{{/if}}
|
|
<a href="{{ previewFrameUrl }}" target="_blank" class="open_in_new_tab" title="Open in New Window"></a>
|
|
</div>
|
|
</header>
|
|
|