aboutsummaryrefslogtreecommitdiff
path: root/src/components/attachment.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/attachment.style.js')
-rw-r--r--src/components/attachment.style.js23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/components/attachment.style.js b/src/components/attachment.style.js
deleted file mode 100644
index b6c5da6e..00000000
--- a/src/components/attachment.style.js
+++ /dev/null
@@ -1,23 +0,0 @@
-export default {
- name: 'Attachment',
- selector: '.Attachment',
- validInnerComponents: [
- 'Border',
- 'ButtonUnstyled'
- ],
- defaultRules: [
- {
- directives: {
- roundness: 3
- }
- },
- {
- component: 'ButtonUnstyled',
- parent: { component: 'Attachment' },
- directives: {
- background: '#FFFFFF',
- opacity: 0.9
- }
- }
- ]
-}