B07 openwebcad 적용

This commit is contained in:
2026-07-19 17:01:48 +09:00
parent 68d6fe91e6
commit 77ab857396
181 changed files with 22379 additions and 718 deletions
@@ -1,6 +1,6 @@
/* =============================================================================
* B07_wf4_DesignDetail_UI_Style.css
* 상세 설계(WebCAD PoC) 화면 스타일 — theme.css 변수만 사용
* 상세 설계(독립형 2D CAD) 화면 스타일 — theme.css 변수만 사용
* ========================================================================== */
/* 워크플로우 레이아웃 높이 (B06 패턴 준수) */
@@ -52,16 +52,7 @@
background-color: var(--color-surface);
}
.b07-cad-canvas {
position: absolute;
inset: 0;
}
.b07-cad-canvas canvas {
display: block;
}
/* WebCAD 전체 앱 임베드 (iframe) */
/* B07 독립형 CAD 앱 임베드 */
.b07-cad-frame {
position: absolute;
inset: 0;
@@ -69,15 +60,3 @@
height: 100%;
border: 0;
}
/* 로딩·오류 상태 메시지 */
.b07-cad-status {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
color: var(--color-text-muted);
font-size: var(--text-body-sm);
pointer-events: none;
}