Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5103d6d

Browse files
committedOct 1, 2021
style sign in
1 parent 378eb34 commit 5103d6d

File tree

1 file changed

+23
-14
lines changed

1 file changed

+23
-14
lines changed
 

‎templates/hedgy.html

+23-14
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
}
1414
h1 {
1515
font-size: 90px;
16-
margin: 35px 0px;
16+
margin-top: 10px;
17+
margin-bottom: 35px;
1718
}
1819
a {
1920
color: white;
@@ -42,8 +43,14 @@
4243
cursor: pointer;
4344
padding: 10px;
4445
}
46+
#sign-in {
47+
text-align: right;
48+
}
49+
.g_id_signin {
50+
display: inline-block;
51+
}
4552
#search-form {
46-
margin: 35px 0px;
53+
margin: 35px 0px;
4754
}
4855
#chapters {
4956
display: inline-block;
@@ -76,18 +83,20 @@
7683
}
7784
</style>
7885
<script src="https://accounts.google.com/gsi/client" async defer></script>
79-
<div id="g_id_onload"
80-
data-client_id="1080182836213-psdjtgo2u10a1fb6e4sbdfpdlmco5i63.apps.googleusercontent.com"
81-
data-login_uri="https://your.domain/your_login_endpoint"
82-
data-auto_prompt="false">
83-
</div>
84-
<div class="g_id_signin"
85-
data-type="standard"
86-
data-size="large"
87-
data-theme="outline"
88-
data-text="sign_in_with"
89-
data-shape="rectangular"
90-
data-logo_alignment="left">
86+
<div id="sign-in">
87+
<div id="g_id_onload"
88+
data-client_id="1080182836213-psdjtgo2u10a1fb6e4sbdfpdlmco5i63.apps.googleusercontent.com"
89+
data-login_uri="https://hedgy.app"
90+
data-auto_prompt="false">
91+
</div>
92+
<div class="g_id_signin"
93+
data-type="standard"
94+
data-size="large"
95+
data-theme="outline"
96+
data-text="signin"
97+
data-shape="pill"
98+
data-logo_alignment="left">
99+
</div>
91100
</div>
92101
<h1><a href="/">hedgy</a></h1>
93102
<form id="search-form" method="get">

0 commit comments

Comments
 (0)
Please sign in to comment.