Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
a7275737
Commit
a7275737
authored
Oct 20, 2015
by
Robert Knight
Committed by
Nick Stenning
Oct 21, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust the font size of all top bar text
Use 14px for all top bar menu item text for consistency. T-91
parent
09b7b6a6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
app.scss
h/static/styles/app.scss
+2
-0
common.scss
h/static/styles/common.scss
+1
-0
No files found.
h/static/styles/app.scss
View file @
a7275737
...
...
@@ -122,6 +122,7 @@ $group-list-width: 270px;
&
.selected
{
.group-name-link
{
font-size
:
$body2-font-size
;
font-weight
:
600
;
}
}
...
...
@@ -175,6 +176,7 @@ $group-list-width: 270px;
// the label showing the currently selected group which opens
// the drop-down list when clicked
.group-list-label__label
{
font-size
:
$body2-font-size
;
font-weight
:bold
;
}
...
...
h/static/styles/common.scss
View file @
a7275737
...
...
@@ -184,6 +184,7 @@ html {
display
:
block
;
line-height
:
1
;
white-space
:
nowrap
;
font-size
:
$body2-font-size
;
&
:hover
{
color
:
$brand-color
;
...
...
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