summaryrefslogtreecommitdiff
path: root/web/style.css
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-04-04 09:39:03 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-04-04 09:39:03 +0000
commit40513ffddba01467193c3c3e19468c7090f06215 (patch)
tree58b83b4b4b28ea38ab7076d7b4f8cb4484e7cb9b /web/style.css
parent70e90275c0a08649c314cae5280521bcd29272e6 (diff)
feat: Ship button on SHIPPABLE stories; checker report on READY task cards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'web/style.css')
-rw-r--r--web/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/web/style.css b/web/style.css
index 5766b6f..d3b01d0 100644
--- a/web/style.css
+++ b/web/style.css
@@ -1220,6 +1220,21 @@ dialog label select:focus {
margin-bottom: 0.75rem;
}
+.task-checker-report {
+ margin: 0.5rem 0;
+ padding: 0.5rem 0.75rem;
+ background: var(--warning-bg, rgba(255, 180, 0, 0.12));
+ border-left: 3px solid var(--warning, #f0a500);
+ border-radius: 4px;
+ font-size: 0.8rem;
+ color: var(--text);
+}
+
+.task-checker-report-label {
+ font-weight: 600;
+ margin-right: 0.4rem;
+}
+
.running-history {
margin-top: 1.5rem;
overflow-x: auto;