Move text OAuth button styles to login.less

pull/370/head
Matt Baer 4 years ago
parent 21e9b4a667
commit 04d404e61f
  1. 8
      less/login.less
  2. 5
      pages/landing.tmpl
  3. 4
      pages/login.tmpl

@ -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;
}
}
}

@ -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"}}

@ -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"}}

Loading…
Cancel
Save