mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 00:18:21 +02:00
✨ Multiple team invitations on onboarding
This commit is contained in:
parent
bd7ea210f5
commit
fb879660d0
12 changed files with 89 additions and 81 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue