Use Select2 for assigning users to tasks
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user