mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
9b0c542cc1
closes TryGhost/Ghost#8556 Use the correct classes consistently for `gh-loading-spinner` component.
13 lines
394 B
Handlebars
13 lines
394 B
Handlebars
<section class="gh-canvas">
|
|
<header class="gh-canvas-header">
|
|
<h2 class="gh-canvas-title" data-test-screen-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="gh-content">
|
|
{{gh-loading-spinner}}
|
|
</section>
|
|
</section>
|