mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 02:38:23 +02:00
♻️ Refactor profile registration flow.
This commit is contained in:
parent
c82d936e96
commit
9e3ba85b72
30 changed files with 717 additions and 581 deletions
|
@ -54,6 +54,20 @@
|
|||
justify-content: center;
|
||||
position: relative;
|
||||
|
||||
input {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.buttons-stack {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
|
||||
*:not(:last-child) {
|
||||
margin-bottom: $medium;
|
||||
}
|
||||
}
|
||||
|
||||
.form-container {
|
||||
width: 412px;
|
||||
|
||||
|
@ -83,15 +97,47 @@
|
|||
}
|
||||
|
||||
.btn-github-auth {
|
||||
margin-bottom: $medium;
|
||||
text-decoration: none;
|
||||
margin-bottom: $medium;
|
||||
text-decoration: none;
|
||||
|
||||
.logo {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin-right: 1rem;
|
||||
.logo {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.separator {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.links {
|
||||
display: flex;
|
||||
font-size: $fs14;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
margin-top: $medium;
|
||||
margin-bottom: $medium;
|
||||
|
||||
|
||||
&.demo {
|
||||
justify-content: center;
|
||||
margin-top: $big;
|
||||
}
|
||||
|
||||
.link-entry {
|
||||
font-size: $fs14;
|
||||
color: $color-gray-40;
|
||||
margin-bottom: 10px;
|
||||
a {
|
||||
font-size: $fs14;
|
||||
color: $color-primary-dark;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.terms-login {
|
||||
|
|
|
@ -109,30 +109,6 @@ textarea {
|
|||
hr {
|
||||
border-color: $color-gray-20;
|
||||
}
|
||||
|
||||
.links {
|
||||
display: flex;
|
||||
font-size: $fs14;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
margin-bottom: $medium;
|
||||
|
||||
&.demo {
|
||||
justify-content: center;
|
||||
margin-top: $big;
|
||||
}
|
||||
}
|
||||
|
||||
.link-entry {
|
||||
font-size: $fs14;
|
||||
color: $color-gray-40;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.link-entry a {
|
||||
font-size: $fs14;
|
||||
color: $color-primary-dark;
|
||||
}
|
||||
}
|
||||
|
||||
.custom-input {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue