diff options
| author | karpathy <andrej.karpathy@gmail.com> | 2025-11-22 14:27:53 -0800 |
|---|---|---|
| committer | karpathy <andrej.karpathy@gmail.com> | 2025-11-22 14:27:53 -0800 |
| commit | eb0eb26f4cefa4880c895ff017f312e8674f9b73 (patch) | |
| tree | ea20b736519a5b4149b0356fec93447eef950e6b /frontend/src/components/Stage3.css | |
v0
Diffstat (limited to 'frontend/src/components/Stage3.css')
| -rw-r--r-- | frontend/src/components/Stage3.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/frontend/src/components/Stage3.css b/frontend/src/components/Stage3.css new file mode 100644 index 0000000..954a9d9 --- /dev/null +++ b/frontend/src/components/Stage3.css @@ -0,0 +1,25 @@ +.stage3 { + background: #f0fff0; + border-color: #c8e6c8; +} + +.final-response { + background: #ffffff; + padding: 20px; + border-radius: 6px; + border: 1px solid #c8e6c8; +} + +.chairman-label { + color: #2d8a2d; + font-size: 12px; + font-family: monospace; + margin-bottom: 12px; + font-weight: 600; +} + +.final-text { + color: #333; + line-height: 1.7; + font-size: 15px; +} |
