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
52b6aab7
Commit
52b6aab7
authored
Dec 20, 2018
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
c60b70a6
a39008fe
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
app/assets/stylesheets/framework/modal.scss
app/assets/stylesheets/framework/modal.scss
+2
-2
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-1
app/assets/stylesheets/framework/variables_overrides.scss
app/assets/stylesheets/framework/variables_overrides.scss
+6
-0
No files found.
app/assets/stylesheets/framework/modal.scss
View file @
52b6aab7
...
...
@@ -25,8 +25,8 @@
&
.w-100
{
// after upgrading to Bootstrap 4.2 we can use $modal-header-padding-x here
// https://github.com/twbs/bootstrap/pull/26976
margin-right
:
-2
rem
;
padding-right
:
2
rem
;
margin-right
:
-2
8px
;
padding-right
:
2
8px
;
}
}
...
...
app/assets/stylesheets/framework/variables.scss
View file @
52b6aab7
...
...
@@ -199,7 +199,7 @@ $well-light-text-color: #5b6169;
$gl-font-size
:
14px
;
$gl-font-size-xs
:
11px
;
$gl-font-size-small
:
12px
;
$gl-font-size-medium
:
1
.43rem
;
$gl-font-size-medium
:
20px
;
$gl-font-size-large
:
16px
;
$gl-font-weight-normal
:
400
;
$gl-font-weight-bold
:
600
;
...
...
app/assets/stylesheets/framework/variables_overrides.scss
View file @
52b6aab7
...
...
@@ -28,3 +28,9 @@ $popover-border-width: 1px;
$popover-border-color
:
$border-color
;
$popover-box-shadow
:
0
$border-radius-small
$border-radius-default
0
$shadow-color
;
$popover-arrow-outer-color
:
$shadow-color
;
$h1-font-size
:
14px
*
2
.5
;
$h2-font-size
:
14px
*
2
;
$h3-font-size
:
14px
*
1
.75
;
$h4-font-size
:
14px
*
1
.5
;
$h5-font-size
:
14px
*
1
.25
;
$h6-font-size
:
14px
;
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