mirror of
https://github.com/penpot/penpot.git
synced 2025-02-09 08:38:15 -05:00
Merge remote-tracking branch 'origin/main' into staging
This commit is contained in:
commit
1dbaaf12fa
3 changed files with 15 additions and 14 deletions
|
@ -59,6 +59,7 @@
|
||||||
|
|
||||||
### :bug: Bugs fixed
|
### :bug: Bugs fixed
|
||||||
|
|
||||||
|
- Fix social buttons in register form [Taiga #4320](https://tree.taiga.io/project/penpot/issue/4320)
|
||||||
- Remove gitter information from feedback page [Taiga #4157](https://tree.taiga.io/project/penpot/issue/4157)
|
- Remove gitter information from feedback page [Taiga #4157](https://tree.taiga.io/project/penpot/issue/4157)
|
||||||
- Fix overlay remains open on frame change [Taiga #4066](https://tree.taiga.io/project/penpot/issue/4066)
|
- Fix overlay remains open on frame change [Taiga #4066](https://tree.taiga.io/project/penpot/issue/4066)
|
||||||
- Fix toggle overlay position [Taiga #4091](https://tree.taiga.io/project/penpot/issue/4091)
|
- Fix toggle overlay position [Taiga #4091](https://tree.taiga.io/project/penpot/issue/4091)
|
||||||
|
|
|
@ -54,12 +54,10 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.login-form {
|
|
||||||
margin-bottom: 30px;
|
|
||||||
|
|
||||||
.form-container {
|
.form-container {
|
||||||
width: 412px;
|
width: 412px;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
margin-bottom: 30px;
|
||||||
.auth-buttons {
|
.auth-buttons {
|
||||||
margin: $size-6 0 $size-4 0;
|
margin: $size-6 0 $size-4 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -71,7 +69,6 @@
|
||||||
margin: 2rem 0 0.5rem 0;
|
margin: 2rem 0 0.5rem 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
input {
|
input {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
|
|
|
@ -1904,6 +1904,9 @@
|
||||||
.terms-login {
|
.terms-login {
|
||||||
position: relative;
|
position: relative;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
span {
|
||||||
|
margin: 0 $size-2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue