diff options
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; +} |
