0
Fork 0
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:
elhombretecla 2023-01-24 13:19:16 +01:00
parent 88e2a5c56e
commit 7440d38c94
2 changed files with 486 additions and 5 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 263 KiB

View file

@ -23,9 +23,9 @@
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: flex-start; justify-content: flex-start;
background-color: #feecfd; background-color: #151035;
background-image: url("/images/login-pink.svg"); background-image: url("/images/login-penpot.svg");
background-position: center; background-position: center 30vh;
background-size: 96%; background-size: 96%;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -34,12 +34,12 @@
width: 280px; width: 280px;
font-size: $fs18; font-size: $fs18;
margin-top: 2vh; margin-top: 2vh;
color: #2c233e; color: white;
} }
.logo { .logo {
svg { svg {
fill: #2c233e; fill: white;
max-width: 11vw; max-width: 11vw;
height: 80px; height: 80px;
} }