summaryrefslogtreecommitdiffstats
path: root/client/components/import/import.styl
blob: a0de74bb06c2c271945a83d05fc057e46e8f7438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
@import 'nib'

.map-members
  &: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

a.show-mapping
  text-decoration underline