summaryrefslogtreecommitdiffstats
path: root/client/components/import/import.styl
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/import/import.styl')
-rw-r--r--client/components/import/import.styl17
1 files changed, 17 insertions, 0 deletions
diff --git a/client/components/import/import.styl b/client/components/import/import.styl
new file mode 100644
index 00000000..3c6cfdf3
--- /dev/null
+++ b/client/components/import/import.styl
@@ -0,0 +1,17 @@
+.map-members
+ .mapping:first-of-type
+ border-top: solid 1px #999
+ .mapping
+ padding: 10px 0
+ border-bottom: solid 1px #999
+ .source
+ display: inline-block
+ width: 80%
+ .wekan
+ display: inline-block
+ width: 35px
+ .member
+ float: none
+
+a.show-mapping
+ text-decoration underline