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