mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 03:24:11 +00:00
Move text OAuth button styles to login.less
This commit is contained in:
parent
21e9b4a667
commit
04d404e61f
3 changed files with 4 additions and 13 deletions
|
@ -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…
Reference in a new issue