sass-site/source/_includes/playground/header.liquid

29 lines
1.0 KiB
Plaintext
Raw Normal View History

2023-05-31 16:04:29 +02:00
<header
class="sl-r-banner sl-r-banner--playground"
2023-05-31 16:04:29 +02:00
itemtype="https://schema.org/WPHeader"
itemscope="itemscope"
role="banner">
<div class="sl-c-pop-stripe"></div>
<div class="sl-l-container">
<div class="sl-l-grid sl-l-grid--full sl-l-small-grid--fit sl-l-grid--center sl-l-grid--justify-space-between sl-l-grid--gutters">
2023-05-31 16:04:29 +02:00
<p class="sl-l-grid__column sl-r-banner__brand">
<a href="/"><img
height="24"
alt="Sass"
src="/assets/img/logos/logo.svg"></a>
</p>
<h1 class="sl-l-grid__column sl-l-grid--center sl-r-banner__playground-title">{{ title }}</h1>
<div class="sl-l-grid sl-l-grid__column sl-l-grid--center sl-r-banner__playground-actions">
2023-06-13 18:12:07 +02:00
<button
type="button"
id="playground-copy-url"
class="sl-c-button">Copy URL</button>
<div class="sl-c-alert sl-r-banner__playground-alert" id="playground-copied-alert">
URL copied to clipboard
</div>
2023-06-09 18:24:33 +02:00
</div>
2023-05-31 16:04:29 +02:00
</div>
</>
</header>