Move text OAuth button styles to login.less

This commit is contained in:
Matt Baer 2020-08-19 12:38:44 -04:00
parent 21e9b4a667
commit 04d404e61f
3 changed files with 4 additions and 13 deletions

View File

@ -16,11 +16,11 @@
.loginbtn {
height: 40px;
}
#writeas-login, #gitlab-login {
box-sizing: border-box;
font-size: 17px;
&.btn.cta {
box-sizing: border-box;
font-size: 17px;
}
}
}

View File

@ -60,11 +60,6 @@ form dd {
margin-top: 0;
max-width: 8em;
}
#generic-oauth-login {
box-sizing: border-box;
font-size: 17px;
white-space:nowrap;
}
</style>
{{end}}
{{define "content"}}

View File

@ -3,10 +3,6 @@
<meta itemprop="description" content="Log in to {{.SiteName}}.">
<style>
input{margin-bottom:0.5em;}
#generic-oauth-login {
box-sizing: border-box;
font-size: 17px;
}
</style>
{{end}}
{{define "content"}}