Update Styling

This commit is contained in:
2026-06-10 17:49:48 +02:00
parent 0411436532
commit 1e414b564d
7 changed files with 396 additions and 187 deletions
+5 -5
View File
@@ -4,8 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mediator — new poll</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@700;800&display=swap" rel="stylesheet">
<link rel="preload" href="/static/fonts/IosevkaEtoile.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/static/fonts/IosevkaSlab.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/static/style.css">
</head>
<body>
@@ -35,7 +35,7 @@
</div>
<div class="card">
<strong style="font-size:14px;">Offered dates</strong>
<span class="panel-header">Offered dates</span>
<div id="picked-list" class="picked-list">
<p class="empty">Nothing circled yet — tap dates on the calendar above.</p>
</div>
@@ -53,7 +53,7 @@
<p class="sub">Send the share link to your friends. Keep the admin link to yourself — it's the only way to close or delete the poll.</p>
<div class="card">
<strong style="font-size:14px;">Share with friends</strong>
<span class="panel-header">Share with friends</span>
<div class="share-link">
<input type="text" id="share-url" readonly>
<button class="btn btn-ghost" data-copy="share-url">Copy</button>
@@ -61,7 +61,7 @@
</div>
<div class="card">
<strong style="font-size:14px;">Admin link (just for you)</strong>
<span class="panel-header">Admin link (just for you)</span>
<div class="share-link">
<input type="text" id="admin-url" readonly>
<button class="btn btn-ghost" data-copy="admin-url">Copy</button>