mirror of
https://github.com/penpot/penpot.git
synced 2025-07-18 22:27:12 +02: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 {
|
.welcome img {
|
||||||
width: 260.9px;
|
width: 297px;
|
||||||
height: 402.96px;
|
height: 464px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -10px;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-right {
|
.modal-right {
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
(next))]
|
(next))]
|
||||||
[:div.modal-container.onboarding.onboarding-v2
|
[:div.modal-container.onboarding.onboarding-v2
|
||||||
[:div.modal-left.welcome
|
[: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.modal-right
|
||||||
[:div.release-container [:span.release "Beta " (:main @cf/version)]]
|
[:div.release-container [:span.release "Beta " (:main @cf/version)]]
|
||||||
[:div.right-content
|
[:div.right-content
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
(next))]
|
(next))]
|
||||||
[:div.modal-container.onboarding.onboarding-v2
|
[:div.modal-container.onboarding.onboarding-v2
|
||||||
[:div.modal-left.welcome
|
[: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.modal-right
|
||||||
[:div.release-container [:span.release "Beta " (:main @cf/version)]]
|
[:div.release-container [:span.release "Beta " (:main @cf/version)]]
|
||||||
[:div.right-content
|
[:div.right-content
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue