aboutsummaryrefslogtreecommitdiff
path: root/src/components/top_bar.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/top_bar.style.js')
-rw-r--r--src/components/top_bar.style.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/components/top_bar.style.js b/src/components/top_bar.style.js
new file mode 100644
index 00000000..99e8efdc
--- /dev/null
+++ b/src/components/top_bar.style.js
@@ -0,0 +1,18 @@
+export default {
+ name: 'TopBar',
+ selector: 'nav',
+ validInnerComponents: [
+ 'Link',
+ 'Text',
+ 'Icon',
+ 'Button',
+ 'Input'
+ ],
+ defaultRules: [
+ {
+ directives: {
+ background: '--fg'
+ }
+ }
+ ]
+}