28 lines
809 B
SCSS
28 lines
809 B
SCSS
// 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; }
|
|
}
|
|
}
|