feat(fusion_accounting_followup): SCSS foundation for OWL widget
Made-with: Cursor
This commit is contained in:
27
fusion_accounting_followup/static/src/scss/dark_mode.scss
Normal file
27
fusion_accounting_followup/static/src/scss/dark_mode.scss
Normal 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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user