mirror of
https://github.com/penpot/penpot.git
synced 2025-05-26 00:46:10 +02:00
✨ Add links to web and terms
This commit is contained in:
parent
cfa47cc7b9
commit
e96d2336cf
2 changed files with 21 additions and 6 deletions
|
@ -45,12 +45,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.auth-content {
|
.auth-content {
|
||||||
grid-column: 2 / span 1;
|
|
||||||
height: 100vh;
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: $color-white;
|
background-color: $color-white;
|
||||||
|
display: flex;
|
||||||
|
grid-column: 2 / span 1;
|
||||||
|
height: 100vh;
|
||||||
|
justify-content: center;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
.form-container {
|
.form-container {
|
||||||
width: 412px;
|
width: 412px;
|
||||||
|
@ -91,3 +92,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.terms-login {
|
||||||
|
bottom: $big;
|
||||||
|
font-size: $fs14;
|
||||||
|
position: absolute;
|
||||||
|
|
||||||
|
span {
|
||||||
|
margin: 0 $small;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
[:div.auth
|
[:div.auth
|
||||||
[:section.auth-sidebar
|
[:section.auth-sidebar
|
||||||
[:a.logo {:href "/#/"} i/logo]
|
[:a.logo {:href "https://penpot.app"} i/logo]
|
||||||
[:span.tagline (t locale "auth.sidebar-tagline")]]
|
[:span.tagline (t locale "auth.sidebar-tagline")]]
|
||||||
|
|
||||||
[:section.auth-content
|
[:section.auth-content
|
||||||
|
@ -56,4 +56,8 @@
|
||||||
|
|
||||||
:auth-recovery
|
:auth-recovery
|
||||||
[:& recovery-page {:locale locale
|
[:& recovery-page {:locale locale
|
||||||
:params (:query-params route)}])]]))
|
:params (:query-params route)}])
|
||||||
|
[:div.terms-login
|
||||||
|
[:a {:href "https://penpot.app/terms.html" :target "_blank"} "Terms of service"]
|
||||||
|
[:span "and"]
|
||||||
|
[:a {:href "https://penpot.app/privacy.html" :target "_blank"} "Privacy policy"]]]]))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue