Skip to content

Commit

Permalink
begin styling in css #11
Browse files Browse the repository at this point in the history
  • Loading branch information
Jwhiles committed Feb 8, 2017
1 parent bfc1c4b commit 58a7820
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 11 deletions.
29 changes: 27 additions & 2 deletions public/css/style.css
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;
}*/
18 changes: 9 additions & 9 deletions public/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand Down

0 comments on commit 58a7820

Please sign in to comment.