summaryrefslogtreecommitdiffstats
path: root/client/components/import/import.styl
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2016-02-01 17:53:34 +0100
committerMaxime Quandalle <maxime@quandalle.com>2016-02-01 17:53:34 +0100
commitb490acf9fb7a57208ba619d5c8e078451e1297b4 (patch)
tree7d44b85dff8a1b47aca729b2cca42cd6d62941f8 /client/components/import/import.styl
parent67e7b6a139280cab1e1bccb94c684c56eb69985c (diff)
parentb5ebbd2bf95eef6fdc4f7a5fdaf5ef4e3b4ec5b5 (diff)
downloadwekan-b490acf9fb7a57208ba619d5c8e078451e1297b4.tar.gz
wekan-b490acf9fb7a57208ba619d5c8e078451e1297b4.tar.bz2
wekan-b490acf9fb7a57208ba619d5c8e078451e1297b4.zip
Merge pull request #430 from wekan/full-screen-import
Full screen board import
Diffstat (limited to 'client/components/import/import.styl')
-rw-r--r--client/components/import/import.styl42
1 files changed, 36 insertions, 6 deletions
diff --git a/client/components/import/import.styl b/client/components/import/import.styl
index 187ec6c4..a0de74bb 100644
--- a/client/components/import/import.styl
+++ b/client/components/import/import.styl
@@ -1,17 +1,47 @@
@import 'nib'
.map-members
- .mapping:first-of-type
- border-top: solid 1px #999
- .mapping
- padding: 10px 0
- border-bottom: solid 1px #999
- .source
+ &:after
+ content: "";
+ flex: auto;
+
+ .mapping-list
+ display: flex
+ flex-wrap: wrap
+ margin: 0 -4px
+
+ .mapping-item
+ max-width: 300px
+ min-width: 200px
+ padding: 6px
+ margin: 5px
+ flex:1
+ background: white
+ border-radius: 3px
+ box-shadow: 0 1px 2px rgba(0,0,0,.15)
+
+ &:hover
+ background: darken(white, 5%)
+
+ &.filled
+ background: #E0FFE5
+
+ &:hover
+ background: #FFE0E0
+
+ &.ghost-item
+ height: 0
+ visibility: hidden
+ border: none
+
+ .profile-source
display: inline-block
width: 80%
+
.wekan
display: inline-block
width: 35px
+
.member
float: none