mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 09:58:21 +02:00
Fix login UI
This commit is contained in:
parent
117744f3f7
commit
b7f6c72981
6 changed files with 33 additions and 7 deletions
|
@ -82,7 +82,15 @@ textarea {
|
|||
}
|
||||
|
||||
.links {
|
||||
display: flex;
|
||||
font-size: $fs11;
|
||||
justify-content: space-between;
|
||||
margin-bottom: $medium;
|
||||
|
||||
&.demo {
|
||||
justify-content: center;
|
||||
margin-top: $big;
|
||||
}
|
||||
}
|
||||
|
||||
.link-entry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue