Add public page patterns scaffold
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
<li><a href="./patterns/multiselektions-pulldown.html">Multiselektions-Pulldown</a></li>
|
||||
<li><a href="./patterns/text-layouts.html">Text Layouts</a></li>
|
||||
<li><a href="./patterns/delete-confirmation-overlay.html">Overlay Card</a></li>
|
||||
<li><a href="./patterns/public-page-patterns.html">Public Page Patterns</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
<!doctype html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Styleguide – Public Page Patterns</title>
|
||||
<link rel="stylesheet" href="../styleguide.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1 class="sg-main-heading">Patterns – Public Page Patterns</h1>
|
||||
|
||||
<section id="public-page-patterns">
|
||||
<p class="sg-preview-label">Pattern Group: Public Page Patterns</p>
|
||||
|
||||
<div class="sg-preview-area">
|
||||
<p class="sg-body">
|
||||
Diese Seite sammelt die Patterns für Public Pages. Die konkreten Patterns werden im nächsten Schritt ergänzt.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -13,6 +13,11 @@
|
||||
<section id="semantic-patterns">
|
||||
<h2 class="sg-sub-heading sg-section-h2">Patterns</h2>
|
||||
|
||||
<h3 class="sg-sub-heading sg-section-h3">Public Page Patterns</h3>
|
||||
<p class="sg-table-label">
|
||||
Die semantischen Tokens für Public Page Patterns werden ergänzt, sobald die konkreten Patterns festgelegt sind.
|
||||
</p>
|
||||
|
||||
<h3 class="sg-sub-heading sg-section-h3">Portal Header</h3>
|
||||
<table class="sg-foundation-table sg-table-label"><thead><tr><th>Semantischer Token</th><th>Verwendeter Foundation-Token</th><th>Beschreibung Verwendungszweck im Pattern</th></tr></thead><tbody>
|
||||
<tr><td>surface-portal-header</td><td>color-darkblue</td><td>Header-Grundfläche.</td></tr>
|
||||
|
||||
Reference in New Issue
Block a user