Multiple team invitations on onboarding

This commit is contained in:
Pablo Alba 2022-04-28 17:04:44 +02:00
parent bd7ea210f5
commit fb879660d0
12 changed files with 89 additions and 81 deletions

View file

@ -274,7 +274,7 @@ textarea {
max-width: 85%;
overflow: hidden;
text-overflow: ellipsis;
line-height: 15px;
line-height: 16px;
font-size: 14px;
color: $color-black;
}

View file

@ -1231,7 +1231,7 @@
}
.btn-primary {
width: 117px;
min-width: 117px;
}
}
@ -1254,7 +1254,18 @@
}
.custom-select {
width: 118px;
width: 180px;
overflow: hidden;
justify-content: normal;
select {
height: auto;
}
}
svg {
width: 12px;
height: 12px;
fill: $color-gray-20;
}
}