fix: the scribe keeps its own mark; it is "PedsHub Scribe", as the SSO names it
Two apps, two logos after all: the stethoscope stays here, the hospital stays on the quiz. What the last change got right stays too — the login card without a heading over a single button, the icon as an image in the card and the menu — and the name now matches the SSO tile. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Dv6sqaY6Vq3ChZHMem3cnU
|
|
@ -22,7 +22,7 @@ body{font-family:'Inter',system-ui,sans-serif;background:var(--g50);color:var(--
|
|||
.auth-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:var(--g50);padding:20px;}
|
||||
.auth-box{background:white;border-radius:20px;padding:40px;max-width:440px;width:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,.07),0 20px 60px -10px rgba(37,99,235,.12);border:1px solid #e0e7ff;}
|
||||
.auth-logo{text-align:center;margin-bottom:30px;}
|
||||
.auth-logo img{width:64px;height:64px;border-radius:16px;display:block;margin:0 auto 10px;}
|
||||
.auth-logo img{width:64px;height:64px;border-radius:50%;display:block;margin:0 auto 10px;}
|
||||
.auth-logo h1{font-size:24px;color:var(--g900);margin:0 0 2px;}
|
||||
.auth-logo p{color:var(--g500);font-size:14px;}
|
||||
.auth-form h2{font-size:20px;margin-bottom:20px;color:var(--g800);}
|
||||
|
|
@ -51,7 +51,7 @@ body{font-family:'Inter',system-ui,sans-serif;background:var(--g50);color:var(--
|
|||
.menu-brand { margin-right:auto; }
|
||||
.menu-brand { display:flex; align-items:center; gap:8px; flex:0 0 auto; min-width:0; }
|
||||
.menu-brand h1 { font-size:15px; font-weight:700; color:var(--g900); margin:0; line-height:1; letter-spacing:-.01em; }
|
||||
.menu-brand img { width:20px; height:20px; border-radius:5px; flex:0 0 auto; }
|
||||
.menu-brand img { width:20px; height:20px; border-radius:50%; flex:0 0 auto; }
|
||||
.menu-brand i { transition:font-size .15s ease; }
|
||||
.menu-icon-btn { flex:0 0 auto; display:inline-flex; align-items:center; justify-content:center; width:28px; height:28px; border:none; border-radius:8px; background:none; color:var(--g500); font-size:13px; cursor:pointer; }
|
||||
.menu-icon-btn:hover { background:var(--g100); color:var(--g800); }
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 739 B After Width: | Height: | Size: 771 B |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 36 KiB |
|
|
@ -1,4 +1,53 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
||||
<rect width="100" height="100" rx="20" fill="#0f172a"/>
|
||||
<text y=".9em" font-size="72" x="14" fill="white">🏥</text>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#2563eb"/>
|
||||
<stop offset="100%" style="stop-color:#7c3aed"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="shine" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:0.15"/>
|
||||
<stop offset="100%" style="stop-color:#ffffff;stop-opacity:0"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<!-- Background circle -->
|
||||
<circle cx="256" cy="256" r="256" fill="url(#bg)"/>
|
||||
<circle cx="256" cy="256" r="256" fill="url(#shine)"/>
|
||||
|
||||
<!-- Stethoscope tubing — Y shape going down to chest piece -->
|
||||
<!-- Left ear tube -->
|
||||
<path d="M 168 110 C 155 110 140 118 136 138 L 128 210"
|
||||
stroke="white" stroke-width="22" fill="none" stroke-linecap="round"/>
|
||||
<!-- Right ear tube -->
|
||||
<path d="M 344 110 C 357 110 372 118 376 138 L 384 210"
|
||||
stroke="white" stroke-width="22" fill="none" stroke-linecap="round"/>
|
||||
<!-- Join and go down -->
|
||||
<path d="M 128 210 C 128 240 148 260 178 265 L 256 270 L 334 265 C 364 260 384 240 384 210"
|
||||
stroke="white" stroke-width="22" fill="none" stroke-linecap="round"/>
|
||||
<!-- Stem down to chest piece -->
|
||||
<path d="M 256 270 L 256 330"
|
||||
stroke="white" stroke-width="22" fill="none" stroke-linecap="round"/>
|
||||
|
||||
<!-- Chest piece circle -->
|
||||
<circle cx="256" cy="368" r="46" fill="white"/>
|
||||
<circle cx="256" cy="368" r="30" fill="url(#bg)"/>
|
||||
<circle cx="256" cy="368" r="14" fill="white" opacity="0.9"/>
|
||||
|
||||
<!-- Ear tips -->
|
||||
<circle cx="168" cy="108" r="16" fill="white"/>
|
||||
<circle cx="344" cy="108" r="16" fill="white"/>
|
||||
|
||||
<!-- Pencil / scribe accent — bottom right -->
|
||||
<g transform="translate(340, 340) rotate(-35)">
|
||||
<!-- Pencil body -->
|
||||
<rect x="-10" y="-52" width="20" height="68" rx="3" fill="#fbbf24"/>
|
||||
<!-- Pencil tip -->
|
||||
<polygon points="-10,16 10,16 0,38" fill="#f59e0b"/>
|
||||
<!-- Pencil tip point -->
|
||||
<polygon points="-5,30 5,30 0,38" fill="#1f2937"/>
|
||||
<!-- Eraser band -->
|
||||
<rect x="-10" y="-52" width="20" height="10" rx="2" fill="#f87171"/>
|
||||
<!-- Pencil lines -->
|
||||
<line x1="-10" y1="-26" x2="10" y2="-26" stroke="#e78c0a" stroke-width="1.5"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 192 B After Width: | Height: | Size: 2.2 KiB |
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover, interactive-widget=resizes-content">
|
||||
<title>PedsHub</title>
|
||||
<title>PedsHub Scribe</title>
|
||||
<link rel="stylesheet" href="/css/styles.css">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
<meta name="theme-color" content="#ffffff">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="apple-mobile-web-app-title" content="PedsHub">
|
||||
<meta name="apple-mobile-web-app-title" content="Scribe">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/svg+xml" href="/icons/icon.svg">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/icons/icon-32.png">
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
<div class="auth-box">
|
||||
<div class="auth-logo">
|
||||
<img src="/icons/icon.svg" alt="" width="64" height="64">
|
||||
<h1>PedsHub</h1>
|
||||
<h1>PedsHub Scribe</h1>
|
||||
<p>AI-Powered Pediatric Practice</p>
|
||||
</div>
|
||||
|
||||
|
|
@ -180,7 +180,7 @@
|
|||
<button type="button" class="menu-icon-btn assistant-menu-toggle" data-menu-toggle aria-expanded="true" title="Hide menu" aria-label="Hide menu"><i class="fas fa-angles-left"></i></button>
|
||||
<div class="menu-brand">
|
||||
<img src="/icons/icon.svg" alt="" width="20" height="20">
|
||||
<h1>PedsHub</h1>
|
||||
<h1>Scribe</h1>
|
||||
</div>
|
||||
<button type="button" class="menu-icon-btn" data-menu-search title="Search" aria-label="Search"><i class="fas fa-magnifying-glass"></i></button>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "PedsHub",
|
||||
"short_name": "PedsHub",
|
||||
"name": "PedsHub Scribe",
|
||||
"short_name": "Scribe",
|
||||
"description": "AI-powered pediatric clinical documentation",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
|
|
|
|||