mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-29 13:52:10 +03:00
51a8f0a21f
refs https://github.com/TryGhost/Ghost/issues/8464 - fix padding on user actions button - match user screen heading to other screens - match app screen headers to other screens, update form styles - change header link colour to match non-link colour - fix team acceptance test - fix canvas top padding so header elements always align - reduce header font size
10 lines
236 B
Handlebars
10 lines
236 B
Handlebars
<section class="gh-canvas">
|
|
<header class="gh-canvas-header">
|
|
<h2 class="gh-canvas-title" data-test-screen-title>Labs</h2>
|
|
</header>
|
|
|
|
<div class="view-container">
|
|
{{gh-loading-spinner}}
|
|
</div>
|
|
</section>
|