wekan/client/components/import/import.styl

54 lines
849 B
Stylus
Raw Normal View History

@import 'nib'
2015-11-13 12:35:41 +01:00
.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
2015-11-13 12:35:41 +01:00
display: inline-block
width: 80%
2015-11-13 12:35:41 +01:00
.wekan
display: inline-block
width: 35px
2015-11-13 12:35:41 +01:00
.member
float: none
2015-11-13 19:17:09 +01:00
a.show-mapping
text-decoration underline
.import-members-map-note
font-size: 90%
font-weight: bold