Merge pull request #2858 from penpot/info-release-1.17

Info release 1.17
This commit is contained in:
Alejandro 2023-01-30 10:42:39 +01:00 committed by GitHub
commit fe118819ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 599 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 261 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

View file

@ -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;
}

View file

@ -1195,9 +1195,10 @@
}
&.right {
left: 731px;
top: 100px;
left: auto;
color: $color-primary;
top: 100px;
right: -40px;
}
&.square {