Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
97799681
Commit
97799681
authored
Jan 20, 2021
by
Yogi
Committed by
David O'Regan
Jan 20, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix top border-radius of the login box
parent
a63eef73
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
app/assets/stylesheets/pages/login.scss
app/assets/stylesheets/pages/login.scss
+1
-2
app/assets/stylesheets/startup/startup-signin.scss
app/assets/stylesheets/startup/startup-signin.scss
+1
-2
changelogs/unreleased/yo-fix-border-radius.yml
changelogs/unreleased/yo-fix-border-radius.yml
+5
-0
No files found.
app/assets/stylesheets/pages/login.scss
View file @
97799681
...
...
@@ -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
{
...
...
app/assets/stylesheets/startup/startup-signin.scss
View file @
97799681
...
...
@@ -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
,
...
...
changelogs/unreleased/yo-fix-border-radius.yml
0 → 100644
View file @
97799681
---
title
:
Fix top border-radius of the login box
merge_request
:
51950
author
:
Yogi (@yo)
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment