sls/resources/views/components/interview/tabs/notes-tab.blade.php
kushal.saha 9f25fdd648 refactor: UI Layouts and components
Interview module is refactored to use layouts and re-usable components
along with domain components. Style remains identitical to previous
design.
2026-08-17 07:03:55 +00:00

5 lines
366 B
PHP

<div id="tab-content-notes" class="hidden">
<div class="text-[11.5px] text-slate-400 mb-2 font-medium">Candidate live notepad notes (auto-synced)</div>
<pre id="modal-notes-display" class="bg-slate-950/70 border border-slate-800 rounded-lg p-3.5 font-mono text-xs text-slate-200 min-h-[250px] max-h-[350px] overflow-y-auto whitespace-pre-wrap"></pre>
</div>