style: enterprise blocky design with 0px border-radius and IDR currency

This commit is contained in:
2026-08-27 17:37:36 +07:00
parent 5effce30cb
commit 804f551972
5 changed files with 294 additions and 311 deletions
+1 -1
View File
@@ -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>