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
6cdca608
Commit
6cdca608
authored
Feb 17, 2021
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add font-size-monospace variable
parent
1f1d5e86
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
app/assets/stylesheets/framework/filters.scss
app/assets/stylesheets/framework/filters.scss
+1
-1
app/assets/stylesheets/framework/typography.scss
app/assets/stylesheets/framework/typography.scss
+2
-2
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-0
app/assets/stylesheets/pages/note_form.scss
app/assets/stylesheets/pages/note_form.scss
+1
-1
No files found.
app/assets/stylesheets/framework/filters.scss
View file @
6cdca608
...
...
@@ -453,7 +453,7 @@
.search-token-target-branch
{
.value
{
font-family
:
$monospace-font
;
font-size
:
13px
;
font-size
:
$gl-font-size-monospace
;
}
}
...
...
app/assets/stylesheets/framework/typography.scss
View file @
6cdca608
...
...
@@ -604,7 +604,7 @@ pre {
display
:
block
;
padding
:
$gl-padding-8
$input-horizontal-padding
;
margin
:
0
0
$gl-padding-8
;
font-size
:
13px
;
font-size
:
$gl-font-size-monospace
;
word-break
:
break-all
;
word-wrap
:
break-word
;
color
:
$gl-text-color
;
...
...
@@ -646,7 +646,7 @@ code {
*/
textarea
.js-gfm-input
{
font-family
:
$monospace-font
;
font-size
:
13px
;
font-size
:
$gl-font-size-monospace
;
}
.strikethrough
{
...
...
app/assets/stylesheets/framework/variables.scss
View file @
6cdca608
...
...
@@ -380,6 +380,7 @@ $gl-font-size-14: 14px;
$gl-font-size-16
:
16px
;
$gl-font-size-28
:
28px
;
$gl-font-size-42
:
42px
;
$gl-font-size-monospace
:
13px
;
$type-scale
:
(
1
:
12px
,
...
...
app/assets/stylesheets/pages/note_form.scss
View file @
6cdca608
...
...
@@ -305,7 +305,7 @@ table {
.reply-placeholder-text-field
{
font-family
:
$monospace-font
;
font-size
:
13px
;
font-size
:
$gl-font-size-monospace
;
border-radius
:
$gl-border-radius-base
;
width
:
100%
;
resize
:
none
;
...
...
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