Merge pull request #2932 from penpot/eva-change-onboarding-images
💄 Update onboarding images with new style
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 47 KiB |
BIN
frontend/resources/images/onboarding-people.png
Normal file
After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 61 KiB |
BIN
frontend/resources/images/onboarding-welcome.png
Normal file
After Width: | Height: | Size: 28 KiB |
|
@ -50,7 +50,7 @@
|
|||
}
|
||||
img {
|
||||
width: 274px;
|
||||
margin-bottom: -41px;
|
||||
margin-bottom: -19px;
|
||||
@media (max-width: 1200px) {
|
||||
display: none;
|
||||
width: 0;
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
(next))]
|
||||
[:div.modal-container.onboarding.onboarding-v2
|
||||
[:div.modal-left.welcome
|
||||
[:img {:src "images/onboarding-welcome.jpg" :border "0" :alt (tr "onboarding.welcome.alt")}]]
|
||||
[:img {:src "images/onboarding-welcome.png" :border "0" :alt (tr "onboarding.welcome.alt")}]]
|
||||
[:div.modal-right
|
||||
[:div.release-container [:span.release "Version " (: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.jpg" :border "0" :alt (tr "onboarding.welcome.alt")}]]
|
||||
[:img {:src "images/onboarding-people.png" :border "0" :alt (tr "onboarding.welcome.alt")}]]
|
||||
[:div.modal-right
|
||||
[:div.release-container [:span.release "Version " (:main @cf/version)]]
|
||||
[:div.right-content
|
||||
|
|