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 @@
.login-box,
.omniauth-container {
box-shadow: 0 0 0 1px $border-color;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
border-bottom-right-radius: $border-radius-small;
border-bottom-left-radius: $border-radius-small;
padding: 15px;
.login-heading h3 {
......@@ -95,6 +95,7 @@
}
.omniauth-container {
border-radius: $border-radius-small;
font-size: 13px;
p {
......
......@@ -9,7 +9,7 @@
.container.navless-container
.content
= render "layouts/flash"
.row
.row.append-bottom-15
.col-sm-7.brand-holder
%h1
= 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