mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
Add new login image
This commit is contained in:
parent
88e2a5c56e
commit
7440d38c94
2 changed files with 486 additions and 5 deletions
481
frontend/resources/images/login-penpot.svg
Normal file
481
frontend/resources/images/login-penpot.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 263 KiB |
|
@ -23,9 +23,9 @@
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
background-color: #feecfd;
|
||||
background-image: url("/images/login-pink.svg");
|
||||
background-position: center;
|
||||
background-color: #151035;
|
||||
background-image: url("/images/login-penpot.svg");
|
||||
background-position: center 30vh;
|
||||
background-size: 96%;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
|
@ -34,12 +34,12 @@
|
|||
width: 280px;
|
||||
font-size: $fs18;
|
||||
margin-top: 2vh;
|
||||
color: #2c233e;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.logo {
|
||||
svg {
|
||||
fill: #2c233e;
|
||||
fill: white;
|
||||
max-width: 11vw;
|
||||
height: 80px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue