style: enterprise blocky design with 0px border-radius and IDR currency
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
</div>
|
||||
|
||||
<?php if (!empty($order['notes'])): ?>
|
||||
<div style="margin-top: 2rem; padding: 1rem; background-color: #f8fafc; border-radius: var(--radius-sm); border-left: 3px solid var(--primary);">
|
||||
<div style="margin-top: 2rem; padding: 1rem; background-color: #f8fafc; border-left: 3px solid var(--primary);">
|
||||
<div style="font-weight: 600; font-size: 0.85rem; margin-bottom: 0.25rem;">Order Notes:</div>
|
||||
<div style="font-size: 0.9rem; color: var(--text-muted);"><?= nl2br(e($order['notes'])) ?></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user