Move text OAuth button styles to login.less

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

@ -16,13 +16,13 @@
.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;
} }
} }
}
.or { .or {
text-align: center; text-align: center;

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

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

Loading…
Cancel
Save