Ghost/ghost/admin/app/templates/settings/design-loading.hbs
Aileen Nowak f931f27dd4 🎨 No more icon font: {{inline-svg}} (#605)
refs TryGhost/Ghost#8107
- Replaces icon font with `{{inline-svg}}` helper incl. necessary style adjustments.
2017-04-07 16:23:45 +01:00

13 lines
375 B
Handlebars

<section class="gh-canvas">
<header class="gh-canvas-header">
<h2 class="gh-canvas-title">Design</h2>
<section class="view-actions">
{{gh-task-button task=save class="gh-btn gh-btn-blue gh-btn-icon" disabled=true}}
</section>
</header>
<section class="view-container">
{{gh-loading-spinner}}
</section>
</section>