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 { .loginbtn {
height: 40px; height: 40px;
}
#writeas-login, #gitlab-login { &.btn.cta {
box-sizing: border-box; box-sizing: border-box;
font-size: 17px; font-size: 17px;
}
} }
} }

View File

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

View File

@ -3,10 +3,6 @@
<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;}
#generic-oauth-login {
box-sizing: border-box;
font-size: 17px;
}
</style> </style>
{{end}} {{end}}
{{define "content"}} {{define "content"}}