Interview module is refactored to use layouts and re-usable components along with domain components. Style remains identitical to previous design.
5 lines
366 B
PHP
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>
|