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

8 lines
693 B
PHP

<div id="tab-content-code" class="block">
<div class="text-[11.5px] text-slate-400 mb-2 font-medium">Current code solution &mdash; visible even if candidate does not share screen</div>
<pre id="modal-code-display" class="bg-slate-950/70 border border-slate-800 rounded-lg p-3.5 font-mono text-[13px] text-emerald-300 min-h-[220px] max-h-[300px] overflow-y-auto whitespace-pre-wrap"></pre>
<div class="text-[11.5px] text-slate-400 mt-4 mb-2 font-medium">Execution stdout / stderr</div>
<pre id="modal-output-display" class="bg-slate-950/70 border border-slate-800 rounded-lg p-3 font-mono text-xs text-slate-400 max-h-[100px] overflow-y-auto whitespace-pre-wrap"></pre>
</div>