File tree Expand file tree Collapse file tree 4 files changed +22
-14
lines changed
yoti_example_django/yoti_example Expand file tree Collapse file tree 4 files changed +22
-14
lines changed Original file line number Diff line number Diff line change 26
26
font-size : 40px ;
27
27
font-weight : 700 ;
28
28
line-height : 1.2 ;
29
-
30
- margin : 0 ;
29
+ margin-top : 0 ;
30
+ margin-bottom : 80 px ;
31
31
32
32
text-align : center;
33
33
45
45
}
46
46
47
47
# yoti-share-button {
48
- width : 130 px ;
49
- height : 50 px ;
48
+ width : 250 px ;
49
+ height : 45 px ;
50
50
}
51
51
52
52
.yoti-login-or-separator {
56
56
font-weight : bold;
57
57
line-height : 1.5 ;
58
58
text-align : center;
59
- margin-bottom : 30px ;
59
+ margin-top : 30px ;
60
60
}
61
61
62
62
.yoti-login-dialog {
Original file line number Diff line number Diff line change @@ -73,8 +73,12 @@ <h3 class="yoti-sponsor-app-header">The Yoti app is free to download and use:</h
73
73
"clientSdkId" : "{{client_sdk_id}}" ,
74
74
"scenarioId" : "{{scenario_id}}" ,
75
75
"button" : {
76
- "label" : "Use Yoti"
77
- }
76
+ "label" : "Use Yoti" ,
77
+ "align" : "center" ,
78
+ "width" : "auto" ,
79
+ "verticalAlign" : "top"
80
+ } ,
81
+ "type" : "modal"
78
82
} ]
79
83
} ) ;
80
84
</ script >
Original file line number Diff line number Diff line change 26
26
font-size : 40px ;
27
27
font-weight : 700 ;
28
28
line-height : 1.2 ;
29
-
30
- margin : 0 ;
29
+ margin-top : 0 ;
30
+ margin-bottom : 80 px ;
31
31
32
32
text-align : center;
33
33
45
45
}
46
46
47
47
# yoti-share-button {
48
- width : 130 px ;
49
- height : 50 px ;
48
+ width : 250 px ;
49
+ height : 45 px ;
50
50
}
51
51
52
52
.yoti-login-or-separator {
56
56
font-weight : bold;
57
57
line-height : 1.5 ;
58
58
text-align : center;
59
- margin-bottom : 30px ;
59
+ margin-top : 30px ;
60
60
}
61
61
62
62
.yoti-login-dialog {
Original file line number Diff line number Diff line change @@ -73,8 +73,12 @@ <h3 class="yoti-sponsor-app-header">The Yoti app is free to download and use:</h
73
73
"clientSdkId" : "{{client_sdk_id}}" ,
74
74
"scenarioId" : "{{scenario_id}}" ,
75
75
"button" : {
76
- "label" : "Use Yoti"
77
- }
76
+ "label" : "Use Yoti" ,
77
+ "align" : "center" ,
78
+ "width" : "auto" ,
79
+ "verticalAlign" : "top"
80
+ } ,
81
+ "type" : "modal"
78
82
} ]
79
83
} ) ;
80
84
</ script >
You can’t perform that action at this time.
0 commit comments