feat(fusion_accounting_followup): SCSS foundation for OWL widget

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-04-19 21:17:18 -04:00
parent f45d66c465
commit 99e4f8e17f
4 changed files with 272 additions and 1 deletions

View File

@@ -0,0 +1,27 @@
// Variables come from _variables.scss (loaded first in the asset bundle).
[data-color-scheme="dark"] .o_fusion_followup {
background: #1f2937; color: #f9fafb;
&_header, &_card, .fu-ai-text-panel {
background: #111827; border-color: #374151; color: #f9fafb;
}
&_card {
&:hover { border-color: #60a5fa; }
&.selected { background: #1e3a8a; border-color: #60a5fa; }
.partner-numbers .label { color: #9ca3af; }
.partner-numbers .value { color: #f9fafb; }
}
.btn_fu {
background: #374151; border-color: #4b5563; color: #f9fafb;
&:hover { background: #4b5563; }
&.primary { background: #3b82f6; }
}
.fu-ai-text-panel {
.ai-subject { background: #1e3a8a; }
.ai-body { background: #1f2937; }
}
}