mirror of
https://github.com/penpot/penpot.git
synced 2026-03-06 10:11:18 +00:00
✨ Add new image to onboarding welcome
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user