forked from deriv-com/deriv-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WALL-2668/chore: link all the flow for mt5 real account signup includ…
…ing idv, onfido and manual upload (deriv-com#11582) * chore: link all the flow for mt5 real account signup including idv, onfido and manual upload * fix: change back to idvscreen
- Loading branch information
1 parent
af73e23
commit ac7c055
Showing
7 changed files
with
100 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 21 additions & 6 deletions
27
...accounts/screens/ManualDocumentUpload/components/DocumentSelection/DocumentSelection.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,28 @@ | ||
.wallets-document-selection { | ||
display: flex; | ||
padding-top: 3.2rem; | ||
width: 99.6rem; | ||
height: 50rem; | ||
flex-direction: column; | ||
align-items: self-start; | ||
justify-content: center; | ||
gap: 1.9rem; | ||
width: 67.5rem; | ||
align-items: center; | ||
flex-shrink: 0; | ||
|
||
@include mobile { | ||
width: 32.8rem; | ||
width: 100%; | ||
height: auto; | ||
padding: 1.6rem; | ||
} | ||
|
||
&__content { | ||
display: flex; | ||
padding-top: 3.2rem; | ||
flex-direction: column; | ||
align-items: self-start; | ||
justify-content: center; | ||
gap: 1.9rem; | ||
width: 67.5rem; | ||
|
||
@include mobile { | ||
width: 32.8rem; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters