mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 07:59:10 +02:00
Merge pull request #2858 from penpot/info-release-1.17
Info release 1.17
This commit is contained in:
commit
fe118819ce
10 changed files with 599 additions and 8 deletions
BIN
frontend/resources/images/features/1.17-ally.gif
Normal file
BIN
frontend/resources/images/features/1.17-ally.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 277 KiB |
BIN
frontend/resources/images/features/1.17-flex-layout.gif
Normal file
BIN
frontend/resources/images/features/1.17-flex-layout.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 242 KiB |
BIN
frontend/resources/images/features/1.17-inspect.gif
Normal file
BIN
frontend/resources/images/features/1.17-inspect.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 401 KiB |
BIN
frontend/resources/images/features/1.17-webhook.gif
Normal file
BIN
frontend/resources/images/features/1.17-webhook.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 133 KiB |
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: 261 KiB |
BIN
frontend/resources/images/onboarding-version.jpg
Normal file
BIN
frontend/resources/images/onboarding-version.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 157 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;
|
||||
}
|
||||
|
|
|
@ -1195,9 +1195,10 @@
|
|||
}
|
||||
|
||||
&.right {
|
||||
left: 731px;
|
||||
top: 100px;
|
||||
left: auto;
|
||||
color: $color-primary;
|
||||
top: 100px;
|
||||
right: -40px;
|
||||
}
|
||||
|
||||
&.square {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue