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
ddb17604
Commit
ddb17604
authored
Nov 05, 2019
by
Nathan Friend
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add font-size utilities based on Pajamas
parent
b16a9e29
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
app/assets/stylesheets/framework/common.scss
app/assets/stylesheets/framework/common.scss
+7
-0
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+6
-0
No files found.
app/assets/stylesheets/framework/common.scss
View file @
ddb17604
...
@@ -563,3 +563,10 @@ img.emoji {
...
@@ -563,3 +563,10 @@ img.emoji {
.gl-font-size-small
{
font-size
:
$gl-font-size-small
;
}
.gl-font-size-small
{
font-size
:
$gl-font-size-small
;
}
.gl-line-height-24
{
line-height
:
$gl-line-height-24
;
}
.gl-line-height-24
{
line-height
:
$gl-line-height-24
;
}
.gl-font-size-12
{
font-size
:
$gl-font-size-12
;
}
.gl-font-size-14
{
font-size
:
$gl-font-size-14
;
}
.gl-font-size-16
{
font-size
:
$gl-font-size-16
;
}
.gl-font-size-20
{
font-size
:
$gl-font-size-20
;
}
.gl-font-size-28
{
font-size
:
$gl-font-size-28
;
}
.gl-font-size-42
{
font-size
:
$gl-font-size-42
;
}
app/assets/stylesheets/framework/variables.scss
View file @
ddb17604
...
@@ -325,6 +325,12 @@ $gl-grayish-blue: #7f8fa4;
...
@@ -325,6 +325,12 @@ $gl-grayish-blue: #7f8fa4;
$gl-gray-dark
:
#313236
;
$gl-gray-dark
:
#313236
;
$gl-gray-light
:
#5c5c5c
;
$gl-gray-light
:
#5c5c5c
;
$gl-header-color
:
#4c4e54
;
$gl-header-color
:
#4c4e54
;
$gl-font-size-12
:
12px
;
$gl-font-size-14
:
14px
;
$gl-font-size-16
:
16px
;
$gl-font-size-20
:
20px
;
$gl-font-size-28
:
28px
;
$gl-font-size-42
:
42px
;
$type-scale
:
(
$type-scale
:
(
1
:
12px
,
1
:
12px
,
...
...
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