Commit 97799681 authored by Yogi's avatar Yogi Committed by David O'Regan

Fix top border-radius of the login box

parent a63eef73
......@@ -42,8 +42,7 @@
.login-box,
.omniauth-container {
box-shadow: 0 0 0 1px $border-color;
border-bottom-right-radius: $border-radius;
border-bottom-left-radius: $border-radius;
border-radius: $border-radius;
padding: 15px;
.login-heading h3 {
......
......@@ -2093,8 +2093,7 @@ table.code {
.login-page .login-box,
.login-page .omniauth-container {
box-shadow: 0 0 0 1px #dbdbdb;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
border-radius: 0.25rem;
padding: 15px;
}
.login-page .login-box .nav .active a,
......
---
title: Fix top border-radius of the login box
merge_request: 51950
author: Yogi (@yo)
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