mirror of https://github.com/penpot/penpot.git
✨ Add new image to onboarding welcome
This commit is contained in:
parent
f455580cf7
commit
812131fdbc
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 |
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…
Reference in New Issue