Skip to content

Commit ed6478c

Browse files
authored
Merge pull request #687 from Bosch-0/shadows
Added shadows to some images
2 parents ca1193e + 2d04e70 commit ed6478c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

guide/onboarding/cloud-backup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ height = 541
7474
{% include picture.html
7575
image = "/assets/images/guide/onboarding/backing-up-a-wallet/automatic-cloud-backup/cloud-backup-PIN.png"
7676
retina = "/assets/images/guide/onboarding/backing-up-a-wallet/automatic-cloud-backup/cloud-[email protected]"
77-
class = "shadow"
77+
layout = "shadow"
7878
caption = "Allows the user to set a PIN used for authentication."
7979
alt-text = "The user can set a PIN which will be used to authenticate and access the wallet"
8080
width = 250
@@ -84,7 +84,7 @@ height = 541
8484
{% include picture.html
8585
image = "/assets/images/guide/onboarding/backing-up-a-wallet/automatic-cloud-backup/cloud-backup-service.png"
8686
retina = "/assets/images/guide/onboarding/backing-up-a-wallet/automatic-cloud-backup/cloud-[email protected]"
87-
class = "shadow"
87+
layout = "shadow"
8888
caption = "Give the user different cloud provider options, others such as Dropbox might also be included."
8989
alt-text = "Screen showing saving a password to encrypt the recovery phrase"
9090
width = 250
@@ -94,7 +94,7 @@ height = 541
9494
{% include picture.html
9595
image = "/assets/images/guide/onboarding/backing-up-a-wallet/automatic-cloud-backup/cloud-backup-provider.png"
9696
retina = "/assets/images/guide/onboarding/backing-up-a-wallet/automatic-cloud-backup/cloud-[email protected]"
97-
class = "shadow"
97+
layout = "shadow"
9898
caption = "This UI will be very different depending on the cloud provider and what permissions are required."
9999
alt-text = "Screen of placeholder where cloud provider UI would be"
100100
width = 250
@@ -104,7 +104,7 @@ height = 541
104104
{% include picture.html
105105
image = "/assets/images/guide/onboarding/backing-up-a-wallet/automatic-cloud-backup/cloud-backup-confirmation.png"
106106
retina = "/assets/images/guide/onboarding/backing-up-a-wallet/automatic-cloud-backup/cloud-[email protected]"
107-
class = "shadow"
107+
layout = "shadow"
108108
caption = "Once the upload is complete it's a good idea to show a success screen and give some reassurances."
109109
alt-text = "Screen showing completing a cloud backup"
110110
width = 250

guide/onboarding/first-use.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Below is an example of some carousel screens that might be useful in helping a u
9898
retina = "/assets/images/guide/onboarding/first-use/product-[email protected]"
9999
alt-text = "Introduction screen explaining ownership"
100100
caption = "Talk about ownership"
101+
layout = "shadow"
101102
width = 250
102103
height = 541
103104
%}
@@ -107,6 +108,7 @@ Below is an example of some carousel screens that might be useful in helping a u
107108
retina = "/assets/images/guide/onboarding/first-use/product-[email protected]"
108109
alt-text = "Introduction screen explaining recovery"
109110
caption = "Talk about recovery"
111+
layout = "shadow"
110112
width = 250
111113
height = 541
112114
%}
@@ -116,6 +118,7 @@ Below is an example of some carousel screens that might be useful in helping a u
116118
retina = "/assets/images/guide/onboarding/first-use/product-[email protected]"
117119
alt-text = "Introduction screen explaining security"
118120
caption = "Talk about security"
121+
layout = "shadow"
119122
width = 250
120123
height = 541
121124
%}

0 commit comments

Comments
 (0)