New logo and bg at login

This commit is contained in:
elhombretecla 2020-10-28 15:10:03 +01:00
parent 2960908109
commit 25686eeba1
4 changed files with 5 additions and 4 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 KiB

After

Width:  |  Height:  |  Size: 135 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

View file

@ -25,18 +25,19 @@
background-color:#2C233E; background-color:#2C233E;
background-image: url("/images/penpot-login.jpg"); background-image: url("/images/penpot-login.jpg");
background-size: cover; background-size: cover;
background-position: center;
.tagline { .tagline {
text-align: center; text-align: center;
width: 280px; width: 280px;
font-size: $fs24; font-size: $fs18;
margin-top: 25px; margin-top: 25px;
color: white; color: #2C233E;
} }
.logo { .logo {
svg { svg {
fill: white; fill: #2C233E;
width: 200px; width: 200px;
height: 80px; height: 80px;
} }