aboutsummaryrefslogtreecommitdiff
path: root/top_bar.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'top_bar.style.js')
-rw-r--r--top_bar.style.js23
1 files changed, 0 insertions, 23 deletions
diff --git a/top_bar.style.js b/top_bar.style.js
deleted file mode 100644
index 4def18a3..00000000
--- a/top_bar.style.js
+++ /dev/null
@@ -1,23 +0,0 @@
-export default {
- name: 'TopBar',
- selector: 'nav',
- validInnerComponents: [
- 'Link',
- 'Text',
- 'Icon'
- ],
- defaultRules: [
- {
- directives: {
- shadow: [{
- x: 0,
- y: 0,
- blur: 4,
- spread: 0,
- color: '#000000',
- alpha: 0.6
- }]
- }
- }
- ]
-}