sls/resources/views/components/interview/tabs/drawing-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

8 lines
586 B
PHP

<div id="tab-content-drawing" class="hidden">
<div class="text-[11.5px] text-slate-400 mb-2 font-medium">Candidate live drawing / architecture diagram</div>
<div class="bg-slate-950/70 border border-slate-800 rounded-lg p-3 flex justify-center items-center min-h-[250px]">
<img id="modal-drawing-img" src="" alt="Candidate Drawing Board" class="max-w-full max-h-[320px] hidden rounded-lg border border-dashed border-slate-700" />
<div id="no-drawing-placeholder" class="text-slate-500 text-xs">No drawing data submitted by candidate yet.</div>
</div>
</div>