style: reduce padding and tighten typography in patient banner to maximize vertical workspace
Build Curio HMS / build-and-deploy (push) Successful in 49s
Details
Build Curio HMS / build-and-deploy (push) Successful in 49s
Details
This commit is contained in:
parent
fa3eafb072
commit
33f9747448
|
|
@ -281,20 +281,20 @@
|
|||
|
||||
.action-center {
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
gap: 0.5rem;
|
||||
background: #F8FAFC;
|
||||
padding: 0.75rem;
|
||||
border-radius: 20px;
|
||||
padding: 0.5rem;
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.btn-zen {
|
||||
height: 56px;
|
||||
padding: 0 1.8rem;
|
||||
border-radius: 16px;
|
||||
height: 48px;
|
||||
padding: 0 1.2rem;
|
||||
border-radius: 12px;
|
||||
font-weight: 700;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.8rem;
|
||||
gap: 0.5rem;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
@ -1315,14 +1315,14 @@
|
|||
/* --- WORLD-CLASS ZEN 4.0 ADD-ONS --- */
|
||||
.patient-banner-inner {
|
||||
background: white;
|
||||
padding: 1.5rem 2.5rem;
|
||||
border-radius: 20px;
|
||||
box-shadow: 0 4px 20px rgba(0,0,0,0.03);
|
||||
padding: 0.75rem 1.5rem;
|
||||
border-radius: 16px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.02);
|
||||
border: 1px solid var(--border);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 0.5rem;
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
.patient-identity-row {
|
||||
|
|
@ -1332,7 +1332,7 @@
|
|||
}
|
||||
|
||||
.patient-identity-row h1 {
|
||||
font-size: 2rem;
|
||||
font-size: 1.75rem;
|
||||
font-family: 'Outfit', sans-serif;
|
||||
color: var(--primary);
|
||||
margin: 0;
|
||||
|
|
@ -1454,10 +1454,10 @@
|
|||
}
|
||||
|
||||
.lang-select {
|
||||
height: 56px;
|
||||
height: 48px;
|
||||
border-radius: 12px;
|
||||
border: 1px solid var(--border);
|
||||
padding: 0 1rem;
|
||||
padding: 0 0.8rem;
|
||||
font-family: 'Inter', sans-serif;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -532,6 +532,6 @@
|
|||
</div>
|
||||
|
||||
</main>
|
||||
<script src="dashboard.js?v=23"></script>
|
||||
<script src="dashboard.js?v=24"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue