mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 04:18:24 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
cbe51fcabd
3 changed files with 39 additions and 33 deletions
|
@ -1855,7 +1855,10 @@
|
|||
display: flex;
|
||||
font-family: "worksans", sans-serif;
|
||||
width: 472px;
|
||||
height: auto;
|
||||
height: 100%;
|
||||
max-height: 700px;
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
|
||||
.title {
|
||||
|
@ -1887,11 +1890,10 @@
|
|||
&.auth-content {
|
||||
align-items: initial;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.links {
|
||||
margin: 7px 0 0 0;
|
||||
text-align: left;
|
||||
.links {
|
||||
margin: 7px 0 0 0;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue