Add HTML for generic oauth login button
Signed-off-by: prichier <pascoualito@gmail.com>
This commit is contained in:
parent
75ca5cd417
commit
cfd2165442
1 changed files with 33 additions and 0 deletions
|
@ -3,6 +3,39 @@
|
||||||
<meta itemprop="description" content="Log in to {{.SiteName}}.">
|
<meta itemprop="description" content="Log in to {{.SiteName}}.">
|
||||||
<style>
|
<style>
|
||||||
input{margin-bottom:0.5em;}
|
input{margin-bottom:0.5em;}
|
||||||
|
.or {
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 3.5em;
|
||||||
|
}
|
||||||
|
.or p {
|
||||||
|
display: inline-block;
|
||||||
|
background-color: white;
|
||||||
|
padding: 0 1em;
|
||||||
|
}
|
||||||
|
.or hr {
|
||||||
|
margin-top: -1.6em;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
hr.short {
|
||||||
|
max-width: 30rem;
|
||||||
|
}
|
||||||
|
.row.signinbtns {
|
||||||
|
justify-content: space-evenly;
|
||||||
|
font-size: 1em;
|
||||||
|
margin-top: 3em;
|
||||||
|
margin-bottom: 2em;
|
||||||
|
}
|
||||||
|
.loginbtn {
|
||||||
|
height: 40px;
|
||||||
|
}
|
||||||
|
#writeas-login {
|
||||||
|
box-sizing: border-box;
|
||||||
|
font-size: 17px;
|
||||||
|
}
|
||||||
|
#gitlab-login {
|
||||||
|
box-sizing: border-box;
|
||||||
|
font-size: 17px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
{{end}}
|
{{end}}
|
||||||
{{define "content"}}
|
{{define "content"}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue