diff options
Diffstat (limited to 'public/less/_form.less')
-rw-r--r-- | public/less/_form.less | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/public/less/_form.less b/public/less/_form.less index 1fe48d97ac..fc0fdddad1 100644 --- a/public/less/_form.less +++ b/public/less/_form.less @@ -46,6 +46,27 @@ } } +.signin { + .oauth2{ + div { + display: inline-block; + p { + margin: 10px 5px 0 0; + float: left; + } + } + a { + margin-right: 5px; + &:last-child { + margin-right: 0px; + } + } + img { + width: 32px; + height: 32px; + } + } +} .user.activate, .user.forgot.password, .user.reset.password, @@ -85,7 +106,7 @@ .header { padding-left: 0 !important; text-align: center; - } + } } } |