Commit b5dbfbba authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '54736-sign-in-bottom-margin' into 'master'

Add margin to .row on signin page and fix missing border-radius

Closes #54736

See merge request gitlab-org/gitlab-ce!23739
parents 81ddb692 0fc2a557
...@@ -49,8 +49,8 @@ ...@@ -49,8 +49,8 @@
.login-box, .login-box,
.omniauth-container { .omniauth-container {
box-shadow: 0 0 0 1px $border-color; box-shadow: 0 0 0 1px $border-color;
border-bottom-right-radius: 2px; border-bottom-right-radius: $border-radius-small;
border-bottom-left-radius: 2px; border-bottom-left-radius: $border-radius-small;
padding: 15px; padding: 15px;
.login-heading h3 { .login-heading h3 {
...@@ -95,6 +95,7 @@ ...@@ -95,6 +95,7 @@
} }
.omniauth-container { .omniauth-container {
border-radius: $border-radius-small;
font-size: 13px; font-size: 13px;
p { p {
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
.container.navless-container .container.navless-container
.content .content
= render "layouts/flash" = render "layouts/flash"
.row .row.append-bottom-15
.col-sm-7.brand-holder .col-sm-7.brand-holder
%h1 %h1
= brand_title = brand_title
......
---
title: Fix login box bottom margins on signin page
merge_request: 23739
author: '@gear54'
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment