diff --git a/dashboard.css b/dashboard.css index 895b0ea..20757fb 100644 --- a/dashboard.css +++ b/dashboard.css @@ -628,7 +628,36 @@ border: 1px solid var(--border); } -.btn-scribe { +.clinical-workspace-area { + display: flex; + flex-direction: column; + gap: 1.5rem; +} + +.summary-card { + background: linear-gradient(135deg, #F0FDF4 0%, #DCFCE7 100%); + border: 1px solid #BBF7D0; + border-radius: 20px; + padding: 1.5rem; + box-shadow: 0 4px 12px rgba(34, 197, 94, 0.1); +} + +.summary-content { + background: white; + padding: 1.2rem; + border-radius: 12px; + margin: 1rem 0; + font-size: 0.95rem; + color: #166534; + line-height: 1.6; + border-left: 4px solid #22C55E; +} + +.summary-actions { + display: flex; + gap: 1rem; +} + background: var(--secondary); color: white; border: none; diff --git a/dashboard.html b/dashboard.html index b437c9c..d715963 100644 --- a/dashboard.html +++ b/dashboard.html @@ -100,10 +100,22 @@
-
-
Consultation Notes
- +
+
+
Consultation Notes
+ +
+ +
+