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
+2 -2
View File
@@ -49,11 +49,11 @@
<div style="font-size: 0.85rem; color: var(--text-muted); display: flex; align-items: center; gap: 0.4rem;">
<span>👤 Hosted by:</span>
<strong><?= e($session['creator_name']) ?></strong>
<span style="font-size: 0.75rem; background: #f1f5f9; padding: 0.1rem 0.35rem; border-radius: var(--radius-sm);">@<?= e($session['creator_username']) ?></span>
<span style="font-size: 0.75rem; background: #f1f5f9; padding: 0.1rem 0.35rem; border: 1px solid var(--border-color); font-family: var(--font-mono);">@<?= e($session['creator_username']) ?></span>
</div>
<?php if (!empty($session['notes'])): ?>
<div style="font-size: 0.825rem; color: #1e40af; background: #eff6ff; padding: 0.5rem 0.75rem; border-radius: var(--radius-sm); border-left: 3px solid #3b82f6;">
<div style="font-size: 0.825rem; color: #1e40af; background: #eff6ff; padding: 0.5rem 0.75rem; border-left: 3px solid #2563eb; border: 1px solid #bfdbfe;">
📢 <?= e($session['notes']) ?>
</div>
<?php endif; ?>