mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 15:21:18 -05:00
✨ Add new image to onboarding welcome
This commit is contained in:
parent
f455580cf7
commit
812131fdbc
5 changed files with 5 additions and 6 deletions
BIN
frontend/resources/images/onboarding-people.jpg
Normal file
BIN
frontend/resources/images/onboarding-people.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 14 KiB |
BIN
frontend/resources/images/onboarding-welcome.jpg
Normal file
BIN
frontend/resources/images/onboarding-welcome.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
|
@ -884,10 +884,10 @@
|
|||
}
|
||||
|
||||
.welcome img {
|
||||
width: 260.9px;
|
||||
height: 402.96px;
|
||||
width: 297px;
|
||||
height: 464px;
|
||||
position: absolute;
|
||||
bottom: -10px;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.modal-right {
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
(next))]
|
||||
[:div.modal-container.onboarding.onboarding-v2
|
||||
[:div.modal-left.welcome
|
||||
[:img {:src "images/onboarding-people.svg" :border "0" :alt (tr "onboarding.welcome.alt")}]]
|
||||
[:img {:src "images/onboarding-welcome.jpg" :border "0" :alt (tr "onboarding.welcome.alt")}]]
|
||||
[:div.modal-right
|
||||
[:div.release-container [:span.release "Beta " (:main @cf/version)]]
|
||||
[:div.right-content
|
||||
|
@ -71,7 +71,7 @@
|
|||
(next))]
|
||||
[:div.modal-container.onboarding.onboarding-v2
|
||||
[:div.modal-left.welcome
|
||||
[:img {:src "images/onboarding-people.svg" :border "0" :alt (tr "onboarding.welcome.alt")}]]
|
||||
[:img {:src "images/onboarding-people.jpg" :border "0" :alt (tr "onboarding.welcome.alt")}]]
|
||||
[:div.modal-right
|
||||
[:div.release-container [:span.release "Beta " (:main @cf/version)]]
|
||||
[:div.right-content
|
||||
|
|
Loading…
Add table
Reference in a new issue