mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 08:38:21 +02:00
🎉 Improve onboarding team creation and invite workflow
This commit is contained in:
parent
06c8ada6f7
commit
96bbc35042
4 changed files with 79 additions and 55 deletions
|
@ -1437,19 +1437,19 @@
|
|||
font-size: $fs26;
|
||||
font-weight: $fw700;
|
||||
color: $color-gray-60;
|
||||
margin-bottom: 6px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.info {
|
||||
font-size: $fs14;
|
||||
color: $color-black;
|
||||
}
|
||||
form {
|
||||
margin-top: 60px;
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
justify-content: start;
|
||||
align-items: flex-start;
|
||||
row-gap: 1.5rem;
|
||||
.custom-input {
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -1507,7 +1507,6 @@
|
|||
text-align: left;
|
||||
font-size: $fs12;
|
||||
color: $color-gray-30;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1540,14 +1539,10 @@
|
|||
|
||||
.onboarding-team-members {
|
||||
.team-left {
|
||||
padding: 42px 64px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: auto;
|
||||
form {
|
||||
margin-top: 5px;
|
||||
align-items: stretch;
|
||||
margin-top: 24px;
|
||||
row-gap: normal;
|
||||
.invite-row {
|
||||
.custom-input {
|
||||
width: 100%;
|
||||
|
@ -1584,7 +1579,7 @@
|
|||
}
|
||||
}
|
||||
.buttons {
|
||||
margin: 12px 0;
|
||||
margin: 32px 0 16px 0;
|
||||
button {
|
||||
height: auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue