-
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.
- Loading branch information
Showing
2 changed files
with
36 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,31 @@ | ||
|
||
#canvas { | ||
margin-top: 20%; | ||
border-radius: 5px; | ||
height: 40vw; | ||
width: 40vw; | ||
height: 260px; | ||
width: 260px; | ||
} | ||
/* | ||
#inline-qr-div { | ||
background-color: purple; | ||
width: 100%; | ||
height: 100%; | ||
position: fixed; | ||
top: 200px; | ||
left: 0; | ||
}*/ | ||
|
||
#yoti-logo { | ||
display: none; | ||
/*} | ||
#inline-qr-div::before { | ||
content: ' '; | ||
width: 40%; | ||
height: 70%; | ||
top: 35%; | ||
left: 30%; | ||
position: absolute; | ||
background-color: purple; | ||
z-index: 0; | ||
}*/ |
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 |
---|---|---|
|
@@ -9,15 +9,15 @@ | |
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/tachyons.min.css"/> | ||
<title>Scout membership validation</title> | ||
</head> | ||
<body class="ma6 bg-green"> | ||
<h1 class="tc f1 i bt bw2 grow hover-silver">home page!</h1> | ||
<div class="mt5 tc bb bw2 pa2"> | ||
<span class="" data-target='embed' | ||
data-yoti-application-id='0b9cd4fa-9a44-41cb-b78f-f3be16a3daa8' | ||
data-yoti-type="inline" | ||
data-yoti-scenario-id="7aa7dd7f-c73c-4384-8af7-14906d71a5f2" | ||
data-size="small" | ||
>Sign up with Yoti</span> | ||
<body class=""> | ||
<div class="bg-green mt5 tc pa2"> | ||
<h1 class="tc f1 i">home page!</h1> | ||
<span class="" data-target='embed' | ||
data-yoti-application-id='0b9cd4fa-9a44-41cb-b78f-f3be16a3daa8' | ||
data-yoti-type="inline" | ||
data-yoti-scenario-id="7aa7dd7f-c73c-4384-8af7-14906d71a5f2" | ||
data-size="small" | ||
>Sign up with Yoti</span> | ||
</div> | ||
<script> | ||
_ybg.config.service = 'https://code.yoti.com/app/' | ||
|