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
97ecf20c
Commit
97ecf20c
authored
Jan 05, 2017
by
dimitrieh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Decreases font-size on login page
parent
aec04a47
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
app/assets/stylesheets/pages/login.scss
app/assets/stylesheets/pages/login.scss
+7
-2
changelogs/unreleased/login-page-font-size.yml
changelogs/unreleased/login-page-font-size.yml
+4
-0
No files found.
app/assets/stylesheets/pages/login.scss
View file @
97ecf20c
...
@@ -17,14 +17,19 @@
...
@@ -17,14 +17,19 @@
line-height
:
1
.5
;
line-height
:
1
.5
;
p
{
p
{
font-size
:
1
8
px
;
font-size
:
1
6
px
;
color
:
$login-brand-holder-color
;
color
:
$login-brand-holder-color
;
}
}
h1
:first-child
{
h1
:first-child
{
font-weight
:
normal
;
font-weight
:
normal
;
margin-bottom
:
30px
;
margin-bottom
:
0
.68em
;
margin-top
:
0
;
margin-top
:
0
;
font-size
:
34px
;
}
h3
{
font-size
:
22px
;
}
}
img
{
img
{
...
...
changelogs/unreleased/login-page-font-size.yml
0 → 100644
View file @
97ecf20c
---
title
:
Decreases font-size on login page
merge_request
:
author
:
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