NINS_CODE/bahmni_config/openmrs/apps/customDisplayControl/views/neurosurgeryConsentHeader.html

28 lines
591 B
HTML
Raw Normal View History

2024-12-12 22:37:39 +06:00
<style>
/* .main-anesthsia{
} */
.sub-anesthsia{
text-align: center;
padding-bottom: 4px;
font-size: 16px;
/* overflow: hidden; */
line-height: 1.2rem;
}
@media print {
.sub-anesthsia {
position: relative;
top: -20px;
}
}
</style>
<div class="main-anesthsia">
<div class="sub-anesthsia">
Department of Neurosurgery
</div>
<div style="font-weight: bold;" class="sub-anesthsia">
সম্মতিপত্র (Consent Form)
</div>
</div>