Use Select2 for assigning users to tasks

This commit is contained in:
2016-09-21 16:43:51 +02:00
parent 4cfdf12ac7
commit 44540631e3
5 changed files with 474 additions and 25 deletions

View File

@@ -83,13 +83,30 @@ nav.sidebar
.input-transparent-group
width: 100%
display: flex
align-items: center
label
padding-right: 10px
font-weight: normal
color: $color-text-dark-primary
&.select_multiple
margin-top: 5px
margin-bottom: 10px
select.input-transparent
background-color: $color-background
option
background-color: white
.input-transparent
border: thin solid transparent
border-radius: 3px
padding: 5px
margin-top: 5px
margin-bottom: 5px
margin-top: 10px
margin-bottom: 10px
width: 100%
&:hover