aboutsummaryrefslogtreecommitdiff
path: root/src/components/rich_content/rich_content.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/rich_content/rich_content.style.js')
-rw-r--r--src/components/rich_content/rich_content.style.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/components/rich_content/rich_content.style.js b/src/components/rich_content/rich_content.style.js
new file mode 100644
index 00000000..c8314000
--- /dev/null
+++ b/src/components/rich_content/rich_content.style.js
@@ -0,0 +1,18 @@
+export default {
+ name: 'RichContent',
+ selector: '.RichContent',
+ validInnerComponents: [
+ 'Text',
+ 'FunText',
+ 'Link'
+ ],
+ defaultRules: [
+ {
+ directives: {
+ '--font': 'generic | inherit',
+ '--monoFont': 'generic | monospace',
+ textNoCssColor: 'yes'
+ }
+ }
+ ]
+}