summaryrefslogtreecommitdiffstats
path: root/client/components/import/import.styl
blob: 187ec6c4224f7d8fc935bfdbac2595024f2b6499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@import 'nib'

.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